BÊTACette plateforme est en développement actif ; des bugs, des fonctionnalités manquantes et un risque de perte de données sont possibles. Merci pour ton soutien !

Types & Methods Of Data Transmission

Apprends en jouant

Réponds à ces questions pour gagner de l'énergie, puis pêche et explore. Sans compte.

Pour les profs : diapos de leçon, notes de révision prêts à l'emploi pour Types & Methods Of Data Transmission (Computer Science, CIE) — utilise-les en cours, ou lance le thème en activité de classe interactive que tes élèves jouent en direct.

Notes de leçon

Data Packets

  • Packets are small 'chunks' of data that make up a larger piece of data broken down by TCP (Transmission Control Protocol).
  • Small packets are easier and quicker to route over the internet than large chunks.
  • Each packet contains a header (source IP, destination IP, packet number), a payload (actual data), and optionally a trailer (security info, end-of-packet notification).
  • Error checks (e.g., parity bits) are added to detect corruption — data being changed, lost, or extra data added.
  • If a packet is corrupted or lost, the receiver can request a resend of only that packet, not the whole file.

Packet Switching

  • Packet switching is a method of sending packets across a network using routers.
  • Data is broken into packets, each assigned a header with source/destination IP and packet number.
  • Routers use routing tables to send each packet along the most optimal path, avoiding traffic.
  • Packets may take different routes and arrive out of order; they are reassembled using packet numbers.
  • Advantages: minimal interference/corruption (individual packets can be resent), quicker than sending one large packet, harder to hack as each packet contains minimal data.

Serial & Parallel Transmission

  • Serial transmission: bits sent one at a time along a single wire. Example: USB.
  • Parallel transmission: multiple bits sent simultaneously on separate wires. Example: traditional printer cable.
  • Serial advantages: reliable over longer distances, cheaper, low interference. Disadvantage: slower.
  • Parallel advantages: very fast. Disadvantages: only used over short distances, prone to interference and skew (timing differences).

Simplex, Half-Duplex & Full-Duplex

  • Simplex: data travels in one direction only (e.g., computer to monitor).
  • Half-duplex: data travels both ways but only one direction at a time (e.g., printer cable sending data then receiving 'low ink' message).
  • Full-duplex: data travels both ways simultaneously (e.g., network cables in LAN/WAN).
  • Full-duplex is fastest but most expensive; half-duplex is cheaper than full-duplex for two-way communication; simplex is simplest and cheapest.

Combinations of Transmission Methods

  • Wires can combine serial/parallel with simplex/half-duplex/full-duplex (e.g., Serial-Simplex, Serial-Half-duplex, Serial-Full-duplex, Parallel-Simplex, Parallel-Half-duplex, Parallel-Full-duplex).
  • Serial-Simplex: one bit at a time, one direction, single wire.
  • Serial-Half-duplex: one bit at a time, both directions but not simultaneously, typically one shared wire.
  • Serial-Full-duplex: one bit at a time, both directions simultaneously, requires two wires.
  • Parallel-Simplex: multiple bits simultaneously, one direction, multiple wires.
  • Parallel-Half-duplex: multiple bits simultaneously, both directions but one at a time, multiple wires.
  • Parallel-Full-duplex: multiple bits simultaneously, both directions at once, multiple wires.

Universal Serial Bus (USB)

  • USB is a widely used standard for serial, asynchronous data transmission between devices.
  • Common devices: keyboards, mice, printers, disk drives, network adapters, mobile phones.
  • Connector types: USB-A (flash drives, mice), USB-B (printers, scanners), USB-C (latest, small, high speed, carries power).
  • Speed generations: USB 1.1 (12 Mbps), USB 2.0 (480 Mbps), USB 3.x (5–20 Gbps), USB4 (up to 80 Gbps).
  • When connected, the computer automatically detects the device and loads the appropriate driver; if not found, the user must install it manually.
  • Advantages: automatic detection, keyed connectors (fit one way), standardised support, backwards compatible, various speeds.
  • Disadvantages: maximum cable length ~5 metres, older versions have limited speeds, very old standards may become unsupported.

Diapos

Sign up free to view the lesson slides

Step through every slide for this topic — plus flashcards and revision notes — with a free account.

Questions d'entraînement

Aperçu gratuit — 8 sur 60 questions. Inscris-toi pour toutes les voir.
  1. 1.What does TCP stand for?

    Easy
    • ATransmission Control Protocol
    • BTransfer Control Protocol
    • CTransmission Check Protocol
    • DTransport Control Protocol
  2. 2.Which of the following is a component of a data packet?

    Easy
    • AHeader
    • BChecksum
    • CRouter
    • DSwitch
  3. 3.What type of data transmission does USB use?

    Easy
    • ASerial
    • BParallel
    • CSimplex
    • DHalf-duplex
  4. 4.In which type of transmission can data travel in both directions simultaneously?

    Easy
    • AFull-duplex
    • BHalf-duplex
    • CSimplex
    • DSerial
  5. 5.Which of the following is an advantage of serial transmission over parallel transmission?

    Medium
    • AReliable over longer distances
    • BFaster transmission speed
    • CTransmits multiple bits at once
    • DLess prone to skew
  6. 6.A printer cable that waits for data to be received before sending back a 'low ink' message is an example of which type of transmission?

    Medium
    • AHalf-duplex
    • BSimplex
    • CFull-duplex
    • DParallel
  7. 7.What is the purpose of the packet number in a data packet header?

    Easy
    • ATo allow packets to be reassembled in the correct order
    • BTo identify the source of the packet
    • CTo encrypt the payload
    • DTo specify the route the packet should take
  8. 8.Which USB version has a maximum data transfer rate of 480 Mbps?

    Easy
    • AUSB 2.0
    • BUSB 1.1
    • CUSB 3.0
    • DUSB4

Unlock all 60 questions & more

Crée un compte gratuit pour voir toutes les questions, les diapos, les cartes mémo et les notes de révision de ce thème.

Annales

Les annales d'entraînement pour ce thème arrivent bientôt.
Bientôt disponible