nerdexam
(ISC)2

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.

Submitted by helene.fr· Apr 18, 2026Network and Communications Security

Question

There are ______ available service ports

Options

  • A65535
  • B65536
  • C1024
  • D1-1024
  • EUnlimited

How the community answered

(32 responses)
  • A
    6% (2)
  • B
    88% (28)
  • C
    3% (1)
  • E
    3% (1)

Why each option

The total number of available TCP/UDP ports is 65536, ranging from 0 to 65535.

A65535

65535 represents the highest port number, but the count also includes port 0, making the total number 65536.

B65536Correct

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.

C1024

1024 refers to the count of well-known ports (0-1023), not the total number of available ports.

D1-1024

1-1024 specifies a range, not the total count, and it omits port 0 from the count of well-known ports.

EUnlimited

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

#Service Ports#TCP/UDP Ports#Networking Fundamentals

Community Discussion

No community discussion yet for this question.

Full SSCP Practice