WIRELESS SENSOR NETWORKS: STATE OF THE ART AND FUTURE TRENDS

Size: px
Start display at page:

Download "WIRELESS SENSOR NETWORKS: STATE OF THE ART AND FUTURE TRENDS"

Transcription

1 M E T R O L O G I A E I N O V A Ç Ã O 2ª C O N F E R Ê N C I A N A C I O N A L 3-4 O U T U B R O F U N C H A L - M A D E I R A ABSTRACT WIRELESS SENSOR NETWORKS: STATE OF THE ART AND FUTURE TRENDS Pedro Silva Girão* and George Alexandru Enache *Instituto de Telecomunicações/Instituto Superior Técnico Wireless sensing systems are increasingly used both in more conventional applications and mainly in situations requiring some of their specific capabilities. Most measuring systems advising or requiring a huge number of sensors and sensing nodes that cover a more or less large area are possible to implement only if organized as centrally managed wireless networks of stand-alone nodes. Each node is provided with processing capabilities and incorporates the hardware and software required for data acquisition, data processing and data transmission to the network central unit. Such measuring systems are labelled wireless sensor networks (WSNs) and in the article the authors give an overview of the state of the art, the problems to overcome and the future trends of WSNs. RESUMO Os sistemas sem fios de sensores são cada vez mais utilizados quer em aplicações convencionais, quer, principalmente, em situações que requerem algumas das suas capacidades específicas. A maior parte dos sistemas de medição que aconselham ou requerem o uso de um elevado número de sensores e de pontos de medida cobrindo uma área mais ou menos grande são possíveis de implementar apenas se organizados como redes sem fios controladas centralmente de nós autónomos. Tais sistemas de medição são designados por redes sem fios de sensores (WSNs) e no presente artigo os autores fazem uma revisão do estado da arte, dos problemas a ultrapassar e das tendências futuras das WSNs. 1. Introduction Sensor networks can be either wired or wireless. Sensor networks are intimately related to smart sensor. The intelligence of a smart sensor is the important and often fundamental asset allowing it to constitute a node of a network. Wired sensor networks are mainly found in industrial environments. In such cases, the intelligence of each node is usually less important. Wireless sensor networks started to be implemented during the 1990s namely for environment, engineering, agriculture and ecology applications. Security problems, mainly after the 11th September 2001 and the fight against terrorism and illegal activities are currently boosting the development of wireless sensor network. 1.1 Basics aspects of the communication between nodes The communication between network nodes can be simplex, half duplex, or full duplex. Simplex systems communicate in one direction only. Citizen Band (CB) and other radio formats are normally half duplex meaning they can talk and listen, but not simultaneously. In this case, some indication is usually required to let the other party know it can talk. RS-232 is a half-duplex data bus. Devices that can talk and listen at the same time are full-duplex devices. Many modern devices can simulate full-duplex performance by switching between transmit and receive fast enough. According to the form the signal enters the hardware medium, the communication can be either analogue or digital. In analogue systems, the modulation technique is continuously variable (e.g., voice). Digital systems use an analogue-to-digital converter to digitize the signal and send a data packet that uses 1s and 0s to represent the analogue value. Digital transmissions offer such advantages as reduced fading, reduced noise, and increased throughput. According to band the signal occupies, networks are said to be baseband or broadband. If the signal containing information is placed directly on the physical medium, the channel is called baseband (e.g. Standard Ethernet). If the signal is placed on a carrier (modulation), the channel is broadband (e.g. majority of wireless (radio) buses). Because many carriers can be placed on the same medium at different frequencies, a given hardware channel can carry many logical channels. The interaction between network nodes and the host may be made using one of the following solutions: master-slave, peer-to-peer and broadcast. In master-slave protocols, one node gives the commands and another node or collection of nodes executes them. The host is usually the master, and the nodes are usually slaves. This protocol allows tight traffic control because no node is allowed to speak unless requested by the master, and no

2 communication is allowed between slaves except through the master. In a peer-to-peer network, all nodes are equal. A node can be a master one moment and then be reconfigured at another time. Peer-to-peer configurations offer the greatest flexibility, but they are the most difficult to control. Any node can communicate directly with any other node. Broadcast networks are much like master-slave configurations, but the master can send commands to more than one slave at a time. Many industrial protocols (e.g., IEEE-1451) are based on masterslave (with broadcast) protocols. Wireless systems can be implemented in any of these protocols. The final basic aspect revised here has to do with the time a node owns a transmission channel: circuit switched or packet switched networks. In circuit-switched networks a circuit is established between the sender and the receiver for instance by sending an address and remains connected until the sender or receiver hung up. Packet-switched networks route digital packets of information as they travel along different paths throughout the network. Each packet contains routing information so that the receiver can reassemble the packets into a complete message when they arrive. Complexity is high, but the potential for flexibility and improved channel use is also high. The Internet and World Wide Web are based on packet-switched networks. 1.2 Sensor Network Topologies Wied and wireless sensor networks include but are not limited to the following topologies: Point-to-Point Networks Point-to-point networks, as the one depicted in figure 1, are theoretically the most reliable because there is only one single point of failure in the topology the host itself. achieved by adding redundant hosts, but wiring two hosts can be a problem. In wired networks, each sensor node requires a separate twisted shielded pair wire connection. The cost is high, configuration management is difficult, and nearly all the information processing is done by the host. Some networks provide frequency-modulated (FM) signals on the wires to carry multiple sensor readings on separate FM channels. Some standards (e.g., the HART bus) support multiplexing of digital signals on the existing analogue wiring in older plants. These architectures blur the distinction between point-to-point and multidrop networks. The first wireless networks were simple radiofrequency (RF) implementations of this topology. These networks used RF modems to convert the RS- 232 signal to a radio signal and back again. Interference and multi-path propagation effects caused significant degradation in factory environments. Complete wireless local area networks (WLANs) were implemented using this technique. These were successful in the office environment but not as well in factories. Remote data acquisition systems with this topology were implemented by using a data concentrator in the field to feed the data to a radio transmitter for transmission to the hosts, where the signals were demultiplexed into the original sensor signals. Multi-drop Networks In multi-drop networks, like the one depicted in figure 2, each node puts its information onto a common medium, which requires careful attention to protocols in hardware and software. Single-wire connection is less expensive but leads to potential single-point failure. Redundant connections mitigate this potential problem. Once the industry began the migration to multi-drop buses, problems associated with digitization began to emerge. With the distributed intelligence required to implement a multi-drop network, synchronization of clocks became a critical issue in some applications. This remains an important design parameter for any distributed digital system. Carrier sense multiple access with collision detection (CSMA/CD) protocol used in the Ethernet is a nondeterministic protocol for some real-time industrial applications, but Ethernet is perhaps the best compromise between cost and performance. Figure 1 Point-to-point network Digitization occurs in the host, where a single clock can be used to time stamp the analogue signals from multiple sensors. Improvement of the system can be Figure 2 Multi-drop network

