Packet Switching and Data Transmission

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

1/13

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering packet switching mechanisms, packet structure, transmission types, and error detection methods based on the provided lecture notes.

Last updated 2:42 PM on 5/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

14 Terms

1
New cards

Packet switching

A process where data is broken into packets that travel independently across the network, possibly via different routes, and are reassembled at the destination.

2
New cards

Header

The part of a packet that contains the source IP, destination IP, packet number, and protocol.

3
New cards

Payload

The part of a packet containing the actual data being transmitted.

4
New cards

Trailer

The part of a packet containing error checking data, such as a checksum, and an end-of-packet marker.

5
New cards

Serial transmission

A transmission type where bits are sent one at a time along a single wire; it is more reliable over long distances.

6
New cards

Parallel transmission

A transmission type where multiple bits are sent simultaneously along multiple wires; it is faster over short distances but suffers from interference (skew) over long distances.

7
New cards

Half-duplex

A transmission mode where data travels in both directions, but only one direction at a time.

8
New cards

Full-duplex

A transmission mode where data travels in both directions simultaneously.

9
New cards

Parity check (even)

An error detection method where a parity bit is added so the total number of 1s in the byte is even; an error is detected if the count is odd at the receiver.

10
New cards

Checksum

A value calculated from the data before sending; the receiver recalculates it and detects an error if the values differ.

11
New cards

ARQ (Automatic Repeat reQuest)

An error detection system where the receiver requests a retransmission (NACK) if an error is detected or sends an acknowledgement (ACK) if received correctly.

12
New cards

NACK

A signal sent in ARQ to request the sender to retransmit the data if an error is detected.

13
New cards

ACK

An acknowledgement sent in ARQ if data is received correctly.

14
New cards

Check digit

A digit added to data, often calculated from other digits, used to detect errors in data entry or scanning.