Data Transmission Flashcards

1
Q

How is data transmitted?

A

Data is broken down into packets through a method called packet switching, it is then transmitted over a network of routers and when each packet reaches its destination the data is reassembled

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

What is the structure of a packet?

A

A packet consist of a header(this holds things like the ip address of the sender and receiver and the sequence number of the packet for reassembly upon its destination), the payload(this is the actual data) and the trailer(this holds the method of identifying the end of the packet and some form of error checking)

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

What is packet switching?

A

Packet switching is a method of data transmission in which a message is broken up into a number of packets. Each packet can then be send independently from start point to end point.

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

What is a hop number?

A

A hop number is a number given to the header each packet , this number reduces by 1 every time it leaves a router. If the hop number reaches 0 and it hasn’t reached its destination, it is deleted when it reaches the next router and it is flagged by the receiving computer and a request to re-send the packet is made.

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

What is meant by bandwidth?

A

Bandwidth is the amount of data that can be carried at one time

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

What is serial transmission?

A

Serial transmission is a method of transmission where bits are sent one signal at a time over a single wire. This allows for very high data transfer rates

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

What is meant by parallel transmission?

A

Parallel transmission is a method of transmission where bits are sent simultaneously over a number of parallel wires.

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

What are integrated circuits?

A

Integrated circuits is made of a semiconductor which holds many tiny resistors, transistors and resistors sending data in parallel

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

What is simplex transmission?

A

Simplex transmission is where data travels in one direction only

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

What is half duplex transmission?

A

Half-duplex transmission is where data can travel in both directions along a single cable but not simultaneously

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

What is full duplex transmission?

A

Full duplex transmission is where data can travel in both directions simultaneously using two cables

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

What is meant by the bit rate?

What is meant by the baud rate?

A

The bit rate is the speed of data in bits per second

The baud rate is the rate at which the signal changes

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

How is the bit rate of a channel calculated?

A

Baud rate X number of bits per signal

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

What is plain text?

A

Plain text is the message before it has been encrypted

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

What is cypher text?

A

Cypher text is the message after it has been encrypted

17
Q

What is encryption?

A

Encryption works by scrambling a message into a secret code that can only be deciphered using a unique digital key

18
Q

What is symmetric encryption?

A

Symmetric encryption is where both the sender and receiver use the same encryption key to encrypt and decrypt the message

19
Q

What is asymmetric encryption?

A

Asymmetric encryption is where the sender and receiver have a public key which can be used to encrypt the message but only the person with the private key can decrypt the message

20
Q

What is malware?

A

Malware refers to any software written with malicious intent

21
Q

Name 3 types of malware

A

Spyware
Viruses
Ransomware

22
Q

What is a denial of service attack (Ddos)

A

A denial of service attack is a cyber attack in which a server is flooded with requests in the attempt of overloading it or making it crash

23
Q

What does anti-virus software do?

A

Detects viruses
Deletes or quarantines infected files