Question 1. Explain Shannon’s Capacity Theorem and discuss its significance in determining the maximum achievable data rate of a communication channel.

Introduction

Shannon’s Capacity Theorem, also known as the Shannon-Hartley theorem, establishes the fundamental theoretical limit for the maximum data rate that can be transmitted over a communication channel with a specified bandwidth in the presence of noise.

Mathematical Formulation

The theorem is expressed as:

Key Insights

ParameterEffect on Capacity
Bandwidth (B)Directly proportional - doubling bandwidth doubles capacity
Signal Power (S)Logarithmic increase - requires exponential power increase
Noise (N)Reduces capacity - minimizing noise is crucial

Significance

  1. Theoretical Upper Bound: Provides the absolute maximum data rate achievable, regardless of modulation or coding techniques used.
  2. System Design Guidance: Engineers use this theorem to:
    • Determine required bandwidth for target data rates
    • Evaluate trade-offs between power and bandwidth
    • Assess channel quality requirements
  3. Error-Free Communication: The theorem guarantees that error-free transmission is possible at rates below capacity using appropriate coding schemes.
  4. Modern Applications: Essential for designing cellular networks, Wi-Fi systems, and satellite communications where spectrum is limited.

Practical Implications

  • 5G Networks: Achieves high data rates through massive MIMO and mmWave (higher bandwidth)
  • Deep Space Communication: Relies on powerful error correction to approach Shannon limit
  • Fiber Optics: Operates well below capacity due to extremely high S/N ratios

Question 2. Define information content and entropy. Explain how entropy measures the uncertainty of a source with suitable examples.

Information Content

Information content measures the amount of information conveyed by a message. It is inversely related to the probability of occurrence.

I(x) = -log₂[P(x)]

Where P(x) is the probability of message x occurring.

Key Characteristics:

  • Rare events carry more information (higher I)
  • Common events carry less information (lower I)
  • Measured in bits (when using log₂)

Example:

  • “The sun rose today” → Low information (high probability)
  • “Earthquake detected” → High information (low probability)

Entropy

Entropy (H) represents the average information content or uncertainty of an information source. It quantifies the expected amount of information per symbol.

H(X) = -Σ P(xᵢ) × log₂[P(xᵢ)]

![Search Google Images: “entropy information theory formula”]

Entropy as Uncertainty Measure

ScenarioProbability DistributionEntropyInterpretation
Certain outcome[1, 0, 0]0 bitsNo uncertainty
Fair coin[0.5, 0.5]1 bitMaximum uncertainty
Biased coin[0.9, 0.1]0.47 bitsReduced uncertainty
Uniform 8 symbols[1/8 each]3 bitsMaximum for 8 symbols

Examples

Example 1: Binary Source

  • P(0) = 0.5, P(1) = 0.5
  • H = -[0.5×log₂(0.5) + 0.5×log₂(0.5)] = 1 bit/symbol

Example 2: Biased Source

  • P(0) = 0.8, P(1) = 0.2
  • H = -[0.8×log₂(0.8) + 0.2×log₂(0.2)] = 0.72 bits/symbol

Significance

  • Source Coding: Determines minimum bits needed for lossless compression
  • Channel Capacity: Related to maximum transmission rate
  • Cryptography: Higher entropy means better security

Question 3. Describe source coding and channel coding techniques. Compare their roles in efficient and reliable data transmission.

Source Coding

Source coding (data compression) aims to reduce redundancy in the source data to achieve efficient representation.

Objectives:

  • Minimize average code length
  • Remove statistical redundancy
  • Enable efficient storage and transmission

Common Techniques:

TechniqueTypeApplication
Huffman CodingLosslessText compression
Arithmetic CodingLosslessJPEG, MP3
LZW (Lempel-Ziv-Welch)LosslessGIF, ZIP files
Run-Length EncodingLosslessFax, BMP
Transform CodingLossyJPEG, MPEG

Example - Huffman Coding: Symbols: A(0.5), B(0.25), C(0.125), D(0.125)

  • A = 0, B = 10, C = 110, D = 111
  • Average length = 1.75 bits (vs 2 bits for fixed-length)

Channel Coding

Channel coding adds controlled redundancy to enable error detection and correction during transmission.

Objectives:

  • Detect and correct transmission errors
  • Improve reliability over noisy channels
  • Maintain data integrity

Common Techniques:

TechniqueCapabilityApplication
Parity CheckSingle error detectionSimple systems
Hamming CodeSingle error correctionRAM, satellites
CRC (Cyclic Redundancy Check)Error detectionEthernet, storage
Convolutional CodeMultiple error correctionMobile phones
Reed-SolomonBurst error correctionCDs, DVDs, QR codes
Turbo CodesNear-Shannon limit3G/4G, deep space
LDPC CodesHigh performanceWi-Fi, 5G, DVB

Comparison

AspectSource CodingChannel Coding
PurposeRemove redundancyAdd redundancy
GoalEfficiencyReliability
ResultReduced data sizeIncreased data size
ErrorsCannot handle errorsCorrects errors
LocationBefore transmissionDuring transmission
Trade-offCompression ratioCoding rate vs. correction

Combined Application

Modern communication systems use both coding types:

  1. Source coding compresses data (e.g., MP3 for audio)
  2. Channel coding protects against errors (e.g., Reed-Solomon)

Question 4. Explain the architecture and working of WLAN and Wi-Fi. Discuss their standards, advantages, and applications.

Wireless LAN (WLAN) Overview

WLAN provides wireless network connectivity within a limited geographic area using radio frequency technology.

WLAN Architecture Components

1. Infrastructure Mode

  • Access Point (AP): Central coordinator
  • Stations (STAs): Wireless client devices
  • Distribution System (DS): Connects multiple APs
  • Basic Service Set (BSS): Single AP coverage area

2. Ad-hoc Mode

  • Direct device-to-device communication
  • No central access point required
  • Used for temporary networks

Wi-Fi Standards (IEEE 802.11)

StandardYearFrequencyMax Data RateRange
802.11b19992.4 GHz11 Mbps~100m
802.11a19995 GHz54 Mbps~50m
802.11g20032.4 GHz54 Mbps~100m
802.11n20092.4/5 GHz600 Mbps~250m
802.11ac20135 GHz6.93 Gbps~100m
802.11ax (Wi-Fi 6)20192.4/5 GHz9.6 Gbps~250m
802.11be (Wi-Fi 7)20242.4/5/6 GHz46 Gbps~250m

Working Principle

  1. Association: Device connects to AP using SSID
  2. Authentication: Security verification (WPA2/WPA3)
  3. Data Transmission: CSMA/CA protocol manages access
  4. Frame Exchange: RTS/CTS mechanism prevents collisions

Advantages

AdvantageDescription
MobilityUsers can move freely within coverage
Easy InstallationNo cabling required
ScalabilityEasy to add new devices
Cost-EffectiveReduced infrastructure costs
FlexibilitySupports multiple device types

Applications

  • Home Networks: Internet connectivity for smart devices
  • Enterprise: Office wireless infrastructure
  • Education: Campus-wide network access
  • Healthcare: Mobile patient monitoring
  • Retail: POS systems and inventory management
  • Public Spaces: Airports, hotels, cafes (Hotspots)

Question 5. Describe Bluetooth technology in detail, including its protocol stack, features, and typical use cases.

Introduction

Bluetooth is a short-range wireless communication technology designed for low-power, low-cost connectivity between devices.

Key Features

FeatureSpecification
Frequency Band2.4 GHz ISM
Range10m (Class 2), 100m (Class 1)
Data RateUp to 3 Mbps (Classic), 2 Mbps (LE)
Power ConsumptionVery low (especially BLE)
TopologyPoint-to-point, Star, Mesh
Devices per NetworkUp to 8 active (Classic), unlimited (Mesh)

Bluetooth Protocol Stack

Core Protocols:

  1. Radio Layer
    • Physical layer specifications
    • Frequency hopping spread spectrum (FHSS)
    • 79 channels (1 MHz spacing)
  2. Baseband Layer
    • Manages physical links
    • Error correction and encryption
    • Packet formatting
  3. Link Manager Protocol (LMP)
    • Link setup and authentication
    • Power management
    • Quality of Service
  4. Logical Link Control and Adaptation (L2CAP)
    • Protocol multiplexing
    • Segmentation and reassembly
    • Quality of Service
  5. Service Discovery Protocol (SDP)
    • Device capability discovery
    • Service registration
  6. Higher Layer Protocols
    • RFCOMM: Serial port emulation
    • OBEX: Object exchange
    • ATT/GATT: Attribute protocol (BLE)

