ATA Ommunication: Requirements of Data Communication
ATA Ommunication: Requirements of Data Communication
It can be defined as the exchange of digital information between two digital devices.
For enabling data communications, a combination of hardware and software is essential. In any data
communication system, 3 characteristics are desired:
Correct delivery: When a sender transmits data for an intended recipient, the data must reac
only the intended recipient and not someone else.
Accurate delivery: The data sent must be received in the same form in which it was sent.
There must not be any sort of alteration to it in transit.
Timely delivery: The data must travel from the sender to the receiver in a finite amount of
time.
Two key aspects of data communication systems, these are:
The transmission media and the data communication protocols.
Transmission media is the physical path over which data travels from the sender to the receiver.
A protocol is a set of rules and conventions. A protocol defines the following:
Syntax (What is to be communicated): Defines structure or format of data. In which order
the data has to be sent.
Semantics (How it is to be communicated): Defines the interpretation of the data that is
being sent.
Timing (When it should be communicated): Agreement between sender and receiver about
the data transmission rates and duration.
DATA REPRESENTATION
DATA TRANSMISSION
Data Transmission means movement of the bits over a transmission medium connecting two
devices. Two types of Data transmission are:
Parallel Transmission
Serial Transmission
Parallel Transmission:
In this all the bits of a byte are transmitted simultaneously on separate wires.
Practicable if two devices are close to each other. Eg Computer to the printer.
Serial Transmission:
Bits are transferred one after the other
The least significant bit (LSB) has been transmitted first.
It requires only one circuit interconnecting two devices.
Suitable for transmission over long distance.
BIT RATE
Number of bits that can be transmitted in 1 second.
If tp is the duration of the bit then the Bit rate R=1/ t p
Bit duration need not be same as the pulse duration.
MODES OF TRANSMISSION
Two methods for timing control for receiving bits
Asynchronous Transmission:
Sending end commences the transmission of bits at any instant of time.
No time relation between consecutive bits.
During idle condition signal `1’ is transmitted.
“Start bit” before byte and “Stop bit’ at the end of the byte for start/stop at the end of the
byte for start/stop synchronisation.
Start bit is always 1 bit duration. Start bit is always equal to 0.
Stop bit may be 1 or 1.5 or 2 bits duration. Stop bit is always equal to ‘1’.
Idle period time is arbitrary.
Synchronous Transmission:
It is carried out under the control of the timing source.
No start/stop bits.
Continuous block of data are encapsulated with Header and trailer along with Flags.
Flag identifies the Start and End of block.
Receiver first detects the flag (usually a fixed pattern) and then detecs the other bits/ytes in
the data field.
Complete Block along with the flags is called a FRAME.
SIGNAL ENCODING
For transmission of bits into electrical signals for two binary states simple +ve and –ve
voltages are not sufficient.
Sufficient signal transition should be present to recover the clock properly at the receiving
end.
Bandwidth of the signal should match with the transmission medium.
Several ways to represent bits as electrical signals. Two broad classes are:
-Non-return to zero (NRZ)
-Return to Zero (RZ)
TRANSMISSION MEDIA
These are the physical infrastructure components that carry data from one computer to another. All
transmission media can be divided into two main categories:Guided and Unguided media.
GUIDED MEDIA
Three types of guided media:
Twisted pair cable (carry signals in the form of electrical current)
Co-axial cables (carry signals in the form of electrical current)
Optical Fiber (carry signal in the form of light)
TWISTED PAIR CABLE
Two types:
1. Unshielded Twisted pair :
The most commonly used medium. It can carry both voice as well as data. It consists of two
conductors( usually copper). The wires are twisted to reduce the noise, it is not eliminated
completely. The copper conductors are covered by PVC or other insulator. UTP is flexible, cheap and
easy to install. UTPs of higher categories are used in computer networks given the higher speed and
reliability.
2. Shielded Twisted pair:
In this apart from the insulator, the twisited pair itself is covered by metal shield and finally by the
plastic cover. The metal shield prevents penetration of electromagnetic noise. It also helps eliminate
cross talk, an effect where one wire picks up some of signals travelling on the other wire. STP is more
expensive than UTP.
CO-AXIAL CABLES
It has an inner central conductor surrounded by an insulation sheath, which in turned is enclosed in
the outer conductor (shield). This acts not only as a second conductor for completing the circuit but
also acts as a shield against noise. This outer conductor is covered by a plastic cover.
Compared to STP and UTP, coaxial cable is more expensive, less flexible and more difficult to install.
But it is more reliable and can carry far higher data rates.
They are commonly used by cable companies to carry cable transmission.
OPTICAL FIBERS
NETWORKING
Networking is the convenient way of making information accessible to anyone, anytime & anywhere.
Interoperability is the capability of two or more computers of different vendors to transmit and
receive data and to carry out processes as expected by the user.