Do port addresses need to be unique? Why or why not? Why
are port addresses shorter than IP addresses?
Answer Posted / madhu
Port Adresses need to be unique for some well known
applications.
Ex: NTp Server , TFTP Server,FTP Server etc
Totally the port numbers range from 0 to 65535 . In that 0
to 1024 are used for well known or particular applications
(Servers)These ports are called ephemeral ports. The rest
can be used for normal usage.
The port address field in the header of TCP as well as UDP
protocol is of 16 bits length where as the IP address filed
of the IP Header is of 32 bit length. So the port addresses
can range from 0 to 65535 (2^32-1) only.
Regards,
Madhu
| Is This Answer Correct ? | 11 Yes | 15 No |
Post New Answer View All Answers
Do you know maximum transfer unit, mtu?
What is the purpose of message queue?
How do I check if port 22 is open?
What is the difference between name based and ip based virtual hosting?
What is sockets?
What port is smb?
Explain address resolution protocol arp?
What is the purpose of dns?
Tell me what is the difference between public and private ip?
Does ip change with wifi?
Explain what is subneting?
Why is it important to install patches on network systems?
What is the advantage of packet switching?
What are the different functions of each of the layer in TCP/IP model? What are the protocols associated with each layer?
How does tcp ip socket work?