Paper 2 Theory Flashcards
Describe Serial Transmission
Bits are sent one at a time down a single wire
Describe Parallel Transmission
Several bits are sent simultaneously down several wire
Give the advantages of serial transmission over parallel transmission
Cost -> Only one wire is needed
No Crosstalk -> Interference between parallel wires can cause the corruption of bits, meaning data means to be transmitted
Distance -> Serial transmission is more reliable over long distances, as bits cannot come out of sync
Frequency -> Due to a lack of interference, signal frequencies can be higher, leading to a higher rate of data transfer
Explain Synchronous Transmission
Sender and receivers clocks are synchronised for the whole transmission, with the sender controlling the speed of transmission. Once they are in sync, the data may be transferred without the need for further information exchange
Explain asynchronous transmission
Sender and receivers clocks are not in permanent sync, but are instead only in sync for the duration of the transmission, with the data being sent with a start and stop bit
What is the purpose of the start bit in asynchronous transmission?
Sent at the beginning of transmission, causing the receiver to synchronise it’s clock with the senders
What is the purpose of the stop bit in asynchronous transmission?
Indicates that the data has arrived, giving the receiver time to process the information, and allowing the receiver to identify when the next start bit arrives
What is the Baud Rate?
The rate at which the signal changes, with each different signal coding for a bit pattern
What is the Bit Rate?
The speed at which data is transmitted, in bits per second
May be higher than the baud rate if multiple bits are encoding in each signal
Bit rate = ?
Baud Rate * Number of bits per signal
What is the Bandwidth?
The range of frequencies that the transmission medium can carry
The larger the bandwidth, the higher the bit rate, as more data can be sent across it in a given time
What is Latency?
The dealy between a packet being sent and the same packet arriving at its’ destination
What is a parity bit?
A bit that is added to a group of bits, used for error checking (To check if any of the bits have been flipped)
Explain Odd Parity
Parity bit is set to a 1 or 0 to make the total number of 1’s in the bit pattern an odd number
Explain Even Parity
Parity bit is set to a 1 or 0 to make the total number of 1’ in the bit pattern an even number