4 - Data Link Control Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is byte stuffing?

A

The process of adding 1 extra byte whenever there is a flag or escape character in the text.

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

What is bit stuffing?

A

Adding one extra 0 when five consecutive 1s appear in the data.

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

What is bit unstuffing?

A

If five consecutive 1s are followed by a 0, the receiver unstuffs the 0 bit.

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

What is flow control?

A

Refers to a set of procedures used to restrict the amount of data that the sender can send before waiting for acknowledgement.

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

What is error control?

A

Based on automatic repeat request, retransmission of data.

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

What are the two protocols used for noiseless channels?

A

Simplest and Stop-and-Wait.

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

What are the three protocols used for noisy channels?

A
  • Stop-and-Wait ARQ
  • Go-Back-N ARQ
  • Selective Repeat ARQ
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the send window?

A

An abstract concept defining an imaginary box of size 2^m - 1 with three variables: Sf, Sn, and Ssize

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

Which is more efficient between Go-Back-N and selective repeat ARQ?

A

Go-Back-N is more efficient when all transmissions are successful, Selective Repeat ARQ is more successful when there is a large probability of errors

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