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 does TCP stand for?

A

Transport Control Protocol

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

What are packets in the context of TCP?

A

Small chunks that files are broken up into when sent over the internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
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
5
Q

What does TCP do upon receiving packets?

A

It waits for acknowledgements to verify whether the packets have reached their destination.

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

What will TCP do if packets have not arrived or become corrupted?

A

It will retransmit packets.

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

What does the acronym TCP/IP refer to?

A

The combination of Transport Control Protocol and Internet Protocol.

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

How many layers are in the TCP/IP stack?

A

Four layers

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

What protocols are associated with the Application Layer?

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

What is the role of the transport layer?

A

To establish the end-to-end connection and manage packetization of data.

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

What are the two main protocols used in the transport layer?

A
  • TCP
  • UDP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
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
13
Q

What is a MAC address?

A

A unique hardware address assigned to each network interface card.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
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
15
Q

What happens to the MAC addresses as packets pass through routers?

A

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
16
Q

What is the definition of a port in networking?

A

The end point between a networked device and other networked devices through which packets enter and leave.

17
Q

What is a socket in networking?

A

A connection between two applications over a network that allows data to be exchanged.

18
Q

Fill in the blank: A socket includes the _______ and the port number.

A

IP address

19
Q

What is the significance of port numbers?

A

They determine which application layer protocol to use.

20
Q

What protocol uses port number 20?

21
Q

What protocol uses port number 110?

22
Q

True or False: The transport layer is responsible for packetization and reassembly.