SmartCars and SmartRoads: Applying technology of Wireless Sensor Networks to public transportation.

Size: px
Start display at page:

Download "SmartCars and SmartRoads: Applying technology of Wireless Sensor Networks to public transportation."

Transcription

1 SmartCars and SmartRoads: Applying technology of Wireless Sensor Networks to public transportation. Thesis Proposal By Ricardo Joseph Estevez As part of the requirements for the degree of Master of Science in Computer Science University of Colorado at Colorado Springs Committee Members and Signatures: Approved by Date Advisor: Dr. Edward Chow Committee member: Dr. Terrance Boult Committee member: Dr. Sudhanshu K. Semwal Ricardo Estevez 9/21/06 Page 1 of 9

2 1 Introduction Human beings live in a world of advancing computing technology. Just as computers have entered every nook-and-cranny of our homes and workplace, so has the network. Today, a computer without a network is similar to a car without a road. We can drive around and use the functions provided in our car but without the road, how would we connect? Similarly without the network, our computers would be isolated and the dissemination of information limited. Overcoming this island of computing has led to the continuous linkage of computers to networks and the network s ubiquitous integration into our daily lives. The most famous network, which is actually a collection of interconnected networks [15] or internetwork, is the Internet. The Internet, which is the backbone of the most popular distributed system known as the World Wide Web, has closed the geographic gap among people and businesses. It serves as a medium for researching, entertainment, business transactions, and communication [14]. A computer network provides a computational need with a large number of separate but interconnected computers [21]. To be interconnected means to be able to exchange information over some connection such as copper wire, fiber optics, microwave, infrared, and communication satellites. The observation is that the connection medium is both wired and wireless. A specialized networking technology known as wireless sensor networks (WSN) is providing researchers with remote monitoring capabilities [1]. The application area of wireless sensor networks is virtually the world around us. Wireless sensors can monitor the environment and gather measurements such as temperature, light, and seismic readings. These sensing devices, called motes, can self-organize to form a wireless network enabling the transmission of their measurements to a central processing unit for aggregation, analysis, and decision-making. For example, WSN have been used to perform habitat monitoring at Great Duck Island in Maine [8]. In another example, implementing WSN allows first responders to perform risk analysis on a building structure and to track personnel once deployed into a distressed building [9][10]. The domain of public transportation can benefit from wireless sensor networks. This is a popular topic in the automotive industry. For the government, the data acquired from the wireless sensor networks could pinpoint hazards in the road related to road decay or weather conditions. For insurance companies, the data could be used to determine the cause of an accident. And for the consumer, automobile manufacturers could use the data to create safety or convenience systems. In this research, the focus is the consumer. This thesis provides analysis, simulation, and feasibility of algorithms for passive and active safety systems that are built upon an architecture that is founded heavily on the application of wireless sensor networks to automobiles and the roads they travel. Ricardo Estevez 9/21/06 Page 2 of 9

3 The rest of this paper is organized as follows. Section 2 formally states the details of the thesis. Section 3 provides background information of wireless sensor information including its constraints, hardware, and software architecture. Section 4 examines the application of wireless sensor networks to public transportation. This examination is important because it will be shown that there is a lack of focus in the area of safety systems for the consumer. Section 5 presents a high-level object-oriented design to identify actors, objects, and system boundaries. Section 6 outlines the thesis project plan and schedule. Section 7 lists the thesis project deliverables. Section 8 cites the references. 2 Thesis The technology of wireless sensor networks can be integrated into automobiles and roadways to provide the following safety systems: 1. Forward-looking traffic detection algorithm. 2. Emergency braking alert with tailgating awareness algorithm. 2.1 Thesis Objectives Identify the safety systems that can be created when wireless sensor networks enter the automobile and roadways. Identify algorithms that will use data provided by the wireless sensor network in order to make decisions that are used in the safety systems. Investigate existing hardware platforms provided by wireless sensor technology vendors such as Crossbow for compatibility with the safety systems presented in this paper [11][12][13]. Investigate how to best deploy motes such that the radio signal obstruction, propagation, and attenuation factors are addressed. Investigate the safety system s performance and scalability in varying bandwidth, which directly affects the transportation of data. Increased data flow in high traffic situations could possibly hinder bandwidth and thus the propagation of data. Identify networking algorithms to ensure the dissemination of current traffic data. Packets will likely need a priority and maturity algorithm. 2.2 Proof-of-Concept and Simulation The TinyOS, or TOSSIM, simulator will be used to test the mote system programming, deployment strategies, and safety-decision algorithms. Empirical data on traffic patterns will be incorporated as well. 3 Wireless Sensor Networks Ricardo Estevez 9/21/06 Page 3 of 9

4 A wireless sensor network is composed of the sensing devices called motes. Motes will receive and send data to a base station for aggregation so that observations and decisions can be made. Characteristics of a wireless sensor networks include the ability to make autonomous actions based on environmental observations. Motes need to be selforganizing, self-regulated, self-repairing, and programmable. The mote technology is somewhat constrained in order to provide a low-cost, reusable deployment into varying environments. For example, a mote has limitations on physical memory, computation power, bandwidth, and energy. Another constraint is size. Some motes only the size of a coin will be able to be deployed into an environment by the millions thus creating a digital skin with each sensor capable of capturing physical information about its immediate space. [7] The raw data can then be aggregated to provide data points that can be analyzed to derive a meaningful observation. 4 Public Transportation Public transportation is a domain area that many researchers are examining for the fullscale integration with wireless sensor networks. Here we examine the existing studies at research laboratories and academic institutions. One researcher, Teresa Lunt, who is the manager of the Palo Alto Research Center s computer science lab envisions a sensor network where cars can communicate with one another on the highway the Transportation Department has been interested in reducing the number of accidents by putting sensor on vehicles that could pre-deploy your airbag [or] a merge assistant that could tell you if someone s in your blind spot or around the corner, or if you re driving over the road. All these things could be enabled through sensors. [1] The CarTel project [3] at the Massachusetts Institute of Technology believes that with hundreds of millions of vehicles on the road and over a billion people using cellular phones, cars and humans may turn out to be the carriers of the world s largest and most dynamic sensor networks in the coming years. This project has designed and deployed a mobile distributed sensor computing system. The system has a three-tier architecture, thus creating a layer for the database, business logic, and client. Conceptually, the system works as follows: the client layer presents a thin-client portal where asynchronous queries can be sent to the mobile sensor nodes deployed on a vehicle. The network on which these queries travel is designed to be delay-tolerant since the sensor nodes create the mobile network. When the query reaches the mobile sensor node, it provides the query along with the parameters, such as response priority, so the data collected can travel back through the network with assigned priority and destination. Finally, the data returns and is inserted into a relational database where another client application can view statistics visually with map data. As innovative as the CarTel project is, it still lacks the investigation of safety systems that will benefit the automotive industry. Instead, the project focused usage for their system is traffic monitoring and route planning; preventive maintenance; road condition monitoring; or a proxy monitoring service for other wireless networks. Ricardo Estevez 9/21/06 Page 4 of 9

