Computer Netwrok(Type&Topology)
Computer Netwrok(Type&Topology)
Introduction
Types of Network
Classification of Network Architecture
Network Topology
A computer network is a telecommunications
network that allows computers to exchange data.
The connection between networked computing
devices is established using either wired media or
wireless media.
The best-known computer network is the
internet.
Based on the size and the coverage area, networks are
categorized into the following types:
Personal Area Networks (PANs)
Local Area Networks (LANs)
Metropolitan Area Networks (MANs)
Wide Area Networks (WANs)
A personal area network (PAN) is a computer network used for
communication among computer and different information
technological devices close to one person.
Is a small network established for communication between different
devices, such as laptops, computers and mobiles.
A pan may include wired and wireless devices.
The reach of a pan typically extends to 10 meters.
A local area network (LAN) is a network that connects computers
and devices in a limited geographical area such as a home, school,
office building, or closely positioned group of buildings.
Each computer or device on the network is a node.
Wired LANs are most likely based on Ethernet technology.
It is relatively larger than LAN and extends across a
city or a metropolitan.
It is created by connecting two or more LANs
located at different locations in a city.
A wide area network (WAN) is a computer network that covers a large
geographic area such as a city, country, or spans even intercontinental distances.
A WAN uses a communications channel that combines many types of media
such as telephone lines, cables, and air waves.
A WAN often makes use of transmission facilities provided by common
carriers, such as telephone companies.
One of the most prominent examples of the existing wans is the Internet.
On a network built using the client-server architecture, the devices
communicate to other devices through a central computer referred to as a
server.
The server is a terminal with high processing power, which provides services
for the other computers on the network.
Hardware Components
Servers −Servers are high-configuration computers that manage the resources of the
network. The network operating system is typically installed in the server and so they give
user accesses to the network resources. Servers can be of various kinds: file servers,
database servers, print servers etc.
Clients / Workstations− Clients are computers that request and receive service from the
servers to access and use the network resources.
Transmission Media − Transmission media are the channels through which data is
transferred from one device to another in a network. Transmission media may be guided
media like coaxial cable, fibre optic cables etc; or maybe unguided media like microwaves,
infra-red waves etc.
Connecting Devices − Connecting devices act as middleware between networks or
computers, by binding the network media together. Some of the common connecting devices
are:
a. Routers
b. Bridges
c. Hubs
d. Repeaters
e. Gateways
f. Switches
Software Components
Networking Operating System − Network Operating Systems is typically installed in
the server and facilitate workstations in a network to share files, database,
applications, printers etc.
Protocol Suite − A protocol is a rule or guideline followed by each computer for data
communication. Protocol suite is a set of related protocols that are laid down for
computer networks. The two popular protocol suites are −
a. OSI Model ( Open System Interconnections)
b. TCP / IP Model
The pattern of interconnection of nodes in a network is
called the Topology.
This layout also determines the manner in which
information is exchanged within the network.
✓ Bus Topology
✓ Star Topology
✓ Ring Topology
✓ Tree Topology
✓ Hybrid Topology
A bus topology is a topology for a Local Area Network (LAN) in which
all the nodes are connected to a single cable. The cable to which the
nodes connect is called a "backbone". If the backbone is broken, the
entire segment fails. Bus topologies are relatively easy to install and
don't require much cabling compared to the alternatives.
Bus topology
Advantages of Bus Topology
Ring topology
Advantages of ring topology
1. All data flows in one direction, reducing the chance of packet
collisions.
2. A network server is not needed to control network connectivity
between each workstation.
3. Data can transfer between workstations at high speeds.
4. Additional workstations can be added without impacting
performance of the network.
1.All data being transferred over the network must pass through each
workstation on the network, which can make it slower than a star
topology.
2. The entire network will be impacted if one workstation shuts down.
Star topology
Advantages of star topology
1. It is very reliable – if one cable or device fails then all the others
will continue to work
2. It is high-performing as no data collisions can occur
3. Easy to extend
Tree topology
Advantages of a Tree Topology