Tutorial 1: Introduction to Wireless and Mobile Networks

Table of Contents

Learning Objectives

Upon completion of this extended tutorial, students will be able to:

Overview

Wireless and mobile networks have transformed the way we communicate, work, and live. From the convenience of Wi‑Fi in our homes to the global reach of 5G cellular networks, wireless technologies have become indispensable. This tutorial provides a comprehensive introduction to the principles that underpin all wireless and mobile systems, setting the stage for deeper study of specific technologies in subsequent tutorials.

We begin by dissecting the fundamental elements of a wireless network, then explore how wireless differs from wired communication at the physical and link layers. We examine the architectural choices of infrastructure vs. ad hoc, and the critical role of mobility management. We also introduce key performance metrics and design considerations, and conclude with real‑world case studies that illustrate the application of these concepts.

This extended version includes additional theoretical depth, advanced discussions on channel models, interference analysis, and mobility protocols, as well as a wealth of assessment materials to reinforce learning.

1. Technical & Theoretical Content

1.1 Elements of a Wireless Network

A wireless network comprises several essential components that work together to provide seamless connectivity. Understanding each element is crucial for network design and troubleshooting.

Component Description Examples
Wireless Hosts End‑user devices that initiate and receive communication. They may be stationary, portable, or mobile. Smartphones, laptops, tablets, IoT sensors, smart watches
Base Station (AP / eNodeB / gNB) Fixed infrastructure element that bridges wireless hosts to the wired network. Manages medium access, authentication, and mobility. Wi‑Fi Access Point, cellular cell tower, satellite ground station
Wireless Links The physical communication channel using electromagnetic waves. Characterised by frequency, bandwidth, modulation, and power. Radio frequencies (2.4 GHz, 5 GHz, 28 GHz), infrared, free‑space optical
Network Infrastructure The wired backbone that interconnects base stations and provides access to the Internet or other networks. Ethernet switches, routers, fibre‑optic cables, MPLS core

In cellular systems, base stations are often grouped into a Radio Access Network (RAN) that is further connected to a core network (e.g., EPC in LTE, 5GC in 5G).

1.2 Categories of Wireless Networks

Wireless networks can be classified along multiple dimensions: coverage area, infrastructure dependence, and mobility support.

1.2.1 By Coverage Area

Type Abbr. Range Examples Typical Data Rates
Wireless Personal Area Network WPAN < 10 m Bluetooth, ZigBee, NFC ~1–50 Mbps
Wireless Local Area Network WLAN ~100 m IEEE 802.11 (Wi‑Fi) ~100 Mbps – 10 Gbps
Wireless Metropolitan Area Network WMAN ~5–50 km WiMAX (802.16), CBRS ~10–100 Mbps
Wireless Wide Area Network WWAN Regional / Global Cellular (4G/5G), satellite ~1 Mbps – 10 Gbps

1.2.2 By Infrastructure Model

1.2.3 By Mobility Support

1.3 Wireless vs. Wired Communication – A Deep Dive

The shift from guided media (copper/fibre) to unguided radio propagation introduces fundamental challenges that affect every layer of the protocol stack.

1.3.1 Signal Propagation and the Wireless Channel

In wired systems, the channel is predictable and relatively static. In wireless, the channel is time‑varying and location‑dependent. Key phenomena:

The Shannon‑Hartley theorem gives the maximum achievable data rate: \( C = B \log_2(1 + \text{SNR}) \). Wireless channels typically have lower SNR and higher variability than wired, limiting capacity.

1.3.2 Shared Medium and Medium Access

Unlike wired Ethernet (which uses switches to isolate collisions), wireless is a broadcast medium. All transmissions within range are received by all neighbours. This leads to:

These issues necessitate explicit collision avoidance (CSMA/CA), RTS/CTS handshakes, and adaptive rate control.

1.3.3 Bit Error Rates and Reliability

Wireless links exhibit bit error rates (BER) that can be \(10^{-3}\) or worse, compared to \(10^{-12}\) in fibre. This impacts:

1.3.4 Mobility and Network‑Layer Implications

Wired networks assume fixed attachment points. Wireless mobility introduces:

1.4 Impact of Wireless on Protocol Design

Every layer of the OSI model is affected by wireless characteristics:

