SSCP · Question #1150
There are ______ available service ports
The correct answer is B. 65536. The total number of available TCP/UDP ports is 65536, ranging from 0 to 65535.
Question
There are ______ available service ports
Options
- A65535
- B65536
- C1024
- D1-1024
- EUnlimited
How the community answered
(32 responses)- A6% (2)
- B88% (28)
- C3% (1)
- E3% (1)
Why each option
The total number of available TCP/UDP ports is 65536, ranging from 0 to 65535.
65535 represents the highest port number, but the count also includes port 0, making the total number 65536.
In the TCP/IP protocol suite, ports are represented by a 16-bit number, which allows for 2^16 unique values. This range extends from 0 to 65535, totaling 65536 distinct port numbers that can be used for various services and applications.
1024 refers to the count of well-known ports (0-1023), not the total number of available ports.
1-1024 specifies a range, not the total count, and it omits port 0 from the count of well-known ports.
The number of available service ports is finite, determined by the 16-bit port number addressing scheme.
Concept tested: TCP/UDP port numbering
Source: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml
Topics
Community Discussion
No community discussion yet for this question.