5 This thesis builds on the ideas similar to the studies at Palo Alto and MIT. Note that these areas of research have focused on efforts similar to environmental monitoring. However, this thesis focuses exclusively on the application of the wireless sensor networks and provides innovative algorithms to create new safety systems for the driver and cars. In Japan, Honda is already testing the integration of advanced safety systems into cars and roads [16]. Their prototype safety system features the capability to allow a car to send and receive signals from other cars and the road. Such signals could warn of road hazards; a red-light runner at a traffic light intersection; school zone warnings; and traffic data. The research conducted in this thesis has led to the creation of several algorithms and architecture to provide passive and active systems that will enable automobiles and drivers with traffic data. The concepts in this study are different than similar studies because of the following constraints: Build a non-proprietary system. Build an affordable system using inexpensive but reliable computing devices. Build a system that is wireless sensor network centric. Build a system that can leverage existing technologies such as GPS. In order to formally analyze the problem domain of public transportation, object-oriented analysis will be used to identify and define the objects and data. 5 High-level system design The safety systems presented in this study depends on the SmartCar and SmartRoad subsystems. SmartCar an automobile that has the capability to interpret traffic data aggregated by the WSN to make life-saving safety decisions such as accident detection and accident avoidance. A SmartCar will also be a source of data for other SmartCars to interpret. SmartRoad a city street, state highway, or national interstate that has motes deployed at mile markers, lane striping, and other static road artifacts. Both subsystems will employ a packet-relaying algorithm that will degrade old traffic data and promote for removal so that network will contain current traffic data. The figure shown below is a visual description of the high level design. Conceptually, the SmartCars will communicate to each other over the wireless sensor network passing data that will allow another SmartCar to make a decision supporting the on-board active and/or passive safety systems. The SmartRoads will relay data downstream. Ricardo Estevez 9/21/06 Page 5 of 9

6 6 Thesis Plan & Schedule Spring Semester 2006 Figure 1 - High Level System Design Objective: Completed or In Progress: Notes: Narrow thesis topic. Completed. Thesis is to focus study on the application of wireless sensor networks to public transportation. Begin preliminary research on similar work that exists Completed. See cited references. in academic community. Identify a rough draft of questions that can be solved during your thesis study. Completed. The early questions need to be evaluated for feasibility. Specifically, can computer science and a scientific method be used to answer these questions? Deliver an informal thesis Completed. Dr. Chow received my Ricardo Estevez 9/21/06 Page 6 of 9

7 proposal to graduate advisor, Dr. Edward Chow. thesis proposal at the end of the Spring semester. He provided feedback which has guided my continued research. Fall Semester 2006 Objective: Completed or In progress: Notes: Continue to research the mote hardware technology available through vendors such as Crossbow. In progress. MSP-SYS410CA is a wireless detection system that can be used for traffic pattern analysis and Construct your scientific method. Specifically, how will you test your algorithms? Complete research, simulation, and thesis report. 7 Deliverables In progress. In progress. vehicle tracking. Simulate using the TinyOS and the TinyOS Simulator (TOSSIM). These are the deliverables for the successful completion of the graduate work. At the end of the Fall Semester 2006, I will successfully complete my thesis research and deliver the following artifacts to my graduate committee: 1. Thesis report. 2. A simulator that demonstrates the concepts and algorithms of the smart car/road system. Ricardo Estevez 9/21/06 Page 7 of 9

8 8 References 1. A. Ricadela. The Emerging World Of Wireless Sensor Networks Information Week, January 20, Wireless Ad Hoc Sensor Networks. Advanced Network Technologies Division, National Institute of Standards and Technologies. 3. H. Balakrishnan, S. Madden, V. Bychkovsky, K. Chen, W. Daher, M. Goraczko, H. Hu, B. Hull, A. Miu, E. Shih. CarTel: A Mobile Sensor Computing System. Massachusetts Institute of Technology, Cambridge, Massachusetts, USA. 4. Energy Efficient Sensor Networks (EYES). Telecommunications Networks Group, Technical University of Berlin, Germany. 5. Wireless Senor Networks: a Fragmented Market with Great Potential &display=RFID. MoreRFID.com, April 14, OMNeT++ Discrete Event Simulation System G. Smit, P Havinga. Collaborative Sensor Networks. Department of Computer Science, University of Twente, Netherlands. 8. A. Mainwaring, J. Polastre, R Szewczyk, D. Culler, J. Anderson. Wireless Sensor Networks for Habitat Monitoring. In WSNA 02, Atlanta, Georgia, USA, September D. M. Doolin, N. Sitar. Wireless sensors for wildfire monitoring. Civil and Environmental Engineering, University of California, Berkeley, CA, USA. 10. C. E. Chow, G. Godavari. First Responders Sensor Network. Department of Computer Science, University of Colorado at Colorado Springs, Colorado Springs, CO, USA, Fall Crossbow MoteWorks Platform. Crossbow Technology Inc. 12. MSP410 Wireless Security System Specification Sheet. Document Part Number: Rev B. Crossbow Technology Inc. Ricardo Estevez 9/21/06 Page 8 of 9

