ITC Lecture09 Networks 2
ITC Lecture09 Networks 2
Lecture # 9
Outline
• Network Definition
• Benefits of Networks
• Types of Networks
• Types of LANs
• Components of a LAN
• Topology of LANs
2
Network Definition
• Network (or communications network) - a system of
interconnected computers, telephones, or other
communications devices that can communicate with
one another and share applications and data. (Williams
and Sawyer)
5
Types of Networks
• Wide area network (WAN) - a communications
network that covers a wide geographical area, such
as a country or the world
• May use a
combination of
satellites, fiber-
topic cable,
microwave, and
copper wire
connections
• WANs are used to
connect LANs
together
• Examples: internet,
most telephone
6
companies
Types of Networks
• Metropolitan area network (MAN) - a communications
network covering a city or a suburb
– The purpose of a MAN is often to bypass local telephone
companies when accessing long-distance service.
– Example: many cell-phone systems are MANs
• Local area network (LAN) - connects computers and
devices in a limited geographical area, such as an
office, a building, or a group of buildings closed
together.
– Small LANs are sometimes called PANs, for Personal Area
Networks.
– Some terms used in LANs: host computer, node, backbone
– Example: a university campus
7
Types of LANs
• LANs consists of two principal types:
– Client/Server LANs
– Peer-to-peer LANS
8
Types of LANs
• Client/Server LAN:
– A client/server LAN consists of requesting
microcomputers, called clients, and supplying
devices that provide a service, called servers.
– Clients: microcomputers that request data
– Server: a powerful microcomputer that manages
shared devices
9
Common Types of Servers
• File server – a computer that acts like a disk drive,
storing the programs and data files shared by users
on a LAN.
11
Components of a LAN
• Local area networks are made up of several
standard components.
– Connection or cabling system
– Microcomputers
with network
interface cards
– Network OS
– Other shared
devices
– Routers,
bridges,
gateways, and
hubs
12
Components of a LAN
• Connection or cabling system
– LANs may use wired (twisted-pair wiring, coaxial cable, or
fiber-optic cable) or wireless (infrared, radio-wave
transmission, bluetooth, or WiFi) connection system.
13
Components of a LAN
• Network OS
– The network operating system (NOS), such as Novell
NetWare, Microsoft Windows NT/2000, Unix, and Linux, is
the system software that manages the activity of a network.
14
Components of a LAN
• Routers, bridges, gateways, and hubs
– A LAN normally connects to the Internet. Routers, bridges,
gateways, and hubs are used (as necessary) as interfaces to
make these connections.
– A router is a special computer that directs communicating
messages when several networks are connected together.
– A bridge is an interface used to connect the same types of
networks.
– A gateway is an interface permitting communication between
dissimilar networks—for example, between a LAN and a
WAN or between two LANs based on different NOS or
different layouts.
– A hub is a common connection point for devices in a network
– a place of convergence where data arrives from one or
more directions and is forwarded out in one or more other
15 directions.
Topology of LANs
• Topology – the logical layout, or shape, of a
network.
• The three basic topologies are bus, ring, and
star.
Bus
16
Topology of LANs
• Bus network – all nodes are connected to a single
wire or cable, the bus, which has two endpoints.
• Each communication device on the network transmits
electronic messages to other devices.
– If some of those messages collide,
the sending device waits and tries
to transmit again.
– The advantage of the bus network
is that it may be organized as
either a client/server or peer-to-
peer network.
– The disadvantage is that extra
circuitry and software are needed
to avoid collisions between data;
and
– Entire network may stop working if
17 a connection in the bus is broken.
Topology of LANs
• Ring network – one in which all microcomputers and
other communications devices are connected in a
continuous loop.
– There are no end points.
– Messages are passed
around the ring until they
reach the right destination.
– There is no central server.
– The advantage of a ring
network is that messages
flow in only one direction (no
danger of collisions).
– The disadvantage is that if a
connection is broken, the
entire network stops working.
18
Topology of LANs
• Star network – one in which all microcomputers and
other communications devices are connected to a
central server.
– Messages are routed
through the central hub
– Hub prevents collisions
between messages
– If a connection is broken
between hub and a
device, the rest of the
devices will continue
operating.
– If the hub goes down, the
entire network will stop.
19