MindMap Gallery multiple access technology
The mind map of multi-access technology is a technology used to distinguish different users. The purpose is to enable multiple independent users to use the transmission medium at the same time without affecting each other. In order to prevent user addresses from interfering with each other, the addresses must be mutually orthogonal.
Edited at 2023-10-21 21:08:57This is a mind map about bacteria, and its main contents include: overview, morphology, types, structure, reproduction, distribution, application, and expansion. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about plant asexual reproduction, and its main contents include: concept, spore reproduction, vegetative reproduction, tissue culture, and buds. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about the reproductive development of animals, and its main contents include: insects, frogs, birds, sexual reproduction, and asexual reproduction. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about bacteria, and its main contents include: overview, morphology, types, structure, reproduction, distribution, application, and expansion. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about plant asexual reproduction, and its main contents include: concept, spore reproduction, vegetative reproduction, tissue culture, and buds. The summary is comprehensive and meticulous, suitable as review materials.
This is a mind map about the reproductive development of animals, and its main contents include: insects, frogs, birds, sexual reproduction, and asexual reproduction. The summary is comprehensive and meticulous, suitable as review materials.
multiple access technology
Overview
The technology used to distinguish different users is to enable multiple independent users to use the transmission medium at the same time without affecting each other. In order to prevent user addresses from interfering with each other, the addresses must be mutually orthogonal.
fixed multiple access
FDMA
Concept: Simple to implement, more suitable for simulation technology
Interference problems in the system: intermodulation interference, adjacent channel interference, co-channel interference
Features
Each channel occupies one frequency band, and the spacing between adjacent frequency bands should meet the transmission signal bandwidth requirements.
Symbol time is larger than the average delay spread: less inter-symbol interference and no need for adaptive equalization
The base station is complex and large: the base station requires multiple transceiver channel equipment
A large number of bandpass filters need to be set up: to suppress adjacent channel interference
Handover is complicated: only hard handover can be used
Low frequency utilization and small capacity
TDMA
The cache-burst method is used to transmit data, and the transmission for any user is discontinuous.
Features
The transmission rate is high, greater than the speech coding rate,
The transmission signal rate increases as the time slot N increases, requiring adaptive equalization.
No duplexer required
Base station complexity reduced, requiring only one transceiver
Strong anti-interference ability, high frequency utilization, large system capacity
Easy handover
Synchronization is difficult and expensive
CDMA
It is a method of sharing channels, which will cause near and far effects.
advantage
Multiple users share the same frequency
Large communication capacity
When the number of users increases, the system performance gradually decreases, and vice versa.
Resistant to multipath fading
Smooth soft switching and efficient macrodiversity
High channel rate
Low signal power spectral density: strong anti-interference ability
question
multiple access interference
near and far effect
SDMA
Features
Space separates different users
Using wireless directional beams, the cell is divided into different subspaces to achieve orthogonal division of space.
Different wave speeds can be formed in different user directions
Can be used to combine the above three multiple access technologies
OFDMA
concept
Basic idea: Divide the transmission bandwidth into a series of orthogonal and non-overlapping sub-carrier sets, and allocate different sub-carriers to different users to achieve multiple access.
Classified sub-channel OFDMA
centralized
Assign several consecutive subcarriers to the same subchannel
User diversity gain available
Channel estimation is easy
Suitable for terminal low-speed movement
distributed
The subcarriers assigned to a subchannel are dispersed throughout the frequency band, and the subcarriers are arranged alternately
Obtain frequency diversity gain
Channel estimation is complex
Suitable for rapid movement of terminals
Frequency hopping OFDMA
concept
Rapid changes in subcarrier resources allocated to a user
See Figure 3-6 for easy understanding of the same time slot and different time slots.
Features
No interference in the community
Supports two subcarrier allocation modes
Flexible to adapt to bandwidth requirements
Effectively resist frequency selective fading in wireless mobile environments
Able to provide higher frequency band utilization and transmission rate
Advantage
The transmitter and receiver are easy to implement and have low complexity; both the transmitter and receiver are easy to integrate with multi-antenna hardware
Strong anti-multipath ability and strong anti-cell interference ability
Easy to couple with adaptive modulation techniques
question
FDMA uses rectangular pulses in the time domain, resulting in slow attenuation in the frequency domain
Under the influence of multipath, spectrum utilization is low
Strictly synchronized and orthogonal
High peak-to-average power ratio PAPR puts extremely high demands on amplifiers
random multiple access
Meaning: On-demand access service; line competition will occur when users access the shared channel; especially suitable for bursty services such as data communications.
ALOHA
Pure ALOHA; works on wireless channels and bus-type networks; send: just say what you want (see p211 for details); biggest disadvantage: the maximum throughput rate is less than the ideal 18.4%
Time slot ALOHA: The channel time is divided into equal lengths of time, which are exactly equal to the transmission time of a frame; the clocks of all stations must be synchronized; each station can only start sending messages at the start time of the time slot; the throughput of the channel The rate can reach up to 37%
CSCM
Overview: Listen to the channel before sending packet data. If there is a user sending on the channel, the user will delay the sending of his own packet. Listen first and speak later; specific solutions: non-persistent CSMA and persistent CSMA
CSMA/CD Carrier Sense Multipoint Access/Collision Detection in Wired
Main purpose: Provide addressing and media access control methods so that different devices or network nodes can communicate on multi-point networks without conflicting with each other.
Features: The principle is simple and technically easy to implement. Each workstation in the network is on an equal footing, does not require centralized control, and does not provide priority control. When the network load increases, the sending time increases and the sending efficiency drops sharply. Applied in OSI layer 2 data traffic layer
CSMA/CA Carrier Sense/Collision Avoidance in Wireless
Use ACK signals to avoid conflicts
Basic unit: intra-frame interval DIFS contention window CW backoff counter
Compare
CSMA/CA comparison CSMA/CD The biggest advantages: No conflict detection procedure required Waiting time is fairly distributed On average the principle of first come first served is implemented
main difference
Principle: CD: It can be detected but cannot be avoided. CA: It is impossible to detect whether there is a conflict on the channel when sending a packet. It can only be avoided as much as possible.
Transmission medium: CD: Bus Ethernet CA: Wireless LAN 902.11a/b/g/n
Detection method: CD: Check through the change of voltage in the cable CA: Energy check ED Carrier detection CS Energy carrier hybrid detection
RTS/CTS request-to-send/clear-to-send mechanism: no competition required