N'importe
N'importe
Basics, Concepts
Simultaneous Access
There are moments in any business when several workers may
need to use the same data at the same time.
Personal Communications
Videoconferencing
Voice over Internet Protocol (VoIP):-VoIP transmits the sound of
voice over a computer network using the Internet Protocol (IP )
rather than sending the signal over traditional phone wires
Types of Computer Networks
Types of Computer Networks
Personal Area Network (PAN)
Thomas Zimmerman was the first research scientist to bring the idea of the
Personal Area Network.
Personal Area Network is a network arranged within an individual person,
typically within a range of 10 meters.
Personal Area Network is used for connecting the computer devices for
personal use.
Personal computer devices that are used to develop the personal area
network are the laptop, mobile phones, media player and play stations.
Two subtypes of PAN
Wired Personal Area Network
Wireless Personal Area Network
Types of Computer Networks
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.
The data is transferred at an extremely faster rate in Local Area
Network.
Local Area Network provides higher security.
Local Area Network covers an area of 1-2 Kms.
Types of Computer Networks
Metropolitan Area Network (MAN)
A metropolitan area network is a network that covers a larger
geographic area by interconnecting a different LANs to form a
larger network.
In MAN, various LANs are connected to each other through a
telephone exchange line.
It has a higher range than Local Area Network(LAN).
MAN covers an area of 10 Kms
The most widely used protocols in MAN are RS-232, Frame Relay,
ATM, ISDN, OC-3, ADSL, etc.
Government agencies use MAN to connect to the citizens and
private industries.
Types of Computer Networks
Wide Area Network (WAN)
A Wide Area Network is a network that extends over a large
geographical area such as states or countries.
A Wide Area Network is quite bigger network than the MAN.
A Wide Area Network is not limited to a single location, but it spans
over a large geographical area through a telephone line, fiber
optic cable or satellite links.
The internet is one of the biggest WAN in the world.
A Wide Area Network is widely used in the field of Business,
government, and education.
LAN Topologies
LAN Topologies
LAN Topologies
Star topology
In a star network, every host (node, station) is connected to a
central hub. Data on a star network passes through the hub before
continuing to its destination. The hub manages and controls all functions
of the network. It also acts as a repeater for the data flow.
Advantages:
If one node or its connection breaks, it does not affect the other
computers nor their connections and it is the big advantage of it
Devices can be added or removed without disturbing the network
Works well under heavy load, appropriate for a large network.
Disadvantages:
Expensive due to the number and length of cables needed to wire
each host to the central hub
The central hub is a single point of failure for the network
LAN Topologies
Bus topology
Each node in the bus is directly connected to a common half-
duplex link called a bus. In order for nodes to share the bus, they
use a medium access control technology such as carrier-sense
multiple access(CSMA).
Characteristics:
Multipoint medium,
Transmission propagates throughout medium,
Heard by all stations (need to identify target station),
Need to regulate transmission (To avoid collisions, to avoid
hogging),
Terminator absorbs frames at end of medium.
Advantages/Disadvantages:
Easy to connect and install.
The entire network shuts down if there is a failure in the central
connecting cable.
Fault detection is difficult and time consuming.
LAN Topologies
Frame transmission on Bus LAN
LAN Topologies
Ring topology
Each node connects to exactly two other nodes, forming a single
continuous pathway for signals through each node. Data travels from
node to node. Rings can be unidirectional, with all traffic travelling either
clockwise or anticlockwise around the ring, or bidirectional (SONET).
Advantages:
Very orderly network where every device has access to the token and
the opportunity to transmit
Performs better than a bus topology under heavy network load
Due to the point-to-point line configuration of devices with a device on
either side (each device is connected to its immediate neighbor), it is
quite easy to install and reconfigure since adding or removing a device
requires moving just two connections.
Disadvantages:
One malfunctioning workstation can create problems for the
entire network. This can be solved by using a dual ring or a switch
that closes off the break.
Communication delay is directly proportional to number of
nodes in the network.
LAN Topologies
Frame Transmission
Ring LAN
LAN Topologies
Mesh topology
Each host has its connections to all other hosts. Mesh topology is
implemented to provide as much protection as possible from
interruption of service. A nuclear power plant might use a mesh
topology in the networked control systems.
Advantages:
The use of dedicated links guarantees that each connection
can carry its data load, thus eliminating the traffic problems that
can occur when links must be shared by multiple devices.
It is robust, if one link becomes unusable, it does not
incapacitate (affect) the entire system.
Privacy and Security (every message sent travels along a
dedicated line; only the intended recipient sees it).
Point-to-point links make fault identification and fault isolation
easy.
Disadvantages:
A large amount of cabling required.
A large amount of I/O ports required.
Installation and reconfiguration are difficult.
The sheer bulk of the wiring can be greater than the available
space (in the walls, floors) can accommodate.
The hardware required to connect each link (I/O ports and
cables) can be prohibitively expensive.
LAN Topologies
Choice of topology
Reliability
Expandability
Performance
Needs considering of:
Medium
Wiring layout
Access control
OSI Model
The Open Systems Interconnection model (OSI model) is a conceptual
model from the International Organization for Standardization (ISO) that
provides a common basis for the coordination of standards development
for the purpose of systems interconnection. In the OSI reference model, the
communications between a computing system are split into seven different
abstraction layers: Physical, Data Link, Network, Transport, Session,
Presentation, and Application.
The model partitions the flow of data in a communication system into
seven abstraction layers to describe networked communication from the
physical implementation of transmitting bits across a communications
medium to the highest level representation of data of a distributed
application. Each intermediate layer serves a class of functionality to the
layer above it and is served by the layer below it.
Classes of functionality are realized in all software development through all
standardized communication protocols.
Each layer in the OSI model has well-defined functions,
OSI Model
OSI Model
Layer Protocol Function
Data Unit
(PDU)
Application Data High-level protocols such as for resource sharing or remote file access,
e.g. HTTP.
Host
Layers Presentation Data Translation of data between a networking service and an application;
including character encoding, data compression and encryption/decryption
Hubs concentrate on
connections. In other
words, they take a group of
hosts and allow the
network to see them as a
single unit. This is done
passively, without any other
effect on the data
transmission.
Active hubs concentrate
hosts and also regenerate
signals.
D. Switch
Bridges provide
connections between
LANs.
Bridges convert network
data formats and perform
basic data transmission
management.
They also check data to
determine if it should cross
the bridge. This makes
each part of the network
more efficient
Operates at level 2 OSI
model,
F. Router