2.1 - Common Network Ports Flashcards
What are well-known port numbers used for?
They are used by services so that both the server and client know what port number to use for communication, and they are also important for firewalls.
What are the two port numbers used by FTP?
TCP port 20 for data transfers and TCP port 21 for control.
What does SSH use for communication?
TCP port 22.
What port does Telnet use for communication?
TCP port 23.
What is a major security difference between SSH and Telnet?
SSH encrypts data while Telnet does not.
What port does SMTP use?
TCP port 25.
What ports are commonly used by DHCP?
UDP port 67 for the server and UDP port 68 for the client.
What does DNS use for communication?
UDP port 53.
What ports does HTTP use?
TCP port 80.
What ports does HTTPS use?
TCP port 443.
What port does POP3 use?
TCP port 110.
What port does IMAP use?
TCP port 143.
What protocol is commonly used by Windows for file and print sharing?
SMB (Server Message Block).
What port does NetBIOS use for name service?
UDP port 137.
What port does NetBIOS use for session setup and data transfer?
TCP port 139.