Bluetooth Versions Evolution

VersionYearKey Features
1.01999Basic functionality
2.0 + EDR2004Enhanced Data Rate (3 Mbps)
3.0 + HS2009High Speed (24 Mbps with Wi-Fi)
4.02010Bluetooth Low Energy (BLE)
5.020162x speed, 4x range, 8x broadcasting
5.32021Improved security, lower latency

Typical Use Cases

Search Google Images: "Bluetooth devices applications"

CategoryApplications
AudioWireless headphones, speakers, hearing aids
Input DevicesKeyboards, mice, game controllers
WearablesFitness trackers, smartwatches
HealthcareHeart rate monitors, glucose meters
AutomotiveHands-free calling, OBD diagnostics
Smart HomeLocks, lights, thermostats
IndustrialAsset tracking, sensor networks

Bluetooth Low Energy (BLE)

  • Ultra-low power: Years on coin cell battery
  • Quick connection: < 3 ms setup
  • Small packets: Optimized for intermittent data
  • Applications: IoT, beacons, health monitors

Question 6. Describe the LTE (4G) network architecture and its key technologies. Explain how LTE achieves higher data rates and improved quality of service compared to GSM and UMTS.

Introduction

Long-Term Evolution (LTE) is a standard for high-speed wireless communication that provides significant improvements over 3G UMTS.

![Search Google Images: “LTE network architecture diagram”]

LTE Network Architecture

1. Evolved Packet Core (EPC)

The all-IP core network with flat architecture:

ComponentFunction
MME (Mobility Management Entity)Signaling, authentication, mobility
S-GW (Serving Gateway)User data routing, mobility anchor
P-GW (PDN Gateway)IP allocation, policy enforcement
HSS (Home Subscriber Server)User profile database
PCRF (Policy and Charging Rules)QoS policy, billing rules

2. Evolved UTRAN (E-UTRAN)

The radio access network:

ComponentFunction
eNodeB (evolved Node B)Radio resource management, scheduling
UE (User Equipment)Mobile devices, modems

Key LTE Technologies

  • Orthogonal Frequency Division Multiple Access
  • Divides channel into multiple subcarriers
  • High spectral efficiency
  • Resistant to multipath fading
  • Single Carrier FDMA
  • Lower peak-to-average power ratio
  • Better battery life for mobile devices

3. MIMO (Multiple Input Multiple Output)

  • Multiple antennas at transmitter and receiver
  • Spatial multiplexing increases throughput
  • Supports up to 8x8 MIMO in LTE-Advanced

4. Flat Architecture

  • Direct connection between eNodeB and EPC
  • Reduced latency (10-50 ms)
  • Simplified network management

Performance Comparison

ParameterGSM (2G)UMTS (3G)LTE (4G)
Peak Data Rate9.6 kbps - 384 kbps2 Mbps - 42 Mbps100-300 Mbps
Latency600-800 ms100-500 ms10-50 ms
SwitchingCircuit + PacketCircuit + PacketAll-IP Packet
Spectrum EfficiencyLowMediumHigh
ArchitectureComplexComplexFlat/Simplified
VoiceCircuit-switchedCircuit-switchedVoLTE (packet)

QoS Improvements in LTE

FeatureImplementation
Bearer-based QoSDedicated bearers for different services
Guaranteed Bit RateFor real-time applications
Priority HandlingEmergency calls get priority
Seamless MobilityHandover without interruption

Advantages Over GSM/UMTS

  1. Higher Data Rates: 100x faster than 3G
  2. Lower Latency: Enables real-time gaming, video calls
  3. All-IP Network: Simplified architecture, lower costs
  4. Better Spectrum Efficiency: More users per MHz
  5. Flexible Bandwidth: 1.4, 3, 5, 10, 15, 20 MHz channels