3 Wireless systems use the same types of protocols to implement multi-drop topologies, simulating hardwired connections with RF links. Web Networks In a web topology (figure 3) all nodes are potentially connected to all other nodes. Connectivity among a large collection of nodes gets complex because all nodes must have a connection to all other nodes. Some connections can be eliminated by using repeaters and routers to make virtual connections. The World Wide Web is a good example of this topology. Web solutions may require impracticable to implement wiring connections unless one uses wiring that is already in place (e.g. telephone network, paying sometimes the price of low speed). Figure 3 Web network Smart sensor nodes may cooperate to form a temporary configuration that provides sufficient capacity to replace the host. Self-hosting networks then become self-configuring and finally perhaps even self-aware. In a wireless web network, individual nodes can be constantly connected (physically) with many other nodes in the network. The instant configuration of the network (routing) becomes software dependent. More common nowadays is data transmission from a node to another or to the host (or vice-versa) by relaying or repeating it through nodes that form the shortest available route (nodes operating correctly). This means that each node must be able of determining that route (self-organizing network). The assigned input and output channels dictate to each node which signals are meant for its own use and which should be passed on to the next node. The routing is one of the things that make web architectures more complicated to implement than the others. How the network responds to the reconfiguration when the nodes are mobile (e.g. mobile ad hoc networking, i.e. networks that spread across a geographical area has a severe impact on performance and reliability of the network (e.g. harsh environments, where connections can change quickly as the RF environment changes). 2. Wireless Sensor Networks (WSN) Wireless sensor networks are computer networks consisting of spatially distributed autonomous sensors. Each sensor module (node) in a sensor network consists of sensors, data converters, a small microcontroller, radio transceiver or other wireless communications device, power management circuitry and battery. In WSNs are involved issues from several different scientific and technical domains. In the following paragraphs only some of them are addressed. 2.2 WSN Standards WSNs have been implemented according to one of the following standards: IEEE , ZigBee, Bluetooth, Wibree, and 6lowpan IEEE (IEEE Std (ISO/IEC : 1999)) IEEE standards focus on the bottom two levels the ISO model, the physical layer and link layer. LAN applications, network operating systems, protocols, including TCP/IP and Novell NetWare, run on an compliant WLAN as they run over Ethernet. The family currently includes six over-the-air modulation techniques that all use the same protocol. The most popular techniques are those defined by the b, a, and g amendments to the original standard; security was originally included and was later enhanced via the i amendment. The standard accepts several media access methods (e.g. Carrier Sense Multiple Access with Collision Avoidance (CSMA/CA)), types of modulation, carrier and subcarrier frequencies. IEEE b and g standards use the 2.40 GHz band. Because of this choice of frequency band, b and g equipment can incur interference from cordless telephones, Bluetooth devices, and other appliances using this same band. The a standard uses the 5 GHz band, and is therefore not affected by products operating on the 2.4 GHz band. The family define a Wireless Local Area Network [WLAN]. The wireless LAN standards provide a number of channels within each frequency band and a number of data rates. Frequency-Hopping Spread Spectrum [FHSS], or direct sequence Spread Spectrum [DSSS] are specified. IEEE specifies a LAN with a minimum of two stations. IEEE a [Wi-Fi] transmits at a frequency of 5 GHz with data rates of 54 Mbps using Orthogonal Frequency Division Multiplexing [OFDM]. IEEE b [Wi-Fi] transmits at a frequency of 2.4 GHz with data rates of 11 Mbps using direct sequence spread spectrum modulation [DSSS]. IEEE g transmits at a frequency of 2.4 GHz with data rates of 54Mbps {OFDM, DSSS]. IEEE b and g are compatible so devices can coexist in the same network h transmits at a frequency of 5GHz with data rates of 100Mbps.

4 2.2.2 ZIGBEE ZigBee is the name of a specification for a set of high level communication protocols using small, low-power digital radios based on the IEEE standard for wireless personal area networks (WPANs). ZigBee operates in the industrial, scientific and medical (ISM) radio bands; 868 MHz in Europe, 915 MHz in the USA and 2.4 GHz in most jurisdictions worldwide. The technology is intended to be simpler and cheaper than other WPANs such as Bluetooth. The most capable ZigBee node type is said to require only about 10% of the software of a typical Bluetooth or Wireless Internet node, while the simplest nodes are about 2%. However, actual code sizes are much higher, closer to 50% of Bluetooth code size. ZigBee protocols are intended for use in embedded applications requiring low data rates and low power consumption. There are three different types of ZigBee device: (a) ZigBee coordinator (ZC): the most capable device, the coordinator forms the root of the network tree and might bridge to other networks. There is exactly one ZigBee coordinator in each network. It is able to store information about the network, including acting as the repository for security keys; (b) ZigBee Router (ZR): routers can act as an intermediate router, passing data from other devices; (c) ZigBee End Device (ZED): contains just enough functionality to talk to its parent node (either the coordinator or a router) and cannot relay data from other devices. The current profiles derived from the ZigBee protocols support beacon and non-beacon enabled networks. In non-beacon enabled networks (those whose beacon order is 15), an unslotted CSMA/CA channel access mechanism is used. In this type of network, ZigBee Routers typically have their receivers continuously active, requiring a more robust power supply. However, this allows for heterogeneous networks in which some devices receive continuously, while others only transmit when an external stimulus is detected. In beacon enabled networks, the ZigBee Routers transmit periodic beacons to confirm their presence to other network nodes. Nodes may sleep between beacons, thus lowering their duty cycle and extending their battery life. The minima beacon intervals are ms at 250 kbit/s, 24 ms at 40 kbit/s and 48 ms at 20 kbit/s. Low duty cycle operation with long beacon intervals requires precise timing which can conflict with the need for low product cost. ZigBee devices are required to conform to the IEEE Low-Rate Wireless Personal Area Network (WPAN) standard. The standard specifies its lower protocol layers the physical layer (PHY), and the medium access control (MAC) portion of the data link layer (DLL). This standard specifies operation in the unlicensed 2.4 GHz, 915 MHz and 868 MHz ISM bands. In the 2.4 GHz band there are 16 ZigBee channels, with each channel requiring 5 MHz of bandwidth. The radios use direct-sequence spread spectrum coding, which is managed by the digital stream into the modulator. BPSK is used in the 868 and 915 MHz bands, and orthogonal QPSK that transmits two bits per symbol is used in the 2.4 GHz band. The raw, over-the-air data rate is 250 kbit/s per channel in the 2.4 GHz band, 40 kbit/s per channel in the 915 MHz band, and 20 kbit/s in the 868 MHz band. Transmission range is between 10 and 75 meters heavily dependent on the particular environment. The maximum output power of the radios is generally 0 dbm (1 mw). The basic channel access mode specified by IEEE is "carrier sense, multiple access/collision avoidance" (CSMA/CA), i.e. a node briefly check to see that no one is talking before it starts. There are three notable exceptions to the use of CSMA: beacons are sent on a fixed timing schedule, and do not use CSMA; message acknowledgements also do not use CSMA; devices in Beacon Oriented networks that have low latency real-time requirements may also use Guaranteed Time Slots (GTS) which by definition do not use CSMA. The software is designed to be easy to develop on small, cheap microprocessors. The radio design used by ZigBee has been carefully optimized for low cost in large scale production. Even though the radios themselves are cheap, the ZigBee Qualification Process involves a full validation of the requirements of the physical layer. ZigBee radios have very tight engineering constraints: they are both power and bandwidth constrained BLUETOOTH Bluetooth is a short-range wireless communications technology intended to replace the cables connecting portable and/or fixed devices while maintaining high levels of security. The key features of Bluetooth technology are robustness, low power, and low cost. Bluetooth enabled electronic devices connect and communicate wirelessly through short-range, ad hoc networks known as piconets. Each device can simultaneously communicate with up to seven other devices within a single piconet. Each device can also belong to several piconets simultaneously. Piconets are established dynamically and automatically as Bluetooth enabled devices enter and leave radio proximity. Bluetooth simultaneously handles both data and voice transmissions (e.g. hands-free headset for voice calls, and synchronizing PDA, laptop, and mobile phone applications). It also operates in the unlicensed industrial, scientific and medical (ISM) band at 2.4 to GHz, using a spread spectrum, frequency hopping, full-duplex signal at a nominal rate of 1600 hops/sec. Bluetooth technology s adaptive frequency hopping (AFH) capability was designed to reduce interference between wireless technologies sharing the 2.4 GHz spectrum. The range of Bluetooth devices depends on the class. Table 1 summarizes the situation.

5 Table 1: Bluetooth range Class Maximum Permitted Power (mw/dbm) Range (approximate) Class mw (20 dbm) ~100 meters Class mw (4 dbm) ~10 meters Class 3 1 mw (0 dbm) ~1 meter WIBREE Wibree is a digital radio technology (Nokia 2006) intended to become an open standard of wireless communications, designed for ultra low power consumption (button cell batteries), within a short range (10 meters) based around low-cost transceiver microchips in each device. Wibree is designed to work side-by-side with and complement Bluetooth. It operates in 2.4 GHz ISM band with physical layer bit rate of 1 Mbps. The main applications include devices such as wrist watches, wireless keyboards, toys and sports sensors where low power-consumption is a key design requirement. Wibree should be up to ten times more efficient than Bluetooth. The reported output power is around -6 dbm lowpan (IPv6 over Low power Wireless Personal Area Networks) 6lowpan is the name of the working group in the internet area of IETF. 6lowpan is the paragon that is aimed at allowing IPv6 packets to be sent to and received from personal area networks (PANs), more specifically over IEEE standard based networks. IPv6 concerns data delivery for wired networks the internet. Likewise, IEEE devices provide sensing communication-ability in the wireless domain. Some applications are: wireless internet connectivity at lower data rates for devices with very limited form factor (e.g. automation and entertainment applications in home, office and factory environments). 2.3 Operating systems and programming languages Operating systems for wireless sensor network nodes typically are less complex than general-purpose operating systems because of: (1) the special requirements of sensor network applications; (2) resource constraints in sensor network hardware platforms. Sensor network applications are usually not interactive in the same way as applications for PCs and thus the operating system does not need to include support for user interfaces; (3) constrains in memory and memory mapping hardware support make mechanisms such as virtual memory either unneeded or impossible to implement. Operating systems specifically targeted at sensor networks do not have real-time support (they could, thow, because the hardware is not different from traditional embedded systems and it is therefore possible to use embedded operating systems such as ecos or uc/os often designed with real-time properties). TinyOS is perhaps the first operating system specifically designed for wireless sensor networks. It is based on an event-driven programming model instead of multithreading. TinyOS programs are composed into event handlers and tasks with run to completion-semantics. When an external event occurs, such as an incoming data packet or a sensor reading, TinyOS calls the appropriate event handler to handle the event. Event handlers can post tasks that are scheduled by the TinyOS kernel some time later. Both the TinyOS system and programs written for TinyOS are written in a special programming language called nesc which is an extension to the C programming language. nesc is designed to detect race conditions between tasks and event handlers. There are also operating systems that allow programming in C (e.g. Contiki, MANTIS, SOS). Programming the sensor nodes is more difficult than programming normal computer systems. New programming models have been developed to cope with the resource constrained nature of these nodes: c@t (Computation at a point in space(@)time ), DCL (Distributed Compositional Language), galsc, nesc, Protothreads, SNACK, SQTL. 2.4 Wireless Sensor Networks: present and future Present The literature and information on wireless sensor network applications, solutions and scientific and technological development is abundant (e.g. [1,2]. We mention here briefly only two frameworks for WSN implementation: internet and MICA mote based WSNs. Internet based wireless sensor networks Internet hardware and software are a good substrate for WSNs implementation [3,4]. Internet TCP/IP is compatible with several solutions available at the physical, data link, network, transport, and application layers of the OSI model, which simplifies WSN design and operation. The topologies and management of the network are flexible. Applications with different requirements can be accommodated. In [5] solutions for an application concerning air quality monitoring using web sensors are presented and discussed. MICA motes Motes are typically designed in stackable layers. The core of a mote is a small, low-cost, low-power computer. The computer monitors one or more sensors and connects to the outside world with a radio link. For power saving, motes are about 99 percent of

6 the time in a standby mode. Several times each second, the device flicks on its radio to check for incoming messages, but if there are none, the radio is shut off within milliseconds. Similarly, the sensors usually take their readings only once every few minutes. Data is transmitted only when the memory is full. Motes operating system TinyOS forces mote programs to shut down except when certain events that warrant action occur. The operating system is also highly modular. If a program needs only certain functions from TinyOS, the nonessential parts of the operating system are automatically removed from the mote. This modular approach ensures that the program code fills as little memory as possible, leaving more room for sensor data. Modules also enhance the robustness of the devices by limiting how the distinct parts of the software interact. MICA motes are available to the general public through a company called Crossbow. These motes come in two form factors: rectangular, measuring 2.25 x 1.25 by 0.25 inches (5.7 x 3.18 x.64 centimetres), it is sized to fit on top of two AA batteries that provide it with power; circular, measuring 1.0 by 0.25 inches (2.5 x.64 centimetres), it is sized to fit on top of a 3 volt button cell battery. The MICA mote uses an Atmel ATmega 128L processor running at 4 megahertz. The 128L is an 8- bit microcontroller that has 128 kilobytes of onboard flash memory to store the mote's program. It consumes only 8 ma when it is running, and only 15 µa in sleep mode, which allows a MICA mote to run for more than a year with two AA batteries. A typical AA battery can produce about 1,000 ma-hours. At 8 ma, the ATmega would operate for about 120 hours if it operated constantly. However, the programmer will typically write his/her code so that the CPU is asleep much of the time, allowing it to extend battery life considerably. For example, the mote might sleep for 10 seconds, wake up and check status for a few microseconds, and then go back to sleep. MICA motes come with 512 kilobytes of flash memory to hold data. They also have a 10-bit A/D converter so that sensor data can be digitized. Separate sensors on a daughter card can connect to the mote. Sensors available include temperature, acceleration, light, sound and magnetic. The final component of a MICA mote is the radio. It has a range of several hundred feet and can transmit approximately 40,000 bits per second. When it is off, the radio consumes less than 1 µa. When receiving data, it consumes 10 ma. When transmitting, it consumes 25 ma. Future Applications requiring more measurements and more measuring points are or rather have been on demand. Important applications will require large or extremely large fixed or mobile networks (millions or billions of smart nodes!!!!!). WSNs are the natural solution. However, several challenges at different levels have to be faced, namely (1) hardware: sensors and nodes size, power they can harvest or store, harsh environmental operating conditions, node failures, mobility of nodes, dynamic network topology, communication failures, and heterogeneity of nodes, large scale of deployment, unattended operation; (2) software: network programming, lifetime maximization, robustness and fault tolerance, selfconfiguration, security, mobility (when sensor nodes or base stations are moving), middleware, the design of middle-level primitives between the software and the hardware. Let us look in more detail some of the problems and challenges. Sensors Temperature, humidity, acceleration, and presence sensing is fairly easy to implement using small, lowpower consumption devices. The measurement of other quantities using micro or nano-sensors must be developed to respond to some of the present and future needs. Power The current technologies already allow extended operation using small size low ampere-hour batteries. This is achieved with both low consumption components but mainly by keeping the nodes in stand-by as long as possible. However, some applications will surely require battery recharge. Sun, wind, vibration and bio energy are some of the possible solutions already under study. Network programming and re-programming Programming of a wireless network with many nodes is not easy, particular if it is a mobile ad-hoc one with millions of nodes. New solutions have to be found. We are aware that to replace the software on motes with updated versions, an idea based on the way viruses and worms are spread on the Internet has been tried. The new program is packaged in a special form and delivered to the root mote, which installs it and "infects" its neighbours with the package. The upgrade makes its way through the network like an epidemic, but it does so in a more controlled fashion that avoids redundant communications and adapts to the way that the motes are scattered in space. Security Because of the tight constraints on power use and processor speed, a sensor (or perceptive) network functions differently from the Internet and office LANs, where computers have individual names and addresses and most messages are sent from one machine to a specific recipient machine. In sensor networks, one node generally broadcasts messages to many, with the intended recipients identified by attributes such as their physical location or sensor value range. TinyDB is a software that makes a

7 perceptive network system function much like a database. A user can "query" all the smart nodes at once with a request. The request enters the network at its "root" node, which forwards copies to its neighbours and so on until all sensors have received the command. Motes that have nothing to answer may ignore the message; others may turn on their sensors if they have been sleeping; still others may run a series of calculations on the data logged in their memories, extract readings that meet the requested criteria, and pass that information back to the root mote for collection. All the user sees is a spreadsheetlike list of the relevant measurements and locations. Software running on a high-powered server could then perform a wider analysis of the trends to determine which machines require maintenance. This reprogramming model immediately suggests one of the harder problems in sensor network design: how to secure them against hackers, viruses and eavesdroppers. TinyOS has built-in algorithms that can authenticate the identity of motes. But for the system to work well, keys must be distributed to a large number of small nodes in reliable and uncomplicated ways. Malefactors can attack perceptive networks using strategies that are different from what is generally seen on the Internet. One promising way to defend the networks is to treat the effects of an attack as essentially another form of noisy sensor data, so the perceptive network as a whole will still function even if a small fraction of nodes has been compromised. Node failure A sensor network is unlikely to crash outright, but as some nodes die and others generate noisy or corrupt data, the measurements of the overall system may become biased or inconsistent. Work has been done on techniques to judge the health of a network by perturbing the system in a controlled way and observing how the sensors respond but other solutions are possible. 3. Conclusion Wireless sensor networks are required for present and future applications and the overcome of some of their current limitations will foster new applications. The present technologies limit WSNs in hardware related aspects like sensed quantities, size of nodes, and nodes autonomy but it is at the software level that improvements and new solutions are more required. All these developments must produce very low-cost devices so that the cost of networks with a large number of nodes is not prohibitive. REFERENCES [1] Lewis, F.L., Wireless Sensor Networks, in Smart Environments: Technologies, Protocols, and Applications, John Wiley, Available at: tchap04.pdf [2] Deborah Estrin, D.,Akbar Sayeed, and Mani Srivastava, Wireless Sensor Networks. Available at: [3] Bohlig, B., Deploying Standards-Based Wireless Sensor Networks, RTC Magazine, June Available at [4] Williams, T., Connecting the Brains: Connecting Embedded Devices Moves Toward an All-IP World, RTC Magazine, June Available at [5] O. Postolache, M. Dias Pereira, P. Silva Girão, Smart Sensor Network for Air Quality Monitoring Applications, in Proceedings IEEE IMTC 2005, 2005, Vol. I, pp Privacy Over the next decade or so, wireless sensor nodes will probably evolve into a much less distinct and less visible form. Devices will gradually migrate out of their little boxes and will instead be incorporated directly into various materials and objects. Many will draw energy directly from the environment in which they operate. To the extent that these kinds of computers infiltrate homes, workplaces, farms, transportation terminals and shopping sites and are able to sense the presence, motion and even physiological states of individuals, they will raise substantial privacy concerns. A discussion about such technology has already begun over the use of passive RFID tags. Privacy issues are quite straightforward for many valuable applications but in other domains a careful balance must be struck to ensure that the technology properly empowers the individual.

Wireless Personal Area Networks (WPANs)

Wireless Personal Area Networks (WPANs) Wireless Personal Area Networks (WPANs) Bluetooth, ZigBee Contents Introduction to the IEEE 802 specification family Concept of ISM frequency band Comparison between different wireless technologies ( and

More information

Demystifying Wireless for Real-World Measurement Applications

Demystifying Wireless for Real-World Measurement Applications Proceedings of the IMAC-XXVIII February 1 4, 2010, Jacksonville, Florida USA 2010 Society for Experimental Mechanics Inc. Demystifying Wireless for Real-World Measurement Applications Kurt Veggeberg, Business,

More information

Version Date Author Changes - 6/24/2005 D. Liff Initial draft and release 1.0 11/18/2005 K. Adkins Minor spelling and format changes 1.

Version Date Author Changes - 6/24/2005 D. Liff Initial draft and release 1.0 11/18/2005 K. Adkins Minor spelling and format changes 1. 1 Version Date Author Changes - 6/24/2005 D. Liff Initial draft and release 1.0 11/18/2005 K. Adkins Minor spelling and format changes 1.1 08/19/2008 D. Liff Added 802.11.n information 1.2 11/09/2010 J.

More information

WPAN. Contents. S-72.3240 Wireless Personal, Local, Metropolitan, and Wide Area Networks 1

WPAN. Contents. S-72.3240 Wireless Personal, Local, Metropolitan, and Wide Area Networks 1 Contents Bluetooth (IEEE 802.15.1) Network topology FHSS operation Link delivery services System architecture & protocols Usage models ZigBee (IEEE 802.15.4) Network topology Physical layer operation CSMA/CA

More information

ZIGBEE 802.15.4. ECGR-6185 Advanced Embedded Systems. Charlotte. University of North Carolina-Charlotte. Chaitanya Misal Vamsee Krishna

ZIGBEE 802.15.4. ECGR-6185 Advanced Embedded Systems. Charlotte. University of North Carolina-Charlotte. Chaitanya Misal Vamsee Krishna ECGR-6185 Advanced Embedded Systems ZIGBEE 802.15.4 University of North Carolina-Charlotte Charlotte Chaitanya Misal Vamsee Krishna WPAN A personal area network (PAN) is a computer network used for communication

More information

EPL 657 Wireless Networks

EPL 657 Wireless Networks EPL 657 Wireless Networks Some fundamentals: Multiplexing / Multiple Access / Duplex Infrastructure vs Infrastructureless Panayiotis Kolios Recall: The big picture... Modulations: some basics 2 Multiplexing

More information

Professur Technische Informatik Prof. Dr. Wolfram Hardt. Network Standards. and Technologies for Wireless Sensor Networks. Karsten Knuth 16.07.

Professur Technische Informatik Prof. Dr. Wolfram Hardt. Network Standards. and Technologies for Wireless Sensor Networks. Karsten Knuth 16.07. Network Standards and Technologies for Wireless Sensor Networks Karsten Knuth 16.07.2008 Index 1. Motivation 2. Introduction 3. Bluetooth 4. ZigBee 5. nanonet 6. Roundup 16.07.2008 Network Standards 2

More information

Introduction Chapter 1. Uses of Computer Networks

Introduction Chapter 1. Uses of Computer Networks Introduction Chapter 1 Uses of Computer Networks Network Hardware Network Software Reference Models Example Networks Network Standardization Metric Units Revised: August 2011 Uses of Computer Networks

More information

An Overview of ZigBee Networks

An Overview of ZigBee Networks An Overview of ZigBee Networks A guide for implementers and security testers Matt Hillman Contents 1. What is ZigBee?... 3 1.1 ZigBee Versions... 3 2. How Does ZigBee Operate?... 3 2.1 The ZigBee Stack...

More information

Remote Monitoring and Controlling System Based on ZigBee Networks

Remote Monitoring and Controlling System Based on ZigBee Networks Remote Monitoring and Controlling System Based on ZigBee Networks Soyoung Hwang and Donghui Yu* Department of Multimedia Engineering, Catholic University of Pusan, South Korea {soyoung, dhyu}@cup.ac.kr

More information

INTRODUCTION TO WIRELESS SENSOR NETWORKS. Marco Zennaro, ICTP Trieste-Italy

INTRODUCTION TO WIRELESS SENSOR NETWORKS. Marco Zennaro, ICTP Trieste-Italy INTRODUCTION TO WIRELESS SENSOR NETWORKS Marco Zennaro, ICTP Trieste-Italy Wireless sensor networks A Wireless Sensor Network is a self-configuring network of small sensor nodes communicating among themselves

More information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information Introduction Computer Network. Interconnected collection of autonomous computers that are able to exchange information No master/slave relationship between the computers in the network Data Communications.

More information

LTE, WLAN, BLUETOOTHB

LTE, WLAN, BLUETOOTHB LTE, WLAN, BLUETOOTHB AND Aditya K. Jagannatham FUTURE Indian Institute of Technology Kanpur Commonwealth of Learning Vancouver 4G LTE LTE (Long Term Evolution) is the 4G wireless cellular standard developed

More information

M2M I/O Modules. To view all of Advantech s M2M I/O Modules, please visit www.advantech.com/products.

M2M I/O Modules. To view all of Advantech s M2M I/O Modules, please visit www.advantech.com/products. M2M I/O Modules 14 M2M I/O Modules Overview 14-2 M2M I/O Modules Selection Guide 14-6 ADAM-2510Z Wireless Router Node 14-8 ADAM-2520Z Wireless Modbus RTU Gateway 14-9 ADAM-2031Z ADAM-2632Z ADAM-2017Z ADAM-2018Z

More information

Protocolo IEEE 802.15.4. Sergio Scaglia SASE 2012 - Agosto 2012

Protocolo IEEE 802.15.4. Sergio Scaglia SASE 2012 - Agosto 2012 Protocolo IEEE 802.15.4 SASE 2012 - Agosto 2012 IEEE 802.15.4 standard Agenda Physical Layer for Wireless Overview MAC Layer for Wireless - Overview IEEE 802.15.4 Protocol Overview Hardware implementation

More information

Attenuation (amplitude of the wave loses strength thereby the signal power) Refraction Reflection Shadowing Scattering Diffraction

Attenuation (amplitude of the wave loses strength thereby the signal power) Refraction Reflection Shadowing Scattering Diffraction Wireless Physical Layer Q1. Is it possible to transmit a digital signal, e.g., coded as square wave as used inside a computer, using radio transmission without any loss? Why? It is not possible to transmit

More information

Module 15: Network Structures

Module 15: Network Structures Module 15: Network Structures Background Topology Network Types Communication Communication Protocol Robustness Design Strategies 15.1 A Distributed System 15.2 Motivation Resource sharing sharing and

More information

Introduction to Zibgbee Technology

Introduction to Zibgbee Technology Introduction to Zibgbee Technology Ankur Tomar Global Technology Centre Volume 1, July 2011 1. Introduction ZigBee is the most popular industry wireless mesh networking standard for connecting sensors,

More information

Wireless Networks. Reading: Sec5on 2.8. COS 461: Computer Networks Spring 2011. Mike Freedman

Wireless Networks. Reading: Sec5on 2.8. COS 461: Computer Networks Spring 2011. Mike Freedman 1 Wireless Networks Reading: Sec5on 2.8 COS 461: Computer Networks Spring 2011 Mike Freedman hep://www.cs.princeton.edu/courses/archive/spring11/cos461/ 2 Widespread Deployment Worldwide cellular subscribers

More information

Mac Protocols for Wireless Sensor Networks

Mac Protocols for Wireless Sensor Networks Mac Protocols for Wireless Sensor Networks Hans-Christian Halfbrodt Advisor: Pardeep Kumar Institute of Computer Science Freie Universität Berlin, Germany halfbrodt@inf.fu-berlin.de January 2010 Contents

More information

Frequency Hopping Spread Spectrum (FHSS) vs. Direct Sequence Spread Spectrum (DSSS) in Broadband Wireless Access (BWA) and Wireless LAN (WLAN)

Frequency Hopping Spread Spectrum (FHSS) vs. Direct Sequence Spread Spectrum (DSSS) in Broadband Wireless Access (BWA) and Wireless LAN (WLAN) FHSS vs. DSSS page 1 of 16 Frequency Hopping Spread Spectrum (FHSS) vs. Direct Sequence Spread Spectrum (DSSS) in Broadband Wireless Access (BWA) and Wireless LAN (WLAN) by Sorin M. SCHWARTZ Scope In 1997

More information

APPLICATION NOTE. Atmel AT02845: Coexistence between ZigBee and Other 2.4GHz Products. Atmel MCU Wireless. Description. Features

APPLICATION NOTE. Atmel AT02845: Coexistence between ZigBee and Other 2.4GHz Products. Atmel MCU Wireless. Description. Features APPLICATION NOTE Atmel AT02845: Coexistence between ZigBee and Other 2.4GHz Products Description Atmel MCU Wireless This document introduces all kinds of 2.4GHz RF products. It focuses on analysis of ZigBee

More information

Industrial Networks & Databases

Industrial Networks & Databases Industrial Networks & Databases LONWORKS KNX 1 HVAC and BEMS HVAC - Heating, Ventilation & Air Conditioning BEMS - Building & Energy Management Systems 2 3 4 LONWORKS (Local Operating Networks) Open solution

More information

Data Management in Sensor Networks

Data Management in Sensor Networks Data Management in Sensor Networks Ellen Munthe-Kaas Jarle Søberg Hans Vatne Hansen INF5100 Autumn 2011 1 Outline Sensor networks Characteristics TinyOS TinyDB Motes Application domains Data management

More information

Operating System Concepts. Operating System 資 訊 工 程 學 系 袁 賢 銘 老 師

Operating System Concepts. Operating System 資 訊 工 程 學 系 袁 賢 銘 老 師 Lecture 7: Distributed Operating Systems A Distributed System 7.2 Resource sharing Motivation sharing and printing files at remote sites processing information in a distributed database using remote specialized

More information

Getting the Most Out of Your WirelessHART System

Getting the Most Out of Your WirelessHART System Getting the Most Out of Your WirelessHART System A White Paper presented by: Garrett Schmidt Wireless Product Manager Phoenix Contact Americas Business Unit P.O. Box 4100 Harrisburg, PA 17111-0100 Phone:

More information

Wireless Home Networks based on a Hierarchical Bluetooth Scatternet Architecture

Wireless Home Networks based on a Hierarchical Bluetooth Scatternet Architecture Wireless Home Networks based on a Hierarchical Bluetooth Scatternet Architecture W. Lilakiatsakun'. 2, A. Seneviratne' I School of Electrical Engineering and Telecommunication University of New South Wales,

More information

HIPAA Security Considerations for Broadband Fixed Wireless Access Systems White Paper

HIPAA Security Considerations for Broadband Fixed Wireless Access Systems White Paper HIPAA Security Considerations for Broadband Fixed Wireless Access Systems White Paper Rev 1.0 HIPAA Security Considerations for Broadband Fixed Wireless Access Systems This white paper will investigate

More information

Tecnologías Inalámbricas.

Tecnologías Inalámbricas. Tecnologías Inalámbricas. Why is Wireless Security Different? There are four major differences for wireless services: Bandwidth Allowable error rates Latency Power Constraints Secure Mobile Devices Characteristics

More information

Sensor network infrastructure for intelligent building monitoring and management system

Sensor network infrastructure for intelligent building monitoring and management system Sensor network infrastructure for intelligent building monitoring and management system 1 R.VENKATESH, 2 K.RADHA, 3 M.GANTHIMATHI 1.B.E-CSE, Muthayammal Engineering College, Rasipuram. 2. Assistant Professor

More information

TDM & FDM Overlays on Bluetooth

TDM & FDM Overlays on Bluetooth TDM & FDM Overlays on Bluetooth Abdelshakour Abuzneid, Sarosh Patel Viqar U.Mohammed, Varun Kumar Godula Department of Computer Science & Engineering University of Bridgeport {abuzneid, saroshp,vmohamme,vgodula}@bridgeport.edu

More information

TOWARDS STUDYING THE WLAN SECURITY ISSUES SUMMARY

TOWARDS STUDYING THE WLAN SECURITY ISSUES SUMMARY TOWARDS STUDYING THE WLAN SECURITY ISSUES SUMMARY SUBMITTED TO THE KUMAUN UNIVERSITY, NAINITAL BY MANOJ CHANDRA LOHANI FOR THE AWARD OF THE DEGREE OF DOCTOR OF PHILOSOPHY IN COMPUTER SCIENCE UNDER THE

More information

SECTION 2 TECHNICAL DESCRIPTION OF BPL SYSTEMS

SECTION 2 TECHNICAL DESCRIPTION OF BPL SYSTEMS SECTION 2 TECHNICAL DESCRIPTION OF SYSTEMS 2.1 INTRODUCTION Access equipment consists of injectors (also known as concentrators), repeaters, and extractors. injectors are tied to the backbone via fiber

More information

Implementation of Wireless Gateway for Smart Home

Implementation of Wireless Gateway for Smart Home Communications and Network, 2013, 5, 16-20 doi:10.4236/cn.2013.51b005 Published Online February 2013 (http://www.scirp.org/journal/cn) Implementation of Wireless Gateway for Smart Home Yepeng Ni 1, Fang

More information

Wireless Sensor Network Technologies for Condition Monitoring of Industrial Assets

Wireless Sensor Network Technologies for Condition Monitoring of Industrial Assets Wireless Sensor Network Technologies for Condition Monitoring of Industrial Assets S. Giannoulis 1, C. Koulamas 1, C. Emmanouilidis 2, P. Pistofidis 2, D. Karampatzakis 2 ATHENA Research and Innovation

More information

Chapter 14: Distributed Operating Systems

Chapter 14: Distributed Operating Systems Chapter 14: Distributed Operating Systems Chapter 14: Distributed Operating Systems Motivation Types of Distributed Operating Systems Network Structure Network Topology Communication Structure Communication

More information

Chapter 9A. Network Definition. The Uses of a Network. Network Basics

Chapter 9A. Network Definition. The Uses of a Network. Network Basics Chapter 9A Network Basics 1 Network Definition Set of technologies that connects computers Allows communication and collaboration between users 2 The Uses of a Network Simultaneous access to data Data

More information

Module 5. Broadcast Communication Networks. Version 2 CSE IIT, Kharagpur

Module 5. Broadcast Communication Networks. Version 2 CSE IIT, Kharagpur Module 5 Broadcast Communication Networks Lesson 9 Cellular Telephone Networks Specific Instructional Objectives At the end of this lesson, the student will be able to: Explain the operation of Cellular

More information

Customer Specific Wireless Network Solutions Based on Standard IEEE 802.15.4

Customer Specific Wireless Network Solutions Based on Standard IEEE 802.15.4 Customer Specific Wireless Network Solutions Based on Standard IEEE 802.15.4 Michael Binhack, sentec Elektronik GmbH, Werner-von-Siemens-Str. 6, 98693 Ilmenau, Germany Gerald Kupris, Freescale Semiconductor

More information

Chapter 16: Distributed Operating Systems

Chapter 16: Distributed Operating Systems Module 16: Distributed ib System Structure, Silberschatz, Galvin and Gagne 2009 Chapter 16: Distributed Operating Systems Motivation Types of Network-Based Operating Systems Network Structure Network Topology

More information

Chapter 7 Low-Speed Wireless Local Area Networks

Chapter 7 Low-Speed Wireless Local Area Networks Wireless# Guide to Wireless Communications 7-1 Chapter 7 Low-Speed Wireless Local Area Networks At a Glance Instructor s Manual Table of Contents Overview Objectives s Quick Quizzes Class Discussion Topics

More information

Thingsquare Technology

Thingsquare Technology Thingsquare Technology Thingsquare connects smartphone apps with things such as thermostats, light bulbs, and street lights. The devices have a programmable wireless chip that runs the Thingsquare firmware.

More information

Hello viewers, welcome to today s lecture on cellular telephone systems.

Hello viewers, welcome to today s lecture on cellular telephone systems. Data Communications Prof. A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture minus 31 Cellular Telephone Systems Hello viewers, welcome to today s lecture

More information

Process Control and Automation using Modbus Protocol

Process Control and Automation using Modbus Protocol Process Control and Automation using Modbus Protocol Modbus is the fundamental network protocol used in most industrial applications today. It is universal, open and an easy to use protocol. Modbus has

More information

Maximizing Range and Battery Life in Low-Cost Wireless Networks

Maximizing Range and Battery Life in Low-Cost Wireless Networks Maximizing Range and Battery Life in Low-Cost Wireless Networks The proliferation of cost-effective wireless technology has led to the rise of entirely new types of networks across a wide range of applications

More information

WI-FI VS. BLUETOOTH TWO OUTSTANDING RADIO TECHNOLOGIES FOR DEDICATED PAYMENT APPLICATION

WI-FI VS. BLUETOOTH TWO OUTSTANDING RADIO TECHNOLOGIES FOR DEDICATED PAYMENT APPLICATION WI-FI VS. BLUETOOTH TWO OUTSTANDING RADIO TECHNOLOGIES FOR DEDICATED PAYMENT APPLICATION Ingenico is often asked: what are the differences between Bluetooth and Wi-Fi technologies, which is the best one,

More information

White Paper. D-Link International Tel: (65) 6774 6233, Fax: (65) 6774 6322. E-mail: info@dlink.com.sg; Web: http://www.dlink-intl.

White Paper. D-Link International Tel: (65) 6774 6233, Fax: (65) 6774 6322. E-mail: info@dlink.com.sg; Web: http://www.dlink-intl. Introduction to Voice over Wireless LAN (VoWLAN) White Paper D-Link International Tel: (65) 6774 6233, Fax: (65) 6774 6322. Introduction Voice over Wireless LAN (VoWLAN) is a technology involving the use

More information

ESSENTIALS. Understanding Ethernet Switches and Routers. April 2011 VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK

ESSENTIALS. Understanding Ethernet Switches and Routers. April 2011 VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK VOLUME 3 ISSUE 1 A TECHNICAL SUPPLEMENT TO CONTROL NETWORK Contemporary Control Systems, Inc. Understanding Ethernet Switches and Routers This extended article was based on a two-part article that was

More information

High rate and Switched WiFi. WiFi 802.11 QoS, Security 2G. WiFi 802.11a/b/g. PAN LAN Cellular MAN

High rate and Switched WiFi. WiFi 802.11 QoS, Security 2G. WiFi 802.11a/b/g. PAN LAN Cellular MAN Security Issues and Quality of Service in Real Time Wireless PLC/SCADA Process Control Systems Dr. Halit Eren & Dincer Hatipoglu Curtin University of Technology (Perth Australia) 2/27/2008 1 PRESENTATION

More information

Overview of Network Hardware and Software. CS158a Chris Pollett Jan 29, 2007.

Overview of Network Hardware and Software. CS158a Chris Pollett Jan 29, 2007. Overview of Network Hardware and Software CS158a Chris Pollett Jan 29, 2007. Outline Scales of Networks Protocol Hierarchies Scales of Networks Last day, we talked about broadcast versus point-to-point

More information

Wireless Ethernet LAN (WLAN) General 802.11a/802.11b/802.11g FAQ

Wireless Ethernet LAN (WLAN) General 802.11a/802.11b/802.11g FAQ Wireless Ethernet LAN (WLAN) General 802.11a/802.11b/802.11g FAQ Q: What is a Wireless LAN (WLAN)? Q: What are the benefits of using a WLAN instead of a wired network connection? Q: Are Intel WLAN products

More information

Wireless Technologies for Industrial Applications

Wireless Technologies for Industrial Applications Wireless Technologies for Industrial Applications Mats Andersson, CTO, connectblue Phone: +46 40 630 71 00 Email: mats.andersson@connectblue.com Web: www.connectblue.com Version 2.2 February 2013 Abstract

More information

CS263: Wireless Communications and Sensor Networks

CS263: Wireless Communications and Sensor Networks CS263: Wireless Communications and Sensor Networks Matt Welsh Lecture 4: Medium Access Control October 5, 2004 2004 Matt Welsh Harvard University 1 Today's Lecture Medium Access Control Schemes: FDMA TDMA

More information

Online Communication of Critical Parameters in Powerplant Using ZIGBEE

Online Communication of Critical Parameters in Powerplant Using ZIGBEE International Journal of Engineering Science Invention Volume 2 Issue 2 ǁ February. 2013 Online Communication of Critical Parameters in Powerplant Using ZIGBEE D.Santhiya 1, R.Renita Priyatharshini 2,K.C.Dhivya

More information

Power Characterisation of a Zigbee Wireless Network in a Real Time Monitoring Application

Power Characterisation of a Zigbee Wireless Network in a Real Time Monitoring Application Power Characterisation of a Zigbee Wireless Network in a Real Time Monitoring Application Arrian Prince-Pike A thesis submitted to Auckland University of Technology in fulfilment of the requirements for

More information

How To Make A Multi-User Communication Efficient

How To Make A Multi-User Communication Efficient Multiple Access Techniques PROF. MICHAEL TSAI 2011/12/8 Multiple Access Scheme Allow many users to share simultaneously a finite amount of radio spectrum Need to be done without severe degradation of the

More information

1 Which network type is a specifically designed configuration of computers and other devices located within a confined area? A Peer-to-peer network

1 Which network type is a specifically designed configuration of computers and other devices located within a confined area? A Peer-to-peer network Review questions 1 Which network type is a specifically designed configuration of computers and other devices located within a confined area? A Peer-to-peer network B Local area network C Client/server

More information

Lecture 17: 802.11 Wireless Networking"

Lecture 17: 802.11 Wireless Networking Lecture 17: 802.11 Wireless Networking" CSE 222A: Computer Communication Networks Alex C. Snoeren Thanks: Lili Qiu, Nitin Vaidya Lecture 17 Overview" Project discussion Intro to 802.11 WiFi Jigsaw discussion

More information

Understanding Device Level Connection Topologies

Understanding Device Level Connection Topologies July 2013 Understanding Device Level Connection Topologies Author: Advantech E-mail: eainfo@advantech.com July 2013 Even ten years ago, most factory floor sensors were connected directly to a PLC or other

More information

Wired & Wireless LAN Connections

Wired & Wireless LAN Connections Lecture 5 Wired & Wireless LAN Connections Network Interface Card (NIC) Ethernet Wiring - Thick Ethernet - Thin Ethernet - Star (Hub) Ethernet Extending LAN - Fiber Modem - Repeater - Bridge - Switch Short

More information

Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2

Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2 Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2 1 PG Student (M. Tech), Dept. of ECE, Chirala Engineering College, Chirala., A.P, India. 2 Assistant Professor, Dept.

More information

IT4405 Computer Networks (Compulsory)

IT4405 Computer Networks (Compulsory) IT4405 Computer Networks (Compulsory) INTRODUCTION This course provides a comprehensive insight into the fundamental concepts in data communications, computer network systems and protocols both fixed and

More information

Logitech Advanced 2.4 GHz Technology

Logitech Advanced 2.4 GHz Technology Logitech Advanced 2.4 GHz Technology Revision 1.1H March 2, 2009 TABLE OF CONTENTS 1 INTRODUCTION... 3 2 SYSTEM OVERVIEW... 4 2.1 NETWORK TOPOLOGY...4 2.2 MAIN FEATURES...4 3 ASSOCIATION MODEL... 5 4 ENCRYPTION...

More information

Telecommunications, Networks, and Wireless Computing

Telecommunications, Networks, and Wireless Computing Objectives Telecommunications, Networks, and Wireless Computing 1. What are the features of a contemporary corporate telecommunications system? On what major technology developments are they based? 2.

More information

Wireless LAN advantages. Wireless LAN. Wireless LAN disadvantages. Wireless LAN disadvantages WLAN:

Wireless LAN advantages. Wireless LAN. Wireless LAN disadvantages. Wireless LAN disadvantages WLAN: WLAN: Wireless LAN Make use of a wireless transmission medium Tipically restricted in their diameter: buildings, campus, single room etc.. The global goal is to replace office cabling and to introduce

More information

EAP9550 11N Wall Mount Access Point / WDS AP / Universal Repeater

EAP9550 11N Wall Mount Access Point / WDS AP / Universal Repeater EAP9550 is a powerful and multi-functioned 11n Access Point and it can act three modes AP/WDS/Universal Repeater. Smoke detector appearance will minimize visibility. So this model can work properly at

More information

Bluetooth voice and data performance in 802.11 DS WLAN environment

Bluetooth voice and data performance in 802.11 DS WLAN environment 1 (1) Bluetooth voice and data performance in 802.11 DS WLAN environment Abstract In this document, the impact of a 20dBm 802.11 Direct-Sequence WLAN system on a 0dBm Bluetooth link is studied. A typical

More information

Figure 1.Block diagram of inventory management system using Proximity sensors.

Figure 1.Block diagram of inventory management system using Proximity sensors. Volume 1, Special Issue, March 2015 Impact Factor: 1036, Science Central Value: 2654 Inventory Management System Using Proximity ensors 1)Jyoti KMuluk 2)Pallavi H Shinde3) Shashank VShinde 4)Prof VRYadav