Layer Wireless‑Specific Challenges Design Countermeasures
Physical Variable channel conditions, interference, noise Adaptive modulation/coding (AMC), diversity (MIMO, beamforming), power control, OFDM
Data Link Hidden/exposed terminals, high BER, mobility CSMA/CA, RTS/CTS, ARQ, FEC, power‑save modes, association/roaming
Network IP address changes, handoff latency Mobile IP, PMIPv6, MPTCP, SDN‑based mobility anchors
Transport TCP performance (loss interpreted as congestion) TCP‑Westwood, ECN, split‑TCP, SCTP, QUIC
Application Variable bandwidth, latency, and packet loss Adaptive streaming (DASH), FEC, retransmission strategies, delay‑tolerant networking

1.5 Infrastructure vs. Ad Hoc Networks

Two fundamental architectures define how wireless nodes organise themselves:

Infrastructure Mode

Ad Hoc Mode (IBSS)

In practice, many networks are hybrid: e.g., mesh backhauls (fixed nodes) plus infrastructure access points, or Wi‑Fi Direct enabling peer‑to‑peer while still supporting infrastructure.

1.6 Mobility Concepts and Architectures

Mobility in networking is a multi‑faceted problem that spans layers.

Types of Mobility

Mobility Management Approaches

Modern 5G networks incorporate Service‑Based Architecture (SBA) and Network Slicing to support diverse mobility and QoS requirements.

1.7 Wireless Network Applications and Use Cases

Wireless and mobile networking underpin a vast array of applications, each with unique requirements.

Domain Applications Key Requirements
Consumer Web browsing, streaming, social media, online gaming High bandwidth, low latency, reliable connectivity
Enterprise Campus Wi‑Fi, mobile workforce, remote collaboration Security, seamless roaming, QoS for voice/video
IoT & Smart City Smart meters, environmental monitoring, traffic management Low power, massive scalability, LPWAN (LoRa, NB‑IoT)
Industrial Factory automation, robotics, predictive maintenance Ultra‑reliable low‑latency communication (URLLC)
Vehicular V2X (vehicle‑to‑everything), autonomous driving Extremely low latency, high mobility, security
Healthcare Remote patient monitoring, telemedicine, wearables Reliability, privacy, low power
Emergency & Public Safety First responder networks, disaster recovery Ad hoc operation, resilience, prioritisation

1.8 Wireless Network Performance Metrics

Key performance indicators (KPIs) used to characterise wireless networks:

1.9 Wireless Network Design and Planning

Designing a wireless network involves many trade‑offs:

1.10 Case Studies: Real‑World Deployments

Case Study 1: Enterprise Campus Wi‑Fi

A large university deploys 802.11ac/ax across 50 buildings. Challenges: high density in lecture halls, seamless roaming for VoIP, and guest access. Solutions: controller‑based architecture with 802.11r fast roaming, band steering, and load balancing. Capacity planning used predictive modelling; backhaul with 10 GbE fibre.

Case Study 2: Smart City IoT Network

A city deploys LoRaWAN for smart parking, waste management, and air quality monitoring. Challenges: coverage in urban canyons, battery life (10+ years), and scalability (millions of devices). Solutions: use of sub‑GHz bands, spreading factors to trade data rate for range, and a cloud‑based network server.

Case Study 3: 5G Private Network for Industry 4.0

A manufacturing plant deploys a private 5G network for robot control, AGVs, and real‑time video analytics. Requirements: URLLC (<1 ms latency), high reliability (99.999%), and deterministic scheduling. Solutions: network slicing, edge computing, and local breakout to minimise latency.

Quiz: 25 Questions

Instructions: Answer the following questions. Check your understanding by revealing the answers.

Q1. What is the primary difference between infrastructure mode and ad hoc mode in wireless networks?

Show Answer

Infrastructure mode uses a base station (AP) as a central hub for all communication and connection to the wired network. Ad hoc mode has no base station; wireless hosts communicate directly in a peer‑to‑peer manner.

Q2. Which of the following is not a characteristic of wireless communication that differs from wired?

a) Path loss and signal attenuation
b) Multipath propagation
c) Collision detection is straightforward
d) Higher and more variable bit error rates

Show Answer

