Basic Networking Questions and Answers Part 1 (About TCP/IP) - Interview questions for system administrator or Desktop Support.

1. Explain TCP/IP classes with Range of IP address

Answer-

  • CLASS A=1 to 126
  • CLASS B=128 to 191
  • CLASS C=192 to 223
  • CLASS D=224 to 239 (Multi casting)
  • CLASS E=240 to 255 (Research)


TCP / IP


2. What is private Ip address and range of private IP ?

Answer—

Private IP address are not used in Internet or not routable in Internet. These IP address are used on private Network like inside your Office etc. The private IP also called as non-routable IP.

  • Class A=10.0.0.0 to 10.255.255.255
  • Class B=172.16.0.0 to 172.31.255.255
  • Class C=192.168.0.0 to 192.168.255.255

3. Which protocol is used by PING?

Answer-

Ping uses ICMP (Internet control management protocol)

4. What is default Gateway?

Answer—

Default gateway is the address of router or Modem.

5. What is the use of Tracert ?

Answer-

Tracert (Trace Route) is a command to find path information between source and destination. It shows No. of hops between source and destination.

6. What is subnet mask?

Answer—

Subnet mask is used to differentiate Network ID and Host ID from given IP address. The default subnet mask are as under. 

Class A= 255.0.0.0
Class B=255.255.0.0
Class C=255.255.255.0

7. What is full form of PING ?

Answer-

Packet Internet Network Gopher


Ping Loop back address


8. What is Loop back address ?

Answer-

The loop back address is 127.0.0.1, This address is used to check local TCP/IP suite on local machine.

9. What is the function of router ?

Answer—

Router is a device or PC which is used to connect two or more ip address.

10. Which protocol is used, while you access a web site?

Answer-

HTTP hyper text transmission protocol.



Comments