IGCSE Computer Science 0478 Topic 2: Data Transmission

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/25

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards generated from Topic 2: Data Transmission notes for IGCSE Computer Science 0478.

Last updated 3:00 PM on 8/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

26 Terms

1
New cards

Header

The section of a data packet containing the packet number, sender's IP address, destination IP address, and error detection method.

2
New cards

Payload

The section of a data packet that contains the actual data being carried.

3
New cards

Trailer

The section of a data packet that contains an end-of-packet identifier and additional error-checking data.

4
New cards

Packet Data Corruption

A condition where packet data has been changed or lost, or where extra data has been gained that was not originally present.

5
New cards

Packet Switching

The process of breaking data into packets, routing each packet independently across a network via routers, and reassembling them in order at the destination.

6
New cards

Simplex Data Transmission

A directional mode where data is transmitted in one direction only (unidirectional).

7
New cards

Half-Duplex Data Transmission

A directional mode where data is transmitted in both directions, but not simultaneously.

8
New cards

Full-Duplex Data Transmission

A directional mode where data is transmitted in both directions simultaneously.

9
New cards

Serial Data Transmission

A transmission method where data is sent one bit at a time down a single wire.

10
New cards

Parallel Data Transmission

A transmission method where multiple bits are sent simultaneously across multiple wires.

11
New cards

Universal Serial Bus (USB)

A serial transmission connection method featuring plug-and-play automatic device detection and driver setup, as well as power delivery to peripherals.

12
New cards

Parity Check

An error detection check where a bit (0 or 1) is added to the most significant bit position of a byte to ensure the total count of 1s matches an agreed odd or even parity protocol.

13
New cards

Parity Block

A method that calculates parity both horizontally per byte and vertically per column to allow precise identification and correction of a corrupted bit.

14
New cards

Parity Byte

A byte sent alongside a block of data that contains the vertical parity bits calculated from each bit column in a parity block.

15
New cards

Checksum

An error detection technique where a mathematical algorithm calculates a value from data prior to transmission, which is recalculated by the receiver and compared to detect errors.

16
New cards

Echo Check

An error detection technique where a copy of received data is sent back to the sender to be compared against the original transmitted data.

17
New cards

Check Digit

A validation algorithm calculated value appended to data during data entry to detect input, typing, or scanning errors.

18
New cards

Automatic Repeat Query (ARQ)

An error control protocol combining positive acknowledgements (ACK), negative acknowledgements (NACK), and timers to handle retransmission of missing or corrupted data packets.

19
New cards

Plaintext

The original, readable data prior to encryption.

20
New cards

Ciphertext

Data that has been encrypted and rendered meaningless to unauthorized interceptors.

21
New cards

Decryption

The process of using a key to convert ciphertext back into readable plaintext.

22
New cards

Symmetric Encryption

An encryption method that uses the exact same key to both encrypt and decrypt data.

23
New cards

Asymmetric Encryption

An encryption method that uses a matched pair of keys: a public key for encryption and a private key for decryption.

24
New cards

Public Key

A key in asymmetric encryption known to everyone that is used to encrypt data.

25
New cards

Private Key

A key in asymmetric encryption known only to the receiver that is used to decrypt ciphertext.

26
New cards

Hashing Algorithm

A non-reversible mathematical algorithm that converts a given input into a fixed-length output, commonly used to create secure encryption keys.