BAUET 1101 CH6 Networking Basics
BAUET 1101 CH6 Networking Basics
BAUET 1101 CH6 Networking Basics
Dept. of ICE
Contents:
Computer Networks: LAN, MAN,
WAN, HAN
Network topologies
Client-server network
Network Protocols
Lecture-1
Disadvantages
Fault diagnosis is difficult
Fault isolation is difficult
Repeater configuration
Nodes must be intelligent
The Ring Topology
Each node is connected to two and
only two neighboring nodes
Data is accepted from one
neighboring node transmitted to
other
Data travels in one direction
After passing through each node,
it returns to sending node, which
removes it
Advantages
Short cable length
No wiring closest space required
Suitable for optical fibers
Disadvantages
Node failure causes network failure
Difficult to diagnose faults
Network reconfiguration is difficult
The Tree Topology
Variation of BUS topology
Tree structure with central root
branching and
sub branching to the
extremities of network
Transmission is same as BUS
Also known as Hybrid Topology
Advantages of Tree Topology
It is an extension of Star and bus
Topologies, so in networks where these
topologies can't be implemented
individually for reasons related to
scalability, tree topology is the best
alternative.
Expansion of Network is possible and easy.
Here, we divide the whole network into
segments (star networks), which can be
easily managed and maintained.
Error detection and correction is easy.
Each segment is provided with dedicated
point-to-point wiring to the central hub.
If one segment is damaged, other segments
are not affected.
Disadvantages of Tree Topology
Because of its basic structure, tree
topology, relies heavily on the main bus
cable, if it breaks whole network is crippled.
As more and more nodes and segments are
added, the maintenance becomes difficult.
Scalability of the network depends on the
type of cable used.
Mesh Topology
Each node is connected to more
than one node
This provide an alternate route
mechanism
Excellent for long distance
networking
Supports back-up and rerouting
Used in large internetworking
environments with stars, rings and
buses as nodes
Advantages
The arrangement of the network
nodes is such that it is possible to
transmit data from one node to many
other nodes at the same time.
The failure of a single node does not
cause the entire network to fail as
there are alternate paths for data
transmission.
It can handle heavy traffic, as there
are dedicated paths between any two
network nodes.
Point-to-point contact between every
pair of nodes, makes it easy to
identify faults.
Disadvantages
The arrangement wherein every
network node is connected to every
other node of the network, many
connections serve no major purpose.
This leads to redundancy of many
network connections.
A lot of cabling is required. Thus, the
costs incurred in setup and
maintenance are high.
Owing to its complexity, the
administration of a mesh network is
difficult.
Lecture-3
This Lesson Covers:
What is Client-server network
What is computer server ?
Components of Client Server Network
Introduction to Network Protocols
The Need for a Protocol Architecture
key features of a protocol
Definition of Client-Server Network
The term Client-Server refers to
the Network Architecture ,where one
or more computers are connected to
a server . That one or more computer
(the Client) sends a service request to
another computer (the Server).
A client-server network is essentially
a connected set of computers like a
peer-to-peer network but it has a
master computer called the
server, which uses software called a
network operating system to
control what happens on the
network. The computers that you use
on the network are called clients
because they are served by the
server, for example, the client may
ask to load a piece of software.
What is computer server?
A computer server is the powerful
computer, or the set of computers
connected to each other, which
provide services to other systems.
They usually have database
integrated in them, and are very
powerful machines with very
advanced configuration. They
process the requests of client
machines. Their role is to make
management of network easy and
uniform.
Features of Servers
1) They have large storage capacity.
2) They are able to provide
information to many computers
simultaneously, therefore have large
RAM.
3) Its processor speed is high, as it
may have to execute multi-tasking too.
Components of Client Server
Network
1)Clients or Workstations.
2) Servers.
3) Network Devices :- They connect
the clients and servers, and at the same
time ensure proper collision free
routing of information.
4) Other components like scanner,
printer, etc. can also be connected to
network architecture.
Definition of network protocol
A network protocol defines rules and
conventions for communication
between network devices. Protocols
for computer networking all
generally use packet
switching techniques to send and
receive messages in the form
of packets.
Network protocols include
mechanisms for devices to identify
and make connections with each
other, as well as formatting rules that
specify how data is packaged into
messages sent and received.
Some protocols also support
message acknowledgement and data
compression designed for reliable
and/or high-performance network
communication. Hundreds of
different computer network
protocols have been developed each
designed for specific purposes and
environments.
Internet Protocols