August 2024
Beginner
216 pages
5h 24m
English
A computer on a network may send data to or receive data from multiple computers at the same time. The problem is, these computers have no way of knowing which data belongs to which application. You can identify the application using a port number.
Common application layer protocols have been assigned port numbers in the range of 1 to 1023. Some common ones are:
These ports are assigned to specific server services by the Internet Assigned Numbers Authority (IANA) a function of ICANN.
Port 1024 to 49,151 are ports an organization can register with IANA for a particular service.
Port 49,152 to 65,535 are used by client programs to assign to connections and sessions. ...
Read now
Unlock full access