Networking Flashcards

1
Q

What does the application layer of the TCP/IP model do?

A

Determines which protocol is to be used when transmitting the data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does the transport layer of the TCP/IP model do?

A

Splits data up into packets, numbers each packet, and applies a port number to each

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the network layer of the TCP/IP model do?

A

Adds both source and destination IP addresses to each packet, forming sockets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the link layer of the TCP/IP model do?

A

Adds the source and destination MAC addresses to packets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

List every application layer protocol and their ports in order of increasing port number

A
FTP Data - 20
FTP Control - 21
SSH - 22
Telnet - 23
SMTP - 25
HTTP - 80/8080
POP3 - 110
IMAP - 143
HTTPS - 443
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a subnet mask?

A

A 32-bit number used to split an IP address into its host ID and network ID using an AND bitwise operator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is latency?

A

The time taken for a bit to be sent between two devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is SSH used for?

A

For transferring data in a secure, encrypted manner

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the 6 main SSH commands?

A

×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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the 3 main FTP commands?

A

PWD - Print the working directory
CDUP - Change to the parent directory
PASV - Enter passive mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does POP3 do?

A

Retrieves email from a server, deleting it from the server when it is on the client device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does IMAP do?

A

Keeps mail on the sever and on the client in sync

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does SMTP do?

A

Transfers mail from one device to a server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly