Introduction - Computer Net - Chapter 1 Slides - Jan 2022
Introduction - Computer Net - Chapter 1 Slides - Jan 2022
• Business Applications
• Home Applications
• Mobile Users
• Social Issues
Business Applications of Networks
km
Data Communication - Introduction
• Computer generated data is digital whereas the telephone lines used for
data communication in computer networks are usually meant for carrying
analog signals.
• When a digital data are to be sent over an analog facility, the digital
signals must be converted to analog form.
• The technique by which a digital signal is converted to its analog form is
known as modulation. The reverse process, i.e., conversion of analog
signal to its digital form, at a destination device, is called a de-
modulation.
• Because, today we do not have all-digital or all-analog networks; we
have a mix of the two. Therefore, at various points in a network, it is
necessary to convert between the two signal types.
Analog and Digital Transmission
Analog and Digital Transmission
Modulation
2) Asynchronous Transmission:
• Other commonly used form of data transmission is synchronous
transmission. Here start & stop bits are not used. There is no pause
between characters in synchronous data transmission.
• Synchronous data transmission usually involves large blocks of
characters, and special Sync characters can be sent at the beginning
of these data blocks. These Sync characters are a special series of
bits the receiving device can use to adjust to the transmitters exact
rate of speed.
• The header (Sync) also contains information to identify sender and
receiver. Following the header is a block of characters that contains
the actual message to be transmitted. The number of characters in a
block may be variable and may consist of hundreds of characters; the
actual data (message) characters in the block are transmitted by a
trailer.
Asynchronous & Synchronous Transmission
With packet switching data is sent from device to device in whole across
the network. Packets are forwarded through a series of packet-switches,
also known as routers that ultimately lead to the destination (also known
as store and forward mechanism). Data is broken into small pieces and
routed from device to device. A packet header contains - destination
address and sequence number.
• packets are queued up and transmitted as rapidly as possible overlink.
• Two stations of different data rates can exchange packets because
each connects to its node at its proper data rate.
• When traffic becomes heavy on a circuit-switching network, some calls
are blocked. On a packet-switching network, packets are still
accepted, but delivery delay increases.
• Priorities can be used. Thus, if a node has a number of packets
queued for transmission; it can transmit higher-priority packets first.
• There are two methods of packet switching: Datagram Packet
Switching, Virtual Circuit Packet Switching
Datagram Packet Switching
• a connectionless method.
• Each piece of information is
tagged with destination
address so no dedicated
connection is needed. Every piece of data is routed individually, and
the packets might not all take the same path to the destination point,
and hence they may arrive out of sequence.
• Therefore, the sequence number is very important; the terminating
point needs it to be able to reassemble the message in its proper
order. Thus, at the destination device, the data is pieced back
together by using a PAD.
• Each datagram must contain the full destination address. For a large
network, these addresses can be quite long. In datagram switching
the node need to make a routing decision for each packet. But call
setup phase is avoided.
Virtual Circuit Packet Switching