03 communication methods Flashcards
what is serial data transmission
bits are sent one after another along the same data line
This means that only one line is needed to transmit data in one direction. (Two lines are required for two-way communication, plus a common signal ground wire)
what is Parallel data transmission
several bits (e.g. one byte of data) are sent simultaneously along separate lines or channels
This means that an 8-bit block of data will require 8 data channels, plus some extra for control information
problems with parallel data transmission
as speeds of transmission get higher and higher, parallel connections developed problems
the problem of skew
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
the problem of crosstalk
This refers to electromagnetic interference between two adjacent channels or parallel wires
It gets more pronounced as the frequency (speed of transmission) increases
Serial vs parallel transmission
Parallel transmission can be used only over very short distances of up to about 2m
Serial transmission is reliable over very long distances at very high frequencies
serial vs parallel connectors
Serial connectors such as USB (Universal Serial Bus) connectors are much smaller and cheaper than parallel connectors
A PC has several USB ports for connecting peripherals
Synchronous transmission
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
Asynchronous transmission
Asynchronous transmission is relatively slow owing to the increased number of bits being sent
It is a cheap and effective form of serial transmission well suited to low-speed connections such as keyboard and mouse
Latency
Latency is the time delay between the moment the first byte or packet of a communication starts and when it is received at its destination
Protocol
All communications between devices require that the devices agree on the format of the data
The set of rules relating to communication between devices is called a protocol
Bit rate
the number of bits (0’s and 1’s) transmitted in one second over a wired or wireless data link
Baud rate
the rate at which the signal in a communications channel changes state
It is usually measured in megabits per second (Mbit/s)
Relationship between bit rate and baud rate
Bit rate = baud rate x number of bits per signal
Bandwidth
a measure of the maximum capacity of a communications channel
In computer networks, the term bandwidth is used as a synonym for data transfer rate