2.1 Functions of Physical Layer
- Topic introduction
- The Physical Layer is the lowest layer of the OSI model; it handles the transmission and reception of raw bit streams over a physical medium.
- Concept
- What it is: Layer-1 converts bits into signals (electrical, optical, radio) for transmission and converts received signals back to bits.
- How it works: It defines signal encoding, bit timing (synchronization), voltages, line configuration (point-to-point or multipoint), and transmission mode (simplex, half-duplex, full-duplex).
- Why it exists: To provide a hardware and electrical/physical interface so higher layers can send/receive bits without worrying about physical media specifics.
- Where used: Every network device interface (Ethernet NIC, Wi‑Fi radio, optical transceivers, modems) relies on physical-layer rules.
- Why it is important
- It establishes the basic capability to move bits; without it, no end-to-end communication is possible.
- It determines raw data rate, media choice and influences reliability and cost.
- Real-life example
- Ethernet cable: physical layer defines RJ‑45 pinout, voltage levels and bit timing for LANs; Wi‑Fi: radio frequencies, modulation and antenna behavior are physical-layer functions.
- Key points
- Provides bit-level transmission, not error correction.
- Specifies physical connectors and media parameters.
- Controls transmission mode: simplex/half/full duplex.
- Performs bit synchronization and encoding/decoding (e.g., NRZ, Manchester).
- Defines line configuration: point-to-point vs multipoint.
- Exam tip
- Often asked: list and explain 5–7 functions of physical layer (2–5 marks). Memorize transmission modes and basic functions.
- Quick revision
- Converts bits↔signals; defines media, connectors, voltages, timing; sets transmission mode.
Important definition (2-mark)
- Physical Layer: “The OSI layer responsible for the transmission and reception of unstructured raw bits over a physical medium”.
Common mistake
- Don’t confuse bit-level transmission (physical layer) with frame-level addressing/error control (data link layer).
ASCII diagram — Physical layer in OSI
Application
────────────────────
Presentation
────────────────────
Session
────────────────────
Transport
────────────────────
Network
────────────────────
Data Link
────────────────────
Physical (bits, cables, radio) <– focus layer
Explanation: This shows physical layer is the bottom layer handling bits and media parameters.
2.2 Data and Signals: Analog and Digital signals, Transmission Impairment, Data Rate Limits, Performance
- Topic introduction
- This topic explains types of signals and the limits/factors that affect how fast and how well data can be sent over media.
- Concept
- Analog vs Digital signals:
- Analog signal: continuous waveform (e.g., voice on telephone line).
- Digital signal: discrete levels (binary 0/1), typical for computer data (e.g., Ethernet baseband).
- Transmission impairment: signal attenuation (loss of amplitude), distortion (signal waveform change), noise (unwanted electrical interference). These degrade received signal quality.
- Data rate limits:
- Nyquist theorem (for noiseless channel): maximum symbol rate relates to bandwidth and levels; for binary, max bit rate = 2B log2(M) where B = bandwidth and M = signal levels (exam-level; recall idea).
- Shannon capacity (with noise): maximum data rate C = B log2(1 + S/N), where S/N is signal-to-noise ratio, B is channel bandwidth (gives theoretical maximum).
- Performance: measured by throughput, latency, bit error rate (BER). These depend on signal quality, bandwidth, and equipment.
- Why it is important
- Choosing analog vs digital representation and understanding impairments helps in selecting modulation, coding, and media to meet required data rates and reliability.
- Real-life example
- DSL uses analog copper lines with modulation to carry digital Internet data; attenuation over distance reduces DSL speed, so users far from exchange get lower rates.
- Key points
- Analog = continuous; digital = discrete.
- Attenuation, distortion, noise reduce signal integrity.
- Nyquist gives limit for noiseless channel; Shannon for noisy channel — both set theoretical max rates.
- Throughput < raw data rate due to overheads and impairments.
- Exam tip
- Expect short questions: define attenuation/distortion/noise, state Shannon formula, and compare analog vs digital signals (3–5 marks).
- Quick revision
- Types: analog/digital; Impairments: attenuation, distortion, noise; Limits: Nyquist & Shannon; Performance metrics: throughput, latency, BER.
Memory trick
- Think “A‑D IN‑SP” = Analog/Digital, Impairments (Attenuation, Distortion, Noise), Nyquist/Shannon, Performance metrics.
2.3 Data Transmission Media: Guided Media, Unguided Media and Satellites
- Topic introduction
- Transmission media are physical paths that carry signals: guided (wired/fiber) and unguided (wireless, including satellites).
- Concept
- Guided media:
- Twisted pair cable: two insulated copper wires twisted to reduce EMI; used in telephone and Ethernet (UTP/STP).
- Coaxial cable: shielded copper for broadband and cable TV.
- Optical fiber: glass fibers carrying light; high bandwidth, low attenuation, immune to EMI.
- Unguided media:
- Radio waves, microwaves, infrared for wireless LAN, cellular, satellite links.
- Satellites:
- GEO (geostationary), MEO, LEO satellites provide long-distance links; satellites incur propagation delay (especially GEO) and are used in broadcasting, remote connectivity.
- Comparison: guided offers better security and higher bit rates; wireless offers mobility and easier deployment.
- Why it is important
- Media choice affects cost, bandwidth, range, mobility, and performance; exam questions often ask to compare media types.
- Real-life example
- Mobile Internet uses radio (cell towers) to connect smartphones; a fiber backbone connects base stations to the Internet core.
- Key points
- Twisted pair: cheap, limited bandwidth.
- Coax: better shielding, used in cable TV.
- Fiber: highest bandwidth, long-distance, low loss.
- Radio/wireless: flexible, affected by interference and spectrum regulations.
- Satellite: wide coverage but higher latency.
- Exam tip
- A 5-mark question may ask to list and compare guided vs unguided media; include bandwidth, cost, distance, and EMI susceptibility.
- Quick revision
- Guided: twisted pair, coax, fiber; Unguided: radio, microwave, infrared; Satellite: types and latency trade-off.
Comparison table — Media at a glance
- Use this compact table in exams.
| Media | Typical use | Bandwidth | Range | Notes |
|---|---|---|---|---|
| Twisted pair | LANs, telephony | Low–moderate | Short | Cheap, EMI-prone |
| Coaxial | Cable TV, broadband | Moderate | Moderate | Better shielding |
| Optical fiber | Backbone, long-haul | Very high | Long | Low loss, immune to EMI |
| Radio (wireless) | Mobile, Wi‑Fi | Variable | Short–long | Mobility, interference |
| Satellite | Broadcast, remote links | Moderate | Very long | High propagation delay (GEO) |
2.4 Bandwidth Utilization: Multiplexing and Spreading
- Topic introduction
- Bandwidth utilization techniques allow multiple signals/users to share the same physical channel efficiently.
- Concept
- Multiplexing: combining multiple signals for transmission over a single medium. Main types:
- Frequency Division Multiplexing (FDM): each signal occupies a separate frequency band simultaneously (used in radio and cable systems).
- Wavelength Division Multiplexing (WDM): optical equivalent of FDM for fibers (each signal uses different light wavelength).
- Time Division Multiplexing (TDM): users take turns in time slots (synchronous TDM and statistical TDM).
- Spreading (Spread Spectrum): techniques that spread a signal over a wider bandwidth than needed for robustness and multiple access:
- Direct Sequence Spread Spectrum (DSSS): multiplies data by a high-rate pseudorandom code.
- Frequency Hopping Spread Spectrum (FHSS): rapidly switches carrier frequency according to a pattern. These help resist interference and allow multiple users in same band (CDMA is related).
- Why it is important
- Multiplexing increases link utilization and reduces cost by sharing resources; spreading improves security, interference resistance, and multi-user access in wireless systems.
- Real-life example
- Mobile networks: TDM and FDMA historically used; modern systems use CDMA/OFDM (spread spectrum and orthogonal frequency division) to serve many users efficiently.
- Internet backbone fiber uses WDM to carry many high-speed channels on one fiber.
- Key points
- FDM/WDM: parallel frequency (or wavelength) channels.
- TDM: time-sharing, includes synchronous and statistical variants.
- Spread spectrum: DSSS and FHSS increase robustness, enable CDMA.
- Multiplexing reduces cost by sharing media.
- Exam tip
- Common question: “Explain FDM vs TDM vs WDM and give use-cases” (5–7 marks). Include simple diagram showing channels.
- Quick revision
- Multiplexing types: FDM/WDM (frequency), TDM (time); Spreading: DSSS/FHSS for robustness and multi-user access.
ASCII diagram — TDM vs FDM
FDM: |—-A—-|—-B—-|—-C—-| frequency
TDM: time slot 1: A, time slot 2: B, time slot 3: C
Explanation: FDM splits frequency, TDM splits time — both let multiple signals share one link.
2.5 Switching: Circuit switching, Message switching & Packet switching
- Topic introduction
- Switching refers to how networks route information between endpoints across intermediate nodes or switches.
- Concept
- Circuit switching:
- Establishes a dedicated end‑to‑end path for the session (e.g., traditional telephone). Resources reserved during the call; provides constant bandwidth but is inefficient when idle.
- Message switching:
- Whole messages are routed and stored at intermediate nodes (store-and-forward); no dedicated path; introduces variable delay and requires storage at switches.
- Packet switching:
- Messages divided into packets; each packet routed independently (datagram) or via virtual circuits (VC); uses store-and-forward at packet level, efficient bandwidth sharing, supports statistical multiplexing (Internet uses packet switching).
- Why it is important
- Understanding switching explains differences in latency, resource use, and suitability for voice vs data applications; exam comparison questions are common.
- Real-life example
- Circuit switching: PSTN voice calls (older systems).
- Packet switching: Internet traffic (HTTP, email) using IP; routers forward packets independently.
- Message switching: historical store-and-forward systems like early telegraph/email relays (rare today).
- Key points
- Circuit: dedicated path, predictable delay, inefficient use of resources.
- Message: whole-message store-and-forward, variable delay, needs storage.
- Packet: message broken into packets, efficient, supports multiplexing and robustness.
- Exam tip
- Common 5-mark tabular comparison question: compare circuit, message, and packet switching — include advantages/disadvantages and examples.
- Quick revision
- Circuit = dedicated; Message = store-all-message; Packet = packets routed independently/VC.
Comparison table — Switching methods
| Feature | Circuit switching | Message switching | Packet switching |
|---|---|---|---|
| Path | Dedicated | No fixed path | No fixed path (packets) |
| Resource reservation | Yes | No | No (statistical sharing) |
| Delay | Constant after setup | High & variable | Lower (variable), depends on congestion |
| Efficiency | Poor if idle | Moderate | High (statistical multiplexing) |
2.6 Telephone, Mobile and Cable network for data Communication
- Topic introduction
- This topic describes how traditional telephone networks, mobile cellular systems, and cable TV networks carry data.
- Concept
- Telephone networks:
- PSTN historically used circuit switching for voice; with ISDN and later DSL technologies, telephone copper lines were adapted to carry digital data using modulation (DSL) while voice continues in parallel.
- Mobile networks:
- Cellular systems divide geographic area into cells served by base stations; multiple access methods (FDMA/TDM/TDMA/CDMA/OFDM) are used; data flows from mobile device via radio link to base station then through wired/fiber backhaul to the Internet.
- Cable networks:
- Hybrid Fiber Coax (HFC) uses fiber to neighborhood nodes and coax to homes; DOCSIS protocol allows high-speed Internet over cable TV infrastructure using frequency-division channels.
- Why it is important
- Shows practical adaptation of physical-layer and multiplexing techniques to real networks; exam questions often ask how each network supports Internet data.
- Real-life example
- A home uses DSL over a telephone copper line or cable modem over cable; mobile users use LTE/5G radios and core network to access the Internet.
- Key points
- PSTN→DSL: modulation converts digital data to analog signals over copper.
- Cellular: cell structure + multiple access methods; backhaul connects base stations to core network.
- Cable: HFC with DOCSIS provides broadband via cable TV infrastructure.
- Exam tip
- Be ready for 5–7 mark questions describing how DSL/cable/mobile carry Internet and mention key physical-layer techniques (modulation, multiplexing, frequency bands).
- Quick revision
- Telephone: circuit-switched history, DSL for data; Mobile: cells + radio access; Cable: HFC + DOCSIS.
ASCII diagram — Mobile user to Internet
Mobile device
│ (radio)
Base Station (BTS)
│ (backhaul – fiber/copper)
ISP Backbone (Routers, Fiber)
│
Internet
Explanation: shows radio link to base station, then wired backbone to Internet core.
Important definitions (2-mark)
- Attenuation: “Loss of signal strength over distance.”
- Bandwidth: “Range of frequencies available for carrying a signal.”
- Multiplexing: “Combining multiple signals for transmission over a single channel.”
- Packet switching: “Breaking data into packets which are routed independently across the network.”
Common mistakes
- Confusing bandwidth (Hz) with data rate (bits/sec).
- Thinking circuit switching is used for Internet—Internet uses packet switching.
- Using “spread spectrum” interchangeably with “multiplexing”—they are different techniques for sharing/robustness.
Memory tricks
- For switching: “Circuit = Call (dedicated), Message = Mail (whole message store), Packet = Postcards (many small pieces).”
Chapter Summary (one-paragraph)
The Physical Layer handles bit-level transmission across physical media by converting bits to signals and defining connectors, voltages, timing and transmission modes; signal types are analog or digital and suffer attenuation, distortion, and noise setting data-rate limits (Nyquist/Shannon); media include guided (twisted pair, coax, fiber) and unguided (radio, satellite); bandwidth is utilized via multiplexing (FDM, WDM, TDM) and spreading (DSSS/FHSS); switching methods (circuit, message, packet) define how networks route data; telephone (DSL), mobile (cellular/OFDM/5G), and cable (HFC/DOCSIS) networks show practical physical-layer use.
Frequently Asked University Questions
Very Short Questions (1–2 Marks) — 10
- Define the Physical Layer.
- What is attenuation?
- Define bandwidth.
- Name one guided and one unguided medium.
- What is multiplexing?
- Give one example of spread spectrum.
- What is circuit switching?
- Define packet switching.
- What is DSL?
- What is a GEO satellite?
Short Questions (3–5 Marks) — 10
- List functions of the Physical Layer.
- Compare analog and digital signals.
- Explain attenuation, distortion and noise with examples.
- Describe twisted pair vs optical fiber (advantages).
- Explain FDM and TDM with diagrams.
- What is Shannon capacity? Give formula and meaning.
- Explain store-and-forward in message switching.
- How does a cable modem provide Internet? (DOCSIS basics)
- Explain spread spectrum (DSSS vs FHSS) briefly.
- Describe transmission modes: simplex, half-duplex, full-duplex.
Long Questions (5–10 Marks) — 10
- Describe the functions of the Physical Layer and explain how it supports higher layers.
- Explain transmission impairments and derive why they limit data rate (mention Nyquist and Shannon conceptually).
- Compare twisted pair, coaxial cable and optical fiber in detail.
- Explain multiplexing techniques (FDM, TDM, WDM) and give application examples.
- Describe spread spectrum techniques and CDMA principle.
- Compare circuit switching, message switching, and packet switching with pros/cons and examples.
- Describe how DSL works and what limits its range and speed.
- Explain satellite communication (GEO vs LEO) and why GEO has larger delay.
- Explain packet switching in the Internet—how packets are routed and how delays occur.
- Explain how cellular networks use multiple access and backhaul to connect mobile users to the Internet.
Multiple Choice Questions — 20 (each with answer & one-line explanation)
- The Physical Layer is primarily responsible for:
A) Routing packets B) Bit transmission C) Encryption D) Session management
Correct: B. It deals with raw bit transmission over media. - Which media is immune to electromagnetic interference?
A) Twisted pair B) Coaxial C) Optical fiber D) Radio
Correct: C. Optical fiber carries light and is immune to EMI. - Which multiplexing uses different time slots?
A) FDM B) WDM C) TDM D) CDMA
Correct: C. TDM allocates time slots to channels. - Shannon capacity depends on:
A) Bandwidth only B) S/N ratio only C) Bandwidth and S/N D) Latency
Correct: C. C = B log2(1 + S/N) uses both bandwidth and S/N. - Circuit switching is best for:
A) Bursty data B) Streaming voice with reserved path C) Email D) Web browsing
Correct: B. Circuit switching reserves path, suitable for continuous voice. - Which is a spread spectrum technique?
A) FDM B) TDM C) DSSS D) WDM
Correct: C. DSSS spreads signal over wide bandwidth. - DOCSIS is associated with:
A) DSL B) Cable modem systems C) Satellite D) Bluetooth
Correct: B. DOCSIS is cable modem standard. - A disadvantage of message switching is:
A) Dedicated path required B) High storage requirement at nodes C) No delay D) Continuous bandwidth reservation
Correct: B. Message switching stores whole messages at intermediate nodes. - Nyquist theorem applies to:
A) Noisy channel capacity B) Noiseless channel bit rate limit C) Satellite delay D) Fiber attenuation
Correct: B. Nyquist gives max rate for noiseless channel. - FHSS stands for:
A) Fast Hop Spread Spectrum B) Frequency Hopping Spread Spectrum C) Frequency High-Speed System D) File Hopping Spread System
Correct: B. FHSS changes carrier frequency in a pseudorandom manner. - Which satellite orbit yields smallest propagation delay?
A) GEO B) MEO C) LEO D) All same
Correct: C. LEO satellites are closest, hence lower delay. - The process of converting digital bits into analog signals for transmission over analog media is called:
A) Modulation B) Multiplexing C) Switching D) Routing
Correct: A. Modulation maps digital bits to analog waveforms. - OFDM is mainly used to:
A) Encrypt data B) Split signals across frequencies orthogonally C) Store messages D) Create circuits
Correct: B. OFDM uses many orthogonal subcarriers to carry data in parallel. - Which medium has highest bandwidth per cost for backbone networks?
A) Twisted pair B) Coaxial C) Optical fiber D) Radio
Correct: C. Optical fiber offers highest capacity for backbone. - Packet switching uses:
A) Dedicated end-to-end path B) Store-and-forward of packets C) Only analog signals D) No addressing
Correct: B. Packets are buffered and forwarded at each node. - A key benefit of TDM is:
A) Eliminates need for synchronization B) Allows multiple signals to share same frequency sequentially C) Increases EMI D) Destroys signal
Correct: B. TDM shares channel in time slots. - What causes distortion?
A) Thermal noise only B) Channel bandwidth limitations altering waveform shape C) Encryption D) Multiplexing
Correct: B. Limited bandwidth and medium properties change waveform shape causing distortion. - Which is true about twisted pair cable?
A) Immune to EMI B) Cheapest and common for LAN C) Always faster than fiber D) Uses light signals
Correct: B. Twisted pair is inexpensive and common in LANs. - CDMA relates to which concept?
A) Circuit switching B) Code-division multiple access (spread spectrum) C) Coaxial multiplexing D) Cable modem protocol
Correct: B. CDMA uses codes to allow multiple users via spread spectrum. - In store-and-forward switching, a packet is:
A) Sent immediately without checking B) Buffered completely before forwarding C) Transmitted on a dedicated circuit D) Only used in fiber
Correct: B. Store-and-forward requires full packet reception before forwarding.
Viva Questions — 15 with concise answers
- Q: What is bit synchronization?
A: Ensuring sender and receiver clocks align so bits are sampled correctly. - Q: Name three physical media.
A: Twisted pair, coaxial cable, optical fiber. - Q: Define attenuation.
A: Loss of signal strength over distance. - Q: What is NRZ encoding?
A: Non-return-to-zero; a binary encoding where levels do not return to zero between bits (used at physical layer). - Q: Why use fiber for backbone?
A: High bandwidth, low attenuation, EMI immunity. - Q: What is BER?
A: Bit Error Rate — fraction of bits received in error. - Q: Give an example of unguided medium.
A: Radio waves (Wi‑Fi, cellular). - Q: State Shannon formula verbally.
A: Capacity increases with bandwidth and signal-to-noise ratio; C = B log2(1+S/N). - Q: What is statistical TDM?
A: Dynamic assignment of time slots based on demand, improving efficiency over synchronous TDM. - Q: Why does GEO satellite have higher latency?
A: Because GEO orbits are far (~36,000 km), increasing propagation delay. - Q: Purpose of modulation?
A: To adapt digital signals for transmission over analog channels (shift signal to suitable frequency). - Q: What is store-and-forward?
A: A switching method where entire message/packet is received and stored before forwarding. - Q: Difference between FDM and WDM?
A: FDM uses different frequency bands; WDM uses different light wavelengths in fiber. - Q: What is DOCSIS?
A: Data Over Cable Service Interface Specification — cable modem standard. - Q: Why is packet switching efficient?
A: It allows statistical multiplexing and better utilization of link capacity by sharing among many flows.
One-Day Revision Sheet (Final quick revision)
- Important Definitions:
- Physical Layer: bit transmission and media definition.
- Attenuation: loss of signal strength.
- Bandwidth: frequency range usable for transmission.
- Multiplexing: combining multiple signals on one medium.
- Packet switching: breaking messages into packets routed independently.
- Keywords: encoding, modulation, attenuation, distortion, noise, BER, bandwidth, Nyquist, Shannon, multiplexing, FDM, TDM, WDM, DSSS, FHSS, circuit switching, packet switching, DOCSIS, DSL.
- Abbreviations: BER, DSL, DOCSIS, FDM, TDM, WDM, DSSS, FHSS, CDMA, OFDM, S/N.
- Important comparisons: see Media table and Switching table above.
- Important diagrams (ASCII):
- OSI stack (see earlier).
- Mobile user → Base Station → Backbone → Internet (see earlier).
- FDM vs TDM sketch (see earlier).
- Layer order: Application → Presentation → Session → Transport → Network → Data Link → Physical.
- Mnemonics: “A‑D IN‑SP” for Analog/Digital, Impairments, Nyquist/Shannon, Performance.
- Frequently confused concepts:
- Bandwidth (Hz) ≠ data rate (bits/s).
- Physical layer ≠ Data Link layer (bits vs frames).
- Circuit switching ≠ packet switching (dedicated vs shared).
- Key exam points:
- Memorize functions of physical layer (2–5 marks).
- Be able to write Shannon formula and explain variables (3–5 marks).
- Practice short diagrams (OSI stack, simple FDM/TDM, mobile path).
- Prepare a 5‑mark table comparing switching methods and media types.
Final notes on exam strategy
- For 2–5 mark questions: be concise, list definitions/functions, and include one short diagram or table.
- For 5–10 mark questions: compare methods/tables, mention advantages/disadvantages, and include a brief real‑life example (DSL/mobile/cable).
- Use definitions and formulas (Shannon) where relevant and label diagrams neatly.
