Transport Layer Flashcards

1
Q

How does the Transport Layer work?

A

Sets up the communication between hosts and agrees setting such as language and packet size. Divides data received from application layer into packets of the correct size and adds packet information such as packet number of packets. Checks that packets arrive safely (TCP) and sends acknowledgements when received data.

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

What is TCP?

A

Transmission Control Protocol –Defines how messages are split into packets and reassembled at the destination. Detects errors and resends lost packets.

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

What is UDP?

A

User Datagram Protocol –Alternative to TCP not has no error checking or correction. Maintains an open connection between sender and receiver for the duration of the communication.

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

What is UDP used for?

A

Often used for online gaming and live broadcasting where speed is desirable and error connection is not necessary.

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