Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

What do we check while configuring the server?

Answer»

Sir I usually performs various factors:

User configuration, Network Configuration, Management of packages like PHP, MongoDB, NGINX, PEAR, ETC. , Installation and configuration update, configuring NTP server, Configuring firewalls and iptables, securing SSH, Hardening by configuring DAEMON, Kernel hardening by SELinux, and set up logging.

2.

What does Round Trip Time mean?

Answer»

ROUND TRIP Time is the time (millisecond) TAKEN by a network request to MOVE from the starting point to its destination and return to its starting point again. RTT diagnose the speed and reliability of a network and is an important metric to find out how long it will TAKE to make the complete trip.

3.

Can you differentiate between Collision Domain and Broadcast Domain?

Answer»
Collision DomainBroadcast Domain
It is a section of a network that is connected by the SHARED mediums.It is a LOGICAL division of the computer network.
It sends the data through the Network segmentIt sends the data through the LAN segment
Collision in the network occurs when more than a single device tries to SEND the packets.Congestion in the segment increases when more than a single device tries to send the packets.
4.

What do you mean by the term PoE?

Answer»

The PoE (POWER over Ethernet) is a TECHNOLOGY where a SINGLE CABLE is used to transfer both the DATA and the power supply at the same time. A twisted-pair Ethernet cable is used to supply electric power with data.

5.

In routing, what are the variety of cables that have been used?

Answer» DIFFERENT types of CABLES are:
  • Coaxial cable
  • Optical FIBER cable
  • Twisted PAIR cable
6.

How many types of memories are used in the Cisco router?

Answer»

There are 4 TYPES of memories in a Cisco Router.

  • RAM (Random Access Memory)
  • ROM (READ Only Memory)
  • NVRAM (Non-Volatile Random Access Memory)
  • FLASH Memory
7.

Could you please tell me the difference in static and dynamic IP addressing?

Answer»
Static IP AddressDynamic IP Address
Static IP Address does not change with time.Dynamic IP Address changes with time.
It is less SECURED.It is very secured because of its volatility.
Devices that use Static IP ADDRESSES can be tracked easily.Devices that use Dynamic IP address is DIFFICULT to track.
Highly STABLE but costly.Less stable but cheaper.
8.

What is PING used for?

Answer»

PING is a networking utility that is used to check WHETHER the HOST is reachable over a NETWORK or not.

Related Article: Linux INTERVIEW Questions and Answers
9.

How would you differentiate between LAN, MAN, and WAN?

Answer»
LANMANWAN
The ABBREVIATION for LAN is Local Area NetworkThe abbreviation for MAN is Metropolitan Area NetworkThe abbreviation for WAN is Wide Area Network
It is limited to SMALL areas like schools, colleges, hospitals, etc.It COVERS towns, cities, etc.It has a MUCH larger radius than a LAN and WAN and ESTABLISHES communication between countries.
The transmission speed is fast in LANThe transmission speed is averageIt has a low transmission speed
Design and maintenance are easyDesign and maintenance are difficult compared to LAN.Design and maintenance are very difficult.
10.

Define Network Congestion?

Answer»

Network congestion is a POOR quality of networking service that OCCURS when a channel or link carries more data than it can HANDLE. This RESULTS in data packets loss, queuing delays, and blocking of new network connections.

11.

How would you differentiate between the Switches, Routers, and the Hub?

Answer»
SwitchesRoutersHub
Datalink layerNetwork layerPhysical layer
They are USED in LANThey are used in LAN, MAN, and WANThey are used in LAN
It has the speed of 1GbpsIt has the speed of 1-100Mbps in CASE of WIRELESS 100Mbps-1Gbps in case of wiredIt has the speed of 10Mbps
12.

What do you mean by the Switch and why are we using Switches?

Answer»

A hardware device that filters and transfers network data PACKETS from one device to ANOTHER is called a switch. Switches are intelligent as they find the shortest WAY to TRANSFER data packets and you can transfer data to a particular host instead of sending it to all connected devices.

Switches are used for sharing resources by connecting all the devices like servers, computers, scanners, etc where they can communicate with each other.

Related Article: Top Operating System Interview QUESTIONS 2020
13.

Name all layers of the OSI model?

Answer»

In the OSI model, seven layers are there:

  • Physical Layer
  • Data Link Layer
  • Network Layer
  • Transport Layer
  • Session Layer
  • Presentation Layer
  • Application Layer

Note: OSI model and TCP IP model questions are one of the most asked questions AMONG the CCNA interview questions. STUDY both of them in DETAIL.

14.

How would you differentiate between ‘bit rate’ and ‘baud rate’?

Answer»
BIT rateBaud rate
The NUMBER of bits transmitted per second is called Bit Rate.The number of signals per second is called the Baud Rate.
It improves COMPUTER efficiency.It improves data transmission.
Bit rate = Baud rate × Number of bits per baud.Baud Rate = Bit rate / Number of bits per baud.
15.

What is Peer to Peer network?

Answer»

Peer to peer networking or you can say P2P networking is the SHARED APPLICATION architecture that segregates the TASKS or the WORKLOADS among PEERS.

16.

What is the size of an IP address?

Answer»

The IP address has 2 VERSIONS AVAILABLE today. IPv4 and IPv6.

  • IPv4 is 32 bits or 4 bytes.
  • IPv6 is 128 bits or 16 bytes.