6.1 - Communication Methods Flashcards
What is serial data transmission?
Bits are sent one after another along the same data line
One line is required for data transmitted in one direction, two line needed for two way communication
What is parallel data transmission?
Several bits are sent simultaneously along separate lines or channels
8 bit block of data will require 8 data channels plus some extra for control information
What is an example of a serial data cable?
USB (universal serial bus)
What are parallel cables used for?
Primarily used for connecting internal components as a ribbon of several smaller cables
What is skew?
Problem with parallel data transmission data where bits travel at slightly different speeds along each wire as each individual wire has slightly different properties
What is crosstalk?
EM interference between two adjacent channels or parallel wires
Becomes more pronounced as the frequency (speed of transmission) increases
Risk of corruption
What are the differences between serial and parallel transmission?
Parallel can only be used only over very short distances aces (up to 2m), quick transmission
Serial is very reliable over very long dispatches at high frequencies, slower and cheaper
What is synchronous data transmission?
All data transfers are timed to coincide with an internal clock pulse
Data is sent as one long stream or block of data, with no gaps in transmission
Receiver counts the bits and reconstructs bytes
What is asynchronous transmission?
Each byte is sent separately the moment it is available instead of waiting for a clock signal
Each byte is preceded with a start bit and ends with a stop bit - a short time gap between each set of bits
What is the parity bit used for?
Added as the 8th bit as a form of error detection
What are the pros and cons of asynchronous transmission?
Pros:
- cheap
- effective form of serial transmission
- well suited to low speed connections (keyboard, mouse)
Cons:
- relatively slow flowing from increased number of bits sent
What is latency?
Time delay between the moment the first byte or packet of communication starts and when it is received at its destination
What is a protocol?
Set of rules relating to communication between devises
What does the protocol need to define?
- standards for physical connections and cabling
- the rate of transmission (bit rate, baud rate)
- data format
- whether transmission is synchronous or asynchronous
- error checking procedures
What is bit rate?
Number of bits transmitted in one second over a wired or wireless data link
Using baseband at each signal change one bit is transmitted
Faster signal change = greater number of bits per second