More information

LoRaWAN. What is it? A technical overview of LoRa and LoRaWAN. Technical Marketing Workgroup 1.0

LoRaWAN. What is it? A technical overview of LoRa and LoRaWAN. Technical Marketing Workgroup 1.0 LoRaWAN What is it? A technical overview of LoRa and LoRaWAN Technical Marketing Workgroup 1.0 November 2015 TABLE OF CONTENTS 1. INTRODUCTION... 3 What is LoRa?... 3 Long Range (LoRa )... 3 2. Where does

More information

3 Software Defined Radio Technologies

3 Software Defined Radio Technologies 3 Software Defined Radio Technologies 3-1 Software Defined Radio for Next Generation Seamless Mobile Communication Systems In this paper, the configuration of the newly developed small-size software defined

More information

SmartDiagnostics Application Note Wireless Interference

SmartDiagnostics Application Note Wireless Interference SmartDiagnostics Application Note Wireless Interference Publication Date: May 27, 2015 KCF Technologies, Inc. Background The SmartDiagnostics wireless network is an easy to install, end-to-end machine

More information

Wi-Fi and Bluetooth - Interference Issues

Wi-Fi and Bluetooth - Interference Issues Wi-Fi and Bluetooth - Interference Issues January 2002 1 Introduction Because both Wi-Fi and Bluetooth wireless technology share spectrum and will often be located in close physical proximity to one another,

