Thursday, October 9, 2008
Quality of Service (QOS)
Monday, October 6, 2008
Network Entry and Initialization
then the MS considers the previous ranging attempt to be unsuccessful and enters the contention-resolution stage. Therein, the MS sends a new CDMA ranging code at the next ranging opportunity, after an appropriate back-off delay. If Ranging process is successful then, BS sends RNG-RSP message with basic CID(BCID) and Primary CID(PCID) allocated to perticular MS. From here on, the basic and primary management CID is used by the MS and the BS to send most of the MAC management messages
Monday, September 29, 2008
MAC PDU Construction
Generic MAC Header
If Header Type (HT) field is '0' then it is GMH header.
CI - CRC indication bit
CID - 16 bit connection identifier
EC - Encryption control bit
EKS - Encryption key sequence
ESF - Extended subheader indication bit
HCS - 8 bit Header Check Sum
HT - Header Type, shall be '0'
Len - 11 bit length of PDU
Type - 6 bit special Payload Type (PSH, FSH, ARQ feedback etc...)
This PDU is applicable to UL only.
It does not contain any payload and should not be encrypted.
BR - 19 bit Bandwidth request
HT - Header Type, shall be '0'
EC - always set to zero
CID - 16 bit connection identifier
HCS - 8 bit Header Check Sum
Type - 3 bit type of BR header
WiMax Frame Structure
RNG channel is used for NW entry, periodic ranging and for BW request.
ACK channel is where mobile stations provide HARQ acknowledgment.
CQI channel is used for providing channel quality indication, so that based on that information Scheduler can change the Modulation parameters accordingly. And can maximize system throughput.
Friday, July 18, 2008
OFDMA sub-channelization
subcarrier permutation mode. A distributed subcarrier permutation provides better frequency diversity, whereas an adjacent subcarrier distribution is more desirable for beamforming.
Subcarriers per subchannel : 48
Number of subchannels : 16
Data Subcarriers used : 768
Fixed Pilot Subcarriers : 11
Variable Pilot Subcarriers : 71
===================================
Subcarriers per cluster: 14
Number of subchannel : 30
Data Subcarriers used : 720
Pilot Subcarriers : 120
===================================
OFDM symbol structure
2. Pilot subcarriers are used for carrying pilot symbols. The pilot symbols are known a priori and can be used for channel estimation and channel tracking.
3. Null subcarriers have no power allocated to them, including the DC subcarrier and the guard subcarriers toward the edge. The DC subcarrier is not modulated, to prevent any saturation effects or excess power draw at the amplifier. No power is allocated to the guard subcarrier toward the edge of the spectrum in order to fit the spectrum, of the OFDM symbol within the allocated bandwidth and thus reduce the interference between adjacent channels
Friday, July 4, 2008
Multiple Access Schemes
Multiple-access strategies typically attempt to provide orthogonal, or noninterfering, communication channels for each active link. The most common way to divide the available dimensions among the multiple users is through the use of frequency, time, or code division multiplexing.
In frequency division multiple access (FDMA), each user receives a unique carrier frequency and bandwidth.
In time division multiple access (TDMA), each user is given a unique time slot, either on demand or in a fixed rotation.
In code division multiple access (CDMA) systems allow each user to share the bandwidth and time slots with many other users and rely on orthogonal binary codes to separate out the users.
OFDMA is essentially a hybrid of FDMA and TDMA:
Users are dynamically assigned subcarriers (FDMA) in different time slots (TDMA).In OFDMA, the subcarrier and the power allocation should be based on the channel conditions in order to maximize the throughput.
Multiuser diversity and Adaptive modulation are the two key principles that enables high performence in OFDMA. Multiuser diversity describes the gains available by selecting a user or sub-set of users having "good" conditions. Adaptive modulation is the means by which good channels can be exploited to achieve higher data rates.
OFDMA Pros and Cons
OFDM Basics
Orthogonal frequency division multiplexing (OFDM) is a multicarrier modulation technique that has recently found wide adoption in a widespread variety of high-data-rate communication systems, including digital subscriber lines, wireless LANs (802.11a/g/n), digital video broadcasting, and now WiMAX and other emerging wireless broadband systems.
Monday, June 30, 2008
Multicarrer Modulation
The philosophy of multicarrier modulation is: a large number of subcarriers (L) are used in parallel, so that the symbol time for each goes from T-->LT. In other words, rather than sending a single signal with data rate R and bandwidth B, why not send L signals at the same time, each having bandwidth B/L and data rate R/L ? In this way if B/L is less carrier BW, each signal will undergo approximately flat fading, and the time dispersion for each signal will be negligible. As long as the number of subcarriers L is large enough, the condition B/L is less than carrier BW can be met.
This elegantidea is the basic principle of orthogonal frequency division multiplexing (OFDM).
Cellular System problems !!
Cellular System
Monday, June 23, 2008
Sunday, June 22, 2008
Physical Layer (PHY) processing
Scrambler: It is nothing but a randomizer, which randomizes incoming data stream of continuos 0's and 1's. This helps in AGC and timing recovery circuit
Channel Encoder: Its a FEC scheme, which adds extra redundent bits to data in order to increase the error correcting capabilities. Convolution codes (CC) and Convolution Turbo Codes (CTC) are example of channel encoder.
Interleaver: Protect burst errors by spreading incoming bits in different channels, which helps in recovering data even after burst errors. It ensures that adjacent code bits are mapped to non adjacent subcarrers, which provides frequency diversity and improves the performence of decoder
Symbol Mapper: The sequence of binary bits are converted into sequence of complex valued symbols. QPSK, 16QAM and 64QAM are defined in WiMax
Space Time Coding: A space–time code (STC) is a method employed to improve the reliability of data transmissionn in wireless communication systems using multiple transmit antennas. STCs rely on transmitting multiple, redundant copies of a data stream to the receiver in the hope that at least some of them may survive the physical path between transmission and reception in a good enough state to allow reliable decoding
Subcarrer Mapping/IFFT: Depending on the type of subcarrer allocation scheme data will be mapped on the different subcarrers. There are basicaly 2 different types of schemes: Adjacent subcarrer permutation and distrubuted subcarrer permutation scheme. For 1024 FFT (subcarrers) 768 subcarrers are used for data, 82 for pilot and rest are unused. IFFT converts frequency domain signal to time domain and maps data to no of IFFT subcarrers.
D/A: Digital to Analog converter converts digital data to analog for the transmission on the air.
RF Card: Analog data will be modulated with the 2.3 Ghz range of frequency (depending on the system freq), power amplified and will be feed to antenna through TDD switch.
Monday, May 19, 2008
Tuesday, May 13, 2008
Monday, May 12, 2008
Saturday, May 10, 2008
Protocol Layer Structure
- Transformation or mapping of external network data
- Classify external network SDUs and associate them with proper MAC service flow (assigns SFID) and CID. SFID assignement is based on the QOS
- Payload Header Supression ()
MAC Common Part Sublayer (MAC CPS):
- Core MAC functionality of system access
- Bandwidth allocation
- Connection establishment and maintainence
- Classified to perticular MAC conection
- Quality of Service (QOS)
- Scheduling of data over PHY
Privacy Sublayer:
- Providing authentication
- Secure key exchange
- Encryption
Physical Layer (PHY):
- OFDMA,
- MIMO, AAS
- Space Time Coding (STC), Beam Forming
- HARQ
- Adaptive Modulation and Coding (AMC)
- Convolution Turbo Coding (CTC)
Thursday, May 8, 2008
What makes WiMax interesting ?
Mobile WiMax and WiBro PHY Specification
Frequency Band | 2Ghz-11Ghz for fixed & 2Ghz-6Ghz for mobile application |
Channel Bandwidth | Scalable bandwidth between 1.25Mhz to 20Mhz |
FFT size | Mobile-28,512,1024,2048 and Fixed-256 |
Duplexing | TDD and FDD |
Multiple Access | SOFDMA |
Modulation scheme | QPSK, 16QAM, 64QAM |
Frame length | 5mSec |
Data throughput | ~ 70Mbps DL/UL |
Mobility | ~ 120kmph |
Cell coverage | 1mile-3mile |
Frequency Band | 2.3Ghz-2.4Ghz |
Channel Bandwidth | Scalable bandwidth between 1.25Mhz to 20Mhz |
FFT size | 8.75Mhz |
Duplexing | FDD |
Multiple Access | OFDMA |
Modulation scheme | QPSK, 16QAM, 64QAM |
Frame length | 5mSec |
Data throughput | ~ 50Mbps DL/UL |
Mobility | ~ 100kmph |
Cell coverage | ~1km |
Channel Codding | CTC(Convolution Turbo Coding) |
Key Features | AMC, HARQ, MIMO etc.. |
Tuesday, April 29, 2008
WiMax Roadmap
Original fixed wireless broadband air Interface for 10–66 GHz, Line-of-sight only, Point-to-Multi-Point applications.
802.16a (Jan-2003)
Extension for 2-11 GHz: Targeted for non-line-of-sight, Point-to-Multi-Point applications like "last mile" broadband access.
802.16d (Oct-2004)
Adds WiMAX System Profiles and Errata for 2-11 GHz. It is never existed as standaed and also known as 802.16-2004.
802.16e (Dec-2005)
MAC/PHY Enhancements to support subscribers moving at vehicular speeds.
802.16m (not yet standardized)
Path towards 4G. To provide datarate of 100Mbps for mobile and 1Gbps for fixed applications, includes Frequency overlay, Adhoc Frame Relay techniques to increase the system capacity and internet speed.
Data rates of 100 Mbit/s for mobile applications and 1 Gbit/s for fixed applications, cellular, macro and micro cell coverage, with currently no restrictions on the RF bandwidth (which is expected to be 20 MHz or higher). The proposed work plan would allow completion of the standard by Sept 2008 for approval by Dec 2008.
- provides better mobility
- low latency (during sleep mode to normal mode, handover etc..)
- channel bandwidth of 20 MHz, so better throughput and performence
Monday, April 28, 2008
WiMax Introduction
WiMAX, the Worldwide Interoperability for Microwave Access, is a telecommunications technology aimed at providing high speed wireless data over long distances in a variety of ways, from point-to-point links to full mobile cellular type access. It is an assortment of technical specifications called 802.16.
WiBro (Wireless Broadband) is a wireless broadband Internet technology being developed by the South Korean telecoms industry. WiBro is the South Korean service name for IEEE 802.16e (mobile WiMAX) international standard. WiBro adapts TDD for duplexing, OFDMA for multiple access and 8.75 MHz as a channel bandwidth. In February 2002, the Korean government allocated 100 MHz of electromagnetic spectrum in the 2.3 - 2.4 GHz band.
Saturday, April 26, 2008
The journey of communication: From 1G to 4G
First generation: Almost all of the systems from this generation were analog systems where voice was considered to be the main traffic. There was no or very little security as the data was transferred and the voice could be heard by third person. AMPS is an example of 1G system.
Second generation: Here commercialization of communication system started and the analog systems evolved to become digital systems. The data was transferred in discrete form and hence could be coded or technically aliased, thereby enhancing the security. GSM, GPRS, IS95 are some of the example of 2G systems.
Third generation: To meet the growing demands in network capacity, rates required for high speed data transfer, multimedia applications and increased security over data transfer 3G standards started evolving. They are based on two parallel backbone infrastructures, one consisting of circuit switched nodes, and one of packet oriented nodes. EDGE, UMTS, CDMA falls under 3G technologies.
Fourth generation: Though no formal standards for 4G have been established by ITU as yet but experts in telecommunication field have begun to design the technologies as 4G technology. The infrastructure for 4G will be only packet-based (all-IP). These are some of the technologies which are being considered as pre-4G: WiMax, WiBro, iBurst and 3GPP Long Term Evolution.
Thursday, April 24, 2008
Welcome !!
Wolcome to WiMax and Wibro blogspot. Share your views and ideas on WiMax and WiBro standard here.
References:
1. Fundamental of WiMAX by Jeffrey G. Andrews, Arunabha Ghosh and Rias Muhamed
Thank you