MultipleAccessControl Flashcards
what is distributed MAC?
no single host is responsible for access
coordinated access
each host is “scheduled” to transmit in certain intervals of time(token ring), schedule chosen to avoid interference between simultaneous transmissions
random access
each host randomly decides to transmit
Pure Aloha
transmit the packet immediately, if not already transmitting another packet
Slotted Aloha
time is divided into slots, and a station can only transmit at the beginning of a slot, window of vulnerability lowered to one time slot
what is the access probability?
probability that a host will independently transmit in a given slot
Carrier Sense Multiple Access
only transmit if the channel is idle, which is measured with energy detection
Carrier Sense Threshold(Pcs)
if the received power(Pr) < Pcs, channel is idle, else channel is busy
what are the tradeoffs between large and small Pcs
with a large Pcs you have greater spatial reuse, but more interference
what is the upper bound of the interference of a transmitter at a receiver?
<= Pcs * (gain of interrupting sender and receiver / gain of first sender and interrupter), with gain = power received / power transmitted
when will a server transmit while another sever is transmitting?
when the transmitted power of the first server times the gain between them <= the Pcs
what is the hidden terminal problem?
when two nodes are out of range/blocked from each other, and they simultaneously transmit to the same node, resulting in a collision neither of them detect so they may continue transmitting and creating collisions, can try to avoid by lowering the Pcs.
what is the exposed terminal problem
when two nodes within range of each other want to transmit to two nodes that are not within range of each other, but due to a low Pcs the sending nodes do not transmit despite there being no risk of interference
how should the optimal Pcs be found?
optimal Pcs is a function of network topology and traffic characteristics
what are simultaneous transmissions?
transmissions that occur at the same time on the same frequency