Question 7. Discuss multimedia data and data processing techniques. Explain how different types of multimedia data are represented and transmitted over the Internet.

Introduction to Multimedia Data

Multimedia refers to content that uses multiple forms of media including text, audio, images, video, and animation.

Types of Multimedia Data

TypeCharacteristicsData Rate
TextASCII/Unicode, highly compressibleVery low
AudioSampled sound waves64-1411 kbps
ImagesStatic pixel arraysHigh (uncompressed)
VideoSequential framesVery high
AnimationComputer-generated framesVariable

Data Representation

1. Text

  • ASCII: 7-bit encoding (128 characters)
  • Unicode: 16-bit encoding (multilingual support)
  • Compression: Huffman, LZW

2. Audio

  • Sampling: Converting analog to digital
  • Quantization: Assigning discrete values
  • Formats: WAV (uncompressed), MP3 (lossy), FLAC (lossless)

![Search Google Images: “audio sampling quantization diagram”]

3. Images

  • Raster: Pixel-based (JPEG, PNG, GIF)
  • Vector: Mathematical descriptions (SVG)
  • Color Models: RGB, CMYK, HSV

4. Video

  • Frame Sequences: 24-60 fps typical
  • Compression: Temporal and spatial redundancy removal
  • Formats: MPEG, H.264, H.265 (HEVC)

Data Processing Techniques

TechniquePurposeExample
CompressionReduce file sizeJPEG for images, MP3 for audio
StreamingReal-time playbackYouTube, Netflix
TranscodingFormat conversionConverting AVI to MP4
EncryptionSecurityDRM for protected content
WatermarkingCopyright protectionInvisible image watermarks

Internet Transmission

Protocols for Multimedia:

ProtocolFunction
RTP (Real-time Transport)Packet delivery for audio/video
RTCP (RTP Control)Quality feedback
RTSP (Real-time Streaming)Stream control (play, pause)
HTTP Live Streaming (HLS)Adaptive bitrate streaming
DASH (Dynamic Adaptive)MPEG standard for streaming

Transmission Methods:

  1. Progressive Download
    • File downloads while playing
    • Simple but not adaptive
  2. Adaptive Streaming
    • Multiple quality levels
    • Adjusts to network conditions
    • Examples: Netflix, YouTube
  3. Peer-to-Peer (P2P)
    • Users share content
    • Reduces server load
    • Example: BitTorrent

Challenges in Multimedia Transmission

ChallengeSolution
High BandwidthCompression, caching, CDNs
Latency SensitivityQoS prioritization, buffering
JitterPlayback buffers, timestamps
SynchronizationLip-sync protocols
Heterogeneous DevicesTranscoding, multiple formats

Question 8. Explain various modulation schemes used in digital communication and discuss their advantages and limitations.

Introduction

Digital modulation converts digital data into analog signals suitable for transmission over communication channels.

Types of Modulation

1. Amplitude Shift Keying (ASK)

Principle: Varies carrier amplitude based on data

AspectDescription
Binary ASKTwo amplitude levels (On-Off Keying)
M-ary ASKMultiple amplitude levels
Bandwidth(1+α) × Rb

Advantages:

  • Simple implementation
  • Low cost

Limitations:

  • Poor noise immunity
  • Not suitable for wireless
  • Power inefficient

2. Frequency Shift Keying (FSK)

Principle: Varies carrier frequency based on data

AspectDescription
Binary FSKTwo frequencies for 0 and 1
M-ary FSKMultiple frequencies
Bandwidth2Δf + 2Rb

Advantages:

  • Better noise immunity than ASK
  • Constant envelope (power efficient)
  • Simple detection

Limitations:

  • Higher bandwidth requirement
  • Spectral inefficiency

3. Phase Shift Keying (PSK)

Principle: Varies carrier phase based on data

![Search Google Images: “PSK QAM constellation diagram”]

TypeStatesBits/Symbol
BPSK21
QPSK42
8-PSK83
16-PSK164

Advantages:

  • Excellent noise immunity
  • Bandwidth efficient
  • Constant envelope

Limitations:

  • Higher-order PSK requires precise synchronization
  • Performance degrades with phase noise

4. Quadrature Amplitude Modulation (QAM)