c) Collision detection is not straightforward in wireless; it is difficult to detect collisions while transmitting because the transmitter cannot listen simultaneously. Wired Ethernet uses CSMA/CD; wireless uses CSMA/CA.

Q3. Define the term "multipath propagation" and explain why it is problematic for digital communications.

Show Answer

Multipath propagation occurs when a transmitted signal travels along multiple paths to the receiver due to reflections, diffractions, and scattering. The multiple copies arrive at different times and with different phases, causing constructive/destructive interference (fast fading) and intersymbol interference (ISI) that corrupts the received symbols.

Q4. What are the three main categories of wireless networks by coverage area?

Show Answer

WPAN (~10 m), WLAN (~100 m), and WWAN (regional/global). Sometimes WMAN (metropolitan) is also included.

Q5. Why does TCP performance degrade over wireless links without modifications?

Show Answer

TCP’s congestion control assumes that packet loss is due to network congestion. On wireless links, loss is often caused by bit errors, interference, or handoff, not congestion. TCP responds by reducing its congestion window, causing unnecessary throughput reduction.

Q6. What is a base station in a wireless network, and what are its primary functions?

Show Answer

A base station (e.g., AP, eNodeB) is a fixed infrastructure node that bridges wireless hosts to the wired network. Its primary functions include medium access control, association/authentication, power management, and mobility support (handoff).

Q7. Explain the hidden terminal problem with an example.

Show Answer

Two stations A and C are out of range of each other but both are in range of an access point B. A transmits to B; C cannot sense A's transmission (because it is hidden) and also transmits to B, causing a collision at B. RTS/CTS helps by reserving the medium for the duration of the transmission.

Q8. What is the difference between user mobility and device mobility?

Show Answer

User mobility refers to a person moving and potentially using different devices at different locations (e.g., desktop at work, smartphone at home). Device mobility refers to a single device changing its point of network attachment while it is in use.

Q9. In the context of wireless networks, what is meant by "path loss exponent"? Give typical values for free space, urban, and indoor environments.

Show Answer

The path loss exponent α describes how quickly signal power decays with distance (Pr ∝ d−α). Free space: α=2; urban with moderate obstructions: α=3–4; dense indoor: α=4–6.

Q10. What are the advantages and disadvantages of using unlicensed spectrum bands (e.g., ISM) for wireless communication?

Show Answer

Advantages: Free to use, rapid innovation, open for anyone. Disadvantages: No interference protection, crowded, power limitations, no QoS guarantees.

Q11. Describe the role of RTS/CTS in IEEE 802.11 MAC.

Show Answer

RTS/CTS is a four‑frame handshake (RTS, CTS, Data, ACK) used to reserve the medium for the duration of a transmission. It mitigates the hidden terminal problem by allowing stations that hear either RTS or CTS to set their NAV (Network Allocation Vector) and defer.

Q12. How does the Shannon‑Hartley theorem limit wireless capacity? Write the equation and explain each term.

Show Answer

C = B log₂(1 + SNR) where C is channel capacity (bps), B is bandwidth (Hz), and SNR is the signal‑to‑noise ratio (linear). It shows that capacity increases linearly with bandwidth and logarithmically with SNR.

Q13. What are the key challenges of supporting mobility at the network layer?

Show Answer

Key challenges: IP address changes (which break TCP sessions), handoff latency, session continuity, location management (tracking the node), and handling heterogeneous networks (vertical handoffs).

Q14. Explain the difference between slow fading and fast fading.

Show Answer

Slow fading (shadowing) is variation in received power over long distances due to obstructions; it changes slowly (over seconds or minutes). Fast fading is rapid fluctuation due to multipath interference; it changes over fractions of a second and is caused by movement of the receiver or surrounding objects.

Q15. What is the "near‑far" problem in wireless networks and how is it typically addressed?

Show Answer

The near‑far problem occurs when a transmitter close to the receiver causes high‑power interference, drowning out weaker signals from farther transmitters. It is addressed by power control (adjusting transmit power to equalise received power) and by CDMA systems using orthogonal codes.

Q16. List four types of wireless network applications and their primary requirements.

Show Answer

Consumer (high bandwidth, low latency), IoT (low power, massive scalability), industrial URLLC (ultra‑reliable low latency), vehicular (high mobility, low latency).

