3.9 Fundamentals of communication Flashcards
What is serial data transmission
Bits are sent one after another along the same data line
What is parallel data transmission
Several bits are sent simultaneously along separate channels or lines
What are the disadvantages with parallel data transmission (2)
As each individual wire has slightly different properties, bits travel at slightly different speeds along each of the wires.
This produces a problem known as skew.
What is meant by the problem of crosstalk (2)
This refers to electromagnetic interference (crosstalk) between two adjacent channels or parallel wires
It gets more pronounced as the frequency (speed of transmission) increases
When can parallel transmission be used
Parallel transmission can be used only over very short distances of up to about 2m
When are serial transmissions used
Serial transmission is reliable over very long distances at very high frequencies
What is an example of a serial connector
Serial connectors such as USB (Universal Serial Bus) connectors are much smaller and cheaper than parallel connectors
What are the two types of serial transmission
Synchronous transmission
Asynchronous transmission
What is synchronous transmission (3)
all data transfers are timed to coincide with an internal clock pulse
The data is sent as one long stream or block of data, with no gaps in the transmission
The receiver counts the bits and reconstructs bytes
What is asynchronous data transmission
each byte is sent separately the moment it is available instead of waiting for a clock signal
Each byte is preceded by a start bit and ends with a stop bit or stop ‘period’ – a short time gap between each set of bit
How does Asynchronous transmission operate (4)
The start bit starts the receiver clock ticking
The start bit causes the receiver clock to synchronise its clock to the same rate as the sender.
This means that timing of the transmission and receipt are the same on both devices.
The stop bit (or bits) indicate that the data has arrived so the processor on the receiver’s device can now handle those bits, for example, by copying them into memory.
When should we use asynchronous transmission
It is a cheap and effective form of serial transmission well suited to low-speed connections such as keyboard and mouse
What is latency
It is the time delay between the moment the first byte or packet of a communication starts and when it is received at its destination
What is a protocol
The set of rules relating to communication between devices is called a protocol
What are things that need to be defined within a protocol (4)
Standards for physical connections and cabling
The rate of transmission (bit rate or baud rate)
Data format
Whether transmission is synchronous or asynchronous
Error checking procedures, e.g. odd or even parity
What is meant by bit rate
is the number of bits (0’s and 1’s) transmitted in one second over a wired or wireless data link
What is baseband
at each signal change one bit is transmitted
What is baud rate
is the rate at which the signal in a communications channel changes state
How is a bit represented within a cable
A bit is represented by a high or low voltage in the cable
What is broadband
Broadband carries multiple signals on a fixed carrier wave. Bits are sent as variations on the wave
How do we calculate bit rate using baud rate and bits per signal
bit rate = baud rate * bit per signal
What is bandwidth
A measure of the maximum capacity of a communications channel
What is the purpose of the parity bit?
Check on the accuracy of the transmission.
Explain why the baud rate is always less than or equal to the bit rate but never greater.
What is a LAN
Local area network - two or more computers connected together within a small geographical area, for example, confined to one building or site.