Chapter 2 - Data transmission 

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Data packets

Data sent over long distances is usually broken up into data packets.

2
New cards

Packet structure

A typical packet is split up into a packet header, payload, and trailer.

3
New cards

Packet switching

A method of data transmission where a message is broken into packets and sent independently from start point to end point.

4
New cards

Hopping

A method where a hop number is added to the header of each packet, and this number is reduced by 1 every time it leaves a router.

5
New cards

Simplex data transmission

Data can be sent in ONE DIRECTION ONLY.

6
New cards

Half-duplex data transmission

Data can be sent in BOTH DIRECTIONS but NOT AT THE SAME TIME.

7
New cards

Full-duplex data transmission

Data can be sent in BOTH DIRECTIONS AT THE SAME TIME.

8
New cards

Serial data transmission

Data is sent ONE BIT AT A TIME over a SINGLE WIRE/CHANNEL.

9
New cards

Parallel data transmission

SEVERAL BITS OF DATA (usually one byte) are sent down SEVERAL CHANNELS/WIRES at the same time.

10
New cards

Universal serial bus (USB)

A form of serial data transmission and the most common type of input/output port found on computers.

11
New cards

Parity checks

Used to check whether data has been changed or corrupted following data transmission based on the number of 1-bits in a byte of data.

12
New cards

Checksum

Used to check if data has been changed or corrupted following data transmission by sending an additional value called the checksum at the end of the block of data.

13
New cards

Echo check

When data is sent to another device, this data is sent back again to the sender to check if any errors occurred during the transmission process.

14
New cards

Check digits

The final digit included in a code, calculated from all the other digits in the code, used to identify errors in data entry caused by mis-typing or mis-scanning a barcode.

15
New cards

Automatic Repeat Requests (ARQs)

Used to check data following data transmission by using positive and negative acknowledgements and timeout to ensure data integrity.