Unit Two- Data Transmission Flashcards

1
Q

How is Data sent?

A

in Packets

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

What does a Packet Structure look like?

A

Split to three parts:
header
payload
trailer

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

What does a header contain? (4)

A

IP address of sender + receiver
The sequence number of the Packet
The size of the packet

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

What does the Payload contain?

A

actual data that is being sent (usually 64 KiB)

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

What does the Trailor contain?

A

Some way of identifying the end of packet
an error checking method
(CRC)

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

What does the term Switching mean?

A

To pass along to to forward

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

What are the two types of switching?

A

Packet Switching
Circuit Switching

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

What is Packet Switching? (3)

A
  1. each packet of data takes its own route
  2. a sequence number is added
  3. a hop number is added
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are hop numbers?

A

the number of hops a packet can take
–> to ensure they don’t bounce around and get lost

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

What is circuit switching?

A
  1. Each packet of data takes the same route
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Simplex data transmission meaning

A

data can be sent one direction only

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

Half duplex data transmission meaning

A

data can be transferred both ways both one at a time

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

Full duplex data transmission meaning

A

data can be transferred both way at the same time

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

Serial Data transmission meaning

A

data is sent one bit at a time down a single wire

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

Parallel Data transmission meaning

A

several bits of data sent over several wires

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

What is the full form of USB?

A

Universal Serial Bus

17
Q

What happens when a USB connects a device to a computer?

A
  1. computer detects device
  2. device is recognized and the appropriate device driver is loaded
18
Q

Benefits for Packet Switching (4)

A
  1. no need to tie a single communication line
  2. possible to overcome faulty lines
  3. easy to expand passage usage
  4. high data transmission rate
19
Q

Drawbacks of Packet Switching (3)

A
  1. packets can be lost and need to be resent
  2. Doesn’t work the best with RTS
  3. delay while packets are being organized
20
Q

Benefits of USB (6)

A
  1. automatic detectors
  2. connections only go one way
  3. industry standard
  4. different data transmission rates
  5. no external power sources needed
  6. backward compatible
21
Q

Drawbacks of USB (2)

A
  1. supports maximum of 5m
  2. slower data transfer rates
22
Q

Why do you need to check for errors?

A
  1. electrical inferences
  2. packet switching (loss of synchronization)
  3. skewing of data
23
Q

What are Parity Checks (2)

A
  1. uses even or odd parities (number of 1’s)
  2. Parity blocks + criss-cross methods can be used to determine the exact data that has been changed
24
Q

What are Check Sums? (2)

A
  1. Calculated y an agreed algorithm using the block of data
  2. The checksum is recalculated by receiver and compared
25
What is an Echo Check? (3)
1. Data sent back to the sender as soon as the receiver gets it 2. it is compared to the data originally sent 3. it is resent if any errors occur
26
What are check digits?
1. check values are calculated with different methods - ISBN 13 - Modulo 11 2. generated digit is added on the end
27
What can Check digits detect? (4)
1. incorrect digits entered 2. transposition errors 3. extra digits in the number 4. phonetic errors
28
How to calculate ISBN-13 numbers (5)
1. add all odd placed numbers 2. add all even placed number then multiply by three 3. add the two values 4. divide by 10 5. subtract the remainder from 10
29
How to calculate Modulo-11 numbers (5)
1. give the number a weighting value (start from 2, go towards the left) 2. multiply the digit with the weighting value 3. total all the sum 4. divide total by 11 5. subtract remainder from 11
30
What is Automatic Repeat Request? (4)
1. uses positive, negative acknowledgements and timeouts 2. if no errors are detected, a positive acknowledgement is sent 3. if error is detected, a negative acknowledgement is sent and data is re-transmitted 4. a timeout set by the sender, if there is no acknowledgement in this time, data is resent automatically
31