An engineer is mapping network service traffic for perimeter security monitoring. Match each network protocol on the left with its standard default port number and transport layer protocol on the right.
- Server Message Block (SMB)Port 445 / TCP
- Internet Message Access Protocol (IMAP)Port 143 / TCP
- SNMP Trap notificationsPort 162 / UDP
- Network Time Protocol (NTP)Port 123 / UDP
Answer
Server Message Block (SMB) matches Port 445 / TCP; Internet Message Access Protocol (IMAP) matches Port 143 / TCP; SNMP Trap notifications match Port 162 / UDP; Network Time Protocol (NTP) matches Port 123 / UDP.
Each protocol is accurately matched to its assigned IANA default port number and transport layer protocol: SMB uses TCP port 445, IMAP uses TCP port 143, SNMP traps use UDP port 162, and NTP uses UDP port 123.
Step-by-Step Solution
Key Concept
Standard default port numbers and transport layer protocols (TCP/UDP) for enterprise networking services.