More information

Communication Networks. MAP-TELE 2011/12 José Ruela

Communication Networks. MAP-TELE 2011/12 José Ruela Communication Networks MAP-TELE 2011/12 José Ruela Network basic mechanisms Introduction to Communications Networks Communications networks Communications networks are used to transport information (data)

More information

XBEE 802.15.4 PROTOCOL COMPARISON

XBEE 802.15.4 PROTOCOL COMPARISON Connect with Confidence XBEE 802.15.4 PROTOCOL COMPARISON Abstract Creating wireless networks can be done using a variety of RF protocols. Some protocols are proprietary to individual vendors, others are

More information

ENHWI-N3. 802.11n Wireless Router

ENHWI-N3. 802.11n Wireless Router ENHWI-N3 802.11n Wireless Router Product Description Encore s ENHWI-N3 802.11n Wireless Router s 1T1R Wireless single chip can deliver up to 3x faster speed than of 802.11g devices. ENHWI-N3 supports home

More information

Local Area Networks transmission system private speedy and secure kilometres shared transmission medium hardware & software

Local Area Networks transmission system private speedy and secure kilometres shared transmission medium hardware & software Local Area What s a LAN? A transmission system, usually private owned, very speedy and secure, covering a geographical area in the range of kilometres, comprising a shared transmission medium and a set

