20
Introduction to Wireless Sensor Networks

Introduction to Wireless Sensor Networks

  • Upload
    denzel

  • View
    49

  • Download
    2

Embed Size (px)

DESCRIPTION

Introduction to Wireless Sensor Networks. Wireless Network. Wireless networks are telephone or computer networks that use radio as their carrier or physical layer. Primary usage: Wireless Personal Area Networking (WPAN) Wireless Local Area Networking (WLAN) - PowerPoint PPT Presentation

Citation preview

Page 1: Introduction to Wireless Sensor Networks

Introduction toWireless Sensor Networks

Page 2: Introduction to Wireless Sensor Networks

Wireless Network

Wireless networks are telephone or computer networks that use radio as their carrier or physical layer.

Primary usage: Wireless Personal Area Networking (WPAN) Wireless Local Area Networking (WLAN) Wireless Wide Area Networking (WWAN)

Page 3: Introduction to Wireless Sensor Networks

ISM Band

The Industrial, Scientific and Medical radio bands are the industrial equivalent of the "Citizens Band". No license is required.

900 MHz band: Range: 902-928 MHz Wavelength: 33.3 CM

2.4 GHz band: Range: 2400-2483.5 MHz Wavelength: 12.2 CM

5.8 GHz band: Range: 5.725GHz-5.850 GHz Wavelength: 5.2 CM

Page 4: Introduction to Wireless Sensor Networks

Wireless Personal Area Networking A WPAN is a network interconnecting

devices centered around an individual person's workspace - in which the connections are wireless.

One such technology is Bluetooth, which was used as the basis for IEEE 802.15.

Page 5: Introduction to Wireless Sensor Networks

Wireless Local Area Networking A wireless LAN is one in which a mobile user

can connect to a local area network (LAN) through a wireless (radio) connection.

A standard, IEEE 802.11, specifies the technologies for wireless LANs.

Page 6: Introduction to Wireless Sensor Networks

Sensor Network

A sensor network is a computer network of many, spacially distributed devices using sensors to monitor conditions at different locations, such as temperature, sound, vibration, pressure, motion or pollutants.

Involve three areas: sensing, communications, and computation (hardware, software, algorithms).

Applications: military, environmental, medical, home, and other commercial.

Page 7: Introduction to Wireless Sensor Networks

Sensor Network

Sensor nodes scattered in a sensor field Each nodes has the capabilities to collect data and route data

back to the sink (Base Station). Protocols and algorithms with self-organization capabilities. Nodes have to cooperate and partially process sensed

data.

Page 8: Introduction to Wireless Sensor Networks

Sensor Network

The design of the sensor network is influenced by many factors, including: fault tolerance scalability production costs operating environment sensor network topology hardware constraints transmission media power consumption

Page 9: Introduction to Wireless Sensor Networks

Design Factors of Sensor Network Fault Tolerance

Some sensor nodes may fail or be blocked due to lack of power, or have physical damage or environmental interference.

The failure of sensor nodes should not affect the overall task of the sensor network.

The reliability is modeled in using the Poisson distribution: Rk(t) = exp(-λkt), where λk is the failure rate of sensor node k, and t is the time period.

Page 10: Introduction to Wireless Sensor Networks

Design Factors of Sensor Network Scalability

The number of sensor nodes deployed in studying a phenomenon may be on the order of hundreds or thousands.

New schemes must be utilize the high density of the sensor networks.

The density μ can be calculated according to as μ(R) = (N * π R2) / A, where N is the number of scattered sensor nodes in region A, and R is the radio transmission range.

Page 11: Introduction to Wireless Sensor Networks

Design Factors of Sensor Network Production Costs

The cost of a single node is very important to justify the overall cost of the network.

If the cost is more expensive than deploying traditional sensors, the sensor network is not cost-justified.

Hardware Constraints A sensor node is made up of four basic components: sensing unit,

processing unit, transceiver unit, and power unit. They may also have additional application-dependent component

s such as a location finding system, power generator, and mobilizer.

The required all of these subunits may be smaller than even a cubic centimeter.

