SlideShare a Scribd company logo
1 of 2
Download to read offline
Poster Abstract: Multihop Routing in Camera Sensor
                 Networks – An Experimental Study

            Kirak Hong, Posu Yan, Phoebus Chen,                                                       Songhwai Oh
                       Shankar Sastry                                               Electrical Engineering and Computer Science
           Electrical Engineering and Computer Sciences                                     University of California, Merced
                   University of California, Berkeley                                         songhwai.oh@ucmerced.edu
           {hokira, pyan, phoebusc, sastry}@eecs.berkeley.edu

1.    INTRODUCTION                                                                  is a tree-based address-free multihop routing protocol1 . CTP
   While the traditional wireless sensor networks (WSN) con-                        is chosen for our experiments because of its high data through-
sist of low-bandwidth sensors with limited capabilities, e.g.,                      put compared to other multihop protocols currently available
acoustic, vibration, and infrared sensors, camera sensor net-                       for TinyOS. For our experiments, we modified the routing
works can provide visual verification, in-depth situational                          engine of CTP and fixed the path from a source CITRIC mote
awareness, recognition, and other capabilities ([1], and ref-                       to the base station such that we can study the behavior of the
erences therein).                                                                   network at fixed numbers of hops.
   Similar to the traditional WSNs, camera sensor networks                             Setup: A CITRIC mote is used as a leaf node that trans-
communicate using the low-bandwidth wireless channel, such                          mits image data and TelosB motes serve as intermediate nodes
as IEEE 802.15.4; and often in-network information process-                         between the CITRIC mote and the base station. A 60 KByte
ing is emphasized. But a number of applications require in-                         image is transmitted from a CITRIC mote; the image size
frequent transmissions of images over wireless using mul-                           is based on the average size of 640x480 JPEG color images
tihop routing. The effects of the burstiness of camera sen-                         of an urban scene taken from CITRIC motes. All the motes
sor networks are often unpredictable and can cause troubles                         are placed in close proximity. Hence, the number of hops in
when using camera sensor networks. In order to design a                             our experiments can be also interpreted as a level of network
more effective camera sensor network system, it is desirable                        congestion.
to understand and study network behaviors when transmit-                               Two different sets of experiments have been conducted by
ting data from camera sensors over multihop. Such a study                           varying the payload size and the delay between packet trans-
can provide us with optimal operating settings and a guide-                         missions. Experiments are repeated for different hop counts:
line for application developers.                                                    1–5, 7, 9, and 11 hops2 . For the first set of experiments, we
   In this paper, we report findings from multihop routing ex-                       used 25, 50, 75 and 100 bytes of payloads based on the fact
periments using camera sensor networks, which were con-                             that the maximum packet size of CC2420 MAC layer is 128
ducted as part of our on-going research in camera sensor                            bytes, which include a header of 25 bytes (CTP, CC2420,
networks. Our camera sensor network consists of CITRIC                              and CITRIC mote specific header fields). The delay between
camera motes [1] and TelosB motes [2].                                              packet transmissions at the CITRIC mote is varied in the
   Our finding shows that there is a tradeoff between the re-                        second set of experiments: 0 (best effort), 40, 80, 120, and
ception rate and latency at different levels of network traffic.                     160ms. We found that 160ms is the maximum interval since
A more interesting finding is that adding a delay between                            retransmissions are rarely observed at this interval.
packet transmissions can improve both the transmission rate
and the end-to-end reception rate.
                                                                                    3.   EXPERIMENT RESULTS
                                                                                      We measured data transmission rates (amount of data re-
2.    EXPERIMENT SETUP                                                              ceived at the base station divided by the transmission time),
  CITRIC Mote: A CITRIC mote consists of a camera                                   end-to-end reception rates (ratio of the number of packets re-
daughter board connected to a TelosB board. The camera                              ceived at the base station to the total number of packets sent
daughter board contains a low-voltage 1.3 megapixel SXGA                            from the CITRIC mote), and image transfer latencies (aver-
CMOS image sensor (OmniVision OV9655) and a PXA270                                  age time to receive an image at the base station)3 at different
microprocessor running embedded Linux.                                              settings.
  Multihop Routing: The Collection Tree Protocol (CTP)                                Payload Size: Figure 1(a) shows data rates at different
                                                                                    hop counts for different payload sizes. It shows that the data
                                                                                    rate drops with increasing hop counts. The payload size of
                                                                                    100 bytes shows a slightly lower data rate at 11 hops.
                                                                                      The end-to-end reception rate shown in Figure 1(b) de-
