Introduction To Data Communication
Introduction To Data Communication
system:
Delivery, accuracy, timeliness, and jitter.
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.
Accuracy. The system must deliver the data accurately. Data that have been altered in
transmission and left uncorrected are unusable.
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.
Jitter. Jitter refers to the variation in the packet arrival time. It is the uneven delay in the
delivery of audio or video packets.
Network Structure
Where communication begins?
message source
the channel
message destination
Network Structure
how messages are communicated?
Network Structure
The path that a message takes from source to destination can be as simple as a single cable
connecting one computer to another or as complex as a network that literally spans the
globe.
Devices and media are the physical elements or hardware of the network.
Network Structure
What are the END Devices and their Role in the Network?
The network devices that people are most familiar with are called end devices.
These devices form the interface between the human network and the
underlying communication network. Some examples of end devices are:
Network printers
VoIP phones
Security cameras
Servers are hosts that have software installed that enables them to provide
information and services, like e-mail or web pages, to other hosts on the network.
Clients are hosts that have software installed that enables them to request and
display the information obtained from the server.
Network Structure
End devices form interface with human network & communications network
client
server
Network Structure
What are the role of an intermediary device in a data network?
These devices connect the individual hosts to the network and can connect
multiple individual networks to form an internetwork.
Network Structure
Role of an intermediary device
Network Structure
Network media
this is the channel over which a message travels
Network Types
Networks infrastructures can vary greatly in terms of:
The size of the area covered
The number of users connected
The number and types of services available
Network Types
Network Types
Network Types
The network representations
Network Interfaces
A standard is
a process or protocol that has been endorsed by the networking industry and
ratified by a standards organization, such as the Institute of Electrical
The form that a piece of data takes at any layer is called a Protocol Data Unit
(PDU). During encapsulation, each succeeding layer encapsulates the PDU that it
receives from the layer above in accordance with the protocol being used.
A protocol model
A reference model
provides a common
reference for maintaining
consistency within all
types
of network
protocols and
services.
Coding and conversion of Application layer data to ensure that data from the source device can
be interpreted by the appropriate application on the destination device.
Compression of the data in a manner that can be decompressed by the destination device.
Encryption of the data for transmission and the decryption of data upon receipt by the
destination.
As the name of the Session layer implies, functions at this layer create and maintain dialogs
between source and destination applications.
The Session layer handles the exchange of information to initiate dialogs, keep them active, and
to restart sessions that are disrupted or idle for a long period of time.
The transport layer prepares the application data for transport over the
network and process the network data for use by application.
To accomplish this
end-to-end transport,
Layer 3 uses four
basic processes:
Addressing
Encapsulation
Routing
Decapsulation
The data link layer provides a means for exchanging data over a common
local media.
Allows the upper layers to access the media using techniques such as framing
Controls how data is placed onto the media and is received from the media
using techniques such as media access control and error detection
Describe the role the Data Link layer plays in linking the software and hardware
layers
The Data Link layer exists as a connecting layer between the software processes
of the layers above it and the Physical layer below it. As such, it prepares the
Network layer packets for transmission across some form of media, be it copper,
fiber, or the atmosphere.
To support a wide variety of network functions, the Data Link layer is often
divided into two sublayers: an upper sublayer and an lower sublayer.
The upper sublayer defines the software processes that provide services to
the Network layer protocols.
The lower sublayer defines the media access processes performed by the
hardware.
Logical Link Control (LLC) places information in the frame that identifies which Network
layer protocol is being used for the frame. This information allows multiple Layer 3
protocols, such as IP and IPX, to utilize the same network interface and media.
Media Access Control (MAC) provides Data Link layer addressing and delimiting of data
according to the physical signaling requirements of the medium and the type of Data
Link layer protocol in use.
The role of the OSI physical layer is to encode the binary digits that represent
data link layer frames into signals and to transmit and receive these signals
across the physical mediacopper wires, optical fiber, and wirelessthat
connect network devices.