40 Top Networking Interview Questions
We need IP address for the device to the identification on the internet basically IP is the source of identification on the internet and if you want to access the internet we need IP address. And on the other side if any one want to communicate in a LAN they need device and if device has no IP address than they cannot communicate with each other.
2) What is difference between IPv4 and IPv6 ?
IPv4 is the ip address version 4 and this address is 32 bits address in which there are four octets and four octets are equal to 4 bytes. There are 2^32 addresses that are approximately 4.29 billions addresses. And Ipv6 is the upgraded version of the ip address and this address is 128 bits address in which there are trillions of trillions addresses and this version has the 64 bits network part and 64 bits for host part. IPv6 is the solution for the shortage of the IPv4 addresses.
3) Which IP address is used for local testing ?
The ip address 127.0.0.1 is used for the local testing and this address is known as the loopback address and that address is always up it is used for the testing purpose of own system. The loopback is the source of this question (Is our system work correctly ?) .
4) What are the layers of the OSI Model ?
Following are the seven layers of Open System Interconnection Model:
- Application Layer
- Presentation Layer
- Session Layer
- Transport Layer
- Network Layer
- Data Link Layer
- Physical layer
5) Which layer deals with the encoding and decoding ?
Presentation layer is the layer that deals with the encoding and decoding of the data.
6) How many logical ports are and which ports are reserved ?
There are total 65535 logical ports are exist and 0-1023 ports are reserved for the specific purposes and 1024-65535 ports are not reserved these logical ports are that we can use and we find out the service with respect to the specific port.
7) Which layer use for the checking the availability of the destination ?
Transport layer is the layer that is used to check the availability of the destination and it is also responsible for the establishing, maintaining, and terminating the session.
8) What are port numbers of the FTP, Telnet, and SMTP ?
- FTP port number 20,21.
- Telnet port number 23
- SMTP port number 25.
- Identifying service.
- Segmentation.
- Sequencing and reassembling.
- Flow control.
- Error control.
TCP
- TCP stands for the transmission control protocol.
- TCP is reliable and connection oriented.
- TCP is slower.
UDP
- UDP stands for the user datagram protocol.
- UDP is unreliable and connectionless.
- UDP is faster.
11) What are routing protocols and routed protocols ?
Routing protocols are the protocols that are used for the advertising the networks and there are many routing protocols which are following : RIPv1, RIPv2,IGRP, EIGRP OSPF, BGP, ISIS.
Routed Protocols are the protocols that are used for the sending the user data means packet to one network to the other network basically routed protocol carries user traffic to one network to other which are the following IPX, AppleTalk, and IP.
12) What is the major work of router ?
Router is the networking device that is work on the network layer and it work on the IP address and the major work of the router is it integrate LAN and WAN. It is unicast device and it determine the best path from source to the destination.
13) What is difference between the console port and auxiliary port ?
- Console port is the port that is use for the local configuration when device is near you.
- Auxiliary port is the port that is use for the remote configuration when device is not near you.
14) What is three tier hierarchy ?
Three tier hierarchy is the architecture that base on the three layers following are the three layers of this architecture:
- Core Layer.
- Distribution/Aggregation Layer.
- Access Layer.
15) What are the internal components of the router ?
- POST: (Power On Self Test).
- ROM : (Read Only Memory) store the Internetworking Operating System.
- FLASH : Flash is also stores the IOS (Internetworking Operating System).
- NVRAM :Store the configuration permanently.
- RAM : Store the configuration Temporary.
16) What is DCE and DTE ?
DCE stands for the data communication equipment and it is for the source side at this side we set the clock that is commonly 64000. DTE stands for the data termination equipment and it is for the customer side at this side clock not set.
17) What is Encapsulation and DE encapsulation ?
When data is sent from a upper layer to a lower layer, each layer adds information to data is known as the encapsulation. When data is sent from lower layer to upper layer, each layer will remove information is known as the de-encapsulation.
18) What is difference between the HDLC and PPP ?
HDLC and PPP are the encapsulations HDLC stands for the higher level data link control protocol and HDLC is the cisco proprietary, no support the authentication, no support the compression and error correction and on the other hand PPP stands for the point to point protocol it is a standard protocol and support the authentication, support the compression and error correction .
19) What is convergence ?
Convergence is "to complete the routing table" in other words when each and every ip in the topology is pingable, reachable, and accessible.
20) What are the methods of the routing ?
There are the three methods of the routing that are following :
- Static Routing
- Default Routing
- Dynamic Routing
- The original range of the class A is 0-127.
- The commercial range of the class A is 1-126.
30) What are the three types of router in ISIS and describe it roles ?
- Administrative distance of EBGP is 20.
- Administrative distance of IBGP is 200.
- Label insert.
- Label swap.
- Label pop.
- Pre Build Cache.
- Adjacencies Table.
- Label Information.
0 Comments