详解通过关闭网络端口来达到安全防护技巧(Explains how to achieve security protection by shutting down network ports).docVIP
- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
详解通过关闭网络端口来达到安全防护技巧(Explains how to achieve security protection by shutting down network ports)
详解通过关闭网络端口来达到安全防护技巧(Explains how to achieve security protection by shutting down network ports)
As everyone knows, communication between computers through the port, for example, when you visit a website, Windows will open a port on the machine (for example, port 1025) a port to connect to the web server and the distance, so when you visit someone else. By default, Windows will open many service ports on your computer, and hackers often use these ports to implement intrusions. Therefore, mastering port knowledge is an essential skill for secure Internet access.
Common ports and their classification
The computer needs to use TCP/IP protocol to communicate with each other on the Internet. According to the TCP/IP protocol, the computer has 256 * 256 (65536) ports. These ports can be divided into two kinds: TCP port and UDP port. If the port number is divided, they can be divided into the following two categories:
1. system reserved port (from 0 to 1023)
The port does not allow you to use, they all have the exact definition, corresponding to some common services on the Internet, each open the port, represents a system service, such as port 80 on behalf of the Web service. 21 corresponds to FTP, 25 corresponds to SMTP, 110 corresponds to POP3 and so on.
2. dynamic ports (from 1024 to 65535)
When you need to communicate with others, Windows will assign a dynamic port from the 1024, and if the 1024 port is not closed, 1025 ports will be allocated for you to use when you need a port, and so on.
However, there are individual system services that bind to ports 1024 to 49151, such as 3389 ports (remote terminal services). From 49152 to 65535, this port is usually not bundled with system services, allowing Windows to be dynamically allocated to you.
Two, how to see which ports are open?
In default, Windows opens many service ports. If you want to see which ports are open and which computers are connecting to the machine, you can use the following two methods.
1. using the netsta
您可能关注的文档
- 计算机机房空调设计(Air conditioning design of computer room).doc
- 计算机维护常识(Computer maintenance common sense).doc
- 计算机编程代码(Computer programming code).doc
- 计算机维护与维修毕业论文(Computer maintenance and maintenance thesis).doc
- 计算机编程入门(Introduction to computer programming).doc
- 计算机的发展与历史(The development and history of computer).doc
- 计算机组装过程(Computer assembly process).doc
- 计算机编译原理---文法(Principles of computer compilation - grammar).doc
- 计算机考试模块一答案(Computer test module one answer).doc
- 计算机英语程序设计语言(Computer English programming language).doc
- 详解食物升糖指数(Food glycemic index).doc
- 详解植发后要注意什么(What should notice after detailed hair).doc
- 详解高一英语学习方法和策略(附实例)(Senior high school English learning methods and strategies (with examples)).doc
- 详解三代平衡计分卡(Detailed explanation of the three generation Balanced Scorecard).doc
- 语文 2013年10大感动中国人物颁奖词和推荐词(Chinese 10 top 10 Chinese words and recommendations in 2013).doc
- 语文-高三复习(Chinese - senior three review).doc
- 语文-生僻词-读音(Chinese - - an obscure word pronunciation).doc
- 语文gct讲义(Chinese GCT handouts).doc
- 话题作文极限思路点拨及素材(The topic composition limit ideas and inspiration material).doc
- 语文出版社七年级上册第四单元单元测试练习(The Chinese press seven grade fourth unit test exercises).doc
文档评论(0)