Ethernet And Wireless Flashcards

(7 cards)

1
Q

What is the transmission algorithm for Ethernet?

A

CSMA/CD
- Send data if idle,
- Detect collisions and send jamming,
- Use exponential back off

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

What is the transmission algorithm for WiFi (802.11)?

A

CSMA/CA:
- Send RTS,
- Wait for CTS,
- Transmit frame,
- Wait for ACK

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

How are the transmission algorithms for Ethernet and Wifi(802.11) the same or different?

A

Same:
- Both check the channel is idle before sending

Different:
- Ethernet detects collisions
- WiFi avoids them using RTS and ACKs

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

When the transmission algorithm for Ethernet and WiFi (802.11) has a collision, what happens?

A

Ethernet:
- Sender sends a jamming signal and retries after a random back off

WiFi:
- No ACK is received, sender retries after random back off

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

What is the hidden node problem?

A

2 nodes can’t hear each other but collide when transmitting data

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

What is the exposed node problem?

A

Nearby nodes hold off on sending data because they’re aware of other nodes and detect transmissions from them, even if their own messages won’t cause issues so things slow down for no reason

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

What are the differences between the base station model and the mesh network/ad hoc network model for wireless network topologies?

A

Base Station: mobile nodes communicate through a fixed central base station using connection to the internet to communicate to other nodes

Mesh/Ad Hoc: peer nodes forward messages through each other without the base station

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