EI2401-Industrial Data Networks
EI2401-Industrial Data Networks
EI2401-Industrial Data Networks
COLLEGE
DEPT OF EIE
QUESTION BANK
DEPARTMENT OF ELECTRONICS AND INSTRUMENTATION ENGINEERING
SUBJECT CODE: EI2401
SUBJECT NAME: INDUSTRIAL DATA NETWORKS
SEMESTER: VII/BE(EIE)
Unit-I : DATA NETWORK FUNDAMENTALS
PART A
1.Define networks?
A network is a set of devices (referred to as nodes) connected by media links. A node can be a computer,
printer, or any other device capable of sending or/receiving data generated by other nodded on the network.
The links connecting the devices are called as communication channels.
2.Define line configuration?
Line configuration refers to the way two or more communication devices attach to a link. A link is the
physical communication pathway that transfers data from one device to another.
3.Define topology? What are the different types of topology?
Topology refers to the way a network is laid out, either physically or logically. Two or more devices
connect to a link; two or more links forms a topology. The different types of topology are, a)Mesh, b)Star,
c)Tree, d)Bus, e)Ring
4.Define peer-to-peer and primary-secondary transmissions?
Peer-to-peer is one where the devices share the link equally. Primary-secondary is one where one device
controls traffic and the others must transmit through it.
5.What is the difference between active hub and passive hub?
a)Active hub:-The central hub in the tree is an active hub. An active hub contains a repeater, which is
hardware device that regenerates the received bit patterns before sending them out.
b)Passive hub:-A passive hub provides a simple physical connection between the attached devices.
6.Define transmission modes? What are the types of transmission modes?
Transmission mode is used to define the direction of flow between two linked devices. There are three
types of transmission modes;
a)Simplex :- The communication is unidirectional, as on a one-way street. Only one of the two stations on
link can transmit; the other can only receive.
b)Half-duplex:- each station can transmit and receive but not at the same time. When one device is sending
the other can only receive, and vice versa.
c)Full-Duplex:- both stations can transmit and receive simultaneously.
7.What are the different categories of n/ws?
a)LAN(Local Area Network):- A LAN is usually privately owned and links the devices in a single office,
building or campus. LANs are designed to allow resources to be shared between personal computers are
workstations.
b)MAN(Metropolitan Area Network):-A MAN is designed to extend over an entire city. It may be a single
n/w such as a cable tv n/w, or it may be means of connecting a number of LANs into a larger network so
that resources may be shared LAN-to-LAN as well device-to-device.
c)WAN(Wide Area Network):-WAN provides long distance transmission of data, voice, image and video
information over large geographical areas that may comprise a country, or even the whole world.
8.What is an open system model?
A open system model is a model that allows any two different systems to communicated regardless of their
underlying architecture. It is a layered frame work for the design of network systems that allows for
communication across all types of computer systems. It is built of seven ordered layers. They are,
Layer1 physical layer, Layer2 data link layer, Layer3- network layer, Layer4 transport layer, Layer5session layer, Layer6 presentation layer, Layer7 application layer
9. What is the mechanism of ENQ/ACK?
The initiator first transmits a frame called an enquiry asking if the receiver is available to receive data. The
receiver must answer either with an acknowledgement frame if it is ready to receive with negative
acknowledgement.
PREPARED BY: Ms.P.Kalaiyarasi A.P/EIE
Ms.V.P.Sandhya A.P/EIE
DEPT OF EIE
10.What does the term error control mean in the data link layer?
Error control in the data link layer is based on the automatic repeat request which means retransmission of
data in three cases: damaged frame lost frame, lost acknowledgment.
11. What is the mechanism of poll/select?
A poll is sent to the secondary device by the primary to determine if the secondary has to send. The
secondary can respond by sending a acknowledgement or a data frame.
A select frame is sent from the primary device to the secondary device to tell the secondary to prepare to
receive data. The secondary responds with an ACK or a NAK
12.Define protocol.
A protocol in data communications is the set of rules used to implement one or more layers of the OSI
model.
13.What is data transparency?
Data transparency in data communication means we should be able to send any combination of bits as
data. The combination of bits as data is not confused with the control information.
14.What is bit stuffing?
Bit stuffing is the process of adding one extra 0 whenever there are five consecutive 1s in the data. So
that the receiver doesnt mistake the data for a flag.
15.What do you mean by HDLC?
High-level data link control is a bit oriented data link designed to support both half-duplex and full-duplex
communication over point-to point and multi point links.
16. How do the three HDLC frame types differ from one another?
a)I-frame-for data transmission and control,
b)S-frame -control,
c)U-frame for control and management
17. What are the types of modes in HDLC?
a) normal response mode(NRM),
b) asynchronous response mode(ARM),
c)Asynchronous balanced mode(ABM)
18.What is packet switching?
Packet switching is a digital networking communications method that groups all transmitted data
regardless of content, type, or structure into suitably sized blocks, called packets.
19.List the 3 main methods of accessing the communication media.
An access method is a set of rule governing how the network node share the transmission medium.The 3
main methods of accessing the communication media are Contention(CSMA/CD,CSMA/CA),Token
Passing,Demand Priority.
20.What is the hyper text transfer protocol?
The rules governing the conversation between a Web client and a Web server
PART B
Ms.V.P.Sandhya A.P/EIE
DEPT OF EIE
Ms.V.P.Sandhya A.P/EIE
DEPT OF EIE
1.
2.
3.
4.
5.
6.
7.
8.
Ms.V.P.Sandhya A.P/EIE
DEPT OF EIE
units
ii)Common-Practice :-Provides functions common to many field devices but not all. If a device uses these
functions, these commands should be used to perform them.
iii)Device specific:-Provides functions which are more or less unique to a particular filed device .
6.What are the different HART networks?
i)Point-to-point: In point-to-point mode, the traditional 420 mA signal is used to communicate one
process variable, while additional process variables, configuration parameters, and other device data are
transferred digitally using the HART protocol.The communication takes place between two devices.
ii)Multidrop:-The multidrop mode of operation requires only a single pair of wires and, if applicable,
safety barriers and an auxiliary power supply for up to 15 field devices All process values are transmitted
digitally. In multidrop mode, all field device polling addresses are >0, and the current through each device
is fixed to a minimum value (typically 4 mA).
7.What are the capabilities to be considered in selecting a HART multiplexer?
HART multiplexer systems, the following capabilities should be considered: Number of HART channels
supported, Number of HART channels that share a HART modem, Burst mode support, Multidrop
support, Method of communication with the host computer or control system
8.What is meant by pass-through feature?
Some control systems are integrated with a configuration or instrument-management application. In these
systems, the control system passes a HART command, issued by the management application, to the field
device via its I/O interface. When the control system receives the reply from the field device, it sends the
reply to the management application. This function is referred to as a passthrough feature of the control
system.
9.How is the HART protocol linked with OSI model?
The HART protocol utilizes the OSI reference model. As is the case for most of the communication
systems on the field level, the HART protocol implements only the layers 1, 2 and 7 of the OSI model.
The layers 3 to 6 remain empty since their services are either not required or provided by the application
layer 7.
10.What are the features of HART protocol?
The most important performance features of the HART protocol include: i)proven in practice, simple
design, easy to maintain and operate, ii)interoperability, iii)compatible with conventional analog
instrumentation, simultaneous analog and digital communication, iv) option of point-to-point or multidrop
operation, v)flexible data access via up to two master devices, vi) supports multivariable field devices,
vii)sufficient response time of approx. 500 ms, viii) open de-facto standard freely available to any
manufacturer or user
11.What is meant by Device Description(DD)?
Some HART host applications use device descriptions (DD) to obtain information about the variables and
functions contained in a HART field device. The DD includes all of the information needed by a host
application to fully communicate with the field device. HART Device Description Language (DDL) is
used to write the DD, that combines all of the information needed by the host application into a single
structured file. The DD identifies which common practice commands are supported as well as the format
and structure of all device-specific commands. A DD for a HART field device is roughly equivalent to a
printer driver for a computer.
12.What is meant by fieldbus?
Fieldbus is an all digital, serial two way communication system that interconnects devices in the field
such as sensors, actuators and controllers. Fieldbus replaces the 4-20mA standards. Fieldbus is a LAN for
instruments with built in capability to distribute a control application across the network.
13.What are the advantages of fieldbus?
1)Give bidirectional digital communication, 2)Simple cabling and cross wiring, 3)Higher safety through
self monitoring and maintenance, 4)Device interoperability,
5)Advanced functions added to field
instrumentation, 6)Quick on-line diagnostics, 7)Filedbus allows many pairs of wires to be connected to a
single pair of wire. 8)Powerful Performance Software applications helps to configure a fieldbus quickly,
9)Provides more reliable data for control.
14.What are the different fieldbus topologies?
i)Point-to-point topology, ii)Bus with spurs topology, iii)Tree topology, iv)Daisy chain topology.
15.What are the two types of fieldbus?
i)H1 fieldbus: low speed(31.25 kbps), error proof transmission, used for control applications such as temp,
PREPARED BY: Ms.P.Kalaiyarasi A.P/EIE
Ms.V.P.Sandhya A.P/EIE
DEPT OF EIE
Response Codes
Ms.V.P.Sandhya A.P/EIE
DEPT OF EIE
1 byte
Variable
bytes
Ms.V.P.Sandhya A.P/EIE
DEPT OF EIE
Ms.V.P.Sandhya A.P/EIE
DEPT OF EIE
20.Write the disadvantages of FIELDBUS compared to the 20mA analog HART standard.
The primary disadvantage of using Foundation Fieldbus is the higher initial cost of the field
instruments over HART or analog. There is also the initial steep learning curve to transition from
traditional analog with control in a DCS to field control with Foundation Fieldbus
PART B
Ms.V.P.Sandhya A.P/EIE
DEPT OF EIE
the hosts.
9. Mention the different bands of radio spectrum.
Ultra-high frequency (mid and low); Very high frequency (high, mid, low); High frequency
10. What factors cause attenuation of RF signal?
(i) Free space attenuation,
(ii)Diffraction losses,
(iii)Rain attenuation,
(iv) Reflection losses.
11. What is Fresnel zone?
There is an area around the radio path that appears as a cone that should be kept as clearance for the radio
path. This is referred to as the 'Fresnel zone'.
12.Define L.O.S
Line of sight (L.o.S) is a type of propagation that can transmit and receive data only where transmit and
receive stations are in view of each other without any sort of an obstacle between them. FM radio,
microwave and satellite transmission are examples of line-of-sight communication.
13. List the radio spectrum range.
Ultra high frequency (UHF) mid 960 to 800
- low 520 to 335
Very high frequency (VHF) high- 225 to 101
- mid 100 to 60
- low 59 to 31
High frequency (HF)- 30 to 2 Mhz
14. Define the term modem.
Modem is a Short form of modulator-demodulator. A modem is a device or program that enables
a computer to transmit data over, for example, telephone or cable lines. Computer information is
stored digitally, whereas information transmitted over telephone lines is transmitted in the form
of analog waves. A modem converts between these two forms.
15. What are antennas and its function?
An antenna is an electrical device which converts electric power into radio waves, and vice
versa. It is usually used with a radio transmitter or radio receiver. In transmission, a radio transmitter
supplies an electric current oscillating at radio frequency (i.e. a high frequency alternating current (AC)) to
the antenna's terminals, and the antenna radiates the energy from the current as electromagnetic
waves (radio waves). In reception, an antenna intercepts some of the power of an electromagnetic wave in
order to produce a tiny voltage at its terminals, that is applied to a receiver to be amplified.
16. What is mean by round trip delay time?
In telecommunications, the round-trip delay time (RTD) or round-trip time (RTT) is the length of time
it takes for a signal to be sent plus the length of time it takes for an acknowledgment of that signal to be
received. This time delay therefore consists of the propagation times between the two points of a signal.
17. Draw the MAU unit
Ms.V.P.Sandhya A.P/EIE
DEPT OF EIE
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
Ms.V.P.Sandhya A.P/EIE