Network Administrator

  Home  Networking  Network Administrator


“Network Administrator frequently Asked Questions in various Network Administrator job Interviews by interviewer. The set of questions here ensures that you offer a perfect answer posed to you. So get preparation for your new job hunting”



105 Network Administrator Questions And Answers

61⟩ How to manage a network using a router?

Routers have built in console that lets you configure different settings, like security and data logging. You can assign restrictions to computers, such as what resources it is allowed access, or what particular time of the day they can browse the internet. You can even put restrictions on what websites are not viewable across the entire network.

 182 views

62⟩ Define TCP/IP?

TCP/IP is short for Transmission Control Protocol/Internet Protocol. This is a set of protocol layers that is designed to make data exchange possible on different types of computer networks, also known as heterogeneous network.

 179 views

63⟩ What is ARP main job?

The main task of ARP or Address Resolution Protocol is to map a known IP address to a MAC layer address.

 160 views

64⟩ Define DHCP?

DHCP is short for Dynamic Host Configuration Protocol. Its main task is to automatically assign an IP address to devices across the network. It first checks for the next available address not yet taken by any device, then assigns this to a network device.

 169 views

65⟩ Define hybrid network?

A hybrid network is a network setup that makes use of both client-server and peer-to-peer architecture.

 195 views

67⟩ Define tracert?

Tracert is a Windows utility program that can used to trace the route taken by data from the router to the destination network. It also shows the number of hops taken during the entire transmission route.

 172 views

69⟩ List the functions of a network administrator?

A network administrator has many responsibilities that can be summarize into 3 key functions:

☛ Installation of a network

☛ Configuration of network settings

☛ Maintenance/troubleshooting of networks.

 194 views

70⟩ Define SLIP?

SLIP, or Serial Line Interface Protocol, is actually an old protocol developed during the early UNIX days. This is one of the protocols that are used for remote access.

 166 views

72⟩ What are gateways?

ateways provide connectivity between two or more network segments. It's usually a computer that runs the gateway software and provides translation services. This translation is a key in allowing different systems to communicate on the network.

 199 views

73⟩ What is star topology?

Star topology consists of a central hub that connects to nodes. This is one of the easiest to setup and maintain.

 190 views

74⟩ Define firewalls?

Firewalls serve to protect an internal network from external attacks. These external threats can be hackers who want to steal data or computer viruses that can wipe out data in an instant. It also prevents other users from external networks from gaining access to the private network.

 158 views

75⟩ What is the main purpose of OSPF?

OSPF, or Open Shortest Path First, is a link-state routing protocol that uses routing tables to determine the best possible path for data exchange.

 238 views

76⟩ How to identify the IP class of a given IP address?

By looking at the first octet of any given IP address, you can identify whether it's Class A, B or C. If the first octet begins with a 0 bit, that address is Class A. If it begins with bits 10 then that address is a Class B address. If it begins with 110, then it's a Class C network.

 191 views

78⟩ Define MAC addresses?

MAC, or Media Access Control, uniquely identifies a device on the network. It is also known as physical address or Ethernet address. A MAC address is made up of 6-byte parts.

 206 views

79⟩ List the advantage of address sharing?

By using address translation instead of routing, address sharing provides an inherent security benefit. That's because host PCs on the Internet can only see the public IP address of the external interface on the computer that provides address translation and not the private IP addresses on the internal network.

 187 views