Data Transmission Flashcards
How is serial data received
Is received in order in which it is sent
Can be slow as it takes time for each individual bit to be transmitted
What is serial transmission
When you move data one bit at a time through a single wire
What is parallel transmission
Moving data many bits at a time along multiple wires
How is parallel data received at other end
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
What is simplex transmission
When the bits can travel one way only across wire
What is the difference between full duplex and half duplex
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
What is bit rate
Bit rate is the speed at which one bit of data is transmitted
What is baud rate
Speed of which a symbol is transmitted
Likely to be less than bit rate as symbol is made up of many bits
What might cause data to be become corrupt during transmission
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
What are the 3 ways if checking data
Echoing back
Check sums
Parity check
How does echoing back work
Sender issues original data
Receiver returns copy of original data
Ender checks if correct
Send s signal back confirming/ deconfirming data
How does check sums work
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
What is parity check
Where aditional bit is sent to make entire byte hold even or odd number
Called odd or even parity
What is a parity byte
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.
What us meant by the term protocol
The term protocol is used when a there is a establishment of a set of rules with the data transfer