An enterprise network technician is documenting baseline security parameters and service configurations across network endpoints. Match each network protocol on the left with its corresponding default transport protocol and port specification on the right.
- SNMP (Simple Network Management Protocol polling)UDP port 161
- LDAP (Lightweight Directory Access Protocol)TCP port 389
- POP3 (Post Office Protocol v3)TCP port 110
- SFTP (SSH File Transfer Protocol)TCP port 22
Cevap
SNMP matches UDP port 161; LDAP matches TCP port 389; POP3 matches TCP port 110; SFTP matches TCP port 22.
Each listed service maps directly to its official IANA transport protocol and default port assignment: SNMP polling traffic communicates over UDP port 161; unencrypted LDAP directory services communicate over TCP port 389; unencrypted POP3 mail retrieval uses TCP port 110; and SFTP uses SSH encapsulation over TCP port 22.
Adım Adım Çözüm
Anahtar Kavram
Standard Network Protocol and Port Assignments