Q17. How does interference affect wireless network performance? Distinguish between co‑channel and adjacent‑channel interference.

Show Answer

Interference degrades SINR, leading to higher error rates, lower modulation rates, and reduced throughput. Co‑channel interference comes from other transmitters using the same frequency; adjacent‑channel interference comes from neighbouring frequency channels due to imperfect filtering or spectral leakage.

Q18. What is the role of the link layer in addressing wireless channel impairments?

Show Answer

The link layer provides error detection (CRC), error correction (FEC), retransmission (ARQ), medium access control (CSMA/CA), and power management. It also handles association, authentication, and mobility (roaming).

Q19. Compare the complexity of routing in infrastructure versus ad hoc wireless networks.

Show Answer

In infrastructure mode, routing is simple: traffic flows between host and AP (or between APs via wired infrastructure). In ad hoc mode, routing is multi‑hop and dynamic; nodes must run distributed routing protocols (e.g., AODV, OLSR) to discover and maintain routes, which adds significant complexity and overhead.

Q20. What is "session continuity" in mobile networks, and why is it important?

Show Answer

Session continuity ensures that an ongoing communication session (e.g., VoIP call, video stream) is not interrupted when the device moves to a new network attachment point. It is critical for real‑time applications and user experience.

Q21. Explain how OFDM helps combat frequency‑selective fading.

Show Answer

OFDM splits a wideband channel into many narrow orthogonal subcarriers. Each subcarrier experiences flat fading (since its bandwidth is less than the coherence bandwidth), making equalisation simpler (one‑tap per subcarrier) and reducing ISI via a cyclic prefix.

Q22. What are the trade‑offs between using a lower frequency band (e.g., 700 MHz) versus a higher band (e.g., 28 GHz) for a mobile network?

Show Answer

Lower frequencies provide better coverage and penetration (fewer base stations) but limited bandwidth and capacity. Higher frequencies offer more spectrum and capacity but suffer from higher path loss and poor penetration, requiring dense deployment and advanced techniques like beamforming.

Q23. Describe the concept of "network mobility" (NEMO) and give an example.

Show Answer

NEMO refers to the case where an entire network (e.g., a vehicle, train, or aircraft) moves and all its attached hosts must maintain connectivity. The network as a whole changes its point of attachment, requiring mobility support for the entire subnet. Example: a Wi‑Fi network on a train that connects to the Internet via cellular backhaul.

Q24. What are the main differences between wireless and wired medium access control?

Show Answer

Wired MAC (e.g., Ethernet) uses CSMA/CD (collision detection) because the medium is isolated and collisions can be detected. Wireless MAC uses CSMA/CA (collision avoidance) because collisions cannot be reliably detected (transmitter cannot listen while transmitting) and because of hidden/exposed terminal issues.

Q25. Why is spectral efficiency a critical metric for wireless networks? How is it defined?

Show Answer

Spectral efficiency measures how much data can be transmitted per unit of bandwidth (bits per second per Hz). It is critical because spectrum is a limited and expensive resource. Higher spectral efficiency allows more capacity without needing more spectrum.

Exercises (12 Practical Problems)

Attempt these problems to apply the concepts. Solutions are hidden for self‑assessment.

Exercise 1: A university has 1000 students and 200 staff spread across a campus with 20 buildings. Design a high‑level wireless LAN deployment. Consider: number of APs, frequency bands, security requirements, and backhaul. Justify your choices.

Show Solution

Solution: Deploy 802.11ac/ax APs (one per ~200-300 m² indoors, more in lecture halls). Use 5 GHz for capacity, 2.4 GHz for legacy/coverage. Implement WPA3‑Enterprise with 802.1X (RADIUS). Use a controller‑based architecture with seamless roaming (802.11r). Backhaul: 1 GbE per AP, aggregated to 10 GbE uplinks. Conduct site survey to optimise placement.

Exercise 2: Compare the performance (throughput, latency, reliability) of a wireless link using TCP versus UDP for a real‑time video surveillance application. Which would you choose and why?

Show Solution

UDP is preferable because it has lower latency and does not retransmit lost packets, which is acceptable for live video (some packet loss is tolerable). TCP would add retransmission delay and congestion control, causing jitter and stalls. Use UDP with application‑level error resilience (e.g., FEC) to handle packet loss.

