COMPUTER NETWORKING

APPLICATION LAYER

SOCKET INTERFACE PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
User-defined socket programming occurs with ports
A
>256
B
>1024
C
>32K
D
Any may be used
Explanation: 

Detailed explanation-1: -80 is a well known port number; reserved for HTTP. If a port number is used, you cannot allocate it to someone else.

Detailed explanation-2: -Dynamic ports, also known as private or ephemeral ports, include ports 49152 to 65535 and are never assigned.

There is 1 question to complete.