Mini Project
Mini Project
Mini Project
the media to or from the nodes. Topology refers to both the physical network
(wires, hubs, switches, devices, etc.) and the logical networkwith all its
interconnections.
Device:Some of the most rapid and radical technology change is occurring at the
device level. The device level may be called edge technology because it is at the
boundary dividing the real world environment from the sensing and actuating
done by technology. Devices may also be considered elemental, because they
are the smallest finite point of interface of technology to the real world.
For instance, a thermistor may be considered a
device. A thermistor is a special kind of resistor, a small electronic component,
typically two-wire, very inexpensive to manufacture, yet very effective and
reliable as a temperature sensing device. The sensing characteristic of a
thermistor is that its resistance changes very predictably and consistently with
temperature in the range for which it is designed. In many applications a
thermistor is the only component in a wall mounted temperature sensing
device. These devices may be seen on the walls and hidden in the decor of
many large commercial spaces as part of the heating and cooling system. These
are some of the simple end nodes or edge devices between the environment
being sensed and controlled, and the technology that provides this managed
comfort.
At the elemental level, these devices always fall
into one of two general categories; sensors or actuators. These two types of
devices give people a view into the environment for which they have a concern
that is, sensing, and offer the ability to influence or make some adjustment to
that environment, that is, actuating. When sensing and actuating occurs
automatically, it is called automation and requires some control mechanism to
manage the actuation based on some limits of the parameters being sensed.
When the control component of an automated paradigm is electronic, it is often
called the control device. However, it is not the same as sensing and actuating
devices. Control devices are usually significantly more complex than edge
devices, and in the past, have physically been distant from the real world edge.
For the control device to. 3 communicate with edge device, a communication
network was necessary, as well as a device to transduce the raw edge device
signal, sometimes called the field signal to a digital electronic signal the control
device could receive, transmit, and process. Normally, in an automation
paradigm, the edge device level is specified first. The real world environment to
be sensed and perhaps automatically controlled is assessed for the type of
sensing necessary and devices are selected with a mind to how they will be
connected to the technology that will convert real world parameters to
electronic data to be stored, processed, perhaps for analysis, control, or
historical records. If control is prescribed, then points where physical action
must be taken to manage the environment are identified and appropriate
actuator devices are selected. Network Today most electronic communication is
done serially, even at computer bus levels, in part, because the transmission
speed is consistent with Moores Law, and has increased by orders of
magnitude. Ethernet, Universal Serial Bus (USB), Serial Advanced Technology
Attachment (SATA), Enhanced PCI (PCIe), FireWire, Thunderbolt, and Scalable
Link Interface (SLI), among many others, are all serial, and very high speed.
Component sizes have correspondingly shrunk making it possible to include
very high speed connectivity to almost any device. Speed and component size
will continue to be a challenge, speed will continue increase and components
will continue to shrink. The greater challenge is optimization of data transfer to
take full advantage of the speed. Technologies to increase efficiency, reliability,
and
wireless
standards use basically similar firmware riding on top of IEEE 802.15.4 low
power mesh radios. IEEE 802.11xx, commonly called WiFi, uses a different set
of radios but can be designed in similar topologies. Zigbee, Wireless HART,
ISA100 and WIA-PA are incompatible and cannot be used in the same network.
There are numerous wireless sensor network protocols that are not standards
based. Surveys by Control magazine among others indicate that nearly 30% of
all wireless field sensor networks are using these proprietary protocols, and
that number does not appear to be declining.
Topologies
There are a finite number of ways nodes on a network can be connected, both
to the network and to each other. The basic topologies network engineers
observe in industrial automation are;
Point-to-point (or Line)
Multi-drop (or Bus)
Ring
Star
Tree
Mesh
Fully Connected Substation n
The problem with bus networks is that they have a relatively high cost to
manage, and they can be a single point of failure. They are therefore used for
simple, short distance networks like machine control, or sensor networks.
Advantages
Disadvantages
If a main cable is damaged then network will fail or be split into two
networks
Ring
A ring network can be thought of as a line network that connects its last node
back to its firstcreating a ring. Data travels in only one direction on the ring,
and each node acts as a repeater to retransmit the data at a high signal level.
So there is a transmitter and receiver in each node. Every node is therefore a
critical link. If one of the links in the ring is broken, data cannot travel around
the ring and the topology is broken.
Advantages:
Very orderly network where every device has access to the token and the
opportunity to transmit
Does not require a central node to manage the connectivity between the
computers
faults.
Disadvantages
One malfunctioning workstation can create problems for the entire
network. This can be solved by using a dual ring or a switch that closes off
the break.
Moving, adding and changing the devices can affect the network
Star
The point-to-point topology is really a special case of the star topologyone of
the direct connections from the central node to the endpoint. Every node in a
star is connected to a central node, which can be either a hub or switch. The
switch serves the peripherals as if the switch was the server and the peripheral
devices were the clients. Any traffic on the network must pass through the
central server point or switch. Stars are considered very easy to implement and
maintain.
Stars can be more than five pointed, too. It is easy to add another node to the
network by simply connecting it, either physically or logically, so that the data
from the new node passes through the hub of the star. It is even possible to
stack stars, with point-to-point connections from the hub of one star to the
hub of another star. In this way, the entire star becomes an arm of the next
star. This is often referred to as a daisy-chained set of stars, or a distributed
star topology.
This is the most significant disadvantage of the star topology: the hub or switch
at the center of the star is a single point of failure.
Nowadays many substation vendors apply star topology in a station bus
because of the following
Advantages:
Easy to pinpoint the location of a problem and isolate and solve it
Low electromagnetic interference
Easy steps for troubleshooting
Modification flexibility, easier to maintain
Failure of one node does not affect the network
star topology by using double Ethernet switches. For logical double star
topology, each critical device should have a double access interface (DAN,
Double Access Node) and be connected to two independent LANs. PRP (Parallel
Redundant Protocol) or RSTP (Rapid Spanning Tree Protocol) can be applied
with a double network infrastructure for full redundancy. Figure 2 shows a
double star topology with two RSTPs in a station bus.
Tree
A tree network topology is a hierarchical network of at least three levels that
consists of a root node, connected to a node or more than one node lower in the
hierarchy, with point to point links that can be visualized as branches of the
tree. The tree is symmetrical with every node connected to a specific fixed
number of nodes at the next lower level.
Tree topologies are very scalable and resemble hybrid networks. They are very
durable and cost effective for wired networks, but less so for wireless networks
because of the need for all the nodes on a branch to go through other nodes
before reaching the trunk. This adds potential latency in the case of a sensor
network, but is quite workable in an enterprise network topology.
Mesh
Mesh networks have been used in Industrial Automation since the early 1980s,
predating Ethernet networks entirely. In the last ten to fifteen years, they have
become much more important because almost all the international standard
wireless protocols use a mesh topology.
Mesh networks follow Reeds Law for the number of possible connections: n (n1)/2. But that only works if the mesh is fully connected. That is, all the nodes
in the mesh connect either physically or logically with every other node.
This provides the very high level of redundancy needed in sensor networks of
all kinds, because the data packet will find its way from the origin node to the
destination node using any of the paths of the mesh.
Remember, it is not only topology, but other considerations like ease of
maintenance, or in the case of battery powered modules, the simple lack of
availability of an external power source that dictates other aspects of device
selections such as transducers and sensors
Certainly wireless sensor networks (WSN) are not the only place for careful
consideration of connectivity topology. But, the benefit of mesh reliability may
be outweighed by other factors when wireless is not possible. For instance, the
cost of a wired fully connected mesh is exorbitant beyond a very few nodes.
Wireless networks can be scaled nearly infinitely, using daisy chains of mesh
networks.
Tree
A tree topology is essentially a combination of bus topology and star topology.
The nodes of bus topology are replaced with standalone star topology networks.
This results in both disadvantages of bus topology and advantages of star
topology.
For example, if the connection between two groups of networks is broken down
due to breaking of the connection on the central linear core, then those two
groups cannot communicate, much like nodes of a bus topology. However, the
star topology nodes will effectively communicate with each other.
It has a root node, intermediate nodes, and ultimate nodes. This structure is
arranged in a hierarchical form and any intermediate node can have any
number of the child nodes.
But the tree topology is practically impossible to construct, because the node in
the network is nothing, but the computing device can have maximum one or
two connections, so we cannot attach more than 2 child nodes to the
computing device (or parent node). There are many sub structures under tree
topology, but the most convenient is B-tree topology whereby finding errors is
relatively easy.
1. A network that is based upon the physical hierarchical topology must
have at least three levels in the hierarchy of the tree, since a network
with a central 'root' node and only one hierarchical level below it would
exhibit the physical topology of a star.
2. A network that is based upon the physical hierarchical topology and with
a branching factor of 1 would be classified as a physical linear topology.
3. The branching factor, f, is independent of the total number of nodes in
the network and, therefore, if the nodes in the network require ports for
connection to other nodes the total number of ports per node may be
kept low even though the total number of nodes is large; this makes
the effect of the cost of adding ports to each node totally dependent upon
the branching factor and may therefore be kept as low as required
without any effect upon the total number of nodes that are possible.
applications.
The Naval
Postgraduate
School,
Monterey
CA,
demonstrated such tree based wireless networks for border security. In a pilot
system, aerial cameras kept aloft by balloons relayed real time high resolution
video to ground personnel via a dynamic self-healing tree based network.
Hybrid Topology
The protocol and topology options certainly contribute to the increasing
potential for significant complexity in the network layer at the device layer.
Network topologies can be ganged or daisy chained, so long as the nodes are all
running the same protocol, or there is a protocol converter at the point at
which a new protocol is needed. As networks mix protocols, as well as media
with both wired and wireless networks in the same plant or factory, hybrid
network topologies are becoming much more common. In a typical factory or
process plant, there might be for example, a wired Profibus network connected
to an Ethernet switch which is also connected to a wireless mesh network
gateway, and to a Modbus TCP/IP network that is running over Ethernet.
Device Level Network Topology
There are at least three significant factors contributing to the effect of Moores
Law on the evolution of device level technology with respect to the functions of
transducing and network communication moving to the edge. Certainly the
increasing speed and power of the device technologies is one aspect, and the
shrinking size of these technologies allows them to be packaged at the sensor
and actuator level. The third factor is the cost effectiveness of an adequately
flexible combination of an edge device, such as a sensor or an actuator, small
enough and fast enough to be packaged with the edge device, rugged enough to
handle the environments where edge devices are frequently used in the real
world
environment,
and
powerful
enough
to
handle
the
high
end
to
allow
remote
monitoring
of
communication
health.
Until
manufacturers are able to make the Moores Law leap to edge device with a cost
effective solution that brings transducing, network connectivity, and the first
level of control into that small package, the transducer level may be the arena
for that development for the foreseeable future.