More information

IOT WPAN technologies IoT binnen handbereik. EA IoT 2015 Pepijn Herman 2-6-2015

IOT WPAN technologies IoT binnen handbereik. EA IoT 2015 Pepijn Herman 2-6-2015 Internet of Things IOT WPAN technologies IoT binnen handbereik EA IoT 2015 Pepijn Herman 2-6-2015 Metatronics Development of smart electronics solution HQ in Eindhoven, The Netherlands Team of 21 engineers

More information

15 th TF-Mobility Meeting Sensor Networks. Torsten Braun Universität Bern braun@iam.unibe.ch www.iam.unibe.ch/~rvs

15 th TF-Mobility Meeting Sensor Networks. Torsten Braun Universität Bern braun@iam.unibe.ch www.iam.unibe.ch/~rvs 15 th TF-Mobility Meeting Sensor Networks Torsten Braun Universität Bern braun@iam.unibe.ch www.iam.unibe.ch/~rvs Overview 2 Ubiquitous Computing > Vision defined by Mark Weiser in 1991 Seamless integration

More information

ITL BULLETIN FOR AUGUST 2012

ITL BULLETIN FOR AUGUST 2012 ITL BULLETIN FOR AUGUST 2012 SECURITY OF BLUETOOTH SYSTEMS AND DEVICES: UPDATED GUIDE ISSUED BY THE NATIONAL INSTITUTE OF STANDARDS AND TECHNOLOGY (NIST) Shirley Radack, Editor Computer Security Division

