The Transport Layer Flashcards

1
Q

The Transport Layer provides two protocols:

A

the Transmission Control Protocol (TCP);

the User Datagram Protocol (UDP)

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

The most important fields of the TCP header are:

A

the source IP address, port it came from and destination port.

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

Among the TCP services are:

A
∙ connection-oriented communication;
∙ end-to-end communication;
∙ complete reliability;
∙ full duplex communication;
∙ a stream interface;
∙ reliable connection startup;
∙ graceful connection shutdown.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does connection-oriented communication mean?

A

an application sets up a connection, uses it, and tears it down

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

What does complete reliability mean?

A

data will be received exactly as sent, even if than means resending

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

What does end-to-end communication mean?

A

a connection has exactly two endpoints

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

What does full-duplex communication mean?

A

data may be sent and received simultaneously.

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

What does a stream interface communication mean?

A

a continuous stream of data is sent and received

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

What does reliable connection startup through a

three-way handshake mean?

A

communication always starts properly.
The client sends a signal to start communication.
It receives a response
Then send back an acknowledgement

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

What does graceful connection shutdown through a four-way handshake mean?

A

communication always finishes properly

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

Most important fields of the UDP header:

A

the source port and destination port.

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

Among the UDP services are:

A

∙ connectionless communication;
∙ end-to-end communication;
∙ best-effort reliability;
∙ a message interface.

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

What does a UDP connectionless communication mean?

A

an application does not set up or tear down a connection

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

What does a UDP end-to-end communication mean?

A

a connection has exactly two endpoints

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

What does a UDP best-effort reliability mean?

A

data may be lost, duplicated, or delayed

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

What does a UDP message interface mean?

A

individual data items are sent and received