Ports And Protocols Flashcards
What is a port in networking?
A port is a logical “doorway” for communication on a device.
What is an example of a port used for secure web traffic?
Port 443, used for HTTPS.
What is a protocol?
A protocol is a set of rules for communication between devices.
Name three common network protocols and their purposes.
- TCP (reliable transmission)
- UDP (fast, unreliable transmission)
- ICMP (diagnostics)
What are Well-Known Ports and their range?
Ports 0–1023, reserved for core services like HTTP, HTTPS, FTP.
What are Registered Ports and their range?
Ports 1024–49151, assigned to specific applications like SQL Server.
What are Dynamic/Ephemeral Ports and their range?
Ports 49152–65535, used temporarily by clients during communication.
What port does HTTP use and what is it for?
Port 80, for unsecured web browsing.
What port does HTTPS use and what is it for?
Port 443, for secure web browsing via SSL/TLS.
What ports does SMTP use?
Port 25 (insecure), 587 (secure).
What is the purpose of SMTP?
To send email.
What ports does POP3 use?
Port 110 (insecure), 995 (secure).
What is the purpose of POP3?
To download email from a server.
What ports does IMAP use?
Port 143 (insecure), 993 (secure).
What is the purpose of IMAP?
To sync email across multiple devices.
What ports does FTP use, and is it secure?
Ports 20 and 21; it is not secure.
What port does SFTP use and what makes it secure?
Port 22; it’s based on SSH.
What port does TFTP use and what is its security level?
Port 69; it is not secure and offers simple, no-auth transfers.
What port does SMB use and what is it used for?
Port 445; used for Windows file sharing over LAN.
What port does SSH use and is it secure?
Port 22; yes, it’s encrypted.
What port does Telnet use and is it secure?
Port 23; no, it’s insecure and used mainly for legacy systems.
What port does RDP use and what is it for?
Port 3389; used for remote Windows access with encryption.
What port does DNS use and what is its purpose?
Port 53 (TCP/UDP); resolves domain names to IP addresses.
What ports does DHCP use?
Port 67 (server), 68 (client).