A network administrator is documenting firewall port configurations for several internal network services. Match each networking protocol on the left with its corresponding default transport layer port on the right.
- SFTP (Secure File Transfer Protocol)TCP 22
- IMAPS (Internet Message Access Protocol Secure)TCP 993
- DNS (Domain Name System)UDP/TCP 53
- SMB (Server Message Block)TCP 445
Cevap
SFTP matches with TCP 22; IMAPS matches with TCP 993; DNS matches with UDP/TCP 53; SMB matches with TCP 445.
Each networking protocol relies on a specific default transport layer port for network communication: SFTP operates over SSH on TCP port 22, IMAPS uses TCP port 993 for encrypted mail retrieval, DNS uses UDP/TCP port 53 for name resolution, and SMB uses TCP port 445 for direct file and print sharing.
Adım Adım Çözüm
Anahtar Kavram
Standard Network Protocol Port Assignments