A network engineer is establishing stateful firewall rules to support specific secure enterprise applications and communication services. Match each network service requirement on the left with its corresponding default port number and transport protocol on the right.
- Direct network file sharing without NetBIOS transport encapsulationTCP port 445
- Encrypted Active Directory directory service queries over SSL/TLSTCP port 636
- Centralized AAA authentication and authorization traffic for network accessUDP port 1812
- Unencrypted VoIP call initiation and session control signalingUDP port 5060
Answer
Direct file sharing without NetBIOS matches TCP port 445; Encrypted directory service queries over SSL/TLS matches TCP port 636; Centralized AAA authentication and authorization traffic matches UDP port 1812; Unencrypted VoIP session control matches UDP port 5060.
Direct SMB hosting runs on TCP port 445. Secure directory access (LDAPS) uses TCP port 636. Centralized RADIUS authentication operates on UDP port 1812. Cleartext SIP VoIP call setup uses UDP port 5060.
Step-by-Step Solution
Key Concept
Common Enterprise Network Ports and Transport Layer Protocols