Principle: Modulates both amplitude and phase

TypeStatesBits/Symbol
16-QAM164
64-QAM646
256-QAM2568
1024-QAM102410

Advantages:

  • Highest spectral efficiency
  • Supports very high data rates
  • Used in modern systems (Wi-Fi, LTE)

Limitations:

  • Requires high S/N ratio
  • Complex transmitter/receiver
  • Sensitive to channel impairments

5. Orthogonal Frequency Division Multiplexing (OFDM)

Principle: Multiple subcarriers transmitted simultaneously

Advantages:

  • Excellent multipath resistance
  • High spectral efficiency
  • Simple equalization

Limitations:

  • High peak-to-average power ratio
  • Sensitive to frequency offset
  • Requires precise synchronization

Comparison Summary

SchemeSpectral EfficiencyNoise ImmunityComplexityApplications
ASKLowPoorLowOptical fiber
FSKLowGoodLowBluetooth, paging
BPSKLowExcellentLowSatellite, deep space
QPSKMediumVery GoodMediumCDMA, satellite
16-QAMHighGoodMediumWi-Fi, cable
64-QAMVery HighModerateHighLTE, Wi-Fi
256-QAMExcellentFairVery High5G, Wi-Fi 6
OFDMExcellentGoodHighWi-Fi, LTE, 5G

Modern Applications

TechnologyModulation Used
Wi-Fi (802.11)OFDM, 64/256/1024-QAM
LTEOFDMA, 64/256-QAM
5G NROFDM, up to 256-QAM
DVB-TOFDM, QPSK/16-QAM/64-QAM
BluetoothGFSK, π/4-DQPSK

Question 9. Explain Wireless PAN and WAN technologies. Compare their characteristics, coverage, and applications.

Introduction

Wireless networks are classified by coverage area: PAN (Personal Area Network) and WAN (Wide Area Network) represent opposite ends of the spectrum.

Wireless Personal Area Network (WPAN)

Characteristics:

  • Range: 1-10 meters (up to 100m for some technologies)
  • Data Rate: Low to medium (up to a few Mbps)
  • Power: Very low consumption
  • Cost: Inexpensive devices

Technologies:

TechnologyRangeData RateApplications
Bluetooth10-100m3 MbpsAudio, peripherals
Zigbee10-100m250 kbpsHome automation, sensors
NFC< 10cm424 kbpsContactless payment
UWB10m480 MbpsPrecision location
IrDA1m4 MbpsRemote controls (legacy)

Applications:

  • Wireless peripherals (mouse, keyboard)
  • Health monitoring devices
  • Smart home automation
  • Personal audio devices

Wireless Wide Area Network (WWAN)

Characteristics:

  • Range: City-wide to global coverage
  • Data Rate: Medium to high (Mbps to Gbps)
  • Infrastructure: Requires cellular towers
  • Cost: Higher subscription costs

Technologies:

GenerationTechnologyData RateCoverage
2GGSM/GPRS/EDGE9.6 kbps - 384 kbpsGlobal
3GUMTS/HSPA2-42 MbpsWide area
4GLTE/LTE-A100-1000 MbpsWide area
5GNR1-10 GbpsDense deployment
SatelliteVariousUp to 100 MbpsGlobal
WiMAX802.16Up to 1 GbpsMetropolitan

Applications:

  • Mobile broadband internet
  • Voice and video calling
  • IoT connectivity (LPWAN)
  • Emergency communications

Comparison: WPAN vs WWAN

FeatureWPANWWAN
CoveragePersonal space (meters)Wide area (km to global)
Data RateLow-MediumMedium-High
LatencyVery low (< 10ms)Higher (10-100ms)
PowerVery low (mW)Higher (hundreds of mW)
InfrastructureMinimal/NoneExtensive (towers, backhaul)
CostLow device costSubscription + device cost
MobilityLimitedFull mobility support
SpectrumUnlicensed (ISM)Licensed spectrum
Use CaseDevice connectivityInternet access on-the-go

Complementary Technologies

Modern devices integrate multiple wireless technologies:

DeviceWPANWLANWWAN
SmartphoneBluetooth, NFCWi-Fi4G/5G
LaptopBluetoothWi-FiOptional 4G/5G
SmartwatchBluetoothWi-FiOptional LTE
IoT SensorZigbee/Z-WaveWi-FiNB-IoT/LTE-M

Question 10. Discuss satellite communication systems. Explain their components, working principles, and advantages and disadvantages.

Introduction

Satellite communication uses artificial satellites in Earth’s orbit to relay signals between distant points on the ground.

Components of Satellite Communication

1. Space Segment

ComponentDescription
SatelliteOrbiting spacecraft with transponders
TransponderReceives, amplifies, and retransmits signals
AntennasReceive and transmit signals
Power SystemSolar panels and batteries
Control SystemMaintains orbit and attitude

2. Ground Segment

ComponentDescription
Earth StationGround-based transmission/reception facility
AntennaLarge parabolic dishes (up to 30m)
TransmitterHigh-power amplifiers (kW range)
ReceiverLow-noise amplifiers
Control CenterNetwork management and monitoring

Satellite Orbits

Orbit TypeAltitudePeriodApplications
LEO (Low Earth)160-2000 km90-120 minEarth observation, Starlink
MEO (Medium Earth)2000-35786 km2-12 hoursGPS, navigation
GEO (Geostationary)35786 km24 hoursBroadcasting, communications

Working Principle

  1. Uplink: Signal transmitted from Earth station to satellite
  2. Processing: Satellite amplifies and frequency-converts signal
  3. Downlink: Signal transmitted back to Earth
  4. Frequency Bands: C-band, Ku-band, Ka-band, L-band

![Search Google Images: “satellite uplink downlink frequency bands”]

Advantages

AdvantageDescription
Wide CoverageSingle satellite covers 1/3 of Earth’s surface
Remote AccessConnects inaccessible areas
Broadcast CapabilityOne-to-many communication
Mobility SupportMaritime, aviation applications
Disaster ResilienceUnaffected by ground disasters
Quick DeploymentFaster than terrestrial infrastructure

Disadvantages

DisadvantageDescription
High Latency250-600 ms (GEO satellites)
High CostLaunch and maintenance expenses
Signal AttenuationWeather affects Ka/Ku bands
Limited BandwidthSpectrum constraints
Orbital SlotsLimited GEO positions available
Launch RisksRocket failures, space debris

Applications

SectorApplication
TelevisionDTH broadcasting (Dish TV, DirecTV)
InternetBroadband for remote areas (Starlink, HughesNet)
NavigationGPS, GLONASS, Galileo
MilitarySecure communications, reconnaissance
WeatherMonitoring and forecasting
MaritimeShip communications and tracking
AviationIn-flight connectivity

Question 11. Explain broadcast services in wireless communication. Describe different broadcasting methods and their applications.

Introduction

Broadcast services enable the transmission of audio, video, and data content from a single source to multiple receivers simultaneously.

Types of Broadcasting Methods

1. Terrestrial Broadcasting

Radio Broadcasting:

BandFrequencyApplication
AM530-1700 kHzTalk radio, news
FM88-108 MHzMusic, high-fidelity audio

Television Broadcasting:

StandardTechnologyResolution
Analog TVNTSC/PAL/SECAM480i/576i
Digital TV (DVB-T)OFDMSD/HD
ATSC (US)8-VSBHD
ISDB-T (Japan)OFDMHD/4K

![Search Google Images: “terrestrial broadcast tower transmission”]

2. Satellite Broadcasting

ServiceTechnologyCoverage
DTH (Direct-to-Home)Ku/Ka-bandContinental
Satellite RadioS-bandNational
Satellite TVDigital MPEGGlobal

Advantages:

  • Wide coverage area
  • High-quality signal
  • Hundreds of channels

3. Cable Broadcasting

TypeMediumBandwidth
Coaxial CableCopperUp to 1 GHz
Fiber OpticGlass fiberVirtually unlimited
Hybrid (HFC)Fiber + CoaxHigh capacity

4. Internet Broadcasting (OTT)

ServiceTechnologyExamples
Live StreamingHLS, DASHYouTube Live, Twitch
Video on DemandHTTP streamingNetflix, Amazon Prime
PodcastsRSS + AudioSpotify, Apple Podcasts
IPTVIP multicastAT&T U-verse

