TCP/UDP Common port number
7 Echo (PING)9 DiscardDaytimer19 Word Fuzhou Builder20/TCP FTP Data21/TCP FTP Control File Transfer Protocol22/TCP SSH Secure Login, File transfer (SCP), and port redirection23/tcp Telnet Unsafe Text transfer25/tcp SMTP
By default, Windows opens many service ports on your computer that hackers often use to implement intrusions, so mastering port knowledge is a necessary skill for safe Internet access.
I. Common ports and their classification
Computers on the
Check the port number opened on the server in Linux.
Before discussing this issue, let's take a look at computer concepts such as physical ports, logical ports, and port numbers.
Concepts related to ports:
In network technology, a Port can be a
ping command and network port:1.Ping 127.0.0.1127.0.0.1 is the local circular address, ping General instructions that the TCP/IP protocol works properly, otherwise TCP/IP is not normal.2.Ping IP address for this computerUse the ipconfig command to
The port can be divided into 3 main categories:
1) Accepted ports (well known Ports): from 0 to 1023, they are tightly bound to some services. Usually the communication of these ports clearly indicates the protocol of some kind of service. For
View port
To view the port in Windows 2000/XP/Server 2003, run the Netstat command:
Click Start> Run, type cmd, and press enter to open the Command Prompt window. Type "netstat-a-n" in the command prompt. Press the Enter key to view the TCP and UDP
From Chapter 8 of networking programming for Microsoft Windows
The "complete port" model is the most complex I/O model so far. However, if an application needs to manage a large number of sockets at the same time, this model can often achieve the
1024 The following is reserved for the system, and from 1024-65535 is used by the userFor personal writing applications, try not to use a port number between 0 and 1024.1024 to 65535 we can program with. This is not a Linux rule, it is the socket
The ports can be divided into 3 main categories:
1) Recognized ports (well known Ports): from 0 to 1023, they are tightly bound to some services. Usually the communication of these ports clearly indicates the protocol of a certain service. For
Read this IOCP tutorial. I will first give the definition of IOCP, then give its implementation method, and finally analyze an Echo program to open the IOCP puzzle cloud for you, remove your worries about IOCP. OK, but I cannot guarantee that you
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.