Topic 9.1 - Communication Flashcards
Define the serial transmission method
Data is sent over one bit at a time across one communication wire
Define the parallel trasmission method
Multiple bits sent between components of a computer (RAM TO CPU) across multiple communication lines.
The more communication lines, the more bits can be transferred simultaneously
When is Serial Transmission used
Usually for peripherals communicating with a computer (mouse and keyboard)
When is Parallel Transmission used
Short range, high speed connections
Inside a computer
e.g. RAM comunicating with CPU
Advantages of Serial over Parallel transmission
Much Cheaper -
communication lines are expensive and serial transmission only uses one
Travels longer distances -
Parallel can only travel between very small distances
Little data corruption (reliability) -
No risk of SKEW as there is only one bit of data being sent at a time.
Advantages of Parallel over Serial transmission
Simpler hardware
Much higher speed of transmission
What is SKEW
Occurs when all the bits are sent simultaneously but are not all received at the same time causing data corruption.
Only happens in Parallel transmission
What are the 2 different types of Serial Transmission
Synchronous
Asynchronous
Define synchronous transmission
Data is transferred at regular intervals
These are synchronised by a clock
Used within the busses of the processor during the fetch-execute cycle.
Users are in sync with each other so all data is received in the correct order, no need for start and stop bits
Useful for real time data
Enables whole blocks of data to be sent in timed sequences
Much faster
What is Asynchronous transmission
Data is transferred one character at time
A start bit, stop bit and parity bit sent with each character in the packet
Generally for lower speed transmission (internet)
No need for users to be in sync with each other
Advantages of Synchronous Transmission over Asynchronous
- Can send more bits since there is no need for stop, start and parity bits
- Reader and sender stay in sync over long periods, so all data is read at correct intervals, reducing chance of errors
- More suitable for long distance as there are more stable timings
- Lower latency or time-lags
- Can handle larger data volumes
Overall more efficient & reliable
Advantages of Asynchronous transmission over Synchronous
Simpler & Cheaper - no need for synchronised clocks
Efficient for low data volumes being transmitted
Used in computer peripherals & the internet
What are the purposes of the Start & Stop bits in Asynchronous Data Transmission
They indicate to the receiving device when a character that is being transmitted begins or ends.
No need for synchronised clocks.
Ensures accuracy when transmitting data.
The start bit is either a 0 or 1 and the stop bit is always the opposite.
Define bandwidth
Range of frequencies that can be transmitted across a network connection
Define bit rate
The number of bits that are transferred between devices per second