Communication Flashcards
What is serial data transmission?
Bits are sent one at a time via an interface over a single wire from source to destination
What is parallel data transmission?
Several bits are sent simultaneously over a number of parallel wires
What are the advantages and disadvantages of serial serial over parallel transmission?
+ requires less hardware so cheaper
+ less risk of data skew over long distances
+ less chance of errors from cross talk between wires
- lower speeds of data transfer
What is synchronous data transmission?
2 devices which are communicating sync their transmission signals using their system clocks
What is asynchronous data transmission?
Does not require the permanent syncing of the sender and receiver’s clocks;
It synchronizes in a window, controlled by stop and start bits;
Describe the process of an asynchronous data transmission
- Start bit causes receiver to sync the 2 clocks
- Both devices agree on the following number of bits to be sent
- Data is transferred
- Stop bit indicates the end of the data transfer
Define baud rate
The rate at which the signal changes
Define bit rate
Speed at which the data is transmitted serially
Define bandwidth
A range of signal frequencies a medium can transmit
Define latency
The time delay that occurs when a device responds to a component
Define protocol
A set of rules relating to communication between devices
What is the relationship between bit rate and bandwidth?
Bit rate is directly proportional to bandwidth
What is the formula for bit rate?
Bit rate = Baud rate * number of bits per baud