2. Networking (20%) Flashcards
Port 20/21
File Transfer Protocol (FTP)
Port 22
Secure Shell (SSH)
File Transfer Protocol (FTP)
is optimized to do what it says it does—transfer files
- includes both uploading and downloading files from one host to another
Secure Shell (SSH)
is a connection-oriented protocol that can be used to set up a secure Telnet session for remote logins or for remotely executing programs and transferring files
- originally designed to be a replacement for the unsecure telnet command
- a connection-oriented protocol, it has higher overhead than UDP and is a little slower.
Port 23
Telnet
Telnet
Someone using this can log into another machine and “see” the remote computer in a window on their screen
Port 25
Simple Mail Transfer Protocol (SMTP)
SMTP (Simple Mail Transfer Protocol)
is the protocol most commonly used to send email messages
- the protocol used to send email from mail server to mail server as well as from a mail server to an email client
Port 53
Domain Name System (DNS)
DNS (Domain Name System)
is to resolve hostnames to IP addresses
- let’s say that you open your web browser and type in a Uniform Resource Locator (URL) such as https://www.wiley.com
Port 67/68
Dynamic Host Configuration Protocol (DHCP)
DHCP (Dynamic Host Configuration Protocol)
dynamically assigns IP addresses and other IP configuration information to network clients
- is connectionless, which makes it a bit faster, but it doesn’t guarantee packet delivery
Port 80
Hypertext Transfer Protocol (HTTP)
HTTP (Hypertext Transfer Protocol)
It manages the communication between a web server and client, and it lets you connect to and view all the content that you enjoy on the Internet
- All the information transmitted is plain text, which means that it’s not secure
Port 110
Post Office Protocol 3 (POP3)
POP3 (Post Office Protocol 3)
the preferred protocol for downloading email for a long time
- replaced in most installations by IMAP4
Port 137/139
Network Basic Input/Output System (NetBIOS)/NetBIOS over TCP/IP (NetBT)
Network Basic Input/Output System (NetBIOS)
is an application programming interface (API) that allows computers to communicate with each other over the network
- It works at
Layer 5 of the OSI model
Port 143
Internet Message Access Protocol (IMAP)
Internet Message Access Protocol (IMAP)
is a secure protocol designed to download email. Its current version is version 4, or IMAP4
- works in connected and disconnected modes
- lets you store the email on the server, as opposed to POP3, which requires you to download it
- allows multiple clients to be simultaneously connected to the same inbox
Port 161/162
Simple Network Management Protocol (SNMP)
Simple Network Management Protocol (SNMP)
gathers and manages network performance information
- mostly used to monitor connectivity devices, many other network devices are SNMP-compatible as well
Port 389
Lightweight Directory Access Protocol (LDAP)
Lightweight Directory Access Protocol (LDAP)
is a directory services protocol based on the X.500 standard
- designed to access information stored in an information directory