A client creates a packet to send to a server. The client is requesting SNMP service. What number will be used as the destination port number in the sending packet?
- 161
- 443
- 110
- 80
Explanation & Hint:
SNMP, or Simple Network Management Protocol, typically uses port 161 for general SNMP messages. This protocol is used for the management and monitoring of networked devices. So, when a client creates a packet to send to a server requesting SNMP service, the destination port number used in the sending packet will be 161. |