DCN Unit-1 Notes
DCN Unit-1 Notes
Data - The word ‘data’ refers that representation of information in an understandable form by the two
parties who are creating and using it. The Webster dictionary defined data as “information in digital
form that can be transmitted or processed”. The data may be in any form such as text, symbols, images,
videos, signals and so on.
the meaning of the communication must be understandable between the two entities. The figure 1.1
shows the model for communication between two people.
Data communications can be summarized as the transmission, reception, and processing of digital
information. For data communications to occur, the communicating devices must be part of a
communication system made up of a combination of hardware (physical equipment) and software
(programs). The effectiveness of a data communications system depends on four fundamental
characteristics: delivery, accuracy, timeliness, and jitter.
1.1.2 Characteristics
1) Resource Sharing: It means that all computers within network share resource. The goal is to make
all programs, data and devices available to anyone on the network without considering the physical
location of the resource and user.
2) High Reliability: Networks provide high reliability by having alternative source of supply. All files
can be replicated on two or more machines so if one of them is unavailable then other copies could
be used.
3) Saving Money: Network consists of two or more computers. Mostly in networking, one computer
works as server and other as client means only server requires connection with resource and all
other clients can easily access it.
4) Scalability: Network is able to increase system performance as the work grows, just by adding
more processor.
5) Time Saving: For e.g., E-mail services require less time compared to postal services.
6) Improve Performance: We can improve the performance of network by adding network hardware
and software.
Data Communication & Networking
1) It lacks independence: People will rely more on computer work, instead of applying own effort
for their tasks. Apart from this, they will be dependent on the main file server, which means that, if
it breaks down, the system would become useless, making users idle.
2) It lacks robustness: If a computer network’s main server breaks down, the entire system would
become useless. Also, if it has a bridging device or a central linking server that fails, the entire
network would also come to a standstill. To deal with these problems, huge networks should have a
powerful computer to serve as file server to make setting up and maintaining the network easier.
3) It allows for more presence of computer viruses and malware: There would be instances that
stored files are corrupt due to computer viruses. Thus, network administrators should conduct
regular check-ups on the system, and the stored files at the same time.
Data Communication & Networking
4) It poses security difficulties: Because there would be a huge number of people who would be
using a computer network to get and share some of their files and resources, a certain user’s
security would be always at risk. There might even be illegal activities that would occur, which
you need to be careful about and aware of.
5) It requires an expensive set-up: The initial set up cost is high depending on the number of
computers to be connected. Expensive devices, such as routers, switches, hubs, etc., can add up to
the cost. It would also need network interface cards (NICs) for Workstations in case they are not
built in.
6) Its light policing usage promotes negative acts: It has been observed that providing users with
internet connectivity has caused various distractions like online gaming. The huge network of
machines could also encourage them to engage in illicit practices, such as instant messaging and
file sharing, instead of working on work-related matters.
1m System Multicomputer
10m Room
1km Campus
Metropolitan Area
10km City Network
100km Country
Wide Area Network
1000km Continent
Advantages of MAN
1) A MAN can cover a wider area than a LAN.
2) Information can be disseminated more widely, rapidly and significantly.
Characteristics of WAN
1) They exist in unlimited geographical area.
2) They are more susceptible to error due to the distance the data can travel.
3) They interconnect multiple LAN.
4) They are more sophisticated and complex than LAN.
5) Their technology is expensive.
Advantages of WAN
1) Setting up a WAN allows you to share sensitive data with all your sites without having to send the
information over the Internet.
2) WAN ensures maximum availability and reliability.
3) A WAN eliminates the need to buy email or file servers for each office.
Data Communication & Networking
Two and only two devices are connected by a dedicated link. Dedicated link means that link carries
traffic between connected devices only and no other devices can use it. In this configuration, entire
capacity of the channel is reserved for transmission between two devices.
E.g., Line configuration between the remote control and television.
There are 3 types of Point to Point networks: Unicast, Multicast and Broadcast.
1. Unicast
Information is sent from only one sender to only one receiver. One-to-one connection between client
and server. E.g., HTTP, SMTP, TELNET.
2. Multicast
One or more senders send information to set of receivers. It saves bandwidth since same information
can be received at same time. E.g., one computer transmits video channel to a specific group of
computers.
BUS Topology
It is also known as linear bus topology. It consists of several computers attached via drop lines
to a long common cable that acts as a backbone to link all the devices in the network. In bus topology,
data on the network is send to all the computers on the network. However, only the computer that has
the address matching the address in the signal accepts the data. The other computers reject the data.
Only one computer at a time can send message. A computer must wait until the bus is free
before it can transmit. The failure of one computer does not affect the performance of the network.
Bus topology is a passive topology in which the computers on the bus only listen to the data being sent
and are not responsible for moving the data.
Data Communication & Networking
Star Topology
In star topology each device has dedicated point to point link only to a central controller usually
called HUB. The devices are not directly linked to each other. A star topology does not allow direct
traffic between devices. The controller acts as an exchange, if any device wants to send a data to
another, it sends the data to the controller, which then relay the data to the other connected devices.
If the central controller fails, the entire network is disabled. However, if one computer or the
cable that connects it to the HUB fails, the rest of the network continues to function normally. Each
computer is connected to central HUB, this topology requires more cable.
Data Communication & Networking
1) It is easy to modify and add new computers to a star topology network without disturbing the rest
of the network.
2) There is a central point, controller or HUB in star network; it is easier to diagnose network
problems.
3) Single computer failure does not bring down the whole network.
Ring Topology
In ring topology computers are connected on single circle of cable shown in fig. There are no
terminating ends. A signal is passed along the ring in one direction from device to device until it
reaches the destination. Each device in ring is connected to a repeater. When a device receives a signal
intended for another device, its repeater regenerates the bits and passes them along. Failure of one
computer in ring affects the entire network.
The network uses token passing method for transferring data. A short message called a token is
passed around the ring until a computer needs to send data to another computer. The receiving
computer returns a message to the originator indicating that message has been received. The sending
computer then creates another token and places it on the network. This allows another station or device
to capture the token and begin transmitting.
Data Communication & Networking
Mesh Topology
In a mesh topology every device has a dedicated point-to-point link to every other device shown
in fig. The term dedicated means that the link carries traffic only between the two devices it connects.
A fully connected mesh network therefore has n(n-1)/2 physical channels to link n devices. To
accommodate that many links, every device on the network must have n-1 input/output ports.
There are two types of mesh topology namely Full mesh and partial mesh topology. In Full
mesh topology, every node has a circuit connected to every other node in the network. So, it is more
expensive. Partial mesh topology is less expensive comparatively.
Tree Topology
A tree topology is variation of star; nodes in a tree are linked to central hub that control traffic
to the network shown in fig. Every device does not plug directly into the central hub. The majority of
devices connect to secondary hub that in turn is connected to the central hub. The majority of devices
connect to secondary hub that in turn is connected to the central hub.
The central hub in the tree is an active hub. The active hub contains a repeater, which is a
hardware device that regenerates the received bit patterns before sending them out. The secondary
hub may be active or passive. A passive hub provides simple physical connection between the attached
devices.