Data Transfer Flashcards

(20 cards)

1
Q

What are the parts of a data packet?

A

Packet header
Payload
Packet trailer

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

What does the packet header contain?

A

IP address of sending station and receiving station
Sequence number of packet
Packet size

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

What does the payload contain?

A

The actual data

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

What is the packet trailer for and what does it contain?

A

A way of identifying the end of the data packet
Contains cyclic redundancy check (CRC) (error check)

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

What are routers also known as nodes for?

A

Used to control the path a data packet takes from sending station to receiving station

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

What is packet switching?

A

Each packet can take a different route

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

What are the benefits of packet switching?

A

No need to tie up a single communication line
Possible to overcome failed, busy or faulty lines by simply re-routing packets
Relatively easy to expand package usage
High data transmission rate is possible

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

What are the drawbacks of packet switching?

A

Packets can be lost and need to be re-sent
Does not work well with real-time streaming
delay at the destination whilst the packets are being re-ordered

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

What is simplex data transmission?

A

Data can be sent in one direction only

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

What is half-duplex data transmission?

A

Data can be sent in both directions, but not simultaneously

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

What is full-duplex data transmission?

A

Data can be sent in both directions at the same time

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

What is serial data transmission?

A

Data is sent one bit at a time down a single wire/channel

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

What is parallel data transmission?

A

Several bits of data are sent down several wires/channels at the same time - each wire/channel transmits each bit

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

What are the benefits of USB data transmission?

A

Devices plugged into the computer are automatically detected and device drivers are automatically loaded up
Connections can only fit one way preventing incorrect connections being made
Has become an industry standard
Can support different data transmission rates
No need for external power source since cable supplies +5V power
USB protocol notifies the transmitter to re-transmit data if any errors are detected
Relatively easy to add more USB ports if necessary by using USB hubs
Backward compatible

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

What are the drawbacks of USB data transmission?

A

Standard USB only supports a max cable length of 5m
Very early USB standards may not always be supported by later computers
Slow data transfer rate

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

What are the advantages of later USB models?

A

Smaller and thinner
More power
Faster and greater data transfer
Backward compatible

17
Q

What can cause errors during data transmission?

A

Electrical interference
Packet switching
Skewing of data

18
Q

What are some ways to check if data has been changed or corrupted following data transmission?

A

Parity checks
Checksum
Echo checks

19
Q

What is plaintext?

A

The original readable data before ecryptio

20
Q

What is ciphertext?

A

The encrypted data