Multiple access Flashcards
What is the data link layers purpose?
> Enables the exchange of information between end hosts
> Controls errors
> Determines the start and end of bits and frames
> Delivers information reliably
What is TDMA? What does it stand for?
TDMA = Time division multiple access Each user gets a fixed time slot to transmit packets at full link speed. Unused slots are wasted
What is FDMA? What does it stand for?
FDMA = Frequency division multiple access Each user gets a frequency band to send data over Unused frequencies are wasted.
What are the advantages of FDMA?
Users are guaranteed to send data bits continuously
What are the disadvantages of FDMA?
> Unused frequency bands reduce utilisation.
> An additional channel is required to help allocate bands
> Gaps between bands reduce channel utilisation
> Dividing up into channels reduces transmission rate Rigid allocation of resources requires advanced coordination
What is OFDMA? What does it stand for?
OFDMA = Orthogonal frequency-division multiple access
This is the combination of FDMA and TDMA
What is CDMA?
CDMA = Code Division Multiple Access
All users transmit over the same frequencies and at the same time with no interference, in theory. In practice it preforms well
How is CDMA implemented?
Using special coding that reduces interference of multiple transmitters
What are the disadvantages of TDMA?
> Dividing up into slots reduces transmission rate
> Rigid allocation of resources requires advanced coordination
What is contention based random access?
This is when a user transmits without any prior communication among nodes and the user hopes that no collision occurs. When collisions occur, both information sets (frames) are lost
What is ALOHA un-slotted?
This is simplest type of medium access control.
Anyone can transmit a packet at any time without delay.
Each packet has a specific duration time.
Collision can occur
What is the vulnerable period for a node transmitting a single frame?
This is the time in which a collision may occur. It is ideal that a packet is not sent by another node during this time.
The vulnerable period starts 1 frame before the packet is sent and during the time the packet is sent.
The length of time is 2 frames. [IMAGE 12]
What is the equation to calculate the probability a packet begins in a time interval?
Probability = λ × ∆t
λ = Rate of transmission from N nodes
What is does the graph of utilisation of a link look like for un-slotted ALOHA? What is the max utilisation?
Max utilisation = 0.5e ≈ 18% [IMAGE 13]
What is carrier sense multiple access?
A transmitting node will sense if there is data currently being transmitted before transmitting its data