Networking
Networking
communication
Data communication is the process of sending or
receiving digital data between two or more computer
via transmission medium such as a wire cable and
wireless.
Components of data
communication
• 1. Message
• 2. sender
• 3. Receiver
• 4. Transmission medium
• 5. Protocols
Communication
Mode( Transmission Mode)
• Transmission mode means transferring of data
between two devices connected over a network . It
is also known as Mode of Communication.
Types of Transmission
Mode
• 1. Simplex mode
• 2. Half- Duplex
• 3. full Duplex
• 1.Resources sharing
• 2. Communication speed
• 3. Backup
• 4. reliability
• 5. S/W and H/W Sharing
• 6. Security
• 7. scalability
What is internet?
• It is global network of computers to exchange
information .
• It is a “network of network” that includes millioins
of private and public, academic, business,
government networks( Local and global) linked by
copper wires wireless connections, and other
technologies.
Applications of internet
• Download programs and files.
• E-mail
• Voice and video conferencing
• E-commerce
• File Sharing
• Information browsing
• Chatting and many more…….
What is intranet?
• Internal company network that uses internet
standards( html, HTTP, and TCP/TC protocols) and
software .
• Accessed only by authorized persons, especially
members or employees of the organization.
Application of interanet
• Sharing of company policies' /rules and regulations
• Access employee database
• Distribution of office orders
• Sharing of information of common interest.
• Submission o reports
• Corporate telephone directories
Types of network
Types of Topology
1. Bus topology
2.Ring topology
3. star topology
4. Mesh Topology
5. Hybrid Topology
Bus Topology
In Bus topology, one long cable
acts as a single communication
channel & all the devices are
connected to this cable.
Advantage of Bus topology
1. Easy to add and remove
nodes in a network.
2. Required only cable
3. It is less Expensive
4. It broadcast the message to
each device which are
connected through the cable.
5. It is easy to maintain.
6. In case of any computer
failure,, there will be no effect
on the other devices.
Disadvantage
1. if cable is fail then the entire
network will be failed
2. The messages are broadcast
so, we cant send and private
message.
3. It takes more time to pass the
message from one place to
another place.
4. The length of cable is limited.
5. In this topology data
transmitted only one direction.
2. Ring Topology
It is called ring topology
because it forms a ring. In
this topology each node is
strongly connected with its
adjacent node.
Advantage of Ring Topology
1. it forms a strong network
2. Each on every node can
share data with another node
connected through a ring
topology
3. Transmission rate of data is
very speed.
Disadvantage of Ring Topology
1. It is very difficult task to add some
new computer
2. If we want to send data from a
source to destination machine then
data will unnecessary passed to all
nodes.
3. Single point failure, that means if a
node goes down entire network goes
down.
4. it is very difficult to recover the ring
topology if any particular machine is
not working properly.
5. we Can’t send private messages.
Star Topology
in star topology all Nodes are
connected with a central
devices called HUB and Switch.
And the sharing of data is only
possible through HUB
Advantage of Star Topology
1. It broadcast the massages
2. It is less expensive due to
less cable.
3. Easy to connect new nodes
without affecting rest of the
network.
4. If one node failed then is
would not be failure of entire
network.
Disadvantage of Star Topology
1. In this Topology we must
required a network device like
HUB Switch etc.
2. If two nodes want to share
the date sharing is only
possible through HUB.
3. If HUB is failed the entire
network will be failed.
4. We can’t Send private data
Mesh Topology
In this topology each and
every computer is directly
connected with each other
so we can directly send the
data to the destination
machine without to
intermediate machine
Advantages of mesh topology
1. it is very good topology to send the private
massages.
2.All nodes are directly associated with another node
so, it provide point to point connection
3. unlike ring topology if a particular machine is failed
then entire network will not fail
4. Traffic is carried only two devices or nodes to
which is connected
Disadvantages of Mesh Topology
1. Overall cost of this network is
too high
2.It is very difficult to add some
new node became each an
every computer directly
connected with another one.
3. If a particular machine not
working then, we can’t send or
receive data from the failure
machine.
Tree Topology
In this topology all the nodes are
connected like a branches of tree. The
combination of BUS & STAR Topology is
called tree
Advantage of tree topology
1. Point-to-Point Wiring for
individual segments
2. Supported by several
hardware and software
3. Network can be easily
extended.
Disadvantages of a Tree
topology
1. Use large cable length
2. If the backbone line
breaks, the entire segment
goes down.
More difficult to configure and
wire than other topologies.
Hybrid topology
Combination of various different topology is called
hybrid topology.
Network Protocol
1. it required not of
repeater after some time.
2. repeaters also unable to
connect dissimilar types of
network.
3. They cannot reduce
network traffic.
Bridge
Bridge is a network device that is
used to separate LAN into
number of section
Bridge receive data and examine
it and forward data to receiver
MAC address
Note:- It operate both physical as
well as data link of OSI Model.
Advantage
1. By using bridge device we
can extends network.
2. It broadcast the data to each
node like HUB & repeater.
3. collision can be reduced
easily.
4. It is more intelligent.
Disadvantages.
1. It doesn’t establish
connection between two
different network
2. once it broadcast the
message then it is incable to
stop the message. 3. It is more
expenses
4. The transmission of data is
slower than a repeater.
Gateway
Gateway is a hardware device
that is used to connect wo
dissimilar type of network. It allow
us to send & receive data through
the internet even it is LAN
network.
Note:- It operate all 7 Layer of OSI
Model.
Advantage of Gateway
1. It connects two network which
has different protocol.
2. It operate all 7 layer of OSI model.
3. We can’t access the internet
without a gateway
4. It provide some security.
Disadvantage of gateway:-
1. It is more expensive.
2. Data transmission rate is slower.
3. Difficult to maintain as well as
very complex.
4. It is less intelligent.
Modem Device
Modem stands for modulators and
demodulators it is network device
that is placed between the
computer system and telephone
line.
It has two part modulator and
demodulator Modulator convert
digital signal to analog signal were
as demodulator convert analog to
digital signal.
Note:- it allow us to computer to
connect internet .
OSI
The OSI (Open Systems
Interconnection) model is
developed by the International
Standard Organization. It is a
layered framework for the design of
network systems that allows
communication between all types
of computer systems. Its primary
purpose is to provide a set of
structural guidelines for exchanging
information between computers,
workstations, and networks.
.
The application layer is the topmost
layer in the OSI model and acts as the
general manager of the network by
proving access to the OSI environment.
This layer provides distributed
information services and controls the
sequence of activities within an
application and also the sequence of
events between the computer
application and the user of the
application. It communicates directly
with the user’s application program.
The application layer uses HTTP, FTP,
POP, SMTP, and DNS protocols that
allow the software to send and receive
information and present meaningful
Data Link Layer
It is the second layer of the OSI model.
The data link layer is responsible for
providing error-free communication
across the physical link connecting the
primary and secondary nodes within a
network.
Network Layer
The network layer provides details
that enable data to be routed
between devices in an environment
using multiple networks, sub-
networks, or both.
The networking components that
operate at the network layer include
routers and their software. It
determines which network
configuration is most appropriate for
the function provided by the network
and addresses and routes data within
a network by establishing,
Transport Layer
We can say that the transport
layer controls and ensures the
end-to-end integrity of the
data message propagated
through the network between
two devices, providing the
reliable, transparent transfer of
data between the endpoints.
Session Layer
The session layer creates
communication channels between
devices. It is responsible for opening
sessions, ensuring they remain open
and functional while the data is
being transferred, and close the
session when the communication
ends.
The session layer can also set
checkpoints during a data transfer. If
a session is interrupted, then the
devices can resume data transfer
from the last checkpoint.
Presentation Layer
The presentation layer prepares the data for its upper layer or the
application layer. It defines how two devices should encode, encrypt,
and compress the data.
The presentation layer receives any data transmitted by the
application layer and prepares it for transmission over the session
layer.
It specifies how the end-user applications should format the data.
This layer provides for the translation between the local representation
of data and the representation of data that will be used for transfer
between the end-users. The result of encryption, data compression,
and virtual terminals are examples of translation services.
Application Layer
The application layer is the topmost layer
in the OSI model and acts as the general
manager of the network by proving access
to the OSI environment. This layer
provides distributed information services
and controls the sequence of activities
within an application and also the
sequence of events between the computer
application and the user of the application.
It communicates directly with the user’s
application program.
The application layer uses HTTP, FTP, POP,
SMTP, and DNS protocols that allow the
software to send and receive information
and present meaningful data to users.