2.1 - Networking Flashcards
What are the purpose, port(s), and transport protocol of FTP (File Transfer Protocol)?
- Transfer files between client and server on a network
- 21 (control) / 20 (data transfer)
- TCP
What are the purpose, port(s), and transport protocol of SSH (Secure Shell)?
- Securely connect to and manage remote devices
- 22
- TCP
What are the purpose, port(s), and transport protocol of Telnet?
- Remotely access and manage network devices and systems
- 23 (non-secure)
- TCP
What are the purpose, port(s), and transport protocol of SMTP (Simple Mail Transfer Protocol)?
- Sending and relaying email between servers and clients
- 25 (servers-servers) / 587 (clients-servers)
- TCP
What are the purpose, port(s), and transport protocol of DNS (Domain Name System)?
- Translates domain names into IP addresses
- 53
- UDP
What are the purpose, port(s), and transport protocol of DHCP (Dynamic Host Configuration Protocol)?
- Dynamically assigns IP addresses to devices on a network
- 67 (server) / 68 (client)
- UDP
What are the purpose, port(s), and transport protocol of HTTP (Hypertext Transfer Protocol)?
- Transfer hyptertext between a client and a server
- 80
- TCP
What are the purpose, port(s), and transport protocol of POP3 (Post Office Protocol 3)?
- Retrieves email from a server to a client
- 110 (non-secure)
- TCP
What are the purpose, port(s), and transport protocol of NetBIOS / NetBT (Network Basic Input / Output System)?
- Allows computers on a local network to communicate with each other
- 137 / 139
- TCP
What are the purpose, port(s), and transport protocol of IMAP (Internet Mail Access Protocol)?
- Retrieving and managing emails from a server to a client
- 143
- TCP
What are the purpose, port(s), and transport protocol of Simple Network Management Protocol (SNMP)?
- Manage and monitor network devices and systems
- 161 (operations) / 162 (traps)
- UDP
What are the purpose, port(s), and transport protocol of LDAP (Lightweight Directory Access Protocol)?
- Accessing and managing directory information services over a network
- 389
- TCP
What are the purpose, port(s), and transport protocol of HTTPS (Hypertext Transfer Protocol Secure)?
- Securely transfer hypertext between a client and server
- 443
- TCP
What are the purpose, port(s), and transport protocol of SMB / CIFS (Server Message Block / Common Internet File System)?
- Provides shared access to files, printers, and serial ports over a network.
- 445
- TCP
What are the purpose, port(s), and transport protocol of RDP (Remote Desktop Protocol)?
- Provides remote desktop access to another computer over a network
- 3389
- TCP