More information

Wireless Sensor Network for Performance Monitoring of Electrical Machine

Wireless Sensor Network for Performance Monitoring of Electrical Machine International Journal of Reconfigurable and Embedded Systems (IJRES) Vol. 4, No. 1, March 2015, pp. 1~5 ISSN: 2089-4864 1 Wireless Sensor Network for Performance Monitoring of Electrical Machine Priyanka

More information

NETWORKING TECHNOLOGIES

NETWORKING TECHNOLOGIES NETWORKING TECHNOLOGIES (October 19, 2015) BUS3500 - Abdou Illia, Fall 2015 1 LEARNING GOALS Identify the major hardware components in networks. Identify and explain the various types of computer networks.

More information

Wi-Fi Why Now? Exploring New Wireless Technologies for Industrial Applications

Wi-Fi Why Now? Exploring New Wireless Technologies for Industrial Applications Wi-Fi Why Now? Exploring New Wireless Technologies for Industrial Applications Patrick McCurdy Product Marketing Manager Phoenix Contact Inc. pmccurdy@phoenixcon.com Ira Sharp Product Specialist Phoenix

More information

Easy-Flow: Comparing and integrating Wireless and PLC Medium Access Control Protocols.

Easy-Flow: Comparing and integrating Wireless and PLC Medium Access Control Protocols. 1 LCA Easy-Flow: Comparing and integrating Wireless and PLC Medium Access Control Protocols. Christina Vlachou, Julien Herzen, Patrick Thiran (EPFL) Marc Sommer, Hervé Dedieu (HEIG-VD) Gérôme Bovet, Jean

