MockQuestions

Network Engineer Mock Interview

Question 2 of 30 for our Network Engineer Mock Interview

Network Engineer was updated by on September 13th, 2021. Learn more here.

Question 2 of 30

What is a protocol you would use to send data from one network to another one?

"When transmitting data between networks, I typically use routing information protocol, or RIP. This is the most efficient way to manage routing data. The protocol broadcasts its routing table to all the other routers on the network. The appropriate router then identifies itself, and the information is transmitted to it. It may take several hops between different routers for the information to reach its ultimate destination."

Next Question

How to Answer: What is a protocol you would use to send data from one network to another one?

Advice and answer examples written specifically for a Network Engineer job interview.

  • 2. What is a protocol you would use to send data from one network to another one?

      How to Answer

      This is a different format of a technical question. Rather than provide you with a term and ask you to define it and describe its use, the interviewer asks you about the protocol you would use to perform a specific function on the network. There is no standard format for technical questions the interviewer will ask you. By asking you how you would perform a specific function, they are confirming that you have experience in this area and have done this in one of your past positions.

      Written by William Swansen on September 13th, 2021

      Answer Example

      "When transmitting data between networks, I typically use routing information protocol, or RIP. This is the most efficient way to manage routing data. The protocol broadcasts its routing table to all the other routers on the network. The appropriate router then identifies itself, and the information is transmitted to it. It may take several hops between different routers for the information to reach its ultimate destination."

      Written by William Swansen on September 13th, 2021

      Anonymous Interview Answers with Professional Feedback

      Anonymous Answer

      "Sending data between two networks is predominately done in one of two ways, TCP or UDP. TCP ensures that every packet gets to the receiving network. If there is an error in a packet or a packet is missing, that packet is resent, and an acknowledgment is sent to the sender. TCP traffic is used mostly when data is essential and every packet counts. UDP on the other hand is more fire and forget and used mostly in voice and video traffic. Since this happens in real-time, there is no benefit to making sure missed packets or errored packets get resent. Plus, this adds more overhead to the traffic that can cause network performance issues, such as higher latency or slower network."

      Stephanie's Feedback

      This is a solid start, but I suggest adding a sentence or two about why you would choose this protocol.