CP Data Transmission
CP Data Transmission
Data transmission can be either over a short distance (for example, from computer to printer)
or over longer distances (for example, over a telephone network or the internet)
Three factors need to be considered when transmitting data (each factor has to be agreed
by both sender and receiver for this to work without error):
-the direction of the data transmission (i.e. in one direction only or in both directions)
-the method of transmission (how many bits are sent at the same time)
-the method of synchronisation between the two devices
Direction
SIMPLEX DATA TRANSMISSION is in one direction only (i.e. from sender to receiver).
Example: data being sent from a computer to a printer.
HALF-DUPLEX DATA TRANSMISSION is in both directions but not at the same time (i.e.
data can be sent from ‘A’ to ‘B’ or from ‘B’ to ‘A’ along the same line, but not at the same
time).
FULL-DUPLEX DATA TRANSMISSION is in both directions simultaneously(i.e. data can be
sent from ‘A’ to ‘B’ and from ‘B’ to ‘A’ along the same line, both at the same time). Example:
broadband connection on a phone line
Synchronisation
This means that the receiver of the data knows when the data starts and when it ends. This
prevents data becoming mixed up; without these control bits, it would be impossible to
separate groups of data as they arrived.
Uses
A common use for serial data transmission is Universal Serial Bus (USB).
Parallel data transmission is used in the internal electronics of the computer system on the
IC (integrated circuit) board. The pathways between the CPU and the memory all use this
method of data transmission. The use of 8-bit, 16-bit, 32-bit and 64-bit buses, for example,
allow much faster data transmission rates than could be achieved with single channel serial
data transfer.
An internal clock is used to ensure the correct timing of data transfer; it is essentially
synchronous in nature and the short distances between components mean that none of the
issues described earlier have any real impact on the accuracy of the data.
USB operation
When a device is plugged into a computer using one of the USB ports:
-the computer automatically detects that a device is present (this is due to a small change
in the voltage level on the data signal wires in the cable)
-the device is automatically recognised, and the appropriate DEVICE DRIVER is loaded up
so that computer and device can communicate effectively
-if a new device is detected, the computer will look for the device driver which matches the
device; if this is not available, the user is prompted to download the appropriate software.
USB Benefits and Drawbacks