SlideShare uma empresa Scribd logo
1 de 2
Baixar para ler 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.

Mais conteúdo relacionado

Mais procurados

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 IndicatorRana Basheer
 
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 networksambitlick
 
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 Locationsambitlick
 
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
 
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...ijtsrd
 
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
 
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...ijceronline
 
Z02417321735
Z02417321735Z02417321735
Z02417321735IJMER
 
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 NETWORKIJNSA Journal
 

Mais procurados (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
 

Semelhante a Multihop Routing In Camera Sensor Networks

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 WLANsambitlick
 
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 Networksambitlick
 
A dynamic performance-based_flow_control
A dynamic performance-based_flow_controlA dynamic performance-based_flow_control
A dynamic performance-based_flow_controlingenioustech
 
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...Rakesh Behera
 
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 accessambitlick
 
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...IEEEFINALSEMSTUDENTSPROJECTS
 
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...IEEEGLOBALSOFTSTUDENTPROJECTS
 
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 NetworkIJERA Editor
 
TCP Performance analysis Wireless Multihop Networks
TCP Performance analysis Wireless Multihop NetworksTCP Performance analysis Wireless Multihop Networks
TCP Performance analysis Wireless Multihop NetworksAbhishek Kona
 
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 partha pratim deb
 
Ad Hoc Probe
Ad Hoc ProbeAd Hoc Probe
Ad Hoc Probenutikumar
 
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 protocolsIJCNCJournal
 
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.pptVideoguy
 
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
 

Semelhante a 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
 
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...
 
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...
 
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
 

Último

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 

Último (20)

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 

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.