Computer Network Notes Class 12
Computer Network Notes Class 12
Computer Networks :
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.
Server :
Client :
Types of Network :
Based on the geographical area covered and data transfer rate, computer
networks are broadly categorised as:
Characteristics of PAN
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
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
Repeater is generally used in long distance network where chances of signal loss
is more.
Repeater actually copy the weak signals and regenerate it with full strength.
Repeater are used to connect similar networks.
Repeaters are cost effective and do not require any processing overhead.
4. Hub : A hub is hardware networking device that connects multiple nodes in a network
and send and receive data from all the connected nodes.
A hub contains multiple ports that are used to connect multiple nodes.
A hub is best suitable device for creating small home network (LAN).
A hub transmits data in half duplex mode.
A hub primarily broadcasted messages. It means that the data received by hub
is sent to all the computers connected with it.
A hub is considered to be dumb network device. It means that it is not able to
filter message and send to selected destination port
A hub is passive device. It is not equipped with any network software.
Switch
Router
Gateway
A gateway is a node considered as the entrance point to other networks, so that
different networks can communicate with each other.
It connects different network follows different protocols and different properties.
Gateway can be any software, hardware or combination of both.
Gateway can acts as a proxy server or firewall.
Generally Router is used as Gateway device in Computer Network.
RJ45
RJ45, also called Registered Jack-45is an eight pin connector that is used
exclusively with Ethernet cables for networking.
It is a small plastic plug that fits into jack given in Ethernet card present in CPU
Network Topologies
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.
It creates Parent-child hierarchy as there can be only one connection between two
nodes and two nodes can have only one mutual connection.
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.
The connections in Mesh topology can be Wired or Wireless.
Complex network as each node is connected to every other node and hence
needed many connections.
Consumes more power as each node is treated as router and a result it is active
for all time.
Difficult Installation and Maintenance due to its complexity.
Expensive Network.
MAC address:-
IP address:- It stands for internet protocol address. It is a unique address .each device
connected to the interner has a unique ip address. It is also known as logical address.
Each number can be from 0-255 in decimal numbers. But computers do not
understand decimal numbers, they instead change them to binary numbers which
are only 0 and 1. Therefore, in binary, this (0-255) range can be written as
189.123.123.904
But, there is a problem with the IPv4 address. With IPv4, we can connect
only the above number of 4 billion devices uniquely, and apparently, there are much
more devices in the world to be connected to the internet. So, gradually we are making
our way to IPv6 Address which is a 128-bit IP address. In human-friendly form, IPV6 is
written as a group of 8 hexadecimal numbers separated with colons).
But in the computer-friendly form, it can be written as 128 bits of Os and 1s. Since, a
devices to be connected to the internet. So, via IPv6 a total of (2˄128) devices can
be assigned with unique addresses which are actually more than enough for
2011:0bd9:75c5:0000:0000:6b3e:0170:8394
o Domain name system: DNS is a service that translates the domain name into IP
addresses. This allows the users of networks to use user-friendly names instead
of the IP addresses.
o the conversion of the domain name of web server to its corresponding IP address
is called domain name resolution. It is done through a server called DNS server.