Data Comm UNIT I
Data Comm UNIT I
UNIT-I
Que. What is data communication? What are the four fundamental characteristics of data communication? 6M
The word data refers to information presented in whatever form is agreed upon by the parties creating and using the data.
Data communications are the exchange of data between two devices via some form of transmission medium such as a wire
cable. For data communications to occur, the communicating devices must be part of a communication system made up of a
combination of hardware (physical equipment) and software (programs). The effectiveness of a data communications system
depends on four fundamental characteristics: delivery, accuracy, timeliness, and jitter.
I. Delivery- The system must deliver data to the correct destination. Data must be received by the intended device or user and
only by that device or user.
2. Accuracy- The system must deliver the data accurately. Data that have been altered in transmission and left uncorrected are
unusable.
3. Timeliness- The system must deliver data in a timely manner. Data delivered late are useless. In the case of video and audio,
timely delivery means delivering data as they are produced, in the same order that they are produced, and without significant
delay. This kind of delivery is called real-time transmission.
4. Jitter- Jitter refers to the variation in the packet arrival time. It is the uneven delay in the delivery of audio or video packets.
For example, let us assume that video packets are sent every 3D ms. If some of the packets arrive with 3D-ms delay and others
with 4D-ms delay, an uneven quality in the video is the result.
Source: This device generates the data to be transmitted; examples are telephones and personal computers.
Transmitter: the data generated by a source system are not transmitted directly in the form in which they were generated. A
transmitter transforms and encodes the information in the form which is suitable for the transmission and then transmit it
across a transmission system.
Transmission System: This can be a single transmission line or media that connects source and destination and share data
between both entities.
Receiver: The receiver accepts the signal from the transmission system and converts it into a form that can be handled by the
destination device (original form in which the data was generated by source)
Destination: Takes the incoming data from the receiver.
Que.Explain Data Flow techniques simplex, half duplex, full duplex with the help of diagram. 7M
Transmission mode refers to the mechanism of transferring of data between two devices connected over a network. It is also
called Communication Mode. These modes direct the direction of flow of information. There are three types of transmission
modes. They are:
1. Simplex Mode
2. Half duplex Mode
3. Full duplex Mode
1. SIMPLEX Mode
In this type of transmission mode, data can be sent only in one direction i.e. communication is unidirectional. We cannot send a
message back to the sender. Unidirectional communication is done in Simplex Systems where we just need to send a
command/signal, and do not expect any response back.
Examples of simplex Mode are loudspeakers, television broadcasting, television and remote, keyboard and monitor etc.
In full duplex system there can be two lines one for sending the data and the other for receiving data.
2. Multipoint Connection
It is also called Multidrop configuration. In this connection two or more devices share a single link.
There are two kinds of Multipoint Connections:
• If the links are used simultaneously between many devices, then it is spatially shared line configuration.
• If user takes turns while using the link, then it is time shared (temporal) line configuration.
RING Topology
It is called ring topology because it forms a ring as each computer is connected to another computer, with the last one
connected to the first. Exactly two neighbours for each device.
STAR Topology
In this type of topology all the computers are connected to a single hub through a cable. This hub is the central node and all
others nodes are connected to the central node.
MESH Topology
It is a point-to-point connection to other nodes or devices. All the network nodes are connected to each other. Mesh has n(n-
1)/2 physical channels to link n devices.
There are two techniques to transmit data over the Mesh topology, they are :
1. Routing
2. Flooding
MESH Topology: Routing
In routing, the nodes have a routing logic, as per the network requirements. Like routing logic to direct the data to reach the
destination using the shortest distance. Or, routing logic which has information about the broken links, and it avoids those
node etc. We can even have routing logic, to re-configure the failed nodes.
MESH Topology: Flooding
In flooding, the same data is transmitted to all the network nodes, hence no routing logic is required. The network is robust,
and the its very unlikely to lose the data. But it leads to unwanted load over the network.
TREE Topology
It has a root node and all other nodes are connected to it forming a hierarchy. It is also called hierarchical topology.
It should at least have three levels to the hierarchy.
HYBRID Topology
It is two different types of topologies which is a mixture of two or more topologies. For example if in an office in one
department ring topology is used and in another star topology is used, connecting these topologies will result in Hybrid
Topology (ring topology and star topology).