2. Data transmittion Flashcards

1
Q

Data packet

A

a small part of a message/data that is transmitted over a network; after transmitton all the data packets are reassembled to form the orignal message/data

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

Packet header

A

the part of the data packet that contains the IP addresses of the sender and receiver, and incudes the packet number which allows reassembly of the data packets

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

Packet trailer

A

the part of a data packet that indicates the end of the data packet and cyclic redundancy check error check

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

Cyclic redundancy check (CRC)

A

an error checking method in which all the 1-bits in the data packet payload are added and the total is stored in the packet trailer; the same calculation is repeated at the receivng station

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

Payload

A

the actual data being carried in a data packet

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

Node

A

stages in a network that can receive and transmit data packets; routers are nodes in communication networks

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

Packet switching

A

a method of transmission in which a message is broken into many data packets which can then be sent along pathways independently of each other

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

Router

A

a device that enables data packets to be moved between different networkd, for example to join a LAN to a WAN

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

Real time streaming

A

the transmission data over a network for live events where the data is sent as soon as it is received or generated

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

Hopping/hop number

A

a number in a data packet header used to stop data packets that never reach their destination from ‘clogging up’ the data paths/routes

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

Simplex

A

data that can only be sen in one direction

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

Half-duplex

A

data that can be sent in both directions but not at the same time

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

Full-duplex

A

data that can be sent in both directions at the same time (simultaneously)

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

Serial data transmission

A

sending data down one channel/wire one bit at a time

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

Parallel data transmission

A

sending data down several channels/wiresseveral bits at a time (usually 1 byte)

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

Skewed (data)

A

data that arrives at the destination with bits no longer synchronised

17
Q

Universal serial bus (USB)

A

a type of serial data transmission which has become the industry standard for connecnting computers to devices via a USB port

18
Q

Parity check

A

a method used to check if data has been transferred correctly; it makes use of even parity (an even number of 1-bits) or odd parity (an odd number of 1-bits)

19
Q

Parity bit

A

a bit (either 0 or 1) added to a byte of data in. the most significant bit position; this ensures that the byte follows the correct even parity or odd parity protocol

20
Q

Parity block

A

a horizontal and vertical parity check on a block of data being transmitted

21
Q

Parity byte

A

an extra byte of data sent at the end of a parity block; it is composed of the parity bits generated from a vertical parity check of the data block

22
Q

Checksum

A

a verification method used to check if data transferred has been altered or corrupted; calculated from the block of data being sent; the checksum value is sent after each data block

23
Q

Automatic repeat request (ARQ)

A

a method of checking transmitted data for errors; it makes use of acknowledgement and timeout to automatically request re-sending of data if the time interval before positive acknowledgement is too long

24
Q

Acknowledgement

A

a message sent to the receiver indicating that data has been received correctly (used in the ARQ error detection metod)

25
Q

Echo check

A

a method used to check if data has been transferred correctly; data is sent to receiver and then immediately sent back to the sender; the sender then checks if the received data matches the transferred data

26
Q

Check digit

A

an additional digit appended to a number to check if the entered number is error-free; check digit is a data entry check and not a data transmission check

27
Q

Eavesdropper

A

another name for a hacker who intercepts data being transmitted on a wired or wireless network

28
Q

encryption

A

the process of making data meaningless using encryption keys; without the correct decryption key the data cannot be decoded (unscambled)

29
Q

Plaintext

A

the original text/message before it is put through and encryption algorithm

30
Q

Ciphertext

A

encrypted data that is the result of putting a plaintext message through an encryption algorithm

31
Q

Encryption algorithm

A

a complex piece of software that takes plaintext and generates an encrypted string known as ciphertext

32
Q

Symmertic encryption

A

a type of encryption in which the same encryption key is used both to encrypt and decrypt a message

33
Q

Asymmetric encryption

A

a type of encryption that uses public keys and private keys to ensure data is secure

34
Q

Public key

A

a type of encryption key that is known to all users

35
Q

Private key

A

a type of encryption key which is known only to the single computer/user

36
Q

Quantum computer

A

a computer that can perform very fast calulations; it can perform calculations that based on probability rather than simple 0 or 1values; this gives a quantum computer the potential to process considerably more data than existing computers