Permission to make digital or hard copies of all or part of this work for           1
personal or classroom use is granted without fee provided that copies are              TEP 123: The Collection Tree Protocol http://www.
                                                                                    tinyos.net/tinyos-2.x/doc/html/tep123.html
not made or distributed for profit or commercial advantage and that copies           2
bear this notice and the full citation on the first page. To copy otherwise, to        Results from 1, 2, and 4 hops are not shown here since their per-
republish, to post on servers or to redistribute to lists, requires prior specific   formance is similar to the case with 3 hops.
                                                                                    3
permission and/or a fee.                                                              A small latency does not necessarily mean a high data transmis-
Copyright 200X ACM X-XXXXX-XX-X/XX/XX ...$5.00.                                     sion rate since fragments of an image can be dropped.
(a)                                            (b)                                        (c)
Figure 1: Network performance at different payload sizes at 0ms (best effort) transmission delay. (a) Data rate as a
function of hop counts. (b) End-to-end reception rate as a function of hop counts. (c) Latency as a function of hop
counts.




                     (a)                                            (b)                                        (c)
Figure 2: Network performance at different delays between packet transmissions with a 100-byte payload. (a) Data
rate as a function of hop counts. (b) End-to-end reception rate as a function of hop counts. (c) Latency as a function of
hop counts.


creases significantly as the hop count increases. In general,              can be used to find the shortest transmission delay time with
the reception rates for all payload sizes decrease as the hop             a desired latency without reducing multihop network’s relia-
count increases. A larger payload will take more time to                  bility.
transmit and the chance of collision increases, hence the re-               In Figure 2(c), it shows that, for all delays, the latency
ception rate decreases. For a smaller payload size, more                  increases as the hop count increases. However, at 11 hops,
packet transmissions are required to transmit an image and                they all show the same latency.
increases the chance of collision. This also decreases the re-
ception rate. While the figure shows a higher reception rate                 Acknowledgment: This work was supported in part by
at the higher hop count for smaller payload sizes, we plan to             HSN (Heterogeneous Sensor Networks), which receives sup-
perform additional experiments at even higher hop counts to               port from Army Research Office (ARO) Multidisciplinary
observe the trend more clearly.                                           Research Initiative (MURI) program (Award number W911NF-
   The image transfer latencies for different payload sizes are           06-1-0076).
shown in Figure 1(c). As expected, our results show that
there is a tradeoff between the reception rate and latency at             4.   REFERENCES
different hop counts, i.e., different levels of network traffic.           [1] P. W.-C. Chen, P. Ahammad, C. Boyer, S.-I. Huang,
   Delay Between Packet Transmissions: In this experi-                        L. Lin, E. J. Lobaton, M. L. Meingast, S. Oh, S. Wang,
ment, we varied the delay between packet transmissions at                     P. Yan, A. Yang, C. Yeo, L.-C. Chang, D. Tygar, and
the CITRIC mote.                                                              S. S. Sastry. CITRIC: A low-bandwidth wireless camera
   As shown in Figure 2(a), the best effort is not the best                   network platform. In Proc. of the ACM/IEEE
