Match each network protocol on the left with its standard default port number on the right.
- SSH (Secure Shell)TCP Port 22
- RDP (Remote Desktop Protocol)TCP Port 3389
- SMB (Server Message Block)TCP Port 445
- DNS (Domain Name System)UDP/TCP Port 53
Cevap
SSH matches with TCP Port 22; RDP matches with TCP Port 3389; SMB matches with TCP Port 445; DNS matches with UDP/TCP Port 53.
Each protocol maps directly to its official IANA assigned well-known or registered port: SSH uses TCP 22 for secure terminal communication, RDP uses TCP 3389 for graphical desktop sessions, SMB uses TCP 445 for direct IP file sharing, and DNS uses port 53 for hostname resolution.
Adım Adım Çözüm
Anahtar Kavram
Standard Network Protocol Port Assignments