2.1 Types and methods of data transmission Flashcards

1
Q

What are packets?

A

Packets are small chunks of information/data

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

The structure of a data packet
A data packet has three sections:

A
  1. Packet Header
  2. Payload
  3. Packet Trailer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The packet header includes the:

A

– destination IP address
– packet number
– source/originator’s IP address
– error checker

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

Payload contains:

A

the actual data

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

Packet Trailer contains:

A
  • Additional error checks
  • End of packet notification (Includes a method of identifying the end of the packet)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Packet switching

A

Method of data transmission-
- the data is broken into multiple packets
- Packets are then sent independently from start to end and reassembled at the receiver’s computer.

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

Describe how packet switching is used and how it can be protected from corruption?

A
  1. The data is first broken down into packets which are given a source address (where its come from) and a destination address (where its going to) [1]
  2. Each packet receives a packet number so that the data can be reassembled when it reaches its destination [1]
  3. Each packet also receives an error check such as a parity bit. A parity bit checks whether any bits have been flipped due to corruption [1]
  4. Each packet is sent over the internet via routers. Routers contain routing tables that determine the next closest router to the destination [1]
  5. Packets may take different routes depending on internet traffic and arrive at their destination in any order [1]
  6. Packets are checked for errors using the error checks
  7. missing packets can be requested to be resent [1]
  8. Once all packets have been received then they can be put together in order using the packet numbers [1]
  9. Once assembled the data can be read by the reciever
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The advantages of packet switching are:

A
  1. The whole file doesn’t need to be resent if a corruption occurs, only the individual packets that were corrupted need to be resent. This saves time and internet bandwidth
  2. High transmission rates
  3. It’s harder to hack an individual’s data as each packet contains minimal data, and travels through the network separately
  4. Possible to overcome failed or busy nodes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The disadvantages of packet switching are:

A
  1. Packets may be lost
  2. Delay at the receiver while the packets are being re-ordered
  3. not support real-time streaming
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Types of data transmission

A

Serial data transmission
Parallel data transmission

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

Serial data transmission

A

One bit is sent at a time across a single wire
e.g. USB

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

Serial trasnmission ad and drawback

A

advantages:
* The data will arrive in the order it is sent
* It is less likely to have errors
* Serial transmission is cheap over short and long distances as the cost of wire is fairly inexpensive
* works well over long distances

drawback:
* low speed transmission

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

Parallel data transmission

A

Multiple bits are sent at a time across several wires

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

Parallel transmission ad and drawbacks

A

advantages:
* fast data transmission
* works well over short distances

drawbacks:
* expensive
* can cause delays

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

(Direction of transmission) Transmission Modes

A
  1. Simplex
  2. Half-duplex
  3. Full-duplex
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Simplex transmission mode

A

data can be sent unidirectional and travel in only one direction
from computer to printer
from computer to monitor

17
Q

Half-duplex transmission mode

A

data transmissions are bidirectional i.e. can travel in both directions, but not simultaneously (at the same time)
e.g. walkie-talkie

18
Q

Full-duplex transmission mode

A

transmissions are bidirectional at the same time
e.g. telephone call, video conferencing

19
Q

Full form of USB

A

Universal Serial Bus

20
Q

USB advantages

6

A
  • Devices are automatically detected and drivers are automatically downloaded
  • Cannot be inserted incorrectly
  • industry standard
  • Supports different transmission speeds
  • fast transmission rate
  • are backwards compatible with older USB standards
21
Q

USB drawbacks

A
  • The maximum cable length is roughly 5 metres meaning it cannot be used over long distances, limiting its use
  • presently, the meaximum transmission rate is less than 500 megabits pepr second
  • the older usb version may not be supported in the future