Computer Network
Computer Network
15-3
Definitions (cont..)
Sharing may be:
• Resource Sharing
Hardware (disks, printers)
Software (application software)
• Information Sharing
Easy accessibility from anywhere (files, databases)
Search Capability (WWW)
5
Types of Networks
Types of Networks
• Local-area network (LAN) A network that
connects a relatively small number of
machines in a relatively close geographical
area.(Room, Building or a Campus)
• May be wireless or connected through cables
15-7
Picture for LAN
WLAN (Wireless LAN)
• A local area network that transmits over the air typically
in an unlicensed frequency such as the 2.4GHz band
• Wi-Fi (Wireless Fidelity)
– A wireless technology that connects computers without cables
• Access Point (AP)
– A device (base station) that connects wireless devices together
– Usually connected to a wired-network
• Laptops use wireless network cards that plug into an existing
PCMCIA slot or that are self contained on PC cards, while stand-
alone desktops and servers use plug-in cards (ISA, PCI, etc.).
• ESSID (Extended Service Set ID)
– A “name” for the AP, eg. mobilenet
• Hotspot
– The area covered by wireless access points
Picture for WLAN
Types of Networks
15-11
Picture for MAN
Types of Networks
• Wide-area network (WAN) A network that
connects two or more local-area networks over a
potentially large geographic distance
Often one particular node on a LAN is set up to serve as a
gateway to handle all communication going between that
LAN and other networks
Communication between networks is called
internetworking
The Internet, as we know it today, is essentially the
ultimate wide-area network, spanning the entire globe
15-13
Picture for WAN
LAN-MAN-WAN
Network Topology
Introduction to Computer Networks
Network Topology
Bus Topology
Commonly referred to as a
linear bus, all the devices
on a bus topology are
connected by one single
cable.
Bus Topology
Advantages: Disadvantages:
• Easy to install and • Troubleshooting is
difficult as there is no
maintain single point of control
• Can be extended • One faulty node can
easily bring the whole
• Very reliable because network down
of single • Dumb terminals
cannot be connected
transmission line to the bus
Introduction to Computer Networks
Ring Topology
In ring topology each terminal is
connected to exactly two nodes, giving
the network a circular shape.
A frame travels around the ring, stopping
at each node. If a node wants to transmit
data, it adds the data as well as the
destination address to the frame.
The frame then continues around the ring
until it finds the destination node, which
takes the data out of the frame.
Single ring – All the devices on the
network share a single cable
Dual ring – The dual ring topology
allows data to be sent in both
directions.
Ring Topology
Advantages: Disadvantages:
• Small cable segments are • Failure of single node
needed to connect two brings down the whole
nodes network
• Ideal for optical fibres as • Troubleshooting is
data travels in only one difficult as many nodes
direction may have to be inspected
• Very high transmission before faulty one is
speeds possible identified
• Difficult to remove one or
more nodes while
keeping the rest of the
network intact
Introduction to Computer Networks
Mesh Topology
•Wi-Max
•Emerging technology that can cover ranges
up to 10 miles or more
•Satellite/Microwave
•High speed media used for longer
distances and remote locations
Servers and Clients
Servers and Clients
• You may have heard someone say something
like "The server is down" or "We're having
problems with the e-mail server.“
• A server is a computer that "serves" many
different computers in a network by running
specialized software and storing information.
Networking
• Computer networks have opened up an entire
frontier in the world of computing called the
client/server model
15-40
Servers and Clients
• When you access a web page, your computer is
acting as a client.
• A client runs familiar software such as web
browsers or email software, and it
communicates with the server to get the
information it requires.
• In order for your browser to display a web page,
it requests the data from the server where the
page is stored. The server processes the request,
then sends the data to your browser, where it is
displayed
P2P
• In peer-to-peer (P2P) networks, each
computer acts as both a server and a client.
Examples of P2P software
include Skype and BitTorrent.
Comparison between P2P-
Client/Server
Advantages of networking
• Connectivity and Communication
• Data Sharing
• Hardware Sharing
• Internet Access Sharing
• Data Security and Management
• Entertainment
The Disadvantages of
Networking
• Network Hardware, Software and Setup
Costs
• Hardware and Software Management
and Administration Costs
• Illegal or Undesirable Behavior
• Data Security Concerns (Security threats)
• Lack of privacy
The End