Introduction To Data Communications
Introduction To Data Communications
Introduction
1.1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1-1 DATA COMMUNICATIONS
The term telecommunication means communication at a
distance. 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.
1.2
The effectiveness of a data
communications system depends on
four fundamental characteristics:
1.delivery,
2.accuracy,
3.timeliness, and
4.jitter.
1.3
1.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.
1.4
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 30ms. If some of the packets arrive
with 30ms delay and others with 40ms delay, an uneven
quality in the video is the result.
1.5
Figure 1.1 Components of a data communication system
A.Message
B.Sender
C.Receiver
D.Transmission Medium
E.Protocol
1.6
Figure 1.2 Data flow (simplex, half-duplex, and full-duplex)
1.7
1-2 NETWORKS
1.8
1-2A NETWORKS- Distributed processing
1.9
Network Criteria
Performance
Depends on Network Elements
Measured in terms of Delay and Throughput
Reliability
Failure rate of network components
Measured in terms of availability/robustness
Security
Data protection against corruption/loss of data due to:
Errors
Malicious users
1.10
Physical Structures
Type of Connection
Point to Point - single transmitter and receiver
Multipoint - multiple recipients of a single
transmission
Physical Topology
Connection of devices
Type of transmission - unicast, multicast, broadcast
1.11
Figure 1.3 Types of connections: point-to-point and multipoint
1.12
Figure 1.4 Categories of topology
1.13
Figure 1.5 A fully connected mesh topology (five devices)
1.14
Figure 1.6 A star topology connecting four stations
1.15
Figure 1.7 A bus topology connecting three stations
1.16
Figure 1.8 A ring topology connecting six stations
1.17
Figure 1.9 A hybrid topology: a star backbone with three bus networks
1.18
Categories of Networks
1.19
Figure 1.10 An isolated LAN connecting 12 computers to a hub in a closet
1.20
Figure 1.11 WANs: a switched WAN and a point-to-point WAN
1.21
Figure 1.12 A heterogeneous network made of four WANs and two LANs
1.22
1-3 THE INTERNET
1.23
Figure 1.13 Hierarchical organization of the Internet
1.24
1-4 PROTOCOLS
1.25
Elements of a Protocol
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.
1.26