Chapter 2: Data Transmission – IGCSE Computer Science (0478)

Understanding how data is transmitted between digital devices is a fundamental part of computer science. This chapter breaks down the types, modes, methods, media, and error handling mechanisms of data transmission. Each concept is explained with real-world examples to support deeper learning and exam readiness.


What is Data Transmission?

Data transmission is the process of sending digital or analog data from one device to another using a medium such as copper wire, fiber optic cable, or wireless signals.

It enables:

  • Internet browsing and emailing
  • Communication between peripherals and computers
  • Data exchange between mobile devices and cloud services

Types of Data Transmission

1. Serial Transmission

  • One bit is sent at a time through a single wire or channel.
  • Reliable for long distances due to less signal distortion.
  • Slower than parallel but ideal for USB, modems, and LANs.

Examples: USB cables, RS-232 interfaces.

2. Parallel Transmission

  • Multiple bits (8, 16, 32…) are sent at once over multiple wires.
  • Faster for short distances, but vulnerable to timing issues (signal skew).

Examples: Internal data transfers (CPU to RAM).


Direction of Data Flow

ModeDescriptionExample
SimplexOne-way data flow only.Keyboard to computer, TV broadcast
Half-DuplexTwo-way, but only one direction at a time.Walkie-talkies
Full-DuplexSimultaneous two-way data flow.Phone calls, Zoom meetings

Transmission Timing

1. Synchronous Transmission

  • Blocks of data are sent at regular intervals, synchronized by a clock.
  • Efficient for high-speed, large-volume transfers.

Example: Internal system buses.

2. Asynchronous Transmission

  • Data sent byte-by-byte, with start and stop bits.
  • Cheaper and simpler, but slower.

Example: UART serial communication.


Transmission Media

Wired Transmission

MediumDescriptionUse Case
Twisted Pair CableTwo insulated wires twisted to reduce interference.LAN (Ethernet)
Coaxial CableSingle copper core with metallic shielding.Cable TV, older computer networks
Fibre Optic CableTransmits data as light pulses through glass fibers.Long-distance, high-speed internet
  • Fibre optic offers the highest speed and security but is the most expensive.

Wireless Transmission

TechnologyDescriptionUse Case
Radio WavesWidely used, long-range, but prone to interference.Wi-Fi, broadcasting
MicrowavesLine-of-sight communication.Satellite links, mobile towers
InfraredShort-range, line-of-sight only.Remote controls, IR blasters
BluetoothShort-range, low-power connections.Wireless headphones, smartwatches
Wi-FiMedium-range, high-speed wireless networking.Internet access in homes/offices

Network Types

1. LAN – Local Area Network

  • Covers small areas (single building or campus)
  • High-speed, secure, easy to manage
  • Example: School or office network

2. WAN – Wide Area Network

  • Covers large geographical areas (cities, countries)
  • Slower and more complex to maintain
  • Example: The Internet

3. MAN – Metropolitan Area Network

  • Covers a city or large campus
  • Larger than LAN, smaller than WAN
  • Often used by governments or universities

Error Detection & Correction

Why Errors Occur:

  • Noise
  • Electromagnetic interference
  • Signal degradation over distance

Error Detection Methods

MethodHow It WorksUse Case
Parity CheckAdds a parity bit (even/odd) to detect 1-bit errorsBasic data transmission
ChecksumAdds the total sum of all bytes; compared at receiverUsed in protocols like TCP/IP
CRC (Cyclic Redundancy Check)Divides data by a polynomial to detect patternsStorage, networking
Echo CheckReceiver sends data back to verify matchSimple data validation

Error Correction Methods

MethodHow It WorksUse Case
ARQ (Automatic Repeat reQuest)Receiver asks for retransmission if error detectedTCP, email transmission
FEC (Forward Error Correction)Redundant data allows correction at receiverStreaming, satellites

Comparison: Serial vs Parallel Transmission

FeatureSerial TransmissionParallel Transmission
SpeedSlowerFaster (short distances)
CostCheaperMore expensive
DistanceLong-distance friendlyLimited to short distances
InterferenceLowHigher (due to multiple wires)
Use CasesUSB, modems, LAN cablesCPU-RAM communication

Key Takeaways for IGCSE Exams

  • Distinguish between serial and parallel transmission.
  • Understand the modes: simplex, half-duplex, and full-duplex.
  • Compare synchronous vs asynchronous transmission timing.
  • Learn properties of twisted pair, coaxial, and fibre optic cables.
  • Know when to use LAN, WAN, or MAN based on size and scope.
  • Master error detection (parity, checksum, CRC, echo) and correction methods (ARQ, FEC).
  • Apply real-world examples in your answers.

Practice Tips

  • Sketch and label diagrams for the different transmission modes (simplex, duplex).
  • Memorize which error detection method suits which scenario.
  • Be able to justify the choice of transmission method or medium based on cost, speed, and distance.

Below is a detailed presentation for this presentation that you can download to study from slides

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top