Data Transmission, Packet Switching, Storage, and Compression Review

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/42

flashcard set

Earn XP

Description and Tags

Fill-in-the-blank flashcards covering packet structure and switching, data storage and compression concepts, transmission modes, and serial/parallel transmission. Each card omits a key term for recall.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

43 Terms

1
New cards

Packets are usually small (typically __), which are much smaller than a long continuous stream of data.

64 KiB

2
New cards

The transmission method that allows each packet to take a different route is __.

packet switching

3
New cards

A major benefit of packet switching is that it works well if a transmission route is __.

busy or out of action

4
New cards

A drawback of packet switching is the need to __ the data when it reaches the destination.

reassemble

5
New cards

The packet header contains the IP address of the __ device.

sending/originating

6
New cards

The packet header contains the IP address of the __ device.

receiving/destination

7
New cards

The packet header includes the __ number to ensure packets are reassembled in the correct order.

sequence

8
New cards

The packet header includes the __ size to help verify all packets arrived intact.

packet

9
New cards

The __ of a packet is the actual data being carried.

payload

10
New cards

The __ section of a packet contains information used for error checking and other metadata.

trailer

11
New cards

Cyclic redundancy checks are used by computing the number of __ in the payload and storing this as a hex value in the trailer.

1s

12
New cards

Step 2: Upon arrival, the receiving computer recalculates the number of __ in the payload.

1s

13
New cards

If the CRC values match, there are no __ errors.

errors

14
New cards

Packets may arrive __ and must be reordered.

out of order

15
New cards

Routing selection depends on the __ of packets waiting to be processed; the best available path is taken.

number of packets waiting to be processed

16
New cards

A router may reorder packets to ensure the correct __.

order

17
New cards

Lossless compression means all data from the original file can be __.

reconstructed

18
New cards

Lossless compression uses __ encoding (RLE) to compress data.

Run-Length

19
New cards

In RLE, a repeating string is encoded with two values: the first is the number of identical items and the second is the __.

code

20
New cards

An advantage of lossless over lossy is that it preserves data __.

quality

21
New cards

A disadvantage of lossless compression is that it takes more __ to upload or download.

time

22
New cards

Lossless compression uses more __ bandwidth.

bandwidth

23
New cards

Lossless compression takes up more __ storage space.

storage

24
New cards

Data usage would be __ with lossless compression.

increased

25
New cards

To stream music, lossless compression may require more __.

bandwidth

26
New cards

A compression algorithm used as an example in the notes is __.

RLE

27
New cards

In lossless compression, repeating frames or pixels are identified and __.

indexed

28
New cards

The original file can be __ after decompression.

reconstructed

29
New cards

File size of an image is calculated as image resolution (in pixels) times __ depth.

color

30
New cards

File size of a sound file is sample rate times sample __ times length.

resolution

31
New cards

Lossy compression eliminates data permanently and is not suitable for __ files.

text

32
New cards

MP3 reduces file size by removing sounds outside the human __ range.

ear

33
New cards

JPEG can reduce file size by reducing resolution and/or __ depth.

color

34
New cards

Disadvantages of lossy compression include that quality may be __.

reduced

35
New cards

The original file cannot be reconstructed after lossy compression; the statement would read: With lossy compression the original file cannot be __.

reconstructed

36
New cards

In Simplex transmission mode, data travels in only __ direction.

one

37
New cards

In Half-Duplex mode, data can be transmitted in both directions but not __ at the same time.

simultaneously

38
New cards

In Full-Duplex mode, data can be transmitted in __ directions at the same time.

both

39
New cards

Serial transmission sends data one bit at a time over a __ wire.

single

40
New cards

Serial transmission is best suited for __ distances.

long

41
New cards

Parallel transmission sends several bits of data down __ wires at the same time.

several

42
New cards
43
New cards

Parallel transmission works well over __ distances.

short