Types of Computer Networks: Fundamentals of Networking - NET 101
Types of Computer Networks: Fundamentals of Networking - NET 101
2
Local Area Network (LAN)
Local Area Network is a group of computers connected to each other
in a small area such as building, office.
LAN is used for connecting two or more personal computers through a
communication medium such as twisted pair, coaxial cable, etc.
It is less costly as it is built with inexpensive hardware such as hubs,
network adapters, and ethernet cables.
16
Network Classification by Role
The Client/Server Model
The Peer-to-Peer Model
17
The Client/Server Model
Servers are computers dedicated to providing specific types of services
or data
A client (a computer) uses software to ask a server for data or services
The server provides the data or service to the client
18
The Client/Server Model
19
Types of Servers
Server Type Function(s)
File server Store files, software, or data for access by computers on a
network.
Print server Allows computers that are connected to a network to control
printers on the network
Database server Houses a relational database made up of multiple files.
Network controller Controls accounts that are domain, as well as the devices that
belong to a network
Messaging server Provide services related to email, fax, instant messaging and
collaboration.
Web server Provides access to HTML documents for computers on a network.
20
The Peer-to-Peer Model
Peers are clients that have equal capabilities and responsibilities in this
model
Ability to request serve and request data
No server in this model
Examples of file sharing networks
Napster
Gnutella
G2
Other technologies also take advantage of P2P file sharing:
Skype
VoIP
21
The Peer-to-Peer Model
22
Network Topologies
23
What is a network topology?
A network topology defines the physical connections of hosts in a
network
There are multiple types of topologies, including:
Bus
Star
Ring
Mesh
24
Bus Topology
All devices are connected via copper cable in a line
In a bus network all the workstations, servers and printers are joined to
one cable (the bus). At each end of the cable a terminator is fitted to
stop signals reflecting back down the bus.
25
Bus Topology
26
Bus Topology
Advantages and disadvantages of a bus network:
The advantages of a bus network are:
it is easy to install
it is cheap to install, as it doesn't require much cable
The disadvantages of a bus network are:
if the main cable fails or gets damaged the whole network will fail
as more workstations are connected the performance of the network
will become slower because of data collisions
every workstation on the network "sees" all of the data on the network
– this is a security risk
27
Star Topology
Each host is connected to a central connecting device with twisted-pair
cabling
In a star network each device on the network has its own cable that
connects to a switch or hub. A hub sends every packet of data to every
device, whereas a switch only sends a packet of data to the destination
device.
28
Star Topology
29
Star Topology
Advantages and disadvantages of a star network:
The advantages of a star network are:
it is very reliable – if one cable or device fails then all the others will
continue to work
it is high-performing as no data collisions can occur
The disadvantages of a star network are:
it is expensive to install as this type of network uses the most cable
(network cable is expensive)
extra hardware is required (hubs or switches) which adds to cost
if a hub or switch fails, all the devices connected to it will have no
network connection
30
Ring Topology
Each device is connected to the LAN using a closed loop
In a ring network each device (workstation, server, printer) is
connected to two other devices - this forms a ring for the signals to
travel around. Each packet of data on the network travels in one
direction and each device receives each packet in turn until the
destination device receives it.
31
Ring Topology
32
Ring Topology
This type of network can transfer data quickly, even if there are a large
number of devices connected because the data only flows in one
direction, so there won’t be any data collisions. However, the real
disadvantage is that if the main cable fails or any device is faulty, then
the whole network will fail.
33
Mesh Topology
Each computer connects to every other computer in a LAN
No central connecting device
Setup is fault-tolerant
34
Mesh Topology
Advantages of mesh topology:
Each connection can carry its own data load
It is robust
A fault is diagnosed easily
Provides security and privacy
Disadvantages of mesh topology:
Installation and configuration are difficult if the connectivity gets more
Cabling cost is more and the most in case of a fully connected mesh topology
Bulk wiring is required
35