0984

Types and Methods of Data Transmission

Data Transmission · 4 question types

Exam Frequency Analysis

Past paper frequency (2018 to 2024)

This topic accounts for approximately 4% of your exam marks.

stable
Rare
Stable4%

Serial vs parallel and simplex/half-duplex/full-duplex appear as definition or comparison questions.

USB (Universal Serial Bus) is the most common wired connection between computers and external devices. As the name says, USB is a serial method: the bits travel one after another along the cable.

Devices that use USB include: keyboards, mice, printers, scanners, external hard drives, flash memory sticks, webcams, mobile phones, audio interfaces, and most other peripherals.

USB connector shapes

The letter in a USB name describes the physical shape of the plug:

  • USB-A: the rectangular plug. Found on flash drives, mice, keyboards, older external storage devices.
  • USB-B: square-ish plug. Found on the back of printers and older external storage.
  • USB-C: small, oval, symmetrical (can be plugged in either way up). The current standard for phones, laptops and many modern peripherals. Can carry both data and large amounts of power.
A USB-A connector: the flat, rectangular plug found on flash drives, mice and keyboards, with the USB trident symbol on top
Source: USB by Save My Exams
A USB-C connector: the small, oval, symmetrical plug that can be inserted either way up, used by modern phones, laptops and peripherals
Source: USB by Save My Exams

USB generations and speeds

The number in a USB name describes the generation, which sets the maximum speed:

GenerationMaximum speed
USB 1.112 Mbps
USB 2.0480 Mbps
USB 3.0 / 3.1 / 3.25 Gbps to 20 Gbps
USB4 / USB4 2.0Up to 80 Gbps

Newer USB generations are backwards-compatible with older ones. Plugging a USB 2.0 device into a USB 3.0 port works, but the device runs at USB 2.0 speeds.

Plug-and-play

When a USB device is connected, the operating system automatically:

  1. Detects that a new device has been plugged in.
  2. Looks up the device's identifier in its list of drivers.
  3. Loads the matching driver if it is already installed, or downloads and installs one if not. (For most common device types, a generic built-in driver works without any extra installation.)
  4. Makes the device available to applications.

This plug-and-play behaviour means the user does not have to manually install drivers or restart the computer in most cases.

Advantages of USB

AdvantageWhy it matters
Standardised connectorOne port shape works across thousands of products and manufacturers; the plug only fits in one orientation so it cannot be inserted wrongly (USB-C goes in either way up)
Plug-and-playDevices are detected automatically; the correct driver is loaded without user effort
Carries power as well as dataMany devices (mice, keyboards, flash drives, phones charging) need no separate power supply
High speeds and backwards compatibilityNewer USB generations offer multi-gigabit data rates while still working with older devices
Wide industry supportDrivers, cables and documentation are easy to find for any operating system

Disadvantages of USB

DisadvantageWhy it matters
Limited cable lengthMaximum cable length is around 5 m before the signal degrades, so USB is not for long distances
Older USB generations are slow by modern standardsUSB 2.0 maxes out at 480 Mbps, far below USB 3.0 and beyond
Older USB standards may be phased outUSB 1.1 and 2.0 may eventually lose support in future operating systems