Chapter 2 Data Transmission: Unit 2.1: Types and Methods of Data Transmission Flashcards

1
Q

Define data packets

A

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

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

Name the 3 parts of the packet structure.

A

Header
Payload
Trailer

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

What is in the ‘Header’ of the packet structure?

A

IP address of the source (sender)
IP address of the destination (receiver)
Sequence number of the packet (allowing correct assembly)
Size of the packet (in bytes)

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

What is in the ‘Payload’ of the packet structure?

A

The actual data in the packets (~64 KiB) - the payload

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

What is in the ‘Trailer’ of the packet structure?

A

Method of identifying the end of the packet
Some form of error checking to ensure packet arrives error-free

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

Define cyclic redundancy checks (CRC).

A

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

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

Define router

A

Device that enables data packets to be moved between different networks

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

Describe the process of packet switching.

A

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

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

Define 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
10
Q

Describe 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
11
Q

Describe the drawbacks of packet switching

A

Packets can be lost and need to be re-sent
More prone to errors 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
12
Q

Describe the process of hopping.

A

A number in the 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
13
Q

What 3 factors need to be considered when transmitting data?

A

Direction of data transmission
Method of data transmission
How the data will be synchronized

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

What are the 3 transmission modes and describe them?

A

Simplex - Data that can be sent in one direction only
Half-duplex - Data that can be sent in both directions but not at the same time
Full-duplex - 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
15
Q

Define serial data transmission and its properties

A

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

Less risk of external interference than with parallel
More reliable transmission over longer distances
Transmitted bits won’t have the risk of being skewed
Used if the amount of data being sent is relatively small since the transmission rate is slower than parallel
Used to send data over long distances
Less expensive than parallel due to fewer hardware requirements

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

Define parallel data transmission and its properties

A

Sending data down several channels/wires several bits at a time

Faster rate of data transmission than serial
Works well over short distances
Several channels/wires used to transmit data; bits can arrive out of synchronization
Preferred method when speed is important
If data is time-sensitive, parallel is the most appropriate transmission method
Parallel ports require more hardware, making them more expensive to implement than serial ports
Easier to program input/output operations when parallel used

17
Q

Define USB

A

Universal Serial Bus - form of serial transmission - most common type of input/output port
Consists of four-wired shielded cable

18
Q

What are the benefits of a USB?

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 industry standard, which means considerable support is available
Can support different transmission rates
No need for external power source
USB protocol notifies the transmitter to re-transmit data if any errors are detected; this leads to error-free data transmission
Relatively easy to add more USB ports if necessary, using USB hubs
USB is backward compatible

19
Q

What are the drawbacks of a USB?

A

Standard USB only supports a maximum cable length of 5m
Even though USB is backward compatible, very early USB standards may not always be supported by the latest computers