TCP/IP Flashcards

1
Q

What is a network protocol?

A

A set of rules that allow computers to communicate and exchange information over a network

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

What is TCP?

A

Transport Control Protocol that breaks files into packets and ensures their delivery

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

What is the typical packet size in TCP?

A

1500 bytes

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

What does TCP do if packets do not arrive at the destination?

A

Retransmits packets that have not arrived or become corrupted

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

What are the four layers of the TCP/IP stack?

A
  • Application Layer
  • Transport Layer
  • Network Layer
  • Data Link Layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which protocols are associated with the Application Layer?

A
  • HTTP
  • HTTPS
  • FTP
  • SMTP
  • POP3
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the role of the Transport Layer?

A

Establishes end-to-end connections and splits data into packets

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

What protocols are used in the Transport Layer?

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

Fill in the blank: The Transport Layer assigns a _____ number for sender and receiver.

A

[port]

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

What does the Network Layer add to packets?

A

Source and destination IP addresses

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

What is the purpose of a MAC address?

A

To provide a unique hardware address for every node on a network

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

What does the Data Link Layer add to packets?

A

Physical addresses (MAC addresses) of the hardware

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

How does MAC address hopping work?

A

At each step, the source MAC address is replaced by the destination address of the current node and the destination MAC address is replaced by the MAC address of the next node

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

What is a port in networking?

A

The endpoint between a networked device and other networked devices through which packets enter and leave

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

Fill in the blank: A client port number is temporarily assigned for the duration of a _____.

A

[connection]

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

What happens at the server end concerning port numbers?

A

The service continually listens for instructions from clients

17
Q

What is the port number for FTP?

18
Q

What is the port number for SSH?

19
Q

True or False: The transport layer reassembles packets into the original form.

21
Q

What is the port number for SMTP?

22
Q

What is the port number for HTTP?

23
Q

What is the port number for HTTPS?

24
Q

What is the port number for POP3?

25
Q

Fill in the blank: The port number for POP3 is _______.

26
Q

Fill in the blank: The port number for SMTP is _______.

27
Q

Fill in the blank: The port number for HTTP is _______.

28
Q

Fill in the blank: The port number for HTTPS is _______.