A network administrator is reviewing default firewall port permissions for common infrastructure protocols. Match each network service description on the left with its corresponding default port assignment and transport layer protocol on the right.
- Host name to IP address resolution serviceUDP/TCP Port 53
- Secure encrypted command-line remote administrationTCP Port 22
- Outbound server-to-server email transmissionTCP Port 25
- Encrypted web session traffic over TLSTCP Port 443
Answer
The correct pairings are: Host name to IP address resolution service matches UDP/TCP Port 53; Secure encrypted command-line remote administration matches TCP Port 22; Outbound server-to-server email transmission matches TCP Port 25; Encrypted web session traffic over TLS matches TCP Port 443.
Each service uses standard well-known port definitions: DNS name resolution uses UDP/TCP port 53; SSH encrypted remote administration uses TCP port 22; SMTP email relaying uses TCP port 25; HTTPS encrypted web communication uses TCP port 443.
Step-by-Step Solution
Key Concept
Standard IANA well-known port assignments and transport layer mechanisms for core network services.