Digital Broadcasting Standards

StandardRegionFeatures
DVB (Digital Video)Europe, Asia, AfricaMultiple standards (T/S/C)
ATSCNorth AmericaHD support, mobile
ISDBJapan, S. AmericaMobile reception
DTMBChinaEfficient modulation

Applications of Broadcast Services

SectorApplication
EntertainmentTV shows, movies, music
News24-hour news channels
EducationDistance learning programs
EmergencyPublic warning systems
SportsLive event coverage
ReligiousWorship service broadcasts
GovernmentPublic access channels
TrendDescription
5G BroadcastingeMBMS for mobile TV
ATSC 3.0Next-gen TV with 4K, HDR
Hybrid BroadcastCombining broadcast + broadband
PersonalizationTargeted advertising, content
Cloud BroadcastingIP-based distribution

Question 12. Explain the architecture and working of GSM (2G) and UMTS (3G) cellular mobile networks. Compare their features, services, and performance in terms of data rate, switching techniques, and applications.

GSM (Global System for Mobile Communications)

Introduction

GSM is the second-generation (2G) digital cellular standard that replaced analog 1G systems.

GSM Architecture

SubsystemComponentsFunction
BSS (Base Station)BTS, BSCRadio interface management
NSS (Network Switching)MSC, HLR, VLR, AUC, EIRCall routing, subscriber data
OSS (Operation Support)OMCNetwork management

Key Features

FeatureSpecification
Frequency Bands900 MHz, 1800 MHz
Multiple AccessTDMA/FDMA
ModulationGMSK
Voice CodecRPE-LTP (13 kbps)
Peak Data Rate9.6 kbps (voice), 384 kbps (EDGE)
SwitchingCircuit-switched + limited packet

Services

  • Voice calls
  • SMS (Short Message Service)
  • MMS (Multimedia Messaging)
  • GPRS/EDGE data (2.5G/2.75G)

UMTS (Universal Mobile Telecommunications System)

Introduction

UMTS is the third-generation (3G) standard providing higher data rates and improved services.

UMTS Architecture

SubsystemComponentsFunction
UE (User Equipment)Mobile devicesUser interface
UTRAN (Radio Access)Node B, RNCRadio resource control
CN (Core Network)MSC, SGSN, GGSN, HLRSwitching and routing

Key Features

FeatureSpecification
Frequency Bands2.1 GHz (main), others
Multiple AccessWCDMA (FDD)
ModulationQPSK
Channel Bandwidth5 MHz
Peak Data Rate2 Mbps (basic), 42 Mbps (HSPA+)
SwitchingCircuit + Packet (more packet)

Services

  • Voice calls (AMR codec)
  • Video calls
  • Mobile internet (384 kbps - 42 Mbps)
  • Mobile TV
  • Location-based services

Comparison: GSM vs UMTS

ParameterGSM (2G)UMTS (3G)
Launch Year19912001
TechnologyTDMA + FDMAWCDMA
Bandwidth200 kHz per channel5 MHz per channel
Peak Data Rate9.6 kbps - 384 kbps2 Mbps - 42 Mbps
Voice QualityGood (13 kbps)Better (AMR 4.75-12.2 kbps)
Latency600-800 ms100-500 ms
SwitchingPrimarily circuitCircuit + enhanced packet
ArchitectureComplex, hierarchicalSimpler than GSM
Spectrum EfficiencyLow3-5x better than GSM
Global RoamingExcellentGood
Backward CompatibilityN/A (first digital)Compatible with GSM

Evolution Path

GSM (2G) → GPRS (2.5G) → EDGE (2.75G) → UMTS (3G) → HSPA (3.5G) → HSPA+ (3.75G) → LTE (4G)

Applications Comparison

ApplicationGSM CapabilityUMTS Capability
Voice CallsExcellentExcellent
Text MessagingExcellentExcellent
Web BrowsingSlowAcceptable
Video StreamingNot feasiblePossible
Video CallsNot supportedSupported
Mobile GamingLimitedGood
App DownloadsVery slowReasonable
GPS NavigationLimitedFull-featured