Networking Flashcards
What does the application layer of the TCP/IP model do?
Determines which protocol is to be used when transmitting the data
What does the transport layer of the TCP/IP model do?
Splits data up into packets, numbers each packet, and applies a port number to each
What does the network layer of the TCP/IP model do?
Adds both source and destination IP addresses to each packet, forming sockets
What does the link layer of the TCP/IP model do?
Adds the source and destination MAC addresses to packets
List every application layer protocol and their ports in order of increasing port number
FTP Data - 20 FTP Control - 21 SSH - 22 Telnet - 23 SMTP - 25 HTTP - 80/8080 POP3 - 110 IMAP - 143 HTTPS - 443
What is a subnet mask?
A 32-bit number used to split an IP address into its host ID and network ID using an AND bitwise operator
What is latency?
The time taken for a bit to be sent between two devices
What is SSH used for?
For transferring data in a secure, encrypted manner
What are the 6 main SSH commands?
×cd [filename] - changes to a specified directory
×cd… - move up a file level
×pwd - print the working directory
×cp - copy an image to a specified location
×ls - list all files with a specific extension
What are the 3 main FTP commands?
PWD - Print the working directory
CDUP - Change to the parent directory
PASV - Enter passive mode
What does POP3 do?
Retrieves email from a server, deleting it from the server when it is on the client device
What does IMAP do?
Keeps mail on the sever and on the client in sync
What does SMTP do?
Transfers mail from one device to a server