Chapter 3 Network Types
Chapter 3 Network Types
CHAPTER 3
1
3.1.Network Type
How many kinds of Networks?
❑ Depending on one’s perspective, we can classify networks in
different ways
❖ Based on transmission media: Wired (UTP, coaxial cables, fiber-
optic cables) and Wireless
❖ Based on network size: LAN and WAN (and MAN)
❖ Based on management(access) method: Peer-to-peer and
Client/Server
❖ Based on topology (connectivity): Bus, Star, Ring …
❖ Switching techniques: packet and circuit switching network
2
Based on Types of Media
Wired network
A network type which connect the devices using either of
twisted, coaxial or fiber optic cable
Includes Ethernet…
Wireless network
A network type which connect the devices using radio,
microwave, IR etc.
There are infrastructure based wireless network and
infrastructure less wireless network.
Includes wireless Ethernet, cellular network, satellite network…
3
Local Area Network (LAN)
❑ Small network, short distance
▪ A room, a floor, a building
▪ Limited by no. of computers and distance
covered
▪ Privately owned by organization
▪ Serve a department within an organization
▪ A LAN network is limited to between 100-1000
meters coverage.
▪ Includes Ethernet,
❑ Examples:
▪ Network inside the Student Computer lab
▪ Network inside a small office
▪ Network inside your home
4
Metropolitan area network
5
WIDE AREA NETWORK (WAN)
▪ covering large geographic area; may utilize public, organization, or private
▪ A network that uses long-range telecommunication links to connect 2 or more
LANs/computers housed in different places far apart.
▪ Towns, states, countries, even world
▪ A LAN interconnects hosts; a WAN interconnects connecting devices such as
switches, routers, or modems.
▪ A LAN is normally privately owned by the organization that uses it; a WAN is
normally created and run by communication companies
Your home
❑ Examples:
▪ Internet USA
WAN
IT Centre
6
INTERNETWORK
❑ When two or more networks are connected, they make an internetwork, or
internet.
❑ Now the company has an internetwork, or a private internet (with lowercase i).
7
3.2. Peer-to-Peer Networks
▪ Peer-to-peer network is also called workgroup
▪ No hierarchy among computers all are equal
▪ No administrator responsible for the network
▪ Each station responsible for their resources
▪ Each station can be : provider and consumer
Peer-to-peer
8
❑ Advantages of peer-to-peer networks:
▪ Low cost
▪ Simple to configure
▪ No need of special software needed
❑ 9
3.2 Clients and Servers
❑ Station can either be provider(server) or consumer(client)
❑ Network Clients (Workstation)
▪ Computers that request network resources or services
❑ Network Servers
▪ Computers that manage and provide network resources
and services to clients
o Usually have more processing power, memory and hard disk
space than clients
o Run Network Operating System that can manage not only
data, but also users, groups, security, and applications on the
network
o Servers often have a more stringent requirement on its
performance and reliability
o Can be email server, file server, printer server, web server,
proxy server etc..
10
❑ Advantages of client/server networks
▪ Facilitate resource sharing – centrally administrate and control
▪ Facilitate system backup and improve fault tolerance
▪ Enhance security – only administrator can have access to Server
▪ Support more users – difficult to achieve with peer-to-peer
networks
11
Peer-to-Peer Networks Client/Server Networks
<=10 computer tens of thousands of workstations in the network.
All computers have the same status, hence the term 'peer',
is not centralized; Centralized Security .
each computer is responsible to check access rights for All user accounts are stored in the same database
its resources. on the server.
is a network where the each computers act as both there exist dedicated servers and the other are
client and servers. clients
Each user is responsible for local backup. Backup is centralized and is done by a person
responsible for the job (backup operator).
No specialized operating system is required Server operating system is req.
each of the devices usually runs similar software Window 2000 window server etc
Each machine can have resources that are shared with Only server provide resources to share
any other machine. The client send request
Per to per network Client /server network
There is no assigned role for any particular device Server ---provide service
Client ----send req
Any device can and will send requests to any other. Server ---provide service
Client ----send req
Easy to set up More difficult to set up 12
3.3. Topology ― 4 basic types
▪ The way in which a network is laid out physically
Bus Topology Ring Topology Mesh
topology
• Star Topology
Hub
13
❑ Bus Topology
▪ Simple and low-cost
▪ A single cable called a trunk (backbone, segment)
▪ Only one computer can send messages at a time
▪ Passive topology - computer only listen for, not regenerate data
▪ a fault in the bus cable stops all transmission
❑Star Topology
▪ Each computer has a cable connected to a single point
▪ More cabling, hence higher cost
▪ All signals transmission through the hub; if down, entire network down
▪ Depending on the intelligence of hub, two or more computers may send
message at the same time ❑ 14
RING TOPOLOGY
❑ Every computer serves as a repeater to
boost signals Ack T T
❑ Typical way to send data: T
15
▪Mesh
❑ every device has a dedicated point-to-point link to every other device
❑ every device must have n-1 I/O ports, where n is the number of devices connected
❑ advantages
➢ no traffic problem (no congestion)
➢ robust; a failure of a link has no effect on others
➢ fault identification and isolation are easy
➢ privacy or security (provided there is no wire tapping)
❑ disadvantages
➢ amount of cabling and I/O ports needed (expensive)
16
16
ADVANTAGES AND DISADVANTAGES OF NETWORK TOPOLOGIES
17
SWITCHING NETWORKS
Long distance transmission is typically done over a network of
switched nodes
Nodes not concerned with content of data
Control info
Routing (addressing) info
Packets are received, stored briefly (buffered) and past on to the
next node
Store and forward
ADVANTAGES
Line efficiency
Single node to node link can be shared by many packets over time
Packets queued and transmitted as fast as possible
27