Page 12: Introduction to Wireless Sensor Networks

Design Factors of Sensor Network Sensor Network Topology

Issues related to topology maintenance and change in three phases: Pre-deployment and deployment phase:

Sensor nodes can be either thrown in mass or placed one by one in the sensor field.

Post-deployment phase: Topology changes are due to change nodes' position, reachability,

available energy, malfunctioning, and task details. Re-deployment of additional nodes phase:

Additional sensor nodes can be redeployed at any time to replace malfunctioning nodes or due to changes in task dynamics.

Page 13: Introduction to Wireless Sensor Networks

Design Factors of Sensor Network Environment

Sensor nodes are densely deployed either very close or directly inside the phenomenon to be observed.

They may be working in the interior of large machinery, at the bottom of an ocean, in a biologically or chemically contaminated field, in a battlefield beyond the enemy lines, and in a home or large building.

Transmission Media In a multi-hop sensor network, communicating nodes are linked

by a wireless medium. These links can be formed by radio, infrared, or optical media. The chosen transmission medium must be available worldwide.

Page 14: Introduction to Wireless Sensor Networks

Design Factors of Sensor Network Power Consumption

The wireless sensor node, being a microelectronic device, can only be equipped with a limited power source.

The malfunctioning of a few nodes can cause significant topological changes and might require rerouting of packets and reorganization of the network.

Power consumption can hence be divided into three domains: sensing, communication, and data processing.

Page 15: Introduction to Wireless Sensor Networks

Wireless Sensor Network Types Time-Driven

Report data in the cycle time. (LEACH) Event-Driven

Report data in the event. (TEEN)

Single-hop Nodes communicate with each other directly.

Multi-hop To communicate from a node to the other may need passin

g through another node.

Page 16: Introduction to Wireless Sensor Networks

Wireless Sensor Network Protocols

The sensor networks protocol stack. This protocol stack combi

nes: Power Routing awareness Integrates data with network

ing protocols, communicates power efficiently, and promotes cooperative efforts of sensor nodes.

Page 17: Introduction to Wireless Sensor Networks

Wireless Sensor Network Protocols Physical layer

Responsible for frequency selection, carrier frequency generation, signal detection, modulation, and data encryption.

Data link layer Responsible for the multiplexing of data streams, data frame detection,

medium access and error control. Network layer

As discussed in the first section, special multi-hop wireless routing protocols between the sensor nodes and the sink node are needed.

Transport layer This layer is especially needed when the system is planned to be

accessed through the Internet or other external networks. Application layer

Three possible application layer protocols: Sensor Management Protocol (SMP), Task Assignment and Data Advertisement Protocol (TADAP), and Sensor Query and Data Dissemination Protocol (SQDDP).

Page 18: Introduction to Wireless Sensor Networks

Wireless Sensor Network Protocols Power management plane

The most obvious means of power conservation is to turn the transceiver off when it is receiver after receiving a message.

Mobility management plane Detects and registers the movement of sensor nodes, so a

route back to the user is always maintained. Task management plane

Balances and schedules the sensing tasks given to a specific region.

Not all sensor nodes in that region are required to perform at the same time.

Page 19: Introduction to Wireless Sensor Networks

Research Issues

Error control is extremely important in some sensor network applications like mobile tracking and machine monitoring.

To prolong network lifetime, a sensor node must enter into periods of reduced activity when running low on battery power.

The protocols need to be improved or new protocols developed to address higher topology changes and higher scalability.

Page 20: Introduction to Wireless Sensor Networks

References Wireless ISP Frequency Bands

http://www.beagle-ears.com/lars/engineer/wireless/bands.htm Sensor network

http://en.wikipedia.org/wiki/Sensor_network Wireless Networking Tutorial

http://www.tutorial-reports.com/wireless/ Introduction to Wireless Networks

http://www.csie.nctu.edu.tw/~yctseng/WirelessNet05-02/contents.html

New frontier for wireless Sensor networks http://www.networkworld.com/news/2004/0607sensors.html

Wireless sensor networks: a survey http://www.ece.gatech.edu/research/labs/bwn/sensornets.pdf