Transport Layer l Flashcards

1
Q

Transport layer

A

Responsible for ensuring that data packets arrive accurately

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

How does the transport layer work?

A

Splits up data into smaller units and passes onto network layer

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

What’s the relationship between the transport and network layer?

A

Transport Layer: provides logical communication between processes
Network Layer: provides logical communication between hosts

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

Process-Level Addressing

A

Allows transport layer to identify and differentiate between multiple processes running on single device

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

How process-level addressing works

A

Network layer identifies host and transport layer assigns a port number to each process

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

Multiplexing (Sender Side)

A

Allows data from multiple processes to be combined and sent over a single transport layer

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

Demultiplexing (Receiver Side)

A

Transport lay looks at port numbers and directs each portion of data to correct application

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

Integrity Checking

A

Ensures that the data received is accurate and hasn’t been corrupted during transmission

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

How does integrity checking work?

A

Transport layer uses error detection mechanisms to verify data integrity. If errors are detected, protocols request retransmission

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

Connection Management (Establishment and Termination)

A

Allows for setup and teardown of connection between sender and receiver if using connection-oriented protocol

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

How does connection management work?

A

A connection needs to be established before data transfer begins and terminated afterwards

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

Acknowledgments and Retransmissions

A

Ensures reliable data transfer by acknowledging received data and retransmitting missing/corrupted data

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

How Acknowledgments and Retransmissions work

A

Receiver send acknowledgments to confirm receipt data. If sender doesn’t receive an ACK, it retransmit the data

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

Flow Control

A

Manages the rate of data transmission to prevent overwhelming the receiver

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