Exercise 3: Calculate the free‑space path loss at 2.4 GHz and 5 GHz for distances of 10 m, 100 m, and 1000 m. What observations can you make?

Show Solution

Using LFS = 92.45 + 20 log10(f) + 20 log10(d) with f in GHz, d in km.

Observation: 5 GHz suffers ~6.4 dB more loss than 2.4 GHz at the same distance. Also, loss increases by 20 dB per decade of distance.

Exercise 4: In a wireless mesh network (ad hoc), a node needs to send data to a destination 5 hops away. Each hop has a probability of successful transmission of 0.9 (independent). What is the end‑to‑end delivery probability? If each hop uses ARQ with a maximum of 3 retransmissions, what is the new probability?

Show Solution

Without ARQ: Psuccess = (0.9)5 = 0.59049 ≈ 59%.

With ARQ (up to 3 attempts per hop): Phop = 1 - (1-0.9)3 = 1 - 0.001 = 0.999. End‑to‑end = (0.999)5 ≈ 0.995 ≈ 99.5%.

ARQ significantly improves reliability at the cost of increased latency and overhead.

Exercise 5: Explain how the exposed terminal problem can reduce throughput in a wireless LAN. Provide a concrete scenario and propose a solution.

Show Solution

Scenario: Node A transmits to B, and C can hear A's transmission but wants to transmit to D (which is outside A's range). C defers because it senses the medium busy, even though its transmission to D would not interfere with A↔B. This reduces throughput.

Solution: Use RTS/CTS; C can hear the RTS from A but not the CTS from B, so it knows it is not in the interference range of the receiver and may transmit (if it hears CTS, it defers).

Exercise 6: A mobile device moves from one cell to another in a cellular network. Describe the handoff process in terms of measurement, decision, and execution phases. What factors affect handoff latency?

Show Solution

Measurement: Device measures signal strength from neighbouring cells (RSRP/RSRQ). Decision: Network (or device) decides when to hand off based on thresholds, hysteresis, and time‑to‑trigger. Execution: Device disconnects from source cell and connects to target (or make‑before‑break).

Factors affecting latency: measurement interval, decision algorithm, authentication/security procedures, backhaul delays, and whether the handoff is hard or soft.

Exercise 7: Compare the energy consumption of a wireless device in infrastructure mode vs. ad hoc mode. Which is more energy‑efficient for a sensor network and why?

Show Solution

In infrastructure mode, the AP can buffer packets and the device can use power‑save modes (e.g., 802.11 PS‑Poll) to sleep between beacon intervals. In ad hoc mode, devices must relay packets for others, which consumes additional energy. Therefore, infrastructure is generally more energy‑efficient for sensors, provided APs are available. However, ad hoc may be necessary when no infrastructure exists.

Exercise 8: A Wi‑Fi network uses 40 MHz channels at 5 GHz. The SNR is 25 dB. What is the theoretical maximum throughput using the Shannon‑Hartley theorem? How does this compare to the actual 802.11ac data rate?

Show Solution

SNR = 10^(25/10) = 316.23. C = 40e6 × log₂(317.23) ≈ 40e6 × 8.31 ≈ 332.4 Mbps.

Actual 802.11ac with 40 MHz, 256‑QAM, 5/6 coding, and short GI gives ~200 Mbps (MCS 9). The difference is due to MAC overhead, pilot subcarriers, guard intervals, and other protocol overhead.

Exercise 9: Design a wireless sensor network for environmental monitoring (temperature, humidity, pressure) over a 10 km² forest area. Discuss the choice of technology (e.g., LoRa, ZigBee, Wi‑Fi), battery life, and data aggregation strategy.

Show Solution

LoRa is suitable due to its long range (up to 15 km) and low power. Use a star‑of‑stars topology with gateways on hills. Sensors sample every 10 minutes and send small packets. Use spreading factors to trade data rate for range. Battery life: >5 years with low duty cycle. Data aggregation at gateways (edge computing) before sending to cloud.

Exercise 10: Explain the concept of "vertical handoff" and give an example where a device might use it. What are the main challenges?

Show Solution