approach in a multihop network in terms of data transmission                  International Conference on Distributed Smart
rate; a delay of 40ms consistently performs better than the                   Cameras, Stanford University, CA, Sep. 2008.
best effort. It can be observed that the data rate starts to drop
at different hop counts for different delays. It shows that the           [2] J. Polastre, R. Szewczyk, and D. Culler. Telos: Enabling
delay between packet transmissions can be optimized based                     ultra-low power wireless research. In Proc. of the
on the network density.                                                       Fourth International Conference on Information
   Figure 2(b) shows that the reception rate drops at smaller                 Processing in Sensor Networks: Special track on
hop counts with shorter delays. Especially, the best effort                   Platform Tools and Design Methods for Network
yields less than a half reception rate at 11 hops. This result                Embedded Sensors (IPSN/SPOTS), April 2005.

More Related Content

What's hot

A self localization scheme for mobile wireless sensor networks
A self localization scheme for mobile wireless sensor networksA self localization scheme for mobile wireless sensor networks
A self localization scheme for mobile wireless sensor networks
ambitlick
 
Energy Aware performance evaluation of WSNs.
Energy Aware performance evaluation of WSNs.Energy Aware performance evaluation of WSNs.
Energy Aware performance evaluation of WSNs.
ikrrish
 
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
sipij
 
