Year 12 DP Lesson Note
Year 12 DP Lesson Note
TOPIC: NETWORKING I
A computer network is an interconnection of two or more computers or computing devices.
A network allows computers to share data and resources among each other .
NODE: In a communication network, each device that is a part of a network and that can
receive, create, store or send data to different network routes is called a node.
TYPES OF NETWORKING
Based on the geographical area covered and data transfer rate, computer networks are
broadly categorized as:
2). Local Area Network (LAN): It is a network that connects computers, mobile
phones, tablet, mouse, printer, etc., placed at a limited distance. The geographical area
covered by a LAN can range from a single room, a floor, laboratory, a school, college,
or university campus etc.
LAN is comparatively secure as only authentic users in the network can access other
computers or shared resources.
Characteristics of LAN
3). Metropolitan Area Network (MAN): It is an extended form of LAN which covers a
larger geographical area like a city or a town. Data transfer rate in MAN also ranges in
Mbps, but it is considerably less as compared to LAN. Cable TV network or cable based
broadband internet services are examples of MAN. This type of network can be
extended up to 30–40 km.
Characteristics of MAN
4). Wide Area Network (WAN): Wide Area Network (WAN) connects computers and
others LANs and MANs, which are spread across different geographical locations of a
country or in different countries or continents. A WAN could be formed by connecting a
LAN to other LANs via wired or wireless media. The Internet is the largest WAN that
connects billions of computers, smartphones etc.
Characteristics of WAN
NETWORK DEVICES
Those devices which are used to connect computer, laptop, printer etc. to create a
network are called networking device. For example Modem, Hub, Switch, Router etc.
NETWORK TOPOLOGY
Network Topology defines the layout or structure of a Computer Network that defines
the pattern of all devices connected to each other.
Types of Topology
Star
Bus or Linear
Ring (Circular)
Tree
Mesh
Star Topology
It is one of the most commonly used topology. In a star topology, nodes are not
connected to each other, instead are connected to a central device called hub or switch.
Information sent by a computer is received by hub/switch, which than determines which
node that data needs to send.
It is less expensive.
Easy to install and update
Easy troubleshooting
Robust network
Easy to add new node
It is one of the simplest topology used for network. In bus topology, all the nodes are
connected to each other through a single cable generally called ‘backbone’.
Information transmitted by a node reach to all the nodes connected to network, but
information is processed or taken only by that node which address is matched with
address contained within information.
In Ring or Circular topology all connected nodes form a circular path. Each node is
connected to it’s two neighboring nodes.
In this topology Information sent by a node transmits from one node to another node
until it reaches to destination node. Usually data is transmitted in half duplex mode in
this topology but it can be duplex mode.
Advantages of Ring (Circular) Topology
Tree Topology
It creates Parent-child hierarchy as there can be only one connection between two
nodes and two nodes can have only one mutual connection.
Advantages of Tree Topology
It depends upon central cable (backbone), which if fails may stop working of
entire network.
Higher level node failure may affect next level node performance.
More expensive and complex network.
Tough maintenance due to large no of components and cables.
Mesh Topology
In Mesh topology, all the nodes are connected to every other node individually. Each
node is capable to send and receive information to and from another node. Generally,
Mesh topology does not implement any central Server/Switch/Hub.