Vertical handoff is a handoff between different network technologies (e.g., Wi‑Fi to cellular). Example: a smartphone moves out of Wi‑Fi coverage and switches to LTE. Challenges: different IP subnets, authentication, QoS mapping, and maintaining session continuity. Requires cross‑layer coordination and protocols like Mobile IP or MPTCP.

Exercise 11: A wireless link has a bit error rate of 10−5. If frames are 1500 bytes, what is the probability of a frame being error‑free? If ARQ is used with a maximum of 3 retransmissions, what is the probability of successful delivery?

Show Solution

Frame size = 1500 bytes = 12000 bits. Pno error = (1-10−5)12000 ≈ exp(-0.12) ≈ 0.887 (88.7%).

With up to 3 retransmissions (total 4 attempts): Psuccess = 1 - (0.113)4 ≈ 1 - 0.000163 ≈ 0.9998 (99.98%).

Exercise 12: Compare the security implications of using infrastructure mode vs. ad hoc mode. Which is more vulnerable and why?

Show Solution

Ad hoc mode is generally more vulnerable because there is no central authentication server, encryption is often weaker (or absent), and routing can be attacked (e.g., blackhole, wormhole). Infrastructure mode supports enterprise‑grade security (WPA2‑Enterprise, 802.1X) and centralised monitoring. However, the infrastructure itself (APs, controllers) becomes a potential target.

Homework (12 Assignments)

These assignments require deeper analysis and research. Suggested answers are provided.

HW1. Research and write a report (approx. 1 page) on the evolution of wireless LAN standards from IEEE 802.11 to 802.11be (Wi‑Fi 7). Focus on key improvements in data rates, modulation, MIMO, and spectrum utilisation.

Show Sample Answer

Summary: 802.11 (2 Mbps) → 802.11b (11 Mbps) → 802.11a/g (54 Mbps) → 802.11n (600 Mbps, MIMO) → 802.11ac (Gbps, wider channels, MU‑MIMO) → 802.11ax (Wi‑Fi 6, OFDMA, target wake time) → 802.11be (Wi‑Fi 7, 320 MHz channels, 4096‑QAM, multi‑link operation).

HW2. Explain the concepts of frequency reuse and cell splitting in cellular networks. How do these techniques increase capacity? Provide formulas where appropriate.

Show Sample Answer

Frequency reuse uses the same frequencies in cells separated by sufficient distance to avoid interference. Reuse factor N defines the cluster size; capacity per cell ≈ total bandwidth / N. Cell splitting reduces cell radius (R) and increases number of cells, thereby increasing capacity (since smaller cells reuse frequencies more densely). Capacity increases approximately as (Rold/Rnew)2.

HW3. Describe the operation of the IEEE 802.11 Distributed Coordination Function (DCF). Explain the binary exponential backoff algorithm in detail, including how it ensures fairness.

Show Sample Answer

DCF uses CSMA/CA. A station senses the channel; if idle for DIFS, it transmits. If busy, it waits until idle, then chooses a random backoff counter from [0, CW] where CW starts at CW_min and doubles with each collision (up to CW_max). The counter decrements when the channel is idle; when it reaches zero, the station transmits. This exponential backoff reduces collision probability after repeated collisions and provides fairness by randomising access.

HW4. Compare and contrast the following mobility support protocols: Mobile IPv4, Mobile IPv6, and Proxy Mobile IPv6. Discuss the roles of Home Agent, Foreign Agent, and Care‑of Address.

Show Sample Answer

Mobile IP (v4 and v6) uses a Home Agent (HA) and Foreign Agent (FA) or the mobile node itself to maintain a Care‑of Address (CoA) that reflects its current location. Packets are tunnelled from HA to CoA. MIPv6 uses route optimisation to avoid triangular routing. Proxy MIPv6 moves the mobility function to the network (access routers) so that the mobile node does not need to participate, simplifying the client.

HW5. A wireless network using 802.11ac has an MCS index of 8 (256‑QAM, 5/6 coding, 80 MHz, short GI). Calculate the physical‑layer data rate. What is the typical throughput you would expect after accounting for MAC overhead (approximately 70% efficiency)?

Show Sample Answer

For 802.11ac, MCS 8 at 80 MHz gives 780 Mbps (with short GI). After MAC overhead (acknowledgments, contention, overhead), typical throughput is about 50‑60% of PHY rate, so ~390‑468 Mbps, but actual may be lower due to collisions and retransmissions.