More information

Tomorrow s IP-Based Access Control System on Today s Network Infrastructure using PCN IP-485 Technology

Tomorrow s IP-Based Access Control System on Today s Network Infrastructure using PCN IP-485 Technology Tomorrow s IP-Based Access Control System on Today s Network Infrastructure using PCN IP-485 Technology David Strumpf, S. Venkat Shastri PCN Technology, Inc. 16450 Via Esprillo San Diego, CA 92127 Article

More information

Wireless LAN Concepts

Wireless LAN Concepts Wireless LAN Concepts Wireless LAN technology is becoming increasingly popular for a wide variety of applications. After evaluating the technology, most users are convinced of its reliability, satisfied

More information

IEEE802.15.4-2006 Sub-1 GHz-Lösungen für Sensornetzwerke mit optimierter Funkabdeckung. 2008 Dr. Wolf Wireless GmbH

IEEE802.15.4-2006 Sub-1 GHz-Lösungen für Sensornetzwerke mit optimierter Funkabdeckung. 2008 Dr. Wolf Wireless GmbH IEEE802.15.4-2006 Sub-1 GHz-Lösungen für Sensornetzwerke mit optimierter Funkabdeckung 2008 Dr. Wolf Wireless GmbH 1 Spectral Density is the Foundation of Wireless Communication Data Streaming (Access

More information

A survey on Spectrum Management in Cognitive Radio Networks

A survey on Spectrum Management in Cognitive Radio Networks A survey on Spectrum Management in Cognitive Radio Networks Ian F. Akyildiz, Won-Yeol Lee, Mehmet C. Vuran, Shantidev Mohanty Georgia Institute of Technology Communications Magazine, vol 46, April 2008,

More information

WIRELESS SECURITY. Information Security in Systems & Networks Public Development Program. Sanjay Goel University at Albany, SUNY Fall 2006

WIRELESS SECURITY. Information Security in Systems & Networks Public Development Program. Sanjay Goel University at Albany, SUNY Fall 2006 WIRELESS SECURITY Information Security in Systems & Networks Public Development Program Sanjay Goel University at Albany, SUNY Fall 2006 1 Wireless LAN Security Learning Objectives Students should be able

More information

Logitech Advanced 2.4 GHz Technology With Unifying Technology

Logitech Advanced 2.4 GHz Technology With Unifying Technology Logitech Advanced 2.4 GHz Technology Revision 070709 July 7, 2009 TABLE OF CONTENTS 1 INTRODUCTION: THE MOVE TO WIRELESS PERIPHERALS IN BUSINESS...3 2 SYSTEM OVERVIEW...4 2.1 NETWORK TOPOLOGY...4 2.2 MAIN

More information

CSE331: Introduction to Networks and Security. Lecture 6 Fall 2006

CSE331: Introduction to Networks and Security. Lecture 6 Fall 2006 CSE331: Introduction to Networks and Security Lecture 6 Fall 2006 Open Systems Interconnection (OSI) End Host Application Reference model not actual implementation. Transmits messages (e.g. FTP or HTTP)

More information

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org Internet of things (IOT) applications covering industrial domain Dev Bhattacharya dev_bhattacharya@ieee.org Outline Internet of things What is Internet of things (IOT) Simplified IOT System Architecture

More information

TCP/IP Network Communication in Physical Access Control

TCP/IP Network Communication in Physical Access Control TCP/IP Network Communication in Physical Access Control The way it's done: The security industry has adopted many standards over time which have gone on to prove as solid foundations for product development

More information

EECC694 - Shaaban. Transmission Channel

EECC694 - Shaaban. Transmission Channel The Physical Layer: Data Transmission Basics Encode data as energy at the data (information) source and transmit the encoded energy using transmitter hardware: Possible Energy Forms: Electrical, light,

More information

The Internet of Things: Opportunities & Challenges

The Internet of Things: Opportunities & Challenges The Internet of Things: Opportunities & Challenges What is the IoT? Things, people and cloud services getting connected via the Internet to enable new use cases and business models Cloud Services How is

More information

Rapid Prototyping of a Frequency Hopping Ad Hoc Network System

Rapid Prototyping of a Frequency Hopping Ad Hoc Network System Rapid Prototyping of a Frequency Hopping Ad Hoc Network System Martin Braun, Nico Otterbach, Jens Elsner, and Friedrich K. Jondral Communications Engineering Lab, Karlsruhe Institute of Technology (KIT),

More information

Why Migrate to the Cisco Unified Wireless Network?

Why Migrate to the Cisco Unified Wireless Network? Why Migrate to the Cisco Unified Wireless Network? Cisco is encouraging our customers to migrate to the Cisco Unified Wireless Network. This paper reviews the advantages of and reasons for migrating to

More information

CHAPTER 1 1 INTRODUCTION

CHAPTER 1 1 INTRODUCTION CHAPTER 1 1 INTRODUCTION 1.1 Wireless Networks Background 1.1.1 Evolution of Wireless Networks Figure 1.1 shows a general view of the evolution of wireless networks. It is well known that the first successful

More information

WIRELESS INSTRUMENTATION TECHNOLOGY

WIRELESS INSTRUMENTATION TECHNOLOGY BS&B WIRELESS, L.L.C. BS&B WIRELESS, L.L.C. WIRELESS INSTRUMENTATION TECHNOLOGY Printed February 2004 BS&B WIRELESS, L.L.C. 7422-B East 46th Place, Tulsa, OK74145 Phone: 918-622-5950 Fax: 918-665-3904

More information

Network Topologies. Network Topologies

Network Topologies. Network Topologies Network Topologies LANs and WANs - Geographical coverage LANs A single geographical location, such as office building, school, etc Typically High speed and cheaper. WANs Spans more than one geographical

More information