Uni-1 Introduction
Uni-1 Introduction
DCCN
DATA COMMUNICATIONS
• When we communicate, we are sharing information. This sharing can
be local or remote. Between individuals, local communication
usually occurs face to face, while remote communication takes place
over distance. The term telecommunication, which includes telephony,
telegraphy, and television, means communication at a distance.
III. Timeliness. The system must deliver data in a timely manner. Data
delivered late are useless.
iv. Jitter. Jitter refers to the variation in the packet arrival time. It is the
uneven delay in the delivery of audio or video packets.
NETWORKS
A network is the interconnection of a set of devices capable of communication. In
this definition, a device can be a host (or an end system as it is sometimes called)
such as a large computer, desktop, laptop, workstation, cellular phone, or security
system. A device in this definition can also be a connecting device such as a router,
which connects the network to other networks, a switch, which connects devices
together, a modem (modulator-demodulator), which changes the form of data, and
so on.
Network Criteria
• A network must be able to meet a certain number of criteria.
The most important of these are performance, reliability, and security.
i. Performance can be measured in many ways, including transit time and
response time.
Transit time is the amount of time required for a message to travel from one device
to another.
Response time is the elapsed time between an inquiry and a response
Performance is often evaluated by two networking metrics: throughput and delay
ii.Reliability
In addition to accuracy of delivery, network reliability is measured by the
frequency of failure, the time it takes a link to recover from a failure, and the
network’s robustness in a catastrophe.
iii.Security
• Network security issues include protecting data from unauthorized access,
protecting data from damage and development, and implementing policies and
procedures for recovery from breaches and data losses.
Physical Structures
• Type of Connection
• A network is two or more devices connected through links. A link is a communications pathway
that transfers data from one device to another. For visualization purposes, it is simplest to imagine
any link as a line drawn between two points.
• For communication to occur, two devices must be connected in some way to the same link at the
same time. There are two possible types of connections: point-to-point and multipoint.
• Point-to-Point
• A point-to-point connection provides a dedicated link between two devices. The entire capacity
of the link is reserved for transmission between those two devices. Most point-to-point
connections use an actual length of wire or cable to connect the two ends,
• Multipoint
• A multipoint (also called multidrop) connection is one in which more than two
specific
• devices share a single link
• Mesh Topology
• In a mesh topology, every device has a dedicated point-to-point link to every other device. The term
dedicated means that the link carries traffic only between the two devices it connects. To find the
number of physical links in a fully connected mesh network with n nodes, we first consider that each
node must be connected to every other node. Node 1 must be connected to n – 1 nodes, node 2 must
be connected to n – 1 nodes, and finally node n must be connected to n – 1 nodes.
Nodes are connected to the bus cable by drop lines and taps. A
drop line is a connection running between the device and the main
cable. A tap is a connector that either splices into the main cable.
• Advantages:
• It include ease of installation.
• It uses less cabling than mesh or star topologies.
• Disadvantages:
• difficult reconnection and fault isolation
• Signal reflection at the taps can cause degradation in quality.
• a fault or break in the bus cable stops all transmission
Ring Topology
• In a ring topology, each device has a dedicated point-to-point connection with only the two
devices on either side of it. A signal is passed along the ring in one direction, from device to
device, until it reaches its destination. Each device in the ring incorporates a repeater.
• When a device receives a signal intended for another device, its repeater regenerates the bits and
passes them along.
• A ring is relatively easy to install and reconfigure. Each device is linked to only
its immediate neighbours (either physically or logically).
Advantages:
Easy to install and reconfigure.
Fault isolation is simplified.
• Disadvantages:
unidirectional traffic
In a simple ring, a break in the ring (such as a disabled station)
can disable the entire network. This weakness can be solved
by using a dual ring or a switch capable of closing off the
break.
• Data that have been altered in transmission and left uncorrected are
unusable