HW6. Explain how the Doppler effect impacts wireless communication in high‑speed vehicular environments. What techniques are used to mitigate its effects?

Show Sample Answer

Doppler shift causes frequency offset (fd = v fc / c). At high speeds, this can cause phase rotation and loss of orthogonality in OFDM, leading to ICI. Techniques: pilot subcarriers for frequency tracking, advanced channel estimation, and using wider subcarrier spacing (e.g., 5G NR supports 15, 30, 60 kHz spacing).

HW7. Analyse the trade‑offs between using a carrier‑grade Wi‑Fi (e.g., IEEE 802.11ax) and a small‑cell LTE/5G for indoor enterprise deployment. Consider factors such as cost, performance, mobility, and security.

Show Sample Answer

Wi‑Fi is cost‑effective, supports high throughput, and works with existing client devices. However, it may not provide deterministic QoS or seamless mobility. 5G small cells offer better mobility, lower latency, and QoS guarantees but are more expensive and require new infrastructure. Hybrid approaches are common.

HW8. Describe the concept of "network slicing" in 5G. How does it enable diverse services (eMBB, URLLC, mMTC) on the same infrastructure?

Show Sample Answer

Network slicing creates multiple virtual networks on a common physical infrastructure. Each slice is optimised for a specific service type: eMBB for high throughput, URLLC for low latency/reliability, mMTC for massive connectivity. Slices are isolated in terms of resources (compute, storage, bandwidth) and management, enabling simultaneous support of diverse requirements.

HW9. Explain the concept of "massive MIMO" and beamforming. How do they improve spectral efficiency and coverage in 5G?

Show Sample Answer

Massive MIMO uses a large number of antennas (e.g., 64, 128) at the base station to simultaneously serve multiple users on the same time‑frequency resource via spatial multiplexing. Beamforming focuses the transmitted energy towards specific users, increasing SINR and reducing interference. This improves both coverage (by directing power) and capacity (by enabling multi‑user MIMO).

HW10. A mobile user moves at 60 km/h while using a Wi‑Fi network with a carrier frequency of 5 GHz. Calculate the maximum Doppler shift. If the channel coherence time is defined as 1/(4 fd), how often must channel estimation be updated?

Show Sample Answer

v = 60 km/h = 16.67 m/s. fd = v fc / c = 16.67 × 5e9 / 3e8 ≈ 277.8 Hz. Coherence time ≈ 1/(4×277.8) ≈ 0.9 ms. Therefore, channel estimation should be updated at least every millisecond.

HW11. Research and compare the interference management techniques used in LTE (e.g., ICIC, eICIC) and Wi‑Fi (e.g., CCA, dynamic channel selection). How do they differ in approach?

Show Sample Answer

LTE uses coordinated approaches like Inter‑Cell Interference Coordination (ICIC) to allocate different frequency or power resources to edge users, and enhanced ICIC (eICIC) with time‑domain muting. Wi‑Fi uses distributed mechanisms: Clear Channel Assessment (CCA) to detect energy, dynamic channel selection (DFS) to avoid radar, and rate adaptation to adjust modulation when interference is high. LTE is centrally managed; Wi‑Fi is distributed.

HW12. Write a critical evaluation of the statement: "Wireless networks will eventually replace wired networks entirely." Discuss the limitations of wireless that prevent complete replacement, and the scenarios where wired remains superior.

Show Sample Answer

While wireless is increasingly prevalent, wired networks (fibre) offer higher capacity, lower latency, absolute reliability, and security. Wireless is subject to interference, spectrum scarcity, and environmental factors. However, for many consumer and enterprise access networks, wireless is the primary means. Backbone and data‑centre networks will remain wired due to capacity demands. A hybrid approach is likely to persist.

Summary

This extended tutorial has provided a comprehensive introduction to wireless and mobile networks. We explored:

These foundational concepts are essential for understanding the specific wireless technologies (Wi‑Fi, cellular, 5G, IoT, etc.) that will be covered in subsequent tutorials. Mastery of this material will enable you to analyse, design, and troubleshoot wireless networks in practice.

© COMP347 – Unit 7: Wireless and Mobile Networks (Extended Tutorial 1)