Match each network protocol or service requirement on the left with its standard default port number and primary transport protocol on the right.
- Simple Network Management Protocol (SNMP) polling queriesUDP port 161
- Domain Name System (DNS) zone transfers between primary and secondary serversTCP port 22
- Network Time Protocol (NTP) clock synchronizationUDP port 123
Answer
Simple Network Management Protocol (SNMP) polling queries matches UDP port 161; Secure File Transfer Protocol (SFTP) administrative file transfers matches TCP port 22; Domain Name System (DNS) zone transfers between primary and secondary servers matches TCP port 53; Network Time Protocol (NTP) clock synchronization matches UDP port 123.
Each service is correctly paired with its transport protocol and port: SNMP polling query traffic uses UDP port 161; SFTP leverages SSH encapsulation on TCP port 22; DNS zone transfers switch to TCP port 53 for reliability; and NTP time synchronization operates over UDP port 123.
Step-by-Step Solution
Key Concept
Common Network Ports and Transport Layer Dependencies