slides08 Flashcards

1
Q

how is wireless interference prevented?

A

bodies manage the airwaves, allocating various frequencies to various purposes, ensuring minimal interference between the competing concerns for parts of the spectrum

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

Why does wireless need to do more than csma/cd?

A

In principle, much like CSMA/CD over wireless, but with some extra problems unique to wireless
The shared medium is now all around, not just within a wire
So signals from multiple networks can interfere; not just the hosts within one network

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

describe the hidden host prob

A

Hosts A can B can “see” each other; B and C can see each other, but A cannot see C, so A cannot tell if its packets to B are colliding with C’s to B

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

why does csmacd not work wireles

A

But the limited ranges mean that CSMA/CD will not work for wireless

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

Spatial multiplexing

A

Spatial multiplexing is the process where the same informaiton is placed across 2 or more of the available antennas in an AP or Client device.

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

Beamforming

A

Beamforming or spatial filtering is a signal processing technique used in sensor arrays for directional signal transmission or reception

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

dsss

A

In telecommunications, direct-sequence spread spectrum (DSSS) is a spread spectrum modulation technique used to reduce overall signal interference. The spreading of this signal makes the resulting wideband channel more noisy, allowing for greater resistance to unintentional and intentional interference.

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

what are wifi channels

A

For Wi-Fi, the allocated frequency band (2.4GHz) is split into 14 overlapping 22MHz channels each centred on specified frequencies
The number of channels available depends on the country

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

how much do channels interfere

A
  • Separate channels by at least 2 (e.g., use 1 and 4) to reduce interference
  • Separate by 4 (e.g., use 1 and 6) to have no interference at all
  • This means we can have three non-interfering co-located networks on channels 1, 6 and 11
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

how is collision avoidance achieved?

A

Waiting for the contention period is the collision avoidance

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

howdoes a wifi network know if the message sent was received?

A

Thus, on successful receipt of a packet, a host will broadcast an acknowledgement (ACK) packet
This is just a packet to inform the sender that everything worked well and there was, in fact, no collision
If the sender never gets the ACK, it will resend, starting from the CA again

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