Data Transmission Flashcards

0
Q

How is serial data received

A

Is received in order in which it is sent

Can be slow as it takes time for each individual bit to be transmitted

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

What is serial transmission

A

When you move data one bit at a time through a single wire

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

What is parallel transmission

A

Moving data many bits at a time along multiple wires

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

How is parallel data received at other end

A

Data can be received out of order as is transmitted along multiple wires.
But is faster than parallel as many bits of data are transmitted at once

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

What is simplex transmission

A

When the bits can travel one way only across wire

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

What is the difference between full duplex and half duplex

A

In full duplex data can travel in both directions at same time but in half duplex it can only travel one direction at a time but in both directions

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

What is bit rate

A

Bit rate is the speed at which one bit of data is transmitted

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

What is baud rate

A

Speed of which a symbol is transmitted

Likely to be less than bit rate as symbol is made up of many bits

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

What might cause data to be become corrupt during transmission

A

Distance in parallel may cause it to arrive in different order
A degradation if signal might occur over a large distance
Line noise or interfearance

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

What are the 3 ways if checking data

A

Echoing back
Check sums
Parity check

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

How does echoing back work

A

Sender issues original data
Receiver returns copy of original data
Ender checks if correct
Send s signal back confirming/ deconfirming data

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

How does check sums work

A

Additional data sent which has been calculated from known algorithm based on original data
Recover completes identical algorithm based on data received, if same same check sum is calculated then it is correct

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

What is parity check

A

Where aditional bit is sent to make entire byte hold even or odd number
Called odd or even parity

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

What is a parity byte

A

Along with normal bytes (contain parity bits) a parity byte is sent which is a vertical redundancy check making it more accurate to see where error has occurred.

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

What us meant by the term protocol

A

The term protocol is used when a there is a establishment of a set of rules with the data transfer

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

What needs to be agreed upon in the protocol (4)

A

Serial/parallel
Speed of transfer
Error checking method
Size of the data packets

16
Q

What is handshaking

A

When rules are agreed between devices at outset

17
Q

What is the importance of handshaking

A

Transfer signals to confirm if ready
What data check process will be used
Without it may cause confusion between devices and signals may be misinterpretated.

18
Q

What are the 2 types if elements in transfer protocol

A

Physical and logical elements

19
Q

Name four physical elements

A

Linking of hardware
Serial or parallel
Simplex or duplex
Wireless frequency

20
Q

Name three logical elements

A

Agreed software protocol
Baud rate at which they will communicate
What characters will be used (ASCII act…)

21
Q

What does data transfer within a network use

A

Packets

22
Q

What is switching

A

Switching is the ways in which packets are transferd

23
Q

What are packets

A

Packets is what data is broken into when being transferd

Packets are a standard size

24
Q

What does each packet contain

A

Address part
Data part
Number of packet in sequence (3 of 7)

25
Q

How are packets transferred in a circuit switch

A

Message broken into packets and path between two devices is established
Packets sent along path in order
Path reserved for duration of message and is then closed
Packets received I. Order and reassembled to form message

26
Q

How are packets reansferd in a packet switching

A

Packets launched into network and routed to intended device across most Convenient route (this May change during transmission).
Packets received likely out of order
So reorders and reassembled to make message