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

23⟩ Explain data link protocols?

Data link protocols are sets of specifications used to implement the data link layer. The categories of Data Link protocols are:

1. Asynchronous Protocols

2. Synchronous Protocols

☛ Character Oriented Protocols

☛ Bit Oriented protocols

 117 views

25⟩ What are error detection methods?

The common Error Detection methods are:

☛ Vertical Redundancy Check (VRC)

☛ Longitudinal Redundancy Check (VRC)

☛ Cyclic Redundancy Check (VRC)

☛ Checksum

 140 views

26⟩ Explain error detection?

Data can be corrupted during transmission. For reliable communication errors must be deducted and Corrected. Error Detection uses the concept of redundancy, which means adding extra bits for detecting errors at the destination.

 152 views

27⟩ What is VRC?

VRC is the most common and least expensive mechanism for Error Detection. In VRC, a parity bit is added to every data unit so that the total number of 1s becomes even for even parity. It can detect all single-bit errors. It can detect burst errors only if the total number of errors in each data unit is odd.

 133 views

28⟩ Explain redundancy?

The concept of including extra information in the transmission solely for the purpose of comparison. This technique is called redundancy.

 120 views

29⟩ What is CRC?

The most powerful of the redundancy checking techniques, is based on binary division.

 134 views

30⟩ What is LRC?

A block of bits is divided into rows and a redundant row of bits is added to the whole block. It can detect burst errors. If two bits in one data unit are damaged and bits in exactly the same positions in another data unit are also damaged, the LRC checker will not detect an error. In LRC a redundant data unit follows n data units.

 109 views

32⟩ Explain the types of errors?

☛ Single-Bit error:

In a single-bit error, only one bit in the data unit has changed

☛ Burst Error:

A Burst error means that two or more bits in the data have changed.

 130 views

36⟩ List the responsibilities of session layer?

The Session layer is the network dialog Controller. It establishes, maintains and synchronizes the interaction between the communicating systems.

☛ Dialog control

☛ Synchronization

 128 views

37⟩ List the the responsibilities of Application Layer?

The Application Layer enables the user, whether human or software, to access the network. It provides user interfaces and support for services such as e-mail, shared database management and other types of distributed information services.

☛ Network virtual Terminal

☛ File transfer, access and Management (FTAM)

☛ Mail services

☛ Directory Services

 130 views

38⟩ List the responsibilities of Transport Layer?

The Transport Layer is responsible for source-to-destination delivery of the entire message.

☛ Service-point Addressing

☛ Segmentation and reassembly

☛ Connection Control

☛ Flow Control

☛ Error Control

 122 views

39⟩ List the responsibilities of data link layer?

The Data Link Layer transforms the physical layer, a raw transmission facility, to a reliable link and is responsible for node-node delivery.

☛ Framing

☛ Physical Addressing

☛ Flow Control

☛ Error Control

☛ Access Control

 125 views