Network Engineer

  Home  Engineering  Network Engineer


“Network Engineer job test questions and answers guide. The one who provides the best answers with a perfect presentation is the one who wins the job hunting race. Learn Network Engineer and get preparation for the new job”



142 Network Engineer Questions And Answers

103⟩ Tell me have you ever worked in heterogeneous environments and multiple server and client platforms?

The obvious answer to this question is yes or no, but you should elaborate if the answer is yes. Most networking environments use a combination of Windows and Linux servers and desktops. Usually, network engineers prefer Linux servers and work with Windows and Linux desktops. Occasionally, you might have some Mac desktops as well to work with.

 141 views

108⟩ Can you please explain the difference between TFTP and FTP application layer protocols?

The Trivial File Transfer Protocol (TFTP) allows a local host to obtain files from a remote host but does not provide reliability or security. It uses the fundamental packet delivery services offered by UDP.

The File Transfer Protocol (FTP) is the standard mechanism provided by TCP / IP for copying a file from one host to another. It uses the services offer by TCP and so is reliable and secure. It establishes two connections (virtual circuits) between the hosts, one for data transfer and another for control information.

 141 views

109⟩ List the important topologies for networks?

☛ BUS topology: In this each computer is directly connected to primary network cable in a single line.

☷ Advantages: Inexpensive, easy to install, simple to understand, easy to extend.

☛ STAR topology: In this all computers are connected using a central hub.

☷ Advantages: Can be inexpensive, easy to install and reconfigure and easy to trouble shoot physical problems.

☛ RING topology: In this all computers are connected in loop.

☷ Advantages: All computers have equal access to network media, installation can be simple, and signal does not degrade as much as in other topologies because each computer regenerates it.

 129 views

110⟩ Explain the major types of networks?

☛ Server-based network: provide centralized control of network resources and rely on server computers to provide security and network administration

☛ Peer-to-peer network: computers can act as both servers sharing resources and as clients using the resources.

 121 views

111⟩ Describe the mesh network?

A network in which there are multiple network links between computers to provide multiple paths for data to travel.

 113 views

113⟩ What is 5-4-3 rule in network engineering?

In a Ethernet network, between any two points on the network ,there can be no more than five network segments or four repeaters, and of those five segments only three of segments can be populated.

 121 views

115⟩ Do you know about some basic ways to speed up network performance?

There are several ways to improve network performance. You can first make sure you disable peer-to-peer downloading and torrents. Some companies restrict media streaming such as YouTube and Pandora. You can also add compression to files to reduce the amount of bandwidth used. Another area where some network admins make mistakes is timed backups and large data transfers. Make sure your backups are done during slow network times, which is usually overnight when the office is closed.

 127 views

118⟩ What is logical link control in network engineering?

One of two sub-layers of the data link layer of OSI reference model, as defined by the IEEE 802 standard. This sub-layer is responsible for maintaining the link between computers when they are sending data across the physical network connection.

 127 views

119⟩ Tell me about silly window syndrome?

It is a problem that can ruin TCP performance. This problem occurs when data are passed to the sending TCP entity in large blocks, but an interactive application on the receiving side reads 1 byte at a time.

 130 views