Data transmission Flashcards

topic 2

1
Q

What is the:

Structure of a data packet

no descriptions needed

A
  • packet header
  • Payload
  • trailer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the:

Packet header

A

Contains the packet number, sender’s address (IP?) and destination IP address

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

What is the:

Payload

A

Actual data transmitted

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

What is the purpose of the:

Trailer

A

Marks the end of the packet

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

Process of:

Packet switching

A
  1. Data is broken down into packets
  2. Each packet is given a sequence number and is sent
  3. Each packet may take a different route depending on the quickest route at the time
  4. routers control the route that packets take
  5. Packets may arrive out of order, and once the last one has arrived they are put into order using the sequence number
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is:

Packet switching

not the steps

A

The process controlling the sending and receiving of packets across a network or the Internet

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

What are the:

Different ways of transmitting data

A

Serial/parallel
Simplex/half-duplex/duplex

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

What is:

Serial transmission

description, advantages and disadvantages

A
  • Bits sent 1 at a time
  • Very high data transmission speed
  • lower transmission speeds than parallel however
  • lower interference
  • More reliable over longer distances
  • Smaller, simpler and cheaper connection to produce
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is:

Parallel transmission

description, advantages, disadvantages

A
  • several data bits are sent simultaneously
  • faster than serial, but can only be used over short distances
  • used with printer cables or internal device connections
  • More interference issues between wires
  • Data corruption over longer distances
  • very fast data transfer
  • Can send data in both directions at the same time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is:

Half-duplex transmission

and the other 2

A
  • Simplex - Data travels in one direction down a single cable
  • Half-duplex - data travels in both directions but not at the same time
  • Duplex transmission - Data can travel in both direction simultaneously using two communications channels
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the:

Parity checks

A
  • Computers use either odd or even parity
  • if the sum of all the 0s and 1s do not form either the odd or even parity the data is resent as there is an error
  • The first bit is a parity bit to make sure that the parity is correct before sent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is:

Parity block check

A
  • Multiple bytes in a transmission block
  • Parity check on the bottom and right rows/columns
    that way the incorrect bit can be indentified as it will render a row and column incorrect
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are:

Checksums

A
  • an algorithm which sums all of the data which is sent in a transmission
  • the transmission is sent with the total of the algorithm and if they do not match the data has to be resent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is an:

Echo check

A
  • When the computer recipient is asked to send back the data and if they match the data is deemed to arrive without error
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is:

ARQ

A

Automatic repeat request

Computers automatically send positive acknowledgement if data packet is correct

otherwise a timer is started and if an acknoweldgement is not received the data is resent

a negative acknowledgement is sent if the data is incorrect

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

What are:

Check digits

A
  • Validates data entry rather than detection errors
  • An algorithm is followed to calculate a check digit, and if it is the number at the end of the number they are deemed correct and in the right order
17
Q

What are the:

2 types of encryption

A
  • Symmetric encryption
  • Assymetric encryption
18
Q

How does:

Symmetric encryption work

A
  • Private key to encrypt and de-crypt data
  • This is pre-shared
19
Q

How does:

Assymetric encryption work

A
  • Two seperate but related keys
  • A public key is shared with others and used by them to encrypt a message which can only be deciphered wiht the private key, which is never shared