FUZZY-CONTROLLED POWER-AWARE PROACTIVE-ACKNOWLEDGEMENT BASED BROADCASTING (FP...
FUZZY-CONTROLLED POWER-AWARE PROACTIVE-ACKNOWLEDGEMENT BASED BROADCASTING (FP...FUZZY-CONTROLLED POWER-AWARE PROACTIVE-ACKNOWLEDGEMENT BASED BROADCASTING (FP...
FUZZY-CONTROLLED POWER-AWARE PROACTIVE-ACKNOWLEDGEMENT BASED BROADCASTING (FP...
cscpconf
 

What's hot (19)

Real Time Localization Using Receiver Signal Strength Indicator
Real Time Localization Using Receiver Signal Strength IndicatorReal Time Localization Using Receiver Signal Strength Indicator
Real Time Localization Using Receiver Signal Strength Indicator
 
Dq24746750
Dq24746750Dq24746750
Dq24746750
 
10.1.1.118.4231
10.1.1.118.423110.1.1.118.4231
10.1.1.118.4231
 
A self localization scheme for mobile wireless sensor networks
A self localization scheme for mobile wireless sensor networksA self localization scheme for mobile wireless sensor networks
A self localization scheme for mobile wireless sensor networks
 
Article GSM
Article GSMArticle GSM
Article GSM
 
On Multihop Distances in Wireless Sensor Networks with Random Node Locations
On Multihop Distances in Wireless Sensor Networks with Random Node LocationsOn Multihop Distances in Wireless Sensor Networks with Random Node Locations
On Multihop Distances in Wireless Sensor Networks with Random Node Locations
 
New
NewNew
New
 
Energy Aware performance evaluation of WSNs.
Energy Aware performance evaluation of WSNs.Energy Aware performance evaluation of WSNs.
Energy Aware performance evaluation of WSNs.
 
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
TARGET LOCALIZATION IN WIRELESS SENSOR NETWORKS BASED ON RECEIVED SIGNAL STRE...
 
Simulation of Direct Sequence Spread Spectrum for Wireless Communication Syst...
Simulation of Direct Sequence Spread Spectrum for Wireless Communication Syst...Simulation of Direct Sequence Spread Spectrum for Wireless Communication Syst...
Simulation of Direct Sequence Spread Spectrum for Wireless Communication Syst...
 
1004.0152v1
1004.0152v11004.0152v1
1004.0152v1
 
Ks3618311836
Ks3618311836Ks3618311836
Ks3618311836
 
FUZZY-CONTROLLED POWER-AWARE PROACTIVE-ACKNOWLEDGEMENT BASED BROADCASTING (FP...
FUZZY-CONTROLLED POWER-AWARE PROACTIVE-ACKNOWLEDGEMENT BASED BROADCASTING (FP...FUZZY-CONTROLLED POWER-AWARE PROACTIVE-ACKNOWLEDGEMENT BASED BROADCASTING (FP...
FUZZY-CONTROLLED POWER-AWARE PROACTIVE-ACKNOWLEDGEMENT BASED BROADCASTING (FP...
 
Ijnsa050209
Ijnsa050209Ijnsa050209
Ijnsa050209
 
A Survey on Rendezvous Based Techniques for Power Conservation in Wireless Se...
A Survey on Rendezvous Based Techniques for Power Conservation in Wireless Se...A Survey on Rendezvous Based Techniques for Power Conservation in Wireless Se...
A Survey on Rendezvous Based Techniques for Power Conservation in Wireless Se...
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
Z02417321735
Z02417321735Z02417321735
Z02417321735
 
Ar03302620266
Ar03302620266Ar03302620266
Ar03302620266
 
CODE AWARE DYNAMIC SOURCE ROUTING FOR DISTRIBUTED SENSOR NETWORK
CODE AWARE DYNAMIC SOURCE ROUTING FOR DISTRIBUTED SENSOR NETWORKCODE AWARE DYNAMIC SOURCE ROUTING FOR DISTRIBUTED SENSOR NETWORK
CODE AWARE DYNAMIC SOURCE ROUTING FOR DISTRIBUTED SENSOR NETWORK
 

Similar to Multihop Routing In Camera Sensor Networks

A novel pause count backoff algorithm for channel access
A novel pause count backoff algorithm for channel accessA novel pause count backoff algorithm for channel access
A novel pause count backoff algorithm for channel access
ambitlick
 
TCP Performance analysis Wireless Multihop Networks
TCP Performance analysis Wireless Multihop NetworksTCP Performance analysis Wireless Multihop Networks
TCP Performance analysis Wireless Multihop Networks
Abhishek Kona
 
Ad Hoc Probe
Ad Hoc ProbeAd Hoc Probe
Ad Hoc Probe
nutikumar
 
Streaming Video over a Wireless Network.ppt
Streaming Video over a Wireless Network.pptStreaming Video over a Wireless Network.ppt
Streaming Video over a Wireless Network.ppt
Videoguy
 
A Two-Tiered On-Line Server-Side Bandwidth Reservation Framework for the Real...
A Two-Tiered On-Line Server-Side Bandwidth Reservation Framework for the Real...A Two-Tiered On-Line Server-Side Bandwidth Reservation Framework for the Real...
A Two-Tiered On-Line Server-Side Bandwidth Reservation Framework for the Real...
white paper
 

Similar to Multihop Routing In Camera Sensor Networks (20)

TCP Fairness for Uplink and Downlink Flows in WLANs
TCP Fairness for Uplink and Downlink Flows in WLANsTCP Fairness for Uplink and Downlink Flows in WLANs
TCP Fairness for Uplink and Downlink Flows in WLANs
 
Towards the Performance Analysis of IEEE 802.11 in Multi-hop Ad-Hoc Networks
Towards the Performance Analysis of IEEE 802.11 in Multi-hop Ad-Hoc NetworksTowards the Performance Analysis of IEEE 802.11 in Multi-hop Ad-Hoc Networks
Towards the Performance Analysis of IEEE 802.11 in Multi-hop Ad-Hoc Networks
 
A dynamic performance-based_flow_control
A dynamic performance-based_flow_controlA dynamic performance-based_flow_control
A dynamic performance-based_flow_control
 
Computer Networking Assignment Help
Computer Networking Assignment HelpComputer Networking Assignment Help
Computer Networking Assignment Help
 
Hn analysis
Hn analysisHn analysis
Hn analysis
 
Interference-Aware Multipath Routing In Wireless Sensor NetworksMinor projr...
Interference-Aware Multipath Routing In  Wireless Sensor NetworksMinor  projr...Interference-Aware Multipath Routing In  Wireless Sensor NetworksMinor  projr...
Interference-Aware Multipath Routing In Wireless Sensor NetworksMinor projr...
 
A novel pause count backoff algorithm for channel access
A novel pause count backoff algorithm for channel accessA novel pause count backoff algorithm for channel access
A novel pause count backoff algorithm for channel access
 
i2ct_submission_105
i2ct_submission_105i2ct_submission_105
i2ct_submission_105
 
IEEE 2014 JAVA NETWORKING PROJECTS Receiver based flow control for networks i...
IEEE 2014 JAVA NETWORKING PROJECTS Receiver based flow control for networks i...IEEE 2014 JAVA NETWORKING PROJECTS Receiver based flow control for networks i...
IEEE 2014 JAVA NETWORKING PROJECTS Receiver based flow control for networks i...
 
2014 IEEE JAVA NETWORKING PROJECT Receiver based flow control for networks in...
2014 IEEE JAVA NETWORKING PROJECT Receiver based flow control for networks in...2014 IEEE JAVA NETWORKING PROJECT Receiver based flow control for networks in...
2014 IEEE JAVA NETWORKING PROJECT Receiver based flow control for networks in...
 
Communication Performance Over A Gigabit Ethernet Network
Communication Performance Over A Gigabit Ethernet NetworkCommunication Performance Over A Gigabit Ethernet Network
Communication Performance Over A Gigabit Ethernet Network
 
TCP Performance analysis Wireless Multihop Networks
TCP Performance analysis Wireless Multihop NetworksTCP Performance analysis Wireless Multihop Networks
TCP Performance analysis Wireless Multihop Networks
 
3
33
3
 
Comparative Analysis of Different TCP Variants in Mobile Ad-Hoc Network
Comparative Analysis of Different TCP Variants in Mobile Ad-Hoc Network Comparative Analysis of Different TCP Variants in Mobile Ad-Hoc Network
Comparative Analysis of Different TCP Variants in Mobile Ad-Hoc Network
 
Ad Hoc Probe
Ad Hoc ProbeAd Hoc Probe
Ad Hoc Probe
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
Available network bandwidth schema to improve performance in tcp protocols
Available network bandwidth schema to improve performance in tcp protocolsAvailable network bandwidth schema to improve performance in tcp protocols
Available network bandwidth schema to improve performance in tcp protocols
 
Streaming Video over a Wireless Network.ppt
Streaming Video over a Wireless Network.pptStreaming Video over a Wireless Network.ppt
Streaming Video over a Wireless Network.ppt
 
A Two-Tiered On-Line Server-Side Bandwidth Reservation Framework for the Real...
A Two-Tiered On-Line Server-Side Bandwidth Reservation Framework for the Real...A Two-Tiered On-Line Server-Side Bandwidth Reservation Framework for the Real...
A Two-Tiered On-Line Server-Side Bandwidth Reservation Framework for the Real...
 
Ba25315321
Ba25315321Ba25315321
Ba25315321
 

Recently uploaded

Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for Success
UXDXConf
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Peter Udo Diehl
 

Recently uploaded (20)

Top 10 Symfony Development Companies 2024
Top 10 Symfony Development Companies 2024Top 10 Symfony Development Companies 2024
Top 10 Symfony Development Companies 2024
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
 
AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101
 
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
Choosing the Right FDO Deployment Model for Your Application _ Geoffrey at In...
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
 
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptxUnpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
Unpacking Value Delivery - Agile Oxford Meetup - May 2024.pptx
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdf
 
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
 
A Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyA Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System Strategy
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for Success
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024
 
Syngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdf
 
Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024
 
Google I/O Extended 2024 Warsaw
Google I/O Extended 2024 WarsawGoogle I/O Extended 2024 Warsaw
Google I/O Extended 2024 Warsaw
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
 
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdfWhere to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara Laskowska
 
ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty Secure
 
PLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. StartupsPLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. Startups
 
Demystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John StaveleyDemystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John Staveley
 

Multihop Routing In Camera Sensor Networks

  • 1. Poster Abstract: Multihop Routing in Camera Sensor Networks – An Experimental Study Kirak Hong, Posu Yan, Phoebus Chen, Songhwai Oh Shankar Sastry Electrical Engineering and Computer Science Electrical Engineering and Computer Sciences University of California, Merced University of California, Berkeley songhwai.oh@ucmerced.edu {hokira, pyan, phoebusc, sastry}@eecs.berkeley.edu 1. INTRODUCTION is a tree-based address-free multihop routing protocol1 . CTP While the traditional wireless sensor networks (WSN) con- is chosen for our experiments because of its high data through- sist of low-bandwidth sensors with limited capabilities, e.g., put compared to other multihop protocols currently available acoustic, vibration, and infrared sensors, camera sensor net- for TinyOS. For our experiments, we modified the routing works can provide visual verification, in-depth situational engine of CTP and fixed the path from a source CITRIC mote awareness, recognition, and other capabilities ([1], and ref- to the base station such that we can study the behavior of the erences therein). network at fixed numbers of hops. Similar to the traditional WSNs, camera sensor networks Setup: A CITRIC mote is used as a leaf node that trans- communicate using the low-bandwidth wireless channel, such mits image data and TelosB motes serve as intermediate nodes as IEEE 802.15.4; and often in-network information process- between the CITRIC mote and the base station. A 60 KByte ing is emphasized. But a number of applications require in- image is transmitted from a CITRIC mote; the image size frequent transmissions of images over wireless using mul- is based on the average size of 640x480 JPEG color images tihop routing. The effects of the burstiness of camera sen- of an urban scene taken from CITRIC motes. All the motes sor networks are often unpredictable and can cause troubles are placed in close proximity. Hence, the number of hops in when using camera sensor networks. In order to design a our experiments can be also interpreted as a level of network more effective camera sensor network system, it is desirable congestion. to understand and study network behaviors when transmit- Two different sets of experiments have been conducted by ting data from camera sensors over multihop. Such a study varying the payload size and the delay between packet trans- can provide us with optimal operating settings and a guide- missions. Experiments are repeated for different hop counts: line for application developers. 1–5, 7, 9, and 11 hops2 . For the first set of experiments, we In this paper, we report findings from multihop routing ex- used 25, 50, 75 and 100 bytes of payloads based on the fact periments using camera sensor networks, which were con- that the maximum packet size of CC2420 MAC layer is 128 ducted as part of our on-going research in camera sensor bytes, which include a header of 25 bytes (CTP, CC2420, networks. Our camera sensor network consists of CITRIC and CITRIC mote specific header fields). The delay between camera motes [1] and TelosB motes [2]. packet transmissions at the CITRIC mote is varied in the Our finding shows that there is a tradeoff between the re- second set of experiments: 0 (best effort), 40, 80, 120, and ception rate and latency at different levels of network traffic. 160ms. We found that 160ms is the maximum interval since A more interesting finding is that adding a delay between retransmissions are rarely observed at this interval. packet transmissions can improve both the transmission rate and the end-to-end reception rate. 3. EXPERIMENT RESULTS We measured data transmission rates (amount of data re- 2. EXPERIMENT SETUP ceived at the base station divided by the transmission time), CITRIC Mote: A CITRIC mote consists of a camera end-to-end reception rates (ratio of the number of packets re- daughter board connected to a TelosB board. The camera ceived at the base station to the total number of packets sent daughter board contains a low-voltage 1.3 megapixel SXGA from the CITRIC mote), and image transfer latencies (aver- CMOS image sensor (OmniVision OV9655) and a PXA270 age time to receive an image at the base station)3 at different microprocessor running embedded Linux. settings. Multihop Routing: The Collection Tree Protocol (CTP) Payload Size: Figure 1(a) shows data rates at different hop counts for different payload sizes. It shows that the data rate drops with increasing hop counts. The payload size of 100 bytes shows a slightly lower data rate at 11 hops. The end-to-end reception rate shown in Figure 1(b) de- Permission to make digital or hard copies of all or part of this work for 1 personal or classroom use is granted without fee provided that copies are TEP 123: The Collection Tree Protocol http://www. tinyos.net/tinyos-2.x/doc/html/tep123.html not made or distributed for profit or commercial advantage and that copies 2 bear this notice and the full citation on the first page. To copy otherwise, to Results from 1, 2, and 4 hops are not shown here since their per- republish, to post on servers or to redistribute to lists, requires prior specific formance is similar to the case with 3 hops. 3 permission and/or a fee. A small latency does not necessarily mean a high data transmis- Copyright 200X ACM X-XXXXX-XX-X/XX/XX ...$5.00. sion rate since fragments of an image can be dropped.
  • 2. (a) (b) (c) Figure 1: Network performance at different payload sizes at 0ms (best effort) transmission delay. (a) Data rate as a function of hop counts. (b) End-to-end reception rate as a function of hop counts. (c) Latency as a function of hop counts. (a) (b) (c) Figure 2: Network performance at different delays between packet transmissions with a 100-byte payload. (a) Data rate as a function of hop counts. (b) End-to-end reception rate as a function of hop counts. (c) Latency as a function of hop counts. creases significantly as the hop count increases. In general, can be used to find the shortest transmission delay time with the reception rates for all payload sizes decrease as the hop a desired latency without reducing multihop network’s relia- count increases. A larger payload will take more time to bility. transmit and the chance of collision increases, hence the re- In Figure 2(c), it shows that, for all delays, the latency ception rate decreases. For a smaller payload size, more increases as the hop count increases. However, at 11 hops, packet transmissions are required to transmit an image and they all show the same latency. increases the chance of collision. This also decreases the re- ception rate. While the figure shows a higher reception rate Acknowledgment: This work was supported in part by at the higher hop count for smaller payload sizes, we plan to HSN (Heterogeneous Sensor Networks), which receives sup- perform additional experiments at even higher hop counts to port from Army Research Office (ARO) Multidisciplinary observe the trend more clearly. Research Initiative (MURI) program (Award number W911NF- The image transfer latencies for different payload sizes are 06-1-0076). shown in Figure 1(c). As expected, our results show that there is a tradeoff between the reception rate and latency at 4. REFERENCES different hop counts, i.e., different levels of network traffic. [1] P. W.-C. Chen, P. Ahammad, C. Boyer, S.-I. Huang, Delay Between Packet Transmissions: In this experi- L. Lin, E. J. Lobaton, M. L. Meingast, S. Oh, S. Wang, ment, we varied the delay between packet transmissions at P. Yan, A. Yang, C. Yeo, L.-C. Chang, D. Tygar, and the CITRIC mote. S. S. Sastry. CITRIC: A low-bandwidth wireless camera As shown in Figure 2(a), the best effort is not the best network platform. In Proc. of the ACM/IEEE approach in a multihop network in terms of data transmission International Conference on Distributed Smart rate; a delay of 40ms consistently performs better than the Cameras, Stanford University, CA, Sep. 2008. best effort. It can be observed that the data rate starts to drop at different hop counts for different delays. It shows that the [2] J. Polastre, R. Szewczyk, and D. Culler. Telos: Enabling delay between packet transmissions can be optimized based ultra-low power wireless research. In Proc. of the on the network density. Fourth International Conference on Information Figure 2(b) shows that the reception rate drops at smaller Processing in Sensor Networks: Special track on hop counts with shorter delays. Especially, the best effort Platform Tools and Design Methods for Network yields less than a half reception rate at 11 hops. This result Embedded Sensors (IPSN/SPOTS), April 2005.