Technology Technology
Technology Technology
Courses in Technology
Big Data
Cybersecurity
Databases
IT Services
Operating System
Programming
QA and Testing
Software Tools
Career Guides
What's New
Deep Learning
Machine Learning
Career Guides
What's New
Top Free AI and Data Science Courses Starting in February 2021 (Updated)
Management Management
Courses in Management
Business Analytics
Business Tools
CSR
Entrepreneurship
Human Resources
Industry Programs
Marketing
Operations
Product Management
Project Management
Sales
Career Guides
What's New
MoreMore
Finance
Emerging Technologies
Engineering-Non CS
Healthcare
Social Sciences
Personal Growth
Courses
Blog Blog
Trending Articles
Top Free AI and Data Science Courses Starting in February 2021 (Updated)
Highest Rated Online Learning Platforms on Naukri Learning (Based on 1000+ verified reviews)
View All
Course Recommendations
View All
What's New
View All
Top of Form
Bottom of Form
Login
Sign Up
Jobs
Contact Us
Learning Advice
Skip to content
Top of Form
Bottom of Form
Technology
Naukri Learning > Articles > Technology > 100+ Networking Interview Questions and Answers [Updated]
by Rashmi Karan
1 Comment
Jan 22 2021
This article lists 100+ networking interview questions, and is categorized into two main segments –
Networking Interview Questions For Freshers
Ans. A network consists of two or more separate devices linked together such that they can
communicate. Networking facilitates data communication between computers and peripherals, and it is
done through wired cabling or wireless links. Networks can be classified according to different criteria
such as scope, type of connection, functional relationship, topology, or function, among others.
Popular Networking Certifications Online Courses & Popular Networking Online Courses &
Certifications Certifications
Popular Cisco Certifications Online Courses & Popular Network Security Online Courses &
Certifications Certifications
PAN (Personal Area Network) – PAN is made up of devices used by a single person. It has a range of a
few meters.
WPAN (Wireless Personal Area Network) – It is a PAN network that uses wireless technologies as a
medium.
LAN (Local Area Network) – LAN is a network whose range is limited to a relatively small area, such as a
room, a building, an airplane, etc.
WLAN (Wireless Local Area Network) – WLAN is a LAN network that uses wireless means of
communication. It is a widely used configuration due to its scalability and because it does not require
the installation of cables.
CAN (Campus Area Network) – A network of high-speed devices that connects LANs in a limited
geographical area, such as a university campus, a military base, etc.
VLAN – It is a type of logical or virtual LAN, mounted on a physical network, in order to increase security
and performance. In special cases, thanks to the 802.11Q protocol (also called QinQ), it is possible to
mount virtual networks on WAN networks. It is important not to confuse this implementation with VPN
technology.
Ans. There are two types of LAN cables used – ‘Cat 5’ and ‘Cat 6.’ Cat 5 can support 100Mbps of speed
while Cat 6 can support 1Gbps of speed.
Ans. This is a type of connection between the same types of devices without using a hub/switch so that
they can communicate.
Ans. A ‘subnet’ is a generic term for a section of an extensive network, usually separated by a bridge or a
router. It also works for the network’s broadcast domains, manages traffic flow, and helps increasing
network performance.
Reallocating IP addresses
Ans. The Domain Name System (DNS) is a central part of the internet, providing a way to match names
(a website you’re seeking) to numbers (the address for the website). Anything connected to the internet
– laptops, tablets, mobile phones, and websites – has an Internet Protocol (IP) address made up of
numbers.
Ans. Network topology is the physical or logical arrangement in which the devices or nodes of a network
(e.g. computers, printers, servers, hubs, switches, routers, etc.) are interconnected with each other over
a communication medium. It consists of two parts – the physical topology, which is the actual
arrangement of the cables (the media), and the logical topology, which defines how the hosts access the
media.
Bus – In the bus network topology, each workstation is connected to a main cable called a bus.
Therefore, in effect, each workstation is directly connected to every other workstation on the network.
Star – In the star network topology, there is a central computer or server to which all workstations are
directly connected. Each workstation is indirectly connected to each other through the central
computer.
Star network topology
Ring – In the ring network topology, the workstations are connected in a closed-loop configuration.
Adjacent workstation pairs are directly connected. Other pairs of workstations are indirectly connected,
passing data through one or more intermediate nodes.
Mesh – Mesh network topology has two forms – full and partial mesh. In the full mesh topology, each
workstation is directly connected to each other. In the partial mesh topology, some workstations are
connected to all the others, and some are connected only to the other nodes with which they exchange
more data.
Fully Connected Mesh
Tree – The tree network topology uses two or more star networks connected to each other. The central
computers in star networks are connected to the main bus. Thus, a tree network is a bus network of star
networks.
Tree Network Topology
Signal – Signal or Logical topology refers to the nature of the paths that signals follow from node to
node. In many cases, the logical topology is the same as the physical topology. But it’s not always like
this. For example, some networks are physically arranged in a star configuration, but they function
logically as bus or ring networks.
A client application is the element of communication that requests or requests a network service, for
example, accessing a web page, or downloading a file, or sending an email.
A server application is the element of communication that responds to customer requests, providing the
required service, that is, sending the web page or the requested file or email.
The client-server model is used by computer applications such as email, the world wide web, and
network printing.
Ans. Frame Relay is a data link layer digital packet-switched network protocol technology designed to
connect local area networks (LANs) and transfer data over wide area networks (WANs). Frame Relay
shares some of the same underlying technology as X.25.
It is based on the older X.25 packet-switching technology that was designed to transmit analog data as
voice conversations. Unlike X.25, which was designed for analog signals, Frame Relay is a fast packet
technology, which means that the protocol does not attempt to correct errors. It is often used to
connect LANs with main backbones, as well as in public wide area networks and in private network
environments with leased T-1 lines. It requires a dedicated connection during the transmission period
and is not ideal for voice or video, which require a constant stream of transmissions.
Frame Relay is a connectionless service, which means that every data packet that passes over the
network contains address information
Frame Relay is a service that is provided with a variety of speeds from 56 Kbs to 25 Mbs. Although the
speeds most used for the service are currently 56 Kbs and 1,544 Mbs
It operates only on the physical and data link layers. Therefore, it can be easily used on the Internet.
It has a large frame size of 9000 bytes. Therefore, it can accommodate all local area network frame sizes.
Frame Relay can only detect errors (at the data link layer). But there is no flow control or error control.
Ans. Frame Relay supports the multiplexing of traffic from multiple connections over a shared physical
link. It uses hardware components that include router frames, bridges, and switches to pack data into
individual frame relay messages. Each connection uses a 10-bit Data Link Connection Identifier (DLCI) for
unique channel addressing. There are two types of connections:
Permanent Virtual Circuits (PVCs) for persistent connections intended to be maintained for long periods
even if data is not actively transferred.
Switched Virtual Circuits (SVCs) for temporary connections that last only one session.
Frame Relay then places the data in a variable-size unit called a frame and leaves any necessary error
correction (data retransmission) until the endpoints, speeding up the overall transmission of data.
Frame Relay
Ans. A MAC (Media Access Control) address is the unique 48-bit hardware address of a LAN card, usually
stored in the ROM of the network adapter card.
The MAC address is a unique identifier that manufacturers assign to a network card or device. It is also
known as a physical address represented by hexadecimal digits. Each MAC address is unique worldwide
and, in theory, they are fixed for each device.
Each MAC address includes six pairs of numbers. The first three pairs help to identify the manufacturer
and the next three to the specific model. It is important to bear in mind that a computer may have a
variety of hardware to connect to networks; thus, it is common to have a MAC address for Ethernet, one
for Wi-Fi, and another for Bluetooth.
Ans. Beaconing is the process that allows a network to self-repair network problems.
Ans. When a signal travels through a medium, it loses some of its energy due to the resistance of the
medium. This loss of energy is called attenuation.
When a signal travels through a medium from one point to another, it may change the form or shape of
the signal. This is known as distortion.
Noise is unwanted electrical or electromagnetic energy that degrades the quality of signals and data.
Ans. An Internet Protocol address (IP address) is a numerical label assigned to each device (e.g.,
computer, printer) participating in a computer network that uses the Internet Protocol for
communication.
Also Read – Is CCNA Training the Right Choice for Networking Professionals?
Ans. A bit rate is the number of bits transmitted during one second, whereas, baud rate refers to the
number of signal units per second that are required to represent those bits.
Baud rate = bit rate / N, where N is the no. of bits represented by each signal shift.
Logically the bandwidth of our network will be decisive for the quality and speed of it. The more
bandwidth we have, the better, since the faster we can transfer data.
Ans. It is a project started by IEEE to set standards to enable intercommunication between equipment
from a variety of manufacturers.
Ans. ICMP (Internet Control Message Protocol) is a network layer protocol of the TCP/IP suite used by
hosts and gateways to send notification of datagram problems back to the sender.
Server-based network
Peer-to-peer network
Ans. There are three essential topologies – Star, Bus, and Ring.
Ans. In a static IP address, a computer (or another device) is always configured to use the same IP
address, whereas, in a dynamic IP address, the IP address can change periodically and is managed by a
centralized network service.
Q21. What are the different ways to exchange data?
Simplex
Half-duplex
Full-duplex
Ans. Routers connect two or more network segments. These intelligent network devices store
information in their routing tables such as paths, hops, and bottlenecks. They determine the most
accurate data transfer paths and operate in Open Systems Interconnection (OSI) Network Layer.
inter-network communication
Packet forwarding
Packet filtering
Q25. What are the criteria for the best path selection of a router?
Ans. The source route is defined as a sequence of IP addresses that are used to identify the route of a
datagram. You can also involve the source route in the IP datagram header.
Q27. What is the difference between ‘standard’ and ‘extended’ ACL (access control list)?
Ans. Standard ACLs are source-based, whereas extended ACLs are source- and destination-based.
Ans. Data encapsulation is the process of breaking down information into smaller, manageable chunks
before their transmission across the network.
Ans. RAS (Remote Access Services) refers to any combination of hardware and software to enable
remote access to tools or information that typically reside on a network of IT devices.
Q30. Mention the different network protocols that are supported by Windows RRAS services?
Ans. Following are the three main network protocols supported by Windows RRAS services:
NetBEUI
TCP/IP
IPX
User authentication
Ans. Following are some of the common applications of using Hemming code:
Modems
Satellites
PlasmaCAM
Shielding wire
Embedded Processor
Computer Memory
Open connectors
Q35. What are proxy servers and how do they protect computer networks?
Ans. Proxy servers prevent external users from identifying the IP addresses of an internal network. They
make a network virtually invisible to external users, who cannot identify the physical location of a
network without knowledge of the correct IP address.
Q36. What are Nodes and Links?
Ans. Nodes – Devices or data points on a more extensive network are known as nodes. They are
individual parts of a larger data structure and contain data. They also link other nodes.
Links- A link is the physical and logical network component for interconnecting hosts or nodes in a
network. It is a physical communication medium such as coaxial cable or optical fiber.
Ans. SLIP or Serial Line Interface Protocol was developed during the early UNIX days and it is used for
remote access.
SLIP does not provide error detection as it relies on higher-layer protocols for it. Therefore, SLIP alone is
not successful on an error-prone dial-up connection. However, it is still useful to test operating system’s
response capabilities under load (looking at ping flood statistics).
Ans. TCP/IP is the short form of the Transmission Control Protocol / Internet Protocol. It is a set of
protocol layers designed to facilitate data exchange on heterogeneous networks.
Application Layer
Network Layer
Physical Layer
Transport Layer
Q40. How many layers are there in the OSI model? Name them
Ans. There are seven layers – physical, data link, network, transport, session, presentation, and
application.
Ans. The OSI model was introduced in February 1980. In 802.XX, ‘80’ is named for the year 1980, and ‘2’
is named as the month of February.
Application conflicts
Client-server problems
Configuration error
Protocol mismatch
Security issues
Ans. Encryption is the process of changing data from its original readable format to an unreadable
format, thus ensuring network security. It requires the user to use a secret key or password to decrypt
the data.
Encryption is not only useful for communications, but also in any case where you want to protect
sensitive information. Thus, it is possible to encrypt the information contained in disks, folders or even
individual files, to prevent unauthorized access. Then, in addition to the benefit of protecting the privacy
of users, data encryption prevents other types of attacks such as identity theft, or bank fraud, in addition
to providing a protection mechanism against the theft or loss of devices with sensitive information.
Q45. What are the types of errors?
Ans. The client-server model is a distributed communication framework for network processes. This
framework is distributed among service requestors, clients, and service providers.
Ans. TELNET is a client-service protocol on the internet or local area network, allowing a user to log on
to a remote device and have access to it. Technically, it is a bidirectional interactive text-oriented
communication facility, which uses a virtual terminal connection.
Also explore:
Ans. It is the abbreviation for Routing Information Protocol. It is a simple protocol that exchanges
information between the routers.
Ans. It is the mode of communication between two devices. Here the data flows bi-directionally but
simultaneously. A perfect example of a half-duplex is a walkie-talkie.
Q50. What is a full-duplex?
Ans. It is a mode of communication between two devices and the data flow is bi-directional too, but the
flow is simultaneous. Example – telephone.
Ans. Netstat is a command-line utility program that provides information about the current
Transmission Control Protocol /Internet Protocol (TCP/IP) settings of a connection.
Ans. The processes on each machine that communicate at a given layer are called the peer-peer process.
Ans. With the help of an anonymous FTP, users can be granted access to files in public servers. Users can
log in as anonymous guests, thus the name.
Ans. It stands for Network Address Translation and is a protocol that allows a network device, usually a
firewall, to assign a public address to a computer/s inside a private network.
10.0.0.0 with a subnet cover of 255.0.0.0172.16.0.0 with subnet cover of 255.240.0.0192.168.0.0 with
subnet cover of 255.255.0.0.
Syntax: It refers to the structure or format of the data and their order of presentation.
Timing: Timing refers to two characteristics, which include the timing of data sending and the speed of
data sending.
Ans. NIC is the abbreviation for Network Interface Card. It is a peripheral card with electronic circuitry. It
is attached to a PC and connects it to a network. NIC has its own MAC address and this identifies a PC on
the network.
Ans. Transmission – A process of sending and receiving data between source and destination, in only
one way. It is regarded as the physical movement of data.
Communication – A process of sending and receiving data between source and destination, in both
ways.
Ans. Network Address Translation (NAT) is a protocol used to convert the IP address of the computer
network into a local network to a single IP address. It takes all your local network devices and provides a
single IP address to share a single connection to the internet. NAT is used router, computer, firewall in a
local network.
Also Read – What Is CCNA And Why Should You Get A Certification?
Ans. Short form for Network Operating System. Specialized software that provides connectivity to a
computer such that it can communicate with other computers and devices on a network.
Q61. What is IDEA?
Ans. IDEA is the abbreviation for International Data Encryption Algorithm. It is the replacement for the
Data Encryption Standard (DES).
Ans. Brouter is a device that functions as both a bridge and a router. It forwards data within the
networks and also routes data to individual systems in a network.
A firewall prevents unauthorized access in private networks as intranets. However, it does not protect
against viruses, spyware, or adware.
An antivirus is software that protects a computer from any malicious software, virus, spyware, or
adware.
Ans. An acronym for Internet Protocol Configuration, Ipconfig is used on Microsoft Windows to view and
configure the network interface. It displays all TCP/IP network summary information available on a
network and helps to modify the DHCP protocol and DNS settings.
Ans. It is an acronym for Interface Configuration and is used on Linux, Mac, and UNIX operating systems.
ifconfig configures and controls the TCP/IP network interface parameters from Command Line Interface
while allowing the user to check the IP addresses of these network interfaces.
Ans. A semantic gap is a difference between high-level programming sets in various computer languages
and the simple computing instructions used by microprocessors.
Ans. The main difference is where do the computer networks belong to. If it is a home network, then
computers will be a part of a workgroup, and if it’s a workplace network, then the computers will be a
part of a domain.
Ans. NVT stands for Network Virtual Terminal and is a representation of a primary terminal. This virtual
terminal helps you to start a telnet session.
Ans. BGP or Border Gateway Protocol is a protocol used to transfer data and information between
different host gateways or autonomous systems.
Q74. What is Round Trip Time?
Ans. Round Trip Time or RTT is the time taken to send a message from one end of a network to the other
and back.
Ans. Localhost is the standard hostname given to the machine, and it is represented by the IP address
127.0.0.1. Therefore, we can say that 127.0.0.1 and localhost are the same thing.
Q76. Which are the most typical functional units of the client/server applications?
Ans. The most typical functional units of the client/server applications are –
Ans. Triggers are event-driven specialized procedures and are managed by database management
systems. It is capable of performing complex actions and use procedural languages full throttle.
Ans. A gateway is a hardware device that is connected to two or more networks. It may be a router,
firewall, server, or any other similar device, and is capable of regulating traffic in the network.
Ans. 10Base-T specifies data transfer rate, i.e., 10Mbps. Here the usage of the term ‘Base’ defines
‘Baseband’ and not ‘Broadband’. T denotes the type of cable, which is a twisted pair.
Session Layer
Application Layer
Ans. It is the process of gaining access to a restricted communications channel by using an already
established session by another user. This technique is known to improve the efficiency of the
bidirectional protocols.
Ans. It is a serial mode of transmission. It is the process of data transmission, where every character is a
self-contained unit. Each character in asynchronous transmission has its start and stop bits, along with
an uneven interval between them.
Ans. Synchronous transmission refers to continuous data streaming in the form of signals, accompanied
by regular timing signals. These signals are generated by the external clocking mechanism and ensure
that senders and receivers are in synchrony.
Q85. What are the different types of transmission media?
Ans. Process Sigma measures the frequency of a task that is performed without any error. It is expressed
as a number of standard deviations on a normal distribution.
Ans. Failure Mode Effect and Analysis or FMEA is a qualitative and systematic tool to identify potential
failure modes in a system, the reasons, and their effects.
Ans. It refers to a centralized infrastructure for distributing different routes and data to various
networks. Backbone networks connect LANs and WANs and also handles the management of bandwidth
and multiple channels.
Ans. OSPF is an abbreviation for Open Shortest Path First. It is a routing protocol that uses a link-state
routing (LSR) algorithm to find out the best possible path for data exchange.
Ans. Following are the five different ranges of addresses in the classes of the internet:
Ans. Datalink protocols are defined as the sets of requirements used to implement the data link layer.
There are the following categories of Data Link protocols:
Synchronous Protocols
Asynchronous Protocols
Ans. The Network Layer or OSI Layer 3 provides services for exchanging individual sections of data over
the network between identified end devices. To perform this end-to-end transport Layer 3 uses four
basic processes:
Addressing
Encapsulation
Routing
Decapsulation
Q94. Mention the different types of links used to build a computer network.
Ans. Following are the different types of links used to build a computer network:
Cables
Wireless Links
Last-Mile Links
Leased Lines
Q95. Mention the types of wires used for data transmission in UTP cable.
Ans. There are four types of wires used for data transmission in UTP cable, which is wire 1, 2, 3, and 6.
Where wires 1 and 2 are used to transmit the data while wires 3 and 6 are used to receive the data.
Ans. RG59 and RG6 cables are not used in the computer network. These cables are made for the cable
TV network.
Ans. 10Base2 is defined as part of the IEEE 802.3a standard, specifies data transmission speeds of
10Mbps and a total segment length of 185 meters using RG-58 coaxial cable. The 10Base2 standard
specifies a physical bus topology and uses BNC connectors with 50-ohm terminators at each end of the
cable. One of the physical ends of each segment must be grounded.
Ans. Fiber optical cable is the cable used in the 10BaseFL network.
Ans. An IP protocol is deliberated as a connectionless protocol because it does not build up a connection
before sending data to the endpoint.
Ans. A communications protocol is used to connect computers to remote networking services, including
Internet service providers.
Ans. The NIC stands for the network interface controller. NIC is a device or module that controls and
configures the interface of a processor system to a network or other interconnection. There are many
different types of interfaces in electronic systems. NICs generally configure, maintain the current state,
handle faults, and provide algorithm implementation to successfully transfer data to and from the
interface.
Ans. Following are the five application that uses TCP port:
FTP
POP
SSH
SMTP
Telnet
Ans. In the 5-4-3 rule, there is a maximum of five segments in a network that are connected with four
repeaters. It is used in 10Base2 and 10Base5 Ethernet architectures. In this rule, only three segments
can be populated with nodes.
Q105. Name the measurement unit used to measure the transmission speed of Ethernet?
Ans. Mbps is the measurement unit used to measure the transmission speed of Ethernet.
Must Read: Top Security Courses For IT Professionals
Q106. Name the switching method used to explore the destination Mac address.
Ans. The switching method that is used to explore the destination Mac address is Cut Through.
Ans. DDR stands for dial-on-demand routing used to generate and close a circuit-switched session. It
provides on-demand routing to the low volume and periodic traffic.
Ans. One access list can be used per interface and per protocol.
Q109. What is the possible way to convert the user data from DTE to the WAN Service Form?
Ans. To convert the user data from DTE to WAN Service Form, we can use the Modem, CSU/DSU, and
TA/NT1.
Ans. WAN services obtained by Cisco routers are switched services where protocols are used to connect
end to end devices and Interface front end.
Switched connections – using different sets of links between the sender and receiver to move data.
Ans. In the Sliding Window, the sender and receiver are required to deal with the manageable sequence
numbers. This abstract concept defines the range of sequence numbers with the concern of sender and
receiver.
Q113. What standard color sequences are used for a straight-through cable?
Ans. Standard color sequences used for a straight-through cable are Orange/white, orange, green/white,
green, blue/white, blue, brown/white, brown.
Ans. Network Interface Card is a connecting device used to interlink computers with the network. These
cards are of two types:
Ans. Simple Mail Transfer Protocol (SMTP) is a protocol used to move all internal mail across different
networks. It works with Mail Transfer Agent (MTA) and provides the mail transmission on the TCP/IP
protocol stack.
Ans. Institute of Electrical and Electronics Engineers (IEEE) is an organization comprised of engineers that
manage standards for electrical and electronic devices. It involves networking devices, cablings, network
interfaces, and connectors.
Q117. Name the layers of the TCP IP protocol suite that are involved in a link-layer switch.
Ans. In TCP IP protocol, a link-layer switch is involved with the data-link layer and physical layer.
Q118. What is MAU?
Ans. Multistation Access Unit(MAU) is a device used to connect multiple network stations in star
topology in the form of a ring which is also known as a token ring network.
Q119. Mention the maximum number of networks and hosts used in classes A, B, and C networks.
Ans. The maximum number of networks and hosts used in class A, B, and C network are:
I hope these networking interview questions will help you to crack your next hardware and networking
interview.
Download PDF
————————————————————————————————————–
If you have recently completed a professional course/certification, click here to submit a review and get
FREE certification highlighter worth Rs. 500.
4.2142857142857
IT Services Courses
Databases Courses
Cybersecurity Courses
Related Posts
Dec 26 2019
Technology
Nov 03 2020
Technology
May 07 2018
Technology
UDACITY ⭐ 3.5
UDEMY
Programming
Courses & CertificationsFree online coursesTop courses starting soonProgramming for managersTop 10
Free AI CoursesExecutive programsTrending coursesTop Interview Questions & Answers
Terms & ConditionsWhile Naukri Learning services have helped many customers over the years, we do
not guarantee any interview calls or assure any job offers with any of our services. The services
associated with Naukri Learning are only provided through the website Naukri.com. You are advised to
be cautious of calls/emails asking for payment from other web sites that claim to offer similar services
under the name of Naukri.com. We have no associates/agents other than the partner sites that have
been specifically named on the homepage of the website Naukri.com. We also recommend that you
read the Security Guidelines and Terms and Conditions
Partner
SitesNaukriNaukrigulfShiksha99acresFirstnaukriJeevansathiAmbitionboxPolicybazaarBrijjZomatoMeritna
tionAll rights reserved @ 2020 Info Edge (India) Ltd.