Chap 2 - Data transmission

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

1/26

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.

27 Terms

1
New cards

Data packet structure

Packet header, payload, trailer

2
New cards

Inside the packet header

-Ip address of receiver and sender
-sequence of the packet
-packet size

3
New cards

Inside the payload

the actual data in the packet

4
New cards

Inside the trailer

-identification method
-error checking method

5
New cards

Cycle Redundancy Check (CRC)

the sending computer will add up all the 1-bits and stores it into the trailer, the receiver adds them to see if it's the same

6
New cards

Packet switching

A method of transmission when a message is broken up into a number of packets and sent through many routers

7
New cards

Pros of packet switching

relatively easy to expand package usage

8
New cards

Cons of packet switching

  • packets can be lost and need to be re sent

  • data may be skewed (when received)

9
New cards

Simplex transmission

one-way transmission

10
New cards

Half-duplex transmission

both directions but not at the same time

11
New cards

Full Duplex

Both directions at the same time

12
New cards

Serial data transmission

one bit at a time over a single wire
- longer distance
-slower

<p>one bit at a time over a single wire<br>- longer distance <br>-slower</p>
13
New cards

Parallel data transmission

Several bits of data over several wires/channels

<p>Several bits of data over several wires/channels</p>
14
New cards

USB general facts

Universal Serial Bus
-serial data transmission
-allows half and full duplex

15
New cards

Red and black wires in a usb

Used for power

16
New cards

Parity checks

Counting up the 1's for an even or odd parity

17
New cards

Check sum

when dats is sent, an additional value is sent as the checksum

18
New cards

Echo check

Data is sent and then sent back for the original sender to check, if it's correct it will be sent back

19
New cards

Check digit

A final digit included in a code that is calculated from the other digits in the code

<p>A final digit included in a code that is calculated from the other digits in the code</p>
20
New cards

ISBN 13

add even and odd, times odd by 3, add both together divide by 10 then 10- remainder is your check digit

21
New cards

Modulo-11

Multiply the number with the weighted number and add them all up, divide total by 11 and do 11-remainder

22
New cards

Automatic Repeat Request (ARQ)

Uses positive and negative acknowledgements and timeouts for error checking

23
New cards

Plaintext

data before encryption

24
New cards

Cipher text

Data that has been encrypted.

25
New cards

Symmetric encryption

uses the same key to encrypt and decrypt data

26
New cards

Asymmetric encryption

uses public and private keys to encrypt and decrypt data.

27
New cards

White and green wires in a usb

For data transmission