Top Banner
Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science, National Taichung University of Education, Taichung, Taiwan, R.O.C. Speaker: Lin-You Wu
25

Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

Dec 30, 2015

Download

Documents

Rosemary Berry
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks

Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng

Department of Computer and Information Science, National Taichung University of

Education, Taichung, Taiwan, R.O.C.

Speaker: Lin-You Wu

Page 2: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

Outline

I. IntroductionII. System OverviewIII. SimulationsIV. Conclusions

Page 3: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

I. Introduction

• Cloud services are charming for vehicular ad hoc network (VANET) users.

• Advances of wireless networks make access to the Internet from VANETs possible.

• However, the features of VANETs hinder the delivery of cloud services to VANETs.

Page 4: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

• It is important to find proper Internet gateways to connect the VANET users to the cloud.

• Thus, Internet access in VANET is quite necessary to effectively acquire cloud services.

• Internet gateway here is defined as the portal to the Internet.

Page 5: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

• The efficiency of gateway discovery in VANETs remarkably affects the experience of employing cloud services.

• A cloud-assisted gateway discovery scheme is proposed in this paper to get connection to Internet and advance routing performance.

Page 6: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

• In our design, a few cloud servers are designated for maintaining vehicles’ routing information.

• The gateway with longest link lifetime is selected and reserved by the cloud servers for the requesting vehicle in advance.

Page 7: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

II. System Overview

A. System Model

• The system model is depicted in Fig. 1. The elements involved in the system include:

Page 8: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

Cloud Server:

Cloud Server is the service provider in the cloud. In this paper, to support DaaS (Discovery as a Service; described later) services to the vehicle users, two special servers, namely, the DaaS Registrar and the DaaS Dispatcher, are facilitated in the system.•DaaS Registrar maintains related information of the gateways.•DaaS Dispatcher is responsible of discovering and dispatching the gateways for the client vehicles.

Page 9: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

Gateway:

• Gateway is the entity which is able to connect to the Internet directly.

• According to the mobility of the gateways, two types of gateways are considered in this paper, namely the Stationary Gateway and the Mobile Gateway.

Page 10: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

• The Stationary Gateway (SG) is part of the roadside infrastructure such as access points (APs) of WiFi or WiMAX, or base stations (BSs) of cellular networks.

• The Mobile Gateway (MG) is the vehicles on the road which can directly connect to the Internet.

Page 11: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

Client Vehicle:

• Client Vehicle (CV) is the vehicle which wants to connect to the Internet.

Page 12: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

Relay Vehicle:

• In case that a CV locates outside the coverage of any gateway, one or more Relay Vehicles (RVs) forward packets from/to a CV to/from a gateway.

Page 13: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

B. Gateway Registration

• The gateway willing to support gateway service registers its state information with the DaaS Registrar in advance.

• The state information of the gateway includes current location, speed, direction, and QoS level.

• The DaaS Registrar then assigns a GID (Gateway ID) to the gateway.

Page 14: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,
Page 15: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

C. Gateway Discovery

• A CV offloads the overheads of gateway discovery to the cloud servers by sending a REQ-DaaS message to currently serving gateway.

• The DaaS Dispatcher takes over the gateway discovery and dispatching for the requesting CV.

Page 16: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,
Page 17: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,
Page 18: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

D. Gateway Selection

• If more than one gateways are available, the DaaS Dispatcher selects a best gateway for serving the portal to the cloud.

Page 19: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

III. Simulations

• The simulations are collected in Table I.

Page 20: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

A. Packet Delivery Rate

• The packet delivery rate of both the AODV and the proposed scheme decreases as the velocity of vehicle increases.

Page 21: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

B. End to End Delay

• In the AODV, the gateway with least hop count is selected for handoff while in the proposed scheme, the gateway with longest link lifetime is chosen as the next-hop gateway.

Page 22: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

C. Signaling Load

• In the AODV, the gateway with least hop count is chosen for handoff.

• Oppositely, in the proposed scheme, the gateway with longest link lifetime is selected as the next-hop.

Page 23: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

IV. Conclusions

• A cloud-assisted gateway discovery scheme is proposed in this paper.

• Related cloud servers maintain the state information of the gateways in the system.

Page 24: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

• The gateway with longest link lifetime is dispatched by the cloud servers for the requesting vehicle ahead.

• Thus, the cloud servers are responsible of discovering proper gateways for the requesting vehicles.

Page 25: Cloud-Assisted Gateway Discovery for Vehicular Ad Hoc Networks Yen-Wen Lin, Jie-Min Shen, and Hao-Jun Weng Department of Computer and Information Science,

END