📚 COMPUTER COMMUNICATION • SET 1

Frequency Bands | Signal Classification | Clock Frequency | Bandwidth | Channel Capacity

📡 1.1 WHAT ARE RADIO FREQUENCY BANDS?

The radio frequency (RF) spectrum is the range of electromagnetic frequencies used for communication. It is divided into several bands, each with unique propagation characteristics and applications.

Complete Frequency Band Table:

Band NameAbbreviationFrequency RangeWavelengthTypical Applications
Very Low FrequencyVLF3 kHz - 30 kHz100 km - 10 kmNavigation, Submarine communication, Time signals
Low FrequencyLF30 kHz - 300 kHz10 km - 1 kmAM broadcasting (long wave), Navigation beacons
Medium FrequencyMF300 kHz - 3 MHz1 km - 100 mAM radio broadcasting, Maritime communication
High FrequencyHF3 MHz - 30 MHz100 m - 10 mShortwave radio, Amateur radio, Aviation communication
Very High FrequencyVHF30 MHz - 300 MHz10 m - 1 mFM radio, TV broadcasting, Air traffic control, Marine radio
Ultra High FrequencyUHF300 MHz - 3 GHz1 m - 10 cmTV, Mobile phones, GPS, Wi-Fi, Bluetooth, Radar
Super High FrequencySHF3 GHz - 30 GHz10 cm - 1 cmSatellite communication, Radar, Microwave links
Extremely High FrequencyEHF30 GHz - 300 GHz1 cm - 1 mmRadio astronomy, Remote sensing, Millimeter wave communication
🔍 Important Question (Q1): A certain communication signal has a bandwidth (BW) of 2 kHz. What is the classification of this signal?

Solution: A bandwidth of 2 kHz falls within the VLF (Very Low Frequency) range (3 kHz to 30 kHz). Therefore, the signal is classified as VLF.
Answer: VLF

📌 Key Point: Higher frequency bands (UHF, SHF, EHF) are used for satellite communication and line-of-sight applications because they can carry more data but have shorter range. Lower frequency bands (VLF, LF, MF) are used for long-distance communication because they can diffract around obstacles and follow the Earth's curvature.

⏱️ 1.2 CLOCK FREQUENCY AND TIME PERIOD

In digital systems and communication, frequency (f) and time period (T) are fundamental concepts. Frequency is the number of cycles per second, while time period is the time taken for one complete cycle.

f = 1 / T      T = 1 / f
  • Frequency (f) is measured in Hertz (Hz) — cycles per second
  • Time Period (T) is measured in seconds (s)
  • Relationship: They are inversely proportional — higher frequency means shorter time period

Common Units:

  • 1 kHz (kilohertz) = 1,000 Hz
  • 1 MHz (megahertz) = 1,000,000 Hz
  • 1 GHz (gigahertz) = 1,000,000,000 Hz
  • 1 μs (microsecond) = 10⁻⁶ seconds
  • 1 ns (nanosecond) = 10⁻⁹ seconds
🔍 Important Question (Q2): What is the frequency of a clock waveform if its period is 1.25 microseconds?

Solution:
Given: T = 1.25 μs = 1.25 × 10⁻⁶ seconds
f = 1 / T = 1 / (1.25 × 10⁻⁶) = 0.8 × 10⁶ Hz = 0.8 MHz
Answer: 0.8 MHz

📌 Key Point: In digital circuits, the clock frequency determines how fast operations can be performed. Higher clock speed means faster processing but also higher power consumption.

📶 1.3 BANDWIDTH (BW)

Bandwidth is the range of frequencies that a communication channel can transmit. It is the difference between the highest frequency and the lowest frequency that can pass through the channel.

BW = fmax - fmin
  • Measured in Hertz (Hz), kHz, MHz, or GHz
  • Higher bandwidth → More data can be transmitted per second
  • Bandwidth determines the channel capacity (maximum data rate)

Examples of Bandwidth:

  • Voice communication (telephone): ~3 kHz
  • AM radio: ~10 kHz per station
  • FM radio: ~200 kHz per station
  • Wi-Fi (2.4 GHz): ~20 MHz to 80 MHz
  • Fiber optic cable: Several THz (terahertz)

📌 Key Point: Bandwidth is a limited resource. Communication systems must share the available bandwidth efficiently using techniques like multiplexing.

📊 1.4 CHANNEL CAPACITY - SHANNON-HARTLEY THEOREM

The Shannon-Hartley Theorem (also called Shannon's Law) gives the maximum theoretical data rate (channel capacity) that can be achieved over a communication channel in the presence of noise.

C = W × log₂(1 + SNR)
  • C = Channel capacity (bits per second, bps)
  • W = Bandwidth (Hertz, Hz)
  • SNR = Signal-to-Noise Ratio (linear ratio, NOT in decibels)

Converting SNR from dB to Linear:

SNRlinear = 10^(SNRdB / 10)

Example: If SNR = 30 dB, then SNRlinear = 10^(30/10) = 10³ = 1000

Important Observations:

  • Increasing bandwidth (W) increases capacity
  • Increasing SNR increases capacity
  • This is the theoretical maximum — practical systems always operate below this limit
  • To double the capacity, you can either double the bandwidth or significantly increase SNR
🔍 Important Question (Q5): A certain communication channel has a signal to noise ratio of 7 and a bandwidth of 10 kHz. What is the channel capacity?

Solution:
Given: SNR = 7 (linear), W = 10 kHz = 10,000 Hz
C = W × log₂(1 + SNR) = 10,000 × log₂(1 + 7) = 10,000 × log₂(8)
Since 2³ = 8, log₂(8) = 3
C = 10,000 × 3 = 30,000 bps
Answer: 30,000 bps

📌 Key Point: Claude Shannon is known as the "father of information theory". His work on channel capacity is fundamental to all modern digital communication systems.

📝 1.5 KEY POINTS TO REMEMBER
BandRangeRemember As
VLF3-30 kHzVery Low — Submarine communication
LF30-300 kHzLow — Long wave AM
MF300 kHz - 3 MHzMedium — Standard AM radio
HF3-30 MHzHigh — Shortwave radio
VHF30-300 MHzVery High — FM radio, TV
UHF300 MHz - 3 GHzUltra High — Mobile, Wi-Fi, GPS
SHF3-30 GHzSuper High — Satellite
EHF30-300 GHzExtremely High — Radio astronomy
f = 1/T      T = 1/f
BW = fmax - fmin
C = W × log₂(1 + SNR)
  • Bandwidth 2 kHz → VLF band
  • T = 1.25 μs → f = 0.8 MHz
  • SNR = 7, W = 10 kHz → C = 30,000 bps
🌐 Computer Communication • SET 1 • Frequency Bands & Signal Classification

📚 Continue Learning:

← Previous: upda-6Next: upda-8 →