9 13. MSP-SYS MSP Mote Developer s System Specification Sheet. Document Part Number: Rev A. Crossbow Technology Inc. 14. B. Leiner, V. G. Cerf, D. D. Clark, R. E. Kahn, L. Kleinrock, D. C. Lynch, J. Postel, L. G. Roberts, S. S. Wolff. The past and future history of the Internet. In Communications of the ACM, February A. Tanenbaum. Computer Networks. Prentice Hall PTR, Upper Saddle River, New Jersey 07458, C. Woodyard. Cars soon may talk to roads, each other. USA Today, November Ricardo Estevez 9/21/06 Page 9 of 9

To realize Connected Vehicle Society. Yosuke NISHIMURO Ministry of Internal Affairs and Communications (MIC), Japan

To realize Connected Vehicle Society. Yosuke NISHIMURO Ministry of Internal Affairs and Communications (MIC), Japan To realize Connected Vehicle Society Yosuke NISHIMURO Ministry of Internal Affairs and Communications (MIC), Japan Services provided by Connected Vehicle 1 Vehicle 5G V2X Connected Vehicle Big Data AI

More information

ITS (Intelligent Transportation Systems) Solutions

ITS (Intelligent Transportation Systems) Solutions Special Issue Advanced Technologies and Solutions toward Ubiquitous Network Society ITS (Intelligent Transportation Systems) Solutions By Makoto MAEKAWA* Worldwide ITS goals for safety and environment

More information

WeVe: When Smart Wearables Meet Intelligent Vehicles

WeVe: When Smart Wearables Meet Intelligent Vehicles WeVe: When Smart Wearables Meet Intelligent Vehicles Jiajia Liu School of Cyber Engineering, Xidian University, Xi an, China Smart wearables and intelligent vehicles constitute indispensable parts of Internet

More information

Mobile Millennium Using Smartphones as Traffic Sensors

Mobile Millennium Using Smartphones as Traffic Sensors Mobile Millennium Using Smartphones as Traffic Sensors Dan Work and Alex Bayen Systems Engineering, Civil and Environmental Engineering, UC Berkeley Intelligent Infrastructure, Center for Information Technology

More information

Network Connectivity and Mobility

Network Connectivity and Mobility Network Connectivity and Mobility BSAD 141 Dave Novak Topics Covered Lecture is structured based on the five elements of creating a connected world from the text book (with additional content) 1. Network

More information

ECS 15; Lectures 17 and 18. The Internet. What is the internet, and how does it work? TA feedback

ECS 15; Lectures 17 and 18. The Internet. What is the internet, and how does it work? TA feedback ECS 15; Lectures 17 and 18 The Internet What is the internet, and how does it work? TA feedback Python -- Run your code!! Term paper: Start a paragraph with the point of the paragraph, not in modern times

More information

Mobile Macroscopes: The CarTel Project

Mobile Macroscopes: The CarTel Project Mobile Macroscopes: The CarTel Project Sam Madden MIT CSAIL http://cartel.csail.mit.edu With Hari Balakrishnan, Vladimir Bychkovsky, Bret Hull, Yang Zhang, Kevin Chen, Waseem Daher, Michel Goraczko, Hongyi

More information

Wireless Sensor Network Simulator

Wireless Sensor Network Simulator Wireless Sensor Network Simulator Project Proposal by Ben Stroud As Part of the Requirements for the Degree of Master of Science in Computer Science University of Colorado at Colorado Springs Committee

More information

Chapter 3. Wired and Wireless Communication. What You Will Learn... Computers Are Your Future. What You Will Learn...

Chapter 3. Wired and Wireless Communication. What You Will Learn... Computers Are Your Future. What You Will Learn... What You Will Learn... Computers Are Your Future Chapter 3 The definition of bandwidth The bandwidth needs of a typical user How modems change digital signals into analog Transmission media and methods

More information

Connected Car. Dr. Sania Irwin. Head of Systems & Applications May 27, Nokia Solutions and Networks 2014 For internal use

Connected Car. Dr. Sania Irwin. Head of Systems & Applications May 27, Nokia Solutions and Networks 2014 For internal use Connected Car Dr. Sania Irwin Head of Systems & Applications May 27, 2015 1 Nokia Solutions and Networks 2014 For internal use Agenda Introduction Industry Landscape Industry Architecture & Implications

More information

TinyOBD: A TinyOS Library for OBD-II Readers

TinyOBD: A TinyOS Library for OBD-II Readers TinyOBD: A TinyOS Library for OBD-II Readers Gregory E. Stabler Clemson University Clemson, South Carolina gstable@clemson.edu ABSTRACT This paper presents a TinyOS library for On-board Diagnostics, Second

More information

Regional TSM&O Vision and ITS Architecture Update

Regional TSM&O Vision and ITS Architecture Update Regional TSM&O Vision and ITS Architecture Update Progress Update Transportation Coordinating Committee April 5, 2019 Task List (2018 2020) 1. Develop a Regional TSM&O Vision 2. Document Current TSM&O

More information

Examining future priorities for cyber security management

Examining future priorities for cyber security management Examining future priorities for cyber security management Cybersecurity Focus Day Insurance Telematics 16 Andrew Miller Chief Technical Officer Thatcham Research Owned by the major UK Motor Insurers with

More information

Sichere Intelligente Mobilität - Testfeld Deutschland. Safe Intelligent Mobility Field Test Germany

Sichere Intelligente Mobilität - Testfeld Deutschland. Safe Intelligent Mobility Field Test Germany Sichere Intelligente Mobilität Testfeld Deutschland Safe Intelligent Mobility Field Test Germany The German Approach to Field Testing of Cooperative Systems Dr. Christian Weiß Daimler AG Group Research

More information

Development of Emulation Projects for Teaching Wireless Sensor Networks 1

Development of Emulation Projects for Teaching Wireless Sensor Networks 1 Development of Emulation Projects for Teaching Wireless Sensor Networks Deepesh Jain T. Andrew Yang University of Houston Clear Lake Houston, Texas Abstract In recent years research and development in

More information

VANETs. Marc Torrent-Moreno, Prof. Hannes Hartenstein Decentralized Systems and Network Services Institute for Telematics, University of Karlsruhe

VANETs. Marc Torrent-Moreno, Prof. Hannes Hartenstein Decentralized Systems and Network Services Institute for Telematics, University of Karlsruhe VANETs Marc Torrent-Moreno, Prof. Hannes Hartenstein Decentralized Systems and Network Services Institute for Telematics, University of Karlsruhe April 15 th 2005 Marc Torrent Moreno 1 Main Motivation

