Match each network service requirement on the left with its corresponding default port number and transport layer protocol on the right.
- Directory service queries requiring implicit encryption via TLSTCP port 636
- Network clock synchronization across distributed network infrastructureUDP port 123
- Encrypted remote command-line administration and secure file transferTCP port 22
- Initial key exchange and Security Association negotiation for IPsec VPNsUDP port 500
Answer
Directory queries via TLS matches TCP port 636; Network clock synchronization matches UDP port 123; Encrypted remote administration matches TCP port 22; Initial key exchange for IPsec VPNs matches UDP port 500.
Each service requirement maps strictly to its standard port and transport protocol: encrypted LDAP queries require TCP port 636, time synchronization requires UDP port 123, secure remote management requires TCP port 22, and IPsec key exchange requires UDP port 500.
Step-by-Step Solution
Key Concept
Standard Network Port Assignments and Transport Layer Selection