码迷,mamicode.com
首页 > Web开发 > 详细

What is the largest TCP/IP network port number allowable for IPv4

时间:2015-05-01 22:33:53      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:

The largest port number is an unsigned short 2^16-1: 65535

A registered port is one assigned by the Internet Corporation for Assigned Names and Numbers (ICANN) to a certain use. Each registered port is in the range 1024–49151.

Since 21 March 2001 the registry agency is ICANN; before that time it was IANA.

Ports with numbers lower than those of the registered ports are called well known ports; port with numbers greater than those of the registered ports are called dynamic and/or private ports.

Source

shareimprove this answer
 

As I understand it, you should only use up to 49151, as from 49152 up to 65535 are reserved for Ephemeral ports

What is the largest TCP/IP network port number allowable for IPv4

标签:

原文地址:http://www.cnblogs.com/cy163/p/4471266.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!