Data transimmsion Flashcards

1
Q

data packet

A

header (IP address of sender and receiver&size of packet)
payload (the actual data)
trailer (error checking)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

benefits of data packets

A

no need to tie up a single communication line
high data transmission rate
overcome busy line by rerouting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

drawbacks of data packets

A

packets could be lost and need to be resent
there is usually a delay at the destination causing the packets to have to re order themselves.
doesn’t work well with real time streaming

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

simplx data tranmission

A

one direction only

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

half duplex data transmission

A

both directions but not at the same time (walkie talkie)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

full duplex data transmission

A

both directions at the same time (internet)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

serial data transmission

A

sends 1 bit at a time through 1 channel only
better for long distance transfer
data arrives in order
less expensive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

parallel data transmission

A

sends multiple bits at a time through multiple channels
better for short distance
will arrive out of order
more expensive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

benefits encryption

A

helps hide data from hackers
original data is known as plain text
after encryption it is called cypher text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

symmetric encryption

A

uses encryption key to encrypt and decrypt
not the most secure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

asymmetric encryption

A

2 keys (public and private)
public key is used to encrypt messages meaning anyone can do it
private key is used to decrypt messages and only maker of key has private key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

why do we error check

A

interference
problems durning packet switching
corrupting data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

parity check

A

even parity check means that there are an even number of 1 bits
odd parity check means that there are an odd number of 1bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

check-sum

A

check sum is calculated when data is being sent using an agreed algorithm
then data is sent along with the checksum
receiver recalculates the checksum using the algorithm
if checksums match then the data has not been tampered with

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

echo-check

A

data is sent from sender to receiver
data is resent back to sender
sender compares the 2 datas
if difference is found then sender resents data as error has occurred

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

check digit

A

final digit in code
used in barcode
ISBN-13
Modulo-11

17
Q

ISBN-13

A

add all odd numbers
(add all even number)*3
add odd +even /10
find remainder and subtract it from 10 to find check digit

18
Q

Modulo-11

A

each digit is given a weight
digit * weight
divide total by 11
remainder -11= check digit

19
Q

ARQ

A

Automatic repeat request
They use an acknowledgement and time-outs.
When a receiving device detects an error following data transmission, it asks for the data packet to be re-sent. If no errors are detected, a positive acknowledgement is sent to the sender. The sending device will re-send the data packet if:
* a request to re-send data has been received, OR
* a time-out has occurred
The whole process is continuous until the data packet received is correct or until the time-out is reached