MAC Protocols Flashcards

(33 cards)

1
Q

What is Pure ALOHA?

A

A protocol where any station can send data at any time, waiting for an acknowledgment after sending.

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

What happens if an acknowledgment is not received in Pure ALOHA?

A

The station waits for a random amount of time called back-off time and resends the data.

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

What is the effect of random back-off time in Pure ALOHA?

A

It decreases the probability of further collisions.

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

What occurs when two frames collide in Pure ALOHA?

A

Both frames are garbled.

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

What is the throughput formula for Pure ALOHA?

A

Throughput = G*

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

What is Slotted ALOHA?

A

A protocol developed to improve the efficiency of Pure ALOHA by dividing time into discrete slots.

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

How does Slotted ALOHA reduce collision probability?

A

Sending is allowed only at the beginning of time slots.

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

What is required for Slotted ALOHA to function correctly?

A

The time must be globally synchronized.

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

What is the throughput formula for Slotted ALOHA?

A

Throughput = G*

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

What does CSMA stand for?

A

Carrier Sense Multiple Access

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

What is the principle behind CSMA?

A

Listen before talk.

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

What does it mean if the carrier is busy in CSMA?

A

Transmission is taking place.

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

What does it mean if the carrier is idle in CSMA?

A

No transmission is taking place.

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

What can still occur in CSMA despite listening before talking?

A

Collisions can occur due to propagation delay.

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

What are the types of CSMA?

A
  • 1-persistent CSMA
  • P-persistent CSMA
  • Non-persistent CSMA
  • O-persistent CSMA
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a characteristic of 1-persistent CSMA?

A

If the channel is idle, the station transmits immediately.

17
Q

What does a busy channel lead to in 1-persistent CSMA?

A

The station continuously checks the channel until it becomes idle.

18
Q

What impact does propagation delay have on 1-persistent CSMA performance?

A

Longer delays worsen performance.

19
Q

What does Non-Persistent CSMA do when the channel is busy?

A

The station checks the channel randomly instead of continuously.

20
Q

What is the advantage of Non-Persistent CSMA over 1-persistent CSMA?

A

Better channel utilization with longer delays.

21
Q

How does P-Persistent CSMA operate on slotted channels?

A

Transmits with probability P if idle, defers with probability (1-P).

22
Q

What happens in P-Persistent CSMA if another station begins transmission?

A

The station waits a random time and starts again.

23
Q

What is O-Persistent CSMA?

A

Each node is assigned a transmission order by a supervisory node.

24
Q

What does CSMA/CD stand for?

A

Carrier Sense Multiple Access with Collision Detection.

25
What happens when two stations sense the channel as idle in CSMA/CD?
They begin transmission.
26
What occurs if a collision is detected in CSMA/CD?
Stations abruptly stop transmitting.
27
Where is CSMA/CD widely used?
In wired LANs (Ethernet).
28
What does CSMA/CA stand for?
Carrier Sense Multiple Access with Collision Avoidance.
29
How do nodes in CSMA/CA avoid collisions?
They begin transmission only after the channel is sensed to be idle.
30
What is the hidden node problem in CSMA/CA?
A situation where a node cannot detect if another node is transmitting.
31
What mechanisms are used to avoid collisions in CSMA/CA?
* Inter-Frame Space * Contention Window * Acknowledgments
32
Is CSMA/CA reliable?
No, it is unreliable due to the hidden node problem.
33
In what type of networks is CSMA/CA particularly used?
In wireless networks, like Wi-Fi.