1:-What Is The Network? Informally Interconnected Group: 3. Explain Different Types of Networks
1:-What Is The Network? Informally Interconnected Group: 3. Explain Different Types of Networks
For example, Dominos has a network of 1232 branches across India. As the name
suggests the computer network is a system of peripherals or computers
interconnected with each other and has a standard communication channel
established between them to exchange different types of information and data.
Have you ever heard of the Internet or NET? I guess you have, as you are already
reading this article on Interviewbit surfing through the internet. But, have you ever
thought about the internet? The Internet is a network of a network connecting all
different network-enabled devices which enable data and information sharing
between them and that makes computer networks a core part of our life and
technical interviews.
Below is the list of all commonly asked networking questions in technical interviews
from basic to advanced level.
Type Description
PAN (Personal Area Let devices connect and communicate over the range of a
Network) person. E.g. connecting Bluetooth devices.
LAN (Local Area It is a privately owned network that operates within and
Network) nearby a single building like a home, office, or factory
MAN (Metropolitan It connects and covers the whole city. E.g. TV Cable
Area Network) connection over the city
WAN (Wide Area It spans a large geographical area, often a country or
Network) continent. The Internet is the largest WAN
It is also known as the Internet which connects the globe
GAN (Global Area
using satellites. The Internet is also called the Network of
Network)
WANs.
4. Explain LAN (Local Area Network)
VPN or the Virtual Private Network is a private WAN (Wide Area Network) built on
the internet. It allows the creation of a secured tunnel (protected network) between
different networks using the internet (public network). By using the VPN, a client
can connect to the organization’s network remotely. The below diagram shows an
organizational WAN network over Australia created using VPN:
VPN (Virtual Private Network)
Node: Any communicating device in a network is called a Node. Node is the point
of intersection in a network. It can send/receive data and information within a
network. Examples of the node can be computers, laptops, printers, servers,
modems, etc.
Link: A link or edge refers to the connectivity between two nodes in the network. It
includes the type of connectivity (wired or wireless) between the nodes and
protocols used for one node to be able to communicate with the other.
Nodes and Links
Bus Topology:
Bus Topology
• All the nodes are connected using the central link known as the bus.
• It is useful to connect a smaller number of devices.
• If the main cable gets damaged, it will damage the whole network.
Star Topology:
Star Topology
• All the nodes are connected to one single node known as the central node.
• It is more robust.
• If the central node fails the complete network is damaged.
• Easy to troubleshoot.
• Mainly used in home and office networks.
Ring Topology:
Ring Topology
Mesh Topology:
Mesh Topology
Tree Topology:
Tree Topology
• A combination of star and bus topology also know as an extended bus topology.
• All the smaller star networks are connected to a single bus.
• If the main bus fails, the whole network is damaged.
Hybrid:
11. What is an IPv4 address? What are the different classes of IPv4?
IPv4 classes are differentiated based on the number of hosts it supports on the
network. There are five types of IPv4 classes and are based on the first octet of IP
addresses which are classified as Class A, B, C, D, or E.
Private Address: For each class, there are specific IPs that are reserved specifically
for private use only. This IP address cannot be used for devices on the Internet as
they are non-routable.
IPv4 Class Private IPv4 Start Address Private IPv4 End Address
A 10.0.0.0 10.255.255.255
B 172.16.0.0 172.31.255.255
C 192.168.0.0 192.168.255.255
The OSI model has seven layers. The principles used to arrive at the seven layers
can be summarized briefly as below: