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

1⟩ Explain Link?

At the lowest level, a network can consist of two or more computers directly connected by some physical medium such as coaxial cable or optical fiber. Such a physical medium is called as Link.

 154 views

2⟩ What is node?

A network can consist of two or more computers directly connected by some physical medium such as coaxial cable or optical fiber. Such a physical medium is called as Links and the computer it connects is called as Nodes.

 145 views

3⟩ Explain a gateway or Router?

A node that is connected to two or more networks is commonly called as router or Gateway. It generally forwards message from one network to another.

 147 views

4⟩ What is network?

A network is a set of devices connected by physical media links. A network is recursively is a connection of two or more nodes by a physical link or two or more networks connected by one or more nodes.

 145 views

5⟩ Can you please explain the difference between Bandwidth and Latency?

Network performance is measured in Bandwidth (throughput) and Latency (Delay). Bandwidth of a network is given by the number of bits that can be transmitted over the network in a certain period of time. Latency corresponds to how long it takes a message to travel from one end off a network to the other. It is strictly measured in terms of time.

 140 views

6⟩ Explain routing?

The process of determining systematically hoe to forward messages toward the destination nodes based on its address is called routing.

 146 views

8⟩ What do you know when a switch is said to be congested?

It is possible that a switch receives packets faster than the shared link can accommodate and stores in its memory, for an extended period of time, then the switch will eventually run out of buffer space, and some packets will have to be dropped and in this state is said to congested state.

 134 views

12⟩ Tell me the criteria necessary for an effective and efficient network?

☛ Performance:

It can be measured in many ways, including transmit time and response time.

☛ Reliability:

It is measured by frequency of failure, the time it takes a link to recover from a failure, and the network's robustness.

☛ Security:

Security issues includes protecting data from unauthorized access and viruses.

 145 views

16⟩ Explain linear block code?

A linear block code is a code in which the exclusive OR (addition modulo-2) of two valid code-words creates another valid code-word.

 145 views

17⟩ Explain code words?

"r" redundant bits are added to each block to make the length n = k + r. The resulting n-bit blocks are called code-words. 2n - 2k code-words that are not used. These code-words are invalid or illegal.

 153 views

18⟩ Explain cyclic codes?

Cyclic codes are special linear block codes with one extra property. In a cyclic code, if a code-word is cyclically shifted (rotated), the result is another code-word.

 154 views

19⟩ What is retransmission?

A technique in which the receiver detects the occurrence of an error and asks the sender to resend the message. Re-sending is repeated until a message arrives that the receiver believes is error-freed.

 141 views

20⟩ Explain data words?

In block coding, we divide our message into blocks, each of k bits, called data-words. The block coding process is one-to-one. The same data-word is always encoded as the same code-word.

 148 views