Section 3.2 Flashcards

1
Q

What is meant by transport-layer demultiplexing?

A

Receiving a transport-layer segment from the network layer, extracting the payload (data) and delivering the data to the correct socket.

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

What is meant by transport-layer multiplexing?

A

Taking data from one socket (one of possibly many sockets), encapsulating a data chuck with header information – thereby creating a transport layer segment – and eventually passing this segment to the network layer.

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

True or False: When multiple UDP clients send UDP segments to the same destination port number at a receiving host, those segments (from different senders) will always be directed to the same socket at the receiving host.

A

True

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

True or False: When multiple TCP clients send TCP segments to the same destination port number at a receiving host, those segments (from different senders) will always be directed to the same socket at the receiving host.

A

False

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

True or False: It is possible for two UDP segments to be sent from the same socket with source port 5723 at a server to two different clients.

A

True

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

True or False: It is possible for two UDP segments to be sent from the same socket with source port 5723 at a server to two different clients.

A

True

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

True or False: It is possible for two TCP segments with source port 80 to be sent by the sending host to different clients.

A

True

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

What is necessary when creating a UDP socket?

A

Destination IP address and destination port number

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

What is necessary when creating a TCP socket?

A

Destination/source IP address and destination/source port number

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