More information

Mobile Computing Introduction

Mobile Computing Introduction Mobile Computing Introduction UNIT - 1 Prepared By:- NITIN PANDYA Assistant Professor, SVBIT. What is Mobile Computing 2 NTIIN PANDYA 3 NTIIN PANDYA Definitions Mobile Computing What is mobile computing?

More information

Emergency Response: How dedicated short range communication will help in the future. Matthew Henchey and Tejswaroop Geetla, University at Buffalo

Emergency Response: How dedicated short range communication will help in the future. Matthew Henchey and Tejswaroop Geetla, University at Buffalo Emergency Response: How dedicated short range communication will help in the future. 1.0 Introduction Matthew Henchey and Tejswaroop Geetla, University at Buffalo Dedicated short range communication (DSRC)

More information

W3C CASE STUDY. Teamwork on Open Standards Development Speeds Industry Adoption

W3C CASE STUDY. Teamwork on Open Standards Development Speeds Industry Adoption January 2017 W3C CASE STUDY Teamwork on Open Standards Development Speeds Industry Adoption Like driving a long stretch of open road alone, standards development work can be a lonely endeavor. But with

More information

RTMS Solutions. Detection solutions to fit your city s needs.

RTMS Solutions. Detection solutions to fit your city s needs. RTMS Solutions Detection solutions to fit your city s needs. Keeping your daily commute free of congestion - and maintenance. Behind the scenes in cities all over the world, RTMS radar detection solutions

More information

System Software for Sensor Networks

System Software for Sensor Networks System Software for Sensor Networks IST Co-operating Objects Workshop Brussels, June 23 rd 24 th, 2005 Dr. Pedro José Marrón pedro.marron@informatik.uni-stuttgart.de University of Stuttgart, Group 1/30

More information

CHAPTER 5 CONCLUSION AND SCOPE FOR FUTURE EXTENSIONS

CHAPTER 5 CONCLUSION AND SCOPE FOR FUTURE EXTENSIONS 130 CHAPTER 5 CONCLUSION AND SCOPE FOR FUTURE EXTENSIONS 5.1 INTRODUCTION The feasibility of direct and wireless multi-hop V2V communication based on WLAN technologies, and the importance of position based

More information

Autorama, Connecting Your Car to

Autorama, Connecting Your Car to Autorama, Connecting Your Car to the Internet of Tomorrow Nicholas Sargologos, Senior Marketing Manager, Digital Networking Freescale Semiconductor Overview Automotive OEMs need a secure, managed process

More information

Advanced Transportation Optimization Systems (ATOS)

Advanced Transportation Optimization Systems (ATOS) Advanced Transportation Optimization Systems (ATOS) By Andrew Andrusko Undergraduate Student Student in Civil Engineering, Urban & Regional Studies, Social Studies, Geography, Geology Programs Minnesota

More information

Sichere Intelligente Mobilität - Testfeld Deutschland. Safe Intelligent Mobility Field Test Germany

Sichere Intelligente Mobilität - Testfeld Deutschland. Safe Intelligent Mobility Field Test Germany 1 Sichere Intelligente Mobilität Testfeld Deutschland Safe Intelligent Mobility Field Test Germany The German Approach to Field Testing of Cooperative Systems Matthias Schulze Daimler AG Group Research

More information

Intelligent Transportation Systems (ITS) for Critical Infrastructure Protection

Intelligent Transportation Systems (ITS) for Critical Infrastructure Protection Intelligent Transportation Systems (ITS) for Critical Infrastructure Protection Presented at the Transportation Research Board January 2002 Annual Meeting Washington DC, USA HAMED BENOUAR Executive Director

More information

3 ITS Standards Deployment and Testing Strategies

3 ITS Standards Deployment and Testing Strategies 3 ITS Standards Deployment and Testing Strategies In chapter 2, this report reviewed some of the ITS deployments shaping the application of ITS Standards in New York State. These projects, and others,

More information

Computers Are Your Future Tenth Edition

Computers Are Your Future Tenth Edition Computers Are Your Future Tenth Edition Chapter 3: Wired & Wireless Communication Copyright 2009 Pearson Education, Inc. Publishing as Prentice Hall 1 All rights reserved. No part of this publication may

More information

Mesh Networking Principles

Mesh Networking Principles Technology, N. Jones Research Note 8 July 2003 Mesh Topologies Promise Resilient Wireless Networks Mesh architecture will become an essential element of wireless networking because it is easy to install,

More information

Introduction to Mobile Ad hoc Networks (MANETs)

Introduction to Mobile Ad hoc Networks (MANETs) Introduction to Mobile Ad hoc Networks (MANETs) 1 Overview of Ad hoc Network Communication between various devices makes it possible to provide unique and innovative services. Although this inter-device

More information

FIBER OPTIC RESOURCE SHARING IN VIRGINIA

FIBER OPTIC RESOURCE SHARING IN VIRGINIA FIBER OPTIC RESOURCE SHARING IN VIRGINIA Commonwealth Transportation Board Innovation & Technology Subcommittee Dean Gustafson, P.E., PTOE February 20, 2018 Why Fiber? Enormous bandwidth available to support

More information

Security for V2X Communications

Security for V2X Communications Security for V2X Communications ITS Canada Annual General Meeting May 1-4, 2016 Brian Romansky VP Strategic Technology Your Connected Car Your Connected Car Security Security Partner Partner TrustPoint

More information

Future Implications for the Vehicle When Considering the Internet of Things (IoT)

Future Implications for the Vehicle When Considering the Internet of Things (IoT) Future Implications for the Vehicle When Considering the Internet of Things (IoT) FTF-AUT-F0082 Richard Soja Automotive MCU Systems Engineer A P R. 2 0 1 4 TM External Use Agenda Overview of Existing Automotive

More information

Lecture 8 Wireless Sensor Networks: Overview

Lecture 8 Wireless Sensor Networks: Overview Lecture 8 Wireless Sensor Networks: Overview Reading: Wireless Sensor Networks, in Ad Hoc Wireless Networks: Architectures and Protocols, Chapter 12, sections 12.1-12.2. I. Akyildiz, W. Su, Y. Sankarasubramaniam

More information

Building Smart Community by Broadband ICT Infrastructure

Building Smart Community by Broadband ICT Infrastructure Building Smart Community by Broadband ICT Infrastructure Action Line interactive Facilitation Meeting C2 Broadband: ICT Infrastructure for the next 10 years (ITU) Room H, Monbrillant Building, ITU Headquarters

More information

City of Rancho Cucamonga Fiber Optic Master Plan

City of Rancho Cucamonga Fiber Optic Master Plan City of Rancho Cucamonga Fiber Optic Master Plan History January 2016: City Council authorized Magellan Advisors to perform a fiber optic feasibility study Spring 2016 to Spring 2017: Researched and evaluated:

More information

Next Generation Distribution Automation Phase III, Intelligent Modern Pole (IMP) Field Demonstration

Next Generation Distribution Automation Phase III, Intelligent Modern Pole (IMP) Field Demonstration Next Generation Distribution Automation Phase III, Intelligent Modern Pole (IMP) Field Demonstration EPIC Workshop Fresno California November 09, 2018 Southern California Edison Background (Innovation

More information

Re-configurable Ad-hoc Network to Track Points of Interest

Re-configurable Ad-hoc Network to Track Points of Interest Re-configurable Ad-hoc Network to Track Points of Interest Project Plan May 2012-07 September 28, 2011 Project Client: Jessica Miller Lockheed Martin, Advanced Development Programs Members: Benjamin J.

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION These slides are made available to faculty in PowerPoint form. Slides can be freely added, modified, and deleted to suit student needs. They represent substantial work on the part

More information

Module 1. Introduction. Version 2, CSE IIT, Kharagpur

Module 1. Introduction. Version 2, CSE IIT, Kharagpur Module 1 Introduction Version 2, CSE IIT, Kharagpur Introduction In this module we shall highlight some of the basic aspects of computer networks in two lessons. In lesson 1.1 we shall start with the historical

More information

Vehicle Safety Communications Project Final Overview

Vehicle Safety Communications Project Final Overview CAMP IVI Light Vehicle Enabling Research Program Vehicle Safety Communications Project Final Overview Vehicle Safety Communications (VSC) Project 2.5 year program started in May 2002 VSC Consortium Members:

More information

Twelfth Edition. Chapter 8: Wired and Wireless Communication. Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1

Twelfth Edition. Chapter 8: Wired and Wireless Communication. Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Computers Are Your Future Twelfth Edition Chapter 8: Wired and Wireless Communication Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Wired and Wireless Communication Copyright 2012

More information

White Paper. Connected Car Brings Intelligence to Transportation

White Paper. Connected Car Brings Intelligence to Transportation White Paper Connected Car Brings Intelligence to Transportation 2 NEXCOM White Paper As urban population grows at an exponential rate, traffic jams are becoming more hideous and driving more and more tedious.

More information

City Implements Disaster Recovery Plan to Keep Citizens Connected

City Implements Disaster Recovery Plan to Keep Citizens Connected City Implements Disaster Recovery Plan to Keep Citizens Connected City of Hayward connects public safety and emergency operations via Cisco 802.11 wireless bridging and microwave channels Business Challenge

More information

IoT CoAP Plugtests & Workshop Nov 27, 2012 Sophia Antipolis

IoT CoAP Plugtests & Workshop Nov 27, 2012 Sophia Antipolis Intelligent Cooperative Sensing for Improved traffic efficiency IoT CoAP Plugtests & Workshop Nov 27, 2012 Sophia Antipolis Introduction Cooperative V2X communications and cellular networks are enabling

More information

telensa.com @Telensa Telensa is the only firm monetizing multiple IoT applications including smart lighting and smart parking. We deliver ultra-scalable, private network solutions through Ultra Narrow

More information

A Perspective on V2X in the United States

A Perspective on V2X in the United States A Perspective on V2X in the United States John B. Kenney, Ph.D Director and Principal Researcher Toyota InfoTechnology Center, USA jkenney@us.toyota-itc.com November 14, 2017 SIP-adus Workshop on Connected

More information

Intelligent Transportation Systems Using Short Range Wireless Technologies

Intelligent Transportation Systems Using Short Range Wireless Technologies Journal of Transportation Technologies, 2011, 1, 132-137 doi:10.4236/jtts.2011.14017 Published Online October 2011 (http://www.scirp.org/journal/jtts) Intelligent Transportation Systems Using Short Range

More information

An Introduction to Overlay Networks PlanetLab: A Virtual Overlay Network Testbed

An Introduction to Overlay Networks PlanetLab: A Virtual Overlay Network Testbed An Introduction to Overlay Networks PlanetLab: A Virtual Overlay Network Testbed Suhas Mathur suhas@winlab.rutgers.edu Communication Networks II Spring 2005 Talk Outline Introduction: The future internet

More information

Vehicle Connectivity in Intelligent Transport Systems: Today and Future Prof. Dr. Ece Güran Schmidt - Middle East Technical University

Vehicle Connectivity in Intelligent Transport Systems: Today and Future Prof. Dr. Ece Güran Schmidt - Middle East Technical University Vehicle Connectivity in Intelligent Transport Systems: Today and Future Prof. Dr. Ece Güran Schmidt - Middle East Technical University OUTLINE Intelligent Transportation Systems (ITS) Vehicle connectivity

More information

Arizona Emergency VII (E-VII) Program Overview and Focus Areas

Arizona Emergency VII (E-VII) Program Overview and Focus Areas Arizona Emergency VII (E-VII) Program Overview and Focus Areas February 2008 The Arizona E-VII Initiative is Underway The Arizona DOT, Maricopa County DOT, FHWA and partners from the academic and private

More information

Wireless Embedded Systems ( x) Ad hoc and Sensor Networks

Wireless Embedded Systems ( x) Ad hoc and Sensor Networks Wireless Embedded Systems (0120442x) Ad hoc and Sensor Networks Chaiporn Jaikaeo chaiporn.j@ku.ac.th Department of Computer Engineering Kasetsart University Materials taken from lecture slides by Karl

More information

Seattle ITS Resiliency Project. ITS California Jason Cambridge September 19th, 2017

Seattle ITS Resiliency Project. ITS California Jason Cambridge September 19th, 2017 Seattle ITS Resiliency Project ITS California Jason Cambridge September 19th, 2017 1 Our mission, vision, and core values Mission: deliver a high-quality transportation system for Seattle Vision: connected

More information

Wireless Sensor Networks (WSN)

Wireless Sensor Networks (WSN) Wireless Sensor Networks (WSN) Introduction M. Schölzel Difference to existing wireless networks Infrastructure-based networks e.g., GSM, UMTS, Base stations connected to a wired backbone network Mobile

More information

LAWRENCE-DOUGLAS COUNTY INTELLIGENT JOURNEY

LAWRENCE-DOUGLAS COUNTY INTELLIGENT JOURNEY LAWRENCE-DOUGLAS COUNTY INTELLIGENT JOURNEY L-DC REGIONAL ITS ARCHITECTURE AND STRATEGIC DEPLOYMENT PLAN EXECUTIVE SUMMARY The Lawrence-Douglas County Metropolitan Planning Organization (L- DC MPO) has

More information

University of San Francisco Course Syllabus and Outline

University of San Francisco Course Syllabus and Outline College of Professional Studies BSIS 340 Business Data Networks and Telecommunications University of San Francisco Fall Semester 2008 Robert C. Hughes, M.S. Email: rchughes3@usfca.edu Enrolled Student

More information

Roberto Brignolo The SAFESPOT Integrated Project: Overview of the architecture, technologies and applications

Roberto Brignolo The SAFESPOT Integrated Project: Overview of the architecture, technologies and applications Roberto Brignolo The SAFESPOT Integrated Project: Overview of the architecture, technologies and applications General figures 2 Project type: Integrated Project (IP) Co-funded by: the European Commission

More information

ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS

ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS e-issn 2455 1392 Volume 1 Issue 1, November 2015 pp. 1-7 http://www.ijcter.com ALL ABOUT DATA AGGREGATION IN WIRELESS SENSOR NETWORKS Komal Shah 1, Heena Sheth 2 1,2 M. S. University, Baroda Abstract--

More information

Smarter Planet. Dr. Thorsten Kramp IBM Zurich Research Laboratory Wien, im Oktober 2010

Smarter Planet. Dr. Thorsten Kramp IBM Zurich Research Laboratory Wien, im Oktober 2010 1 IBM Mote Runner: Drahtlose Sensornetze für Smarter Planet Dr. Thorsten Kramp IBM Zurich Research Laboratory Wien, im Oktober 2010 Wireless Sensor Networks A wireless sensor network (WSN) is a wireless

More information

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL

CHAPTER 2 WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL WIRELESS SENSOR NETWORKS AND NEED OF TOPOLOGY CONTROL 2.1 Topology Control in Wireless Sensor Networks Network topology control is about management of network topology to support network-wide requirement.

More information

Broadband Opportunities and Challenges in the United States

Broadband Opportunities and Challenges in the United States Broadband Opportunities and Challenges in the United States Global Forum 2009 Bucharest, Romania October 19, 2009 Brent Olson Assistant Vice President-Public Policy, AT&T 2009 AT&T Intellectual Property.

More information

Activity-Based Human Mobility Patterns Inferred from Mobile Phone Data: A Case Study of Singapore

Activity-Based Human Mobility Patterns Inferred from Mobile Phone Data: A Case Study of Singapore Activity-Based Human Mobility Patterns Inferred from Mobile Phone Data: A Case Study of Singapore By: Shan Jiang, Joseph Ferreira, Jr., and Marta C. Gonzalez Published in: 2017 Presented by: Masijia Qiu

More information

Doug Couto Texas A&M Transportation Technology Conference 2017 College Station, Texas May 4, 2017

Doug Couto Texas A&M Transportation Technology Conference 2017 College Station, Texas May 4, 2017 Cyber Concerns of Local Government and What Does It Mean to Transportation Doug Couto Texas A&M Transportation Technology Conference 2017 College Station, Texas May 4, 2017 Transportation and Infrastructure

More information

Wireless Network Policy and Procedures Version 1.5 Dated November 27, 2002

Wireless Network Policy and Procedures Version 1.5 Dated November 27, 2002 Wireless Network Policy and Procedures Version 1.5 Dated November 27, 2002 Pace University reserves the right to amend or otherwise revise this document as may be necessary to reflect future changes made

More information

The CarTel Project. Lewis Girod. M.I.T. Computer Science & Artificial Intelligence Lab cartel.csail.mit.edu

The CarTel Project. Lewis Girod. M.I.T. Computer Science & Artificial Intelligence Lab cartel.csail.mit.edu The CarTel Project Lewis Girod M.I.T. Computer Science & Artificial Intelligence Lab cartel.csail.mit.edu MIT/CSAIL MIT Computer Science and Artificial Intelligence Laboratory (CSAIL) Entrepreneurial approach

More information

Johnson City Regional ITS Architecture Update Review Workshop. March 12, 2015

Johnson City Regional ITS Architecture Update Review Workshop. March 12, 2015 Johnson City Regional ITS Architecture Update Review Workshop March 12, 2015 Introductions Workshop Overview Review of the Draft Regional ITS Architecture Document Discussion on Existing and Planned ITS

More information

An Overview of Smart Sustainable Cities and the Role of Information and Communication Technologies (ICTs)

An Overview of Smart Sustainable Cities and the Role of Information and Communication Technologies (ICTs) An Overview of Smart Sustainable Cities and the Role of Information and Communication Technologies (ICTs) Sekhar KONDEPUDI Ph.D. Vice Chair FG-SSC & Coordinator Working Group 1 ICT role and roadmap for

More information

Real-Time Insights from the Source

Real-Time Insights from the Source LATENCY LATENCY LATENCY Real-Time Insights from the Source This white paper provides an overview of edge computing, and how edge analytics will impact and improve the trucking industry. What Is Edge Computing?

More information

Accelerating solutions for highway safety, renewal, reliability, and capacity. Connected Vehicles and the Future of Transportation

Accelerating solutions for highway safety, renewal, reliability, and capacity. Connected Vehicles and the Future of Transportation Accelerating solutions for highway safety, renewal, reliability, and capacity Regional Operations Forums Connected Vehicles and the Future of Transportation ti Session Overview What are connected and automated

More information

SWE 760 Lecture 1: Introduction to Analysis & Design of Real-Time Embedded Systems

SWE 760 Lecture 1: Introduction to Analysis & Design of Real-Time Embedded Systems SWE 760 Lecture 1: Introduction to Analysis & Design of Real-Time Embedded Systems Hassan Gomaa References: H. Gomaa, Chapters 1, 2, 3 - Real-Time Software Design for Embedded Systems, Cambridge University

More information

A NEURAL NETWORK BASED TRAFFIC-FLOW PREDICTION MODEL. Bosnia Herzegovina. Denizli 20070, Turkey. Buyukcekmece, Istanbul, Turkey

A NEURAL NETWORK BASED TRAFFIC-FLOW PREDICTION MODEL. Bosnia Herzegovina. Denizli 20070, Turkey. Buyukcekmece, Istanbul, Turkey Mathematical and Computational Applications, Vol. 15, No. 2, pp. 269-278, 2010. Association for Scientific Research A NEURAL NETWORK BASED TRAFFIC-FLOW PREDICTION MODEL B. Gültekin Çetiner 1, Murat Sari

More information

Chapter 5 Ad Hoc Wireless Network. Jang Ping Sheu

Chapter 5 Ad Hoc Wireless Network. Jang Ping Sheu Chapter 5 Ad Hoc Wireless Network Jang Ping Sheu Introduction Ad Hoc Network is a multi-hop relaying network ALOHAnet developed in 1970 Ethernet developed in 1980 In 1994, Bluetooth proposed by Ericsson

More information

Intelligent Transportation Systems (ITS)

Intelligent Transportation Systems (ITS) Intelligent Transportation Systems (ITS) Systems Engineering (SE) Requirement Intelligent Transportation Systems (ITS) means electronics, communications, or information processing used singly or in combination

More information

Mobile Offloading Using WiFi: Viable in VANETs?

Mobile Offloading Using WiFi: Viable in VANETs? Mobile Offloading Using WiFi: Viable in VANETs? Presented by: Nan Cheng 2013.05.31 Broadband Communications Research (BBCR) Lab Vehicular Data Offloading Broadband Communications Research (BBCR) Lab Smart

More information

Geospatial Information Service Based on Ad Hoc Network

Geospatial Information Service Based on Ad Hoc Network I. J. Communications, Network and System Sciences, 2009, 2, 91-168 Published Online May 2009 in SciRes (http://www.scirp.org/journal/ijcns/). Geospatial Information Service Based on Ad Hoc Network Fuling

More information

Analysis of GPS and Zone Based Vehicular Routing on Urban City Roads

Analysis of GPS and Zone Based Vehicular Routing on Urban City Roads Analysis of GPS and Zone Based Vehicular Routing on Urban City Roads Aye Zarchi Minn 1, May Zin Oo 2, Mazliza Othman 3 1,2 Department of Information Technology, Mandalay Technological University, Myanmar

More information

Applications of the ITS Electrical Lighting and Management Standard

Applications of the ITS Electrical Lighting and Management Standard Initiatives in Adaptive Lighting: Applications of the ITS Electrical Lighting and Management Standard In our initial article, published in Fall 2008, we introduced the US Federal Highway Administration

More information

Analyzing Routing Protocols Performance in VANET Using p and g

Analyzing Routing Protocols Performance in VANET Using p and g Analyzing Routing Protocols Performance in VANET Using 802.11p and 802.11g Rasha Kaiss Aswed and Mohammed Ahmed Abdala Network Engineering Department, College of Information Engineering, Al-Nahrain University

More information

Breaking down information silos to improve GSOC efficiency and effectiveness

Breaking down information silos to improve GSOC efficiency and effectiveness Breaking down information silos to improve GSOC efficiency and effectiveness Microsoft s Global Security Operations teams adopted Visual Command Center from IDV Solutions, an Everbridge company, to reduce

More information

Smart City Solution & Case Study. LG Uplus

Smart City Solution & Case Study. LG Uplus Smart City Solution & Case Study LG Uplus LG Group & LGU+ LG Group Overview LG Group Founded in 1947, LG Group now has 3 main business domains Portfolio Revenue (USD) 9.6 B 10.2 B 11.0 B 2015 2016 2017

More information

INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL.

INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL. INTERNET OF THINGS FOR SMART CITIES BY ZANELLA ET AL. From IEEE INTERNET OF THINGS JOURNAL, VOL. 1, NO. 1, FEBRUARY 2014 Presented by: Abid Contents Objective Introduction Smart City Concept & Services

More information

INTRODUCTION TO THE INTERNET. Presented by the Benbrook Public Library

INTRODUCTION TO THE INTERNET. Presented by the Benbrook Public Library INTRODUCTION TO THE INTERNET Presented by the Benbrook Public Library INTRODUCTION TO THE INTERNET What is the Internet? How did it come about? What is the World Wide Web? How does it work? How do I get

More information

Integrating Information Systems: Technology, Strategy, and Organizational Factors

Integrating Information Systems: Technology, Strategy, and Organizational Factors MASSACHUSETTS INSTITUTE OF TECHNOLOGY SLOAN SCHOOL OF MANAGEMENT 15.565 Integrating Information Systems: Technology, Strategy, and Organizational Factors 15.578 Global Information Systems: Communications

More information

Part I: Introduction to Wireless Sensor Networks. Xenofon Fafoutis

Part I: Introduction to Wireless Sensor Networks. Xenofon Fafoutis Part I: Introduction to Wireless Sensor Networks Xenofon Fafoutis Sensors 2 DTU Informatics, Technical University of Denmark Wireless Sensor Networks Sink Sensor Sensed Area 3 DTU Informatics,

More information

Mobile Wireless Sensor Network enables convergence of ubiquitous sensor services

Mobile Wireless Sensor Network enables convergence of ubiquitous sensor services 1 2005 Nokia V1-Filename.ppt / yyyy-mm-dd / Initials Mobile Wireless Sensor Network enables convergence of ubiquitous sensor services Dr. Jian Ma, Principal Scientist Nokia Research Center, Beijing 2 2005

More information

Ambient Service Space

Ambient Service Space Ambient Service Space Dr. Stefan Arbanowski Fraunhofer FOKUS Institute for Open Communication Systems Berlin, Germany 02.08.2004 1 Developing Next Generation Services Strategic

More information

Blackhole Attack Detection in Wireless Sensor Networks Using Support Vector Machine

Blackhole Attack Detection in Wireless Sensor Networks Using Support Vector Machine International Journal of Wireless Communications, Networking and Mobile Computing 2016; 3(5): 48-52 http://www.aascit.org/journal/wcnmc ISSN: 2381-1137 (Print); ISSN: 2381-1145 (Online) Blackhole Attack

More information

Wireless LAN Performance Under Varied Stress Conditions in Vehicular Traffic Scenarios

Wireless LAN Performance Under Varied Stress Conditions in Vehicular Traffic Scenarios Wireless LAN Performance Under Varied Stress Conditions in Vehicular Traffic Scenarios Jatinder Pal Singh, Nicholas Bambos Department of Electrical Engineering Stanford University, CA 943 {jatinder, bambos}@stanford.edu

More information

Standards for C-ITS ESF GmbH, Dr. Hans-Joachim Fischer Fichtenweg 9, D Blaubeuren, Germany

Standards for C-ITS ESF GmbH, Dr. Hans-Joachim Fischer Fichtenweg 9, D Blaubeuren, Germany Introduction Standards for C-ITS ESF GmbH, Dr. Hans-Joachim Fischer Fichtenweg 9, D-89143 Blaubeuren, Germany http://fischer-tech.eu, HJFischer@fischer-tech.eu : document may be reproduced and distributed

More information

Wireless Sensor Networks CS742

Wireless Sensor Networks CS742 Wireless Sensor Networks CS742 Outline Overview Environment Monitoring Medical application Data-dissemination schemes Media access control schemes Distributed algorithms for collaborative processing Architecture

More information

Where are we with C-ITS today? Joint CIMEC/CODECS City Pool workshop Barcelona, 14 November 2016

Where are we with C-ITS today? Joint CIMEC/CODECS City Pool workshop Barcelona, 14 November 2016 Where are we with C-ITS today? Joint CIMEC/CODECS City Pool workshop Barcelona, 14 November 2016 C-ITS - background Substantial effort to develop and deploy C-ITS 200+ million of EU money on projects National-funded

More information

COOPERATIVE DATA SHARING WITH SECURITY IN VEHICULAR AD-HOC NETWORKS

COOPERATIVE DATA SHARING WITH SECURITY IN VEHICULAR AD-HOC NETWORKS COOPERATIVE DATA SHARING WITH SECURITY IN VEHICULAR AD-HOC NETWORKS Deepa B 1 and Dr. S A Kulkarni 2 1 IV Sem M. Tech, Dept of CSE, KLS Gogte Institute of Technology, Belagavi deepa.bangarshetru@gmail.com

More information

What s 5G? Dr Dean Economou Chief Transport Strategist, Telstra

What s 5G? Dr Dean Economou Chief Transport Strategist, Telstra What s 5G? Dr Dean Economou Chief Transport Strategist, Telstra Spoiler alert Page 2 5G key features Higher speeds for more users at once More consistent and reliable connections Lower delay (latency)

More information

DISTRICT 6-0 REGIONAL OPERATIONS PLAN PENNSYLVANIA DEPARTMENT OF TRANSPORTATION ENGINEERING DISTRICT 6-0

DISTRICT 6-0 REGIONAL OPERATIONS PLAN PENNSYLVANIA DEPARTMENT OF TRANSPORTATION ENGINEERING DISTRICT 6-0 MINUTES OF MEETING (FINAL) PROJECT: PURPOSE OF MEETING: LOCATION: PENNDOT Agreement E00229 Open-end Agreement for ITS, Traffic and Highway Safety Engineering Services Work Order 016 - District 6-0 Regional

More information

WEI Conference SDG&E TCRI Project April 25, 2018 Mark Fowler, CISSP

WEI Conference SDG&E TCRI Project April 25, 2018 Mark Fowler, CISSP WEI Conference SDG&E TCRI Project April 25, 2018 Mark Fowler, CISSP San Diego Gas & Electric Subsidiary of Sempra Energy 4100 Full-Time Employees Regulated public utility Providing clean, safe & reliable

More information

Outline. CS5984 Mobile Computing. Dr. Ayman Abdel-Hamid, CS5984. Wireless Sensor Networks 1/2. Wireless Sensor Networks 2/2

Outline. CS5984 Mobile Computing. Dr. Ayman Abdel-Hamid, CS5984. Wireless Sensor Networks 1/2. Wireless Sensor Networks 2/2 CS5984 Mobile Computing Outline : a Survey Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech An Introduction to 1 2 1/2 Advances in micro-electro-mechanical systems technology, wireless communications,

More information

Management Information Systems

Management Information Systems Telecommunications, the Internet, and Wireless Technology Lecturer: Richard Boateng, PhD. Lecturer in Information Systems, University of Ghana Business School Executive Director, PearlRichards Foundation,

More information

CITE Center for Innovation Testing and Evaluation

CITE Center for Innovation Testing and Evaluation CITE Center for Innovation Testing and Evaluation An Integrated Vacant Village Test Environment May 2012 N A T I O N A L S E C U R I T Y E N E R G Y & E N V I R O N M E N T H E A L T H C Y B E R S E C

More information

Model State Driver Distraction Plan. Ford Motor Company

Model State Driver Distraction Plan. Ford Motor Company Model State Driver Distraction Plan Ford Motor Company At Ford, we believe driver distraction is a very important issue. Drivers experience many different types of distraction on a daily basis. Drivers

More information

This regulation outlines the policy and procedures for the implementation of wireless networking for the University Campus.

This regulation outlines the policy and procedures for the implementation of wireless networking for the University Campus. UAR NUMBER: 400.01 TITLE: Wireless Network Policy and Procedure INITIAL ADOPTION: 11/6/2003 REVISION DATES: PURPOSE: Set forth the policy for using wireless data technologies and assigns responsibilities

More information