Chapter 1 of Data Communication
Chapter 1 of Data Communication
• 3. Timelines: The system must deliver data in timely manner without delay
(real-time).
• 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
Protocol and Elements of protocol
• A protocol is synonymous with rule. It consists of a set of rules that
govern data communications. It determines what is communicated, how it
is communicated and when it is communicated. The key elements of a
protocol are syntax, semantics and timing
• Syntax
– Structure or format of the data
– Indicates how to read the bits - field delineation
• Semantics
– Interprets the meaning of the bits
– Knows which fields define what action
• Timing
– When data should be sent and what
– Speed at which data should be sent or speed at which it is being
received.
Standards
• Advantages of Standard
• To ensure that hardware and software produced by different vendors can
work together.
• Without networking standards, it would be difficult—if not impossible—to
develop networks that easily share information.
• Standards also mean that customers are not locked into one vendor. They can
buy hardware and software from any vendor whose equipment meets the
standard. In this way, standards help to promote more competition and hold
down prices.
• The use of standards makes it much easier to develop software and hardware
that link different networks.
Definition of Standard
• Networking standards define the rules for data communications that are
needed for interoperability of networking technologies and processes.
Standards help in creating and maintaining open markets and allow
different vendors to compete on the basis of the quality of their products
while being compatible with existing market products.
• Standards are of two types
• De facto − These are the standards that are followed without any formal
plan or approval by any organization. They have come into existence due
to traditions or facts. For example, the HTTP had started as a de facto
standard.
• De jure − These standards are the ones which have been adopted through
legislation by any officially recognized standards organization. Most of the
communication standards that are used today are de jure standards.
Standards Organizations
• 2. Half-Duplex Mode –
In half-duplex mode, each station can both transmit and receive, but not at
the same time. When one device is sending, the other can only receive, and
vice versa. The half-duplex mode is used in cases where there is no need
for communication in both direction at the same time. The entire capacity
of the channel can be utilized for each direction.
Example: Walkie- talkie in which message is sent one at a time and
messages are sent in both the directions.
Full-Duplex Mode
• 3. Full-Duplex Mode –
In full-duplex mode, both stations can transmit and receive simultaneously.
In full_duplex mode, signals going in one direction share the capacity of
the link with signals going in other direction, this sharing can occur in two
ways:
• Example: Telephone Network in which there is communication between
two persons by a telephone line, through which both can talk and listen at
the same time.
Analog Signal and Digital Signal
• A signal is an electromagnetic or electrical current that carries data from
one system or network to another. In electronics, a signal is often a time-
varying voltage that is also an electromagnetic wave carrying information,
though it can take on other forms, such as current. There are two main
types of signals used in electronics: analog and digital signals.
• Analog Signal: An analog signal is time-varying and generally bound to a
range , but there is an infinite number of values within that continuous
range. An analog signal uses a given property of the medium to convey the
signal’s information, such as electricity moving through a wire. In an
electrical signal, the voltage, current, or frequency of the signal may be
varied to represent the information. Analog signals are often calculated
response to changes in light, sound, temperature, position, pressure.
• When plotted on a voltage vs. time graph, an analog signal should produce
a smooth and continuous curve.
Analog Signal
Advantages and disadvantages of Analog
• Advantages
• Analog signals are easier to process.
• Analog signals best suited for audio and video transmission.
• Analog signals are much higher density, and can present more refined
information.
• Analog signals use less bandwidth than digital signals .
• Analog communication systems are less sensitive in terms of electrical
tolerance.
• Disadvantages
• Data transmission at long distances may result in undesirable signal
disturbances.
• Analog signals are prone to generation loss.
• Analog signals are subject to noise and distortion, as opposed to digital
signals which have much higher immunity.
• Analog signals are generally lower quality signals than digital signals.
Applications of Analog
• Audio recording and reproduction
• Image sensors
• Temperature sensors
• Radio signals
• Telephones
• Control systems
Digital Signal
• A digital signal is a signal that represents data as a sequence of discrete
values. A digital signal can only take on one value from a finite set of
possible values at a given time.
• Digital signals are used in all digital electronics, including computing
equipment and data transmission devices.
• When plotted on a voltage vs. time graph, digital signals are one of two
values, and are usually between 0V and VCC (usually 1.8V, 3.3V, or 5V)
Digital Signals: Advantages and Disadvantages
• Advantages:
• Digital signals can convey information with less noise, distortion, and
interference.
• Digital circuits can be reproduced easily in mass quantities at
comparatively low costs.
• .Digital signal processing is more secure because digital information can
be easily encrypted and compressed.
• Digital systems are more accurate, and the probability of error occurrence
can be reduced by employing error detection and correction codes.
• Digital signals can be easily stored on any magnetic media or optical media
using semiconductor chips.
• Digital signals can be transmitted over long distances.
Digital Signals: Advantages and Disadvantages
• Disadvantages:
• higher power dissipation
• A higher bandwidth is required for digital communication when compared
to analog transmission of the same information
• Digital systems and processing are typically more complex.
• Applications:
• Communication systems (broadband, cellular)
• Networking and data communications
• Digital interfaces for programmability
Difference Between Analog And Digital Signal
LAN stands for local area MAN stands for metropolitan WAN stands for wide area
network. area network. network.
The transmission speed of a While the transmission speed Whereas the transmission
LAN is high. of a MAN is average. speed of a WAN is low.
There is more fault tolerance While there is less fault In WAN, there is also less fault
in LAN. tolerance. tolerance.
Differentiate between Client Server and
Peer to Peer
Client-Server Network Peer-to-Peer Network
In Client-Server Network, Clients and server are In Peer-to-Peer Network, Clients and server are not
1. differentiated, Specific server and clients are present. differentiated.
In Client-Server Network, Centralized server is used While in Peer-to-Peer Network, Each peer has its own
3. to store the data. data.
In Client-Server Network, Server respond the While in Peer-to-Peer Network, Each and every node
4. services which is request by Client. can do both request and respond for the services.
Client-Server Network are costlier than Peer-to-Peer While Peer-to-Peer Network are less costlier than
5. Network. Client-Server Network.
Client-Server Network are more stable than Peer-to- While Peer-to-Peer Network are less stable if number
6. Peer Network. of peer is increase.
Client-Server Network is used for both small and While Peer-to-Peer Network is generally suited for
7. large networks. small networks with fewer than 10 computers.