Next Article in Journal
A Wireless Swing Angle Measurement Scheme Using Attitude Heading Reference System Sensing Units Based on Microelectromechanical Devices
Next Article in Special Issue
Analyzing Comprehensive QoS with Security Constraints for Services Composition Applications in Wireless Sensor Networks
Previous Article in Journal
Micro-Raman Spectroscopy for Monitoring Changes in Periodontal Ligaments and Gingival Crevicular Fluid
Previous Article in Special Issue
Dual-Tree Complex Wavelet Transform and Image Block Residual-Based Multi-Focus Image Fusion in Visual Sensor Networks
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

BCDP: Budget Constrained and Delay-Bounded Placement for Hybrid Roadside Units in Vehicular Ad Hoc Networks

1
Computer School, Wuhan University, Luo-Jia-Shan Road 16, Wuhan 430072, China
2
College of Computer Science and Technology, Wuhan University of Science and Technology, Heping Road 947, Wuhan 430081, China
*
Author to whom correspondence should be addressed.
Sensors 2014, 14(12), 22564-22594; https://doi.org/10.3390/s141222564
Submission received: 10 October 2014 / Revised: 21 November 2014 / Accepted: 21 November 2014 / Published: 27 November 2014
(This article belongs to the Special Issue Sensor Computing for Mobile Security and Big Data Analytics)

Abstract

: In vehicular ad hoc networks, roadside units (RSUs) placement has been proposed to improve the the overall network performance in many ITS applications. This paper addresses the budget constrained and delay-bounded placement problem (BCDP) for roadside units in vehicular ad hoc networks. There are two types of RSUs: cable connected RSU (c-RSU) and wireless RSU (w-RSU). c-RSUs are interconnected through wired lines, and they form the backbone of VANETs, while w-RSUs connect to other RSUs through wireless communication and serve as an economical extension of the coverage of c-RSUs. The delay-bounded coverage range and deployment cost of these two cases are totally different. We are given a budget constraint and a delay bound, the problem is how to find the optimal candidate sites with the maximal delay-bounded coverage to place RSUs such that a message from any c-RSU in the region can be disseminated to the more vehicles within the given budget constraint and delay bound. We first prove that the BCDP problem is NP-hard. Then we propose several algorithms to solve the BCDP problem. Simulation results show the heuristic algorithms can significantly improve the coverage range and reduce the total deployment cost, compared with other heuristic methods.

1. Introduction

Vehicular ad hoc networks (VANETs) are a type of networks in which vehicles and roadside units(RSUs) are the communicating nodes, providing each other with information, such as safety warnings and traffic information [1]. A vehicle can communicate with other vehicles either directly if they are within each other's transmission range or through the RSUs otherwise. These nodes are wireless nodes with store-and-forward capabilities placed along vehicles' routes that exchange data with vehicles that pass through the node. Therefore, they increase the opportunities of connectivity in network and improve the overall network performance. RSUs act similar to a wireless LAN access point and can provide communications with infrastructure if budget is enough. Due to the stationary characteristic, people could place infrastructure-less RSUs in order to enhance coverage probability if budget is not enough. As RSUs are wireless nodes with store-and-forward capabilities placed along vehicles' routes that exchange data with vehicles that pass through the node, there are some approaches which exploit RSUs help routing [2,3], geocasting [4] and data delivery [5,6]. Meanwhile, the proper placement of c-RSUs and w-RSUs is crucial for the new generation ITS applications, such as content downloading [79], content distribution [1013], and distributed road video surveillance [14,15]. In a word, the overall performance can be improved by placing additional RSUs in the vehicular networks.

Several RSUs or AP placement algorithms have been proposed [1619]. Most of these approaches consider the coverage and/or the connectivity of network. There are many applications that rely on delay-bounded information dissemination in vehicular networks such as unmanned automobile and safe driving [2022]. However, few research considers the delay-bounded placement problem. In this paper, we study the budget constrained and delay-bounded placement problem. Given a budget constraint and a delay bound, if we place too little RSUs, the delay bound cannot be met; but if we place too many RSUs, the budget constraint cannot be met. Meanwhile, each RSU has two cases for backbone access: cable connected RSU (c-RSU) and wireless RSU (w-RSU). c-RSUs are interconnected through wired lines, and they form the backbone of VANETs. They also usually have a larger communication range due to the availability of power source and more powerful devices. Despite the benefit of fast information dissemination, c-RSUs are often associated with high placement cost. On the other hand, w-RSUs connect to other RSUs through wireless communication and typically have a smaller transmission range. They serve as an economical extension of the coverage of c-RSUs.

The problem of our concern is as follows. We are given a set of candidate sites in a region, each of which can be installed a c-RSU or a w-RSU (or none). The candidate site is usually located at the intersection of roads or along the road, such as a lamp post or a tree. Given a budget constraint and a specified delay bound, the problem is how to place the c-RSUs and w-RSUs with the maximum delay-bounded coverage, such that a message sent from the c-RSUs can be disseminated to more vehicles in the region within the delay bound.

There are several challenges for solving the budget constrained and delay-bounded problem in a VANET. First, we consider the placement of hybrid RSUs, that for each candidate site we need to decide what type of RSUs to choose, which is more complicated than the placement of the same type of RSUs; Second, we study the placement of RSUs for the delay bounded information dissemination, which is required by many real-time applications in vehicular networks. The main contributions of the paper are as follows:

  • We propose a delay-bounded coverage model for RSUs placement, in which each candidate site has an attached delay-bounded coverage by installing a RSU. This model inherently provides a good balance between delay and coverage. Base on this model, we formulate the BCDP problem to a budgeted maximum coverage problem and prove that this problem is NP-hard.

  • We develop two heuristic algorithms under delay-bounded coverage model. In this model, we greedily find the optimal candidate site with a maximum delay bounded coverage gain and utility until no further installing can be made due to the budget constraint.

  • We conduct an extensive simulation study over different data to evaluate the performances of the proposed methods. Simulation results show our heuristic algorithms can significantly improve the coverage range and reduce the total installation cost, compared with other heuristic methods.

The rest of this paper is organized as follows. Previous studies are summarized in Section 2. We present the system model and assumption in Section 3. The detailed description of our delay-bounded coverage model and our greedy algorithms are in Sections 4 and 5, respectively. In Section 6, we evaluate our proposed approaches by comparing them with different simulation environment. Our conclusion is in Section 7.

2. Related Work

2.1. RSUs-Aided Data Delivery in VANET

Recently, the research have attracted a lot of attention on the data delivery and message dissemination in vehicular ad hoc networks [2325]. As these studies consider inter-vehicle data delivery in a vehicular network in which there is no infrastructure support, and some other studies consider a vehicular network with an infrastructure [37,26,27]. Wu et al. [3] investigated the optimal infrastructure-assisted routing for inter-vehicle data delivery. They considered packet forwarding and buffer allocation problem and designed a global algorithm to solve the optimization problem. Mershad et al. [4] exploited the infrastructure of roadside units (RSUs) to efficiently and reliably delivery message to far vehicles. Ding and Xiao [5] proposed that vehicles delivered data with the help of RSUs. Jeong et al. [6] exploited the RSUs and relay nodes to efficient data delivery in vehicle networks. In TBD [26] and TSF [27], they considered data delivery from vehicles to fixed APs or from APs to vehicles. Meanwhile, Malandrino et al. [7] investigated that optimal AP deployment over the street layout could help content downloading. In [8,9], the authors proposed several cooperative downloading protocols, maximized the data rate of data flow or amount of data packets downloaded from the RSU. Li et al. [10] studied the problem of multiple content dissemination under realistic RSU-aided opportunistic networks and proposed an efficient heuristic algorithm to solve this problem. Zhang et al. [11] exploited infrastructure APs to collaboratively distribute contents to moving vehicles and attempted to maximize the vehicular download performance obtained from the infrastructure of APs. Wang et al. [12] proposed a coalition formation game model to solve the content distribution problem, which provided a new method for solve the content distribution problem. Also, there are some published work related to delay-bounded routing problem [2830]. Skordylis et al. [28] addressed the delay bounded routing through the proposal of two algorithms, which forwarded packets to APs satisfy the user-defined delay bound rather than the lowest delivery delay. In [29], the authors investigated the broadcast storm problem and proposed effective warning delivery algorithm. The work in [30] proposed a Delay-Aware Data Delivery (DADD) scheme to achieve delay minimal bundle delivery from source to destination. All above work can be useful for our delay bounded placement problem.

2.2. Node Placement in Wireless Networks

There are some published work about the node and AP placement problem in wireless sensor networks [3138]. These previous researches could be classified into the following categories. Based on the routing structure, the researches classified into single-tiered and two-tiered. In the single-tired category, each sensor node not only forwards the packet to the relay nodes, but also forwards the packet to the other sensor nodes. In the two-tired category, each sensor node only forwards its sensor information to the relay nodes, but dose not forward the packet to the other sensor nodes. Based on the network connectivity, the researches classified into 1-connectivity or k-connectivity. For 1-connectivity relay node placement, the placement of relay nodes ensures the 1-connectivity between the sensor nodes. For k-connectivity relay node placement, the placement of relay nodes ensures the k-connectivity between the sensor nodes and relay nodes. Liu et al. [32] propose several approximation algorithms to solve the minimum relay-node placement problem in two tiered wireless sensor networks for 1-connectivity and 2-connectivity. Lloyd and Xue [33] also studied the single-tiered relay node placement problem and two-tiered relay node placement problem, and presented several polynomial time algorithms for the problems. Zhang et al. [34] investigated four relay node placement problems for k-connectivity and proposed several polynomial time algorithms to solve the problems.

Previous work addressed the problem of relay nodes placement in homogeneous wireless sensor networks. Han et al. [35] addressed the problem of relay nodes placement in heterogeneous wireless sensor networks. In [36,37], the authors studied the constrained relay node placement problem, that the relay nodes can be placed in some given candidate sites. Liu et al. [38] addressed the problem in which the network cost is minimized while the resulting lifetime is at least equal to a given value, and they placed the minimum number of sensors such that all the given targets can be monitored. Also, there are some published work about the node problem in wireless networks [3941]. Zhang et al. [40] studied the optimal placement of APs such that the total cost of all APs is minimized, subject to the constraint that the traffic demand for each client can be fulfilled. Zhou et al. [41] investigated the minimal number of APs placement problem, so that both fault tolerance and QoS constraints can be satisfied. All above node placement studies are most related to our problem.

2.3. RSUs Placement in VANETs

Meanwhile, there are some published work related to the problem of RSUs or stationary relay nodes placement in vehicular ad hoc networks [1619,4245]. In [16], authors addressed the problem of optimally placing gateways in vehicular networks to minimize the average number of hops from access points (APs) to gateways. This work was extended in [17], where the authors showed that the problem of optimal relay node placement is a NP-hard problem and proposes an integer linear programming (ILP) formulation for this problem. In [18], the authors presented an efficient deployment method that maximizes the worst case contact opportunity under a budget constraint. The work of [19] studied the problem of optimal wireless relay placement (RPP) for sensory data collection from the vehicles. The authors in [42] continued the previous work and proved that it is NP-hard to compute the minimum number of base stations for achieving the full coverage. In [43], the authors chosen the interconnection gap as a metric for optimization to solve the APs placement problem. The work in [44,45] are most related to our problem. The work of [44] studied two AP deployment problems that aim at maximizing the continuous user coverage and minimizing the AP deployment cost, and proved both problems are NP-complete. Reference [45] considered three cases placement problem, such as cellular BSs, wireless mesh backbones (WMBs), and roadside access points (RAPs). However, delay-bounded placement is not considered in prior research.

The difference between the above work with ours is that, we consider the delay-bounded placement problem, rather than minimize the number of RSUs in vehicular networks. Meanwhile, we consider the optimal placement scheme for the both infrastructure-based and infrastructure-less RSUs. To the best of our knowledge, our work is the first to study this problem in the literature.

3. System Model and Assumption

A VANET system consists of a set of vehicles equipped with on-board units (OBUs) and a set of roadside units (RSUs) that are installed at the road side. The system model and assumption are as follows:

  • We assume all c-RSUs have the same communication range, and the communication range is larger than the w-RSUs. The warning information, such as traffic accident or vehicle jam, disseminates from the traffic control center(TCC) to all c-RSUs firstly. TCC is a centralized controller that maintains the city's traffic. Then, the message spreads to the w-RSUs through wireless link. In the end, the message floods from c-RSUs and w-RSUs to all the vehicles.

  • In the case of c-RSUs, we assume the information delay from TCC to all c-RSUs doesn't take any time (there is no delay). The assumption is acceptable as all c-RSUs have the wired network connectivity to the TCC, and the information delay almost can be ignored.

  • In the case of w-RSUs, we further assume that a w-RSU only receives the message from a nearby c-RSU or w-RSU, but never gets the message from a passing vehicle. Once receiving a message, a w-RSU would broadcast the message immediately. Thus, a w-RSU is connected to other RSUs to serve as an effective extension to the backbone formed by c-RSUs.

  • For information dissemination, the vehicle receives a message from an RSU when it passes the RSU, and retrieves the “fresh” messages stored in the RSU and carry it forward for further dissemination. A moving vehicle on the road can also pass its messages to other vehicles via the OBUs equipped them. In this case, we call it the carry-and-forward delay. Due to carry-and-forward delay several orders of magnitude longer than the communication delay, we assume that the communication delay also approximately equals 0. The assumption is acceptable as the unit of carry-and-forward delay is a second and the unit of communication delay is a millisecond.

We model a road network as a undirected weighted road graph G = (V, E), while the vertex set V (G) = {v1, v1, …, vm} consists of all candidate sites, and the number of candidate sites is m; the edge set E(G) = {e1, e1, …, en} consists of the entire road segments, and the number of road segments is n. Each edge is associated with a delay weight dij, which is the expected delay from vi to its adjacent vertex vj. That means vi is connected to vj an edge in a road graph, and we call vi and vj are neighbors. According to the [5,25], we have:

E [ d i j ] = ( 1 e R ρ i j ) l i j c R + e R ρ i j l i j s ¯ i j
where R is the wireless transmission range, ρij is the vehicle density between road e(vi, vj), c is the average one-hop packet transmission delay, lij is the Euclidean distance of road e(vi, vj), and is the average vehicle speed on road e(vi, vj).

As shown in Figure 1, the vertex is either on the intersection or along the road side when the road is long enough, such as the vertex vB and vE.

4. Delay-Bounded Coverage and Problem Formulation

In this section, we present the delay-bounded coverage model based on the road graph. In the model, we discuss in detail how to calculate the delay-bounded coverage by installing RSUs. Then, we formally formulate the BCDP problem based on the delay-bounded coverage model.

4.1. Information Dissemination Delay

As the benefit of candidate site i associated with the delay-bounded coverage, we calculate the information propagation delay first. Let Dij denote the expected information dissemination delay for broadcasting a message to all vehicles on the path between any candidate sites i and j. When vi and vj are neighbors, Dij equals to the delay dij. If i and j do not have a road directly connecting them, Dij is the shortest path between vi and vj. Notice that Dij is calculated by assuming there is no RSU installed in the middle along the route between i and j. Let N(i) denote all the neighbors of node i, we calculate Dij as follows:

D i j = { 0 , if j = i d i j , else if j N ( i ) min k N ( i ) { D i k + D k j } , otherwise

Next, we introduce the calculation of delay-bounded coverage for installing a i-RSU or a w-RSU, respectively. Then, we calculate the placement cost.

4.2. Delay-Bounded Coverage

Now we calculate the delay-bounded coverage for installing an RSU. We give some definitions as follows.

Definition 1

Communication Set of vertex vi, denoted by Sensors 14 22564i1(i), is a set of vertex that if we install an RSU in site vi, any vertex in Sensors 14 22564i1(i) is within the communication range of the vertex vi.

If we install an RSU in site vi, and the candidate site vj is within the communication range of vi, then we have vj Sensors 14 22564i1(i). We denote Sensors 14 22564i1c(i) and Sensors 14 22564i1w(i) as the communication set of installing a c-RSU and a w-RSU at site vi, respectively.

Definition 2

Delay-bounded Coverage of a vertex vi, denoted by Sensors 14 22564i2(i), is a set of edge that if we install a c-RSU in site vi, a vehicle at any edge e(j, k) ∈ Sensors 14 22564i2i would receive the message within the delay bound T.

According to Definition 2, we have

D ( i ) = { e ( j , k ) | D i j + d j k T D i k + d k j T v j , v k V ( G ) , e ( j , k ) E ( G ) }

We denote Sensors 14 22564i2c(i) and Sensors 14 22564i2w(i) as the delay-bounded coverage of installing a c-RSU and a w-RSU at site vi, respectively. We denote Sensors 14 22564i3c and Sensors 14 22564i3w as the c-RSUs placement set and w-RSUs placement set, respectively. We denote Sensors 14 22564i3 = Sensors 14 22564i3c Sensors 14 22564i3w as the RSUs placement set. Then we give the following definition.

Definition 3

Communication Set of placement set Sensors 14 22564i3, denoted by Sensors 14 22564i1 Sensors 14 22564i3, is a set of placement set Sensors 14 22564i3 that the expected end – end propagation delay from one vertex to any other vertex which are both in set Sensors 14 22564i1 Sensors 14 22564i3 is zero.

According to the Definition 3, we calculate the communication set Sensors 14 22564i1 Sensors 14 22564i3 of placement set Sensors 14 22564i3 iteratively. We denote Sensors 14 22564i1(k) as the communication set value of k-th iteration. Initially, the placement set Sensors 14 22564i3 = ∅ and the communication set Sensors 14 22564i1 = ∅. When we place an RSU at site i, the placement set Sensors 14 22564i3 = {vi}. The communication set Sensors 14 22564i1 Sensors 14 22564i3 equals to the communication set of vi. That is C P ( 1 ) = C ( i ). Next, we place another i-RSU at site j, then the placement set Sensors 14 22564i3 = {vi, vj}. Due to that we don't consider the delay between wired line, site i receives the information from site j in no time. Therefore, the communication set Sensors 14 22564i1 Sensors 14 22564i3 equals to the union set of transmission range set of vj, that is C P { v j } ( 2 ) = C P ( 1 ) C ( j ). Therefore, we have

C P { v i } ( k ) = { C ( i ) , k = 1 C P ( k 1 ) C ( i ) k > 1

Definition 4

Delay-bounded Coverage of placement set Sensors 14 22564i3, denoted by Sensors 14 22564i5, is a edge set of placement set Sensors 14 22564i3 that a vehicle at any edge e(j, k) ∈ Sensors 14 22564i5 would receive the message within the delay bound T.

According to the Definition 4, we have:

D P { v i } ( k ) = { D ( i ) , k = 1 D P ( k 1 ) D ( i ) k > 1

Where Sensors 14 22564i2(k) as the delay-bounded coverage of the k-th iteration. Figure 2 presents an illustrative example of the communication set and the delay-bounded coverage. The system has nine candidate nodes v1 to v9, and we model the system as a undirected weighted road graph G. In graph G, each edge has the information dissemination delay of weight 1 unit and each RSU has also 1 unit communication range. Then, we could use Equation (2) to calculate information propagation delay from source site to destination site. In the first iteration, as shown in Figure 2a, we place a c-RSU in the first iteration at the vertex v1, and we obtain the placement set Sensors 14 22564i3 = Sensors 14 22564i3c = {v1}. Since vertex v1, v2 and v4 are within the communication range of v1, the communication set C P ( 1 ) = C c ( 1 ) = { v 1 , v 2 , v 4 }. For simplicity, we assume the delay bound T = 1 unit. Then, we could derive the delay-bounded coverage D P ( 1 ) = D c ( 1 ) = { e ( 1 , 2 ) , e ( 1 , 4 ) , e ( 2 , 3 ) , e ( 2 , 5 ) , e ( 4 , 5 ) , e ( 4 , 7 ) }. In the next iteration, we assume to place the next c-RSU in the vertex v6 as shown in Figure 2b, and there is no delay between v1 and v6 due to cable connected between them. As the placement set is Sensors 14 22564i3 = {v1, v6} and the communication set of v6 is Sensors 14 22564i1c(6) = {v3, v5, v6, v9}, we iteratively derive the communication set C P ( 2 ) = C P ( 1 ) C c ( 6 ) = { v 1 , v 2 , v 3 , v 4 , v 5 , v 6 , v 9 }. We also calculate the delay-bounded coverage of v6 is Sensors 14 22564i2c(6) = {e(2, 3), e(2, 5), e(3, 6), e(5, 6), e(5, 8), e(6, 9), e(8, 9)}, and the delay-bounded coverage of this iteration is D P ( 2 ) = D P ( 1 ) D c ( 6 ) = { e ( 1 , 2 ) , e ( 1 , 4 ) , e ( 2 , 3 ) , e ( 2 , 5 ) , e ( 3 , 6 ) , e ( 4 , 5 ) , e ( 4 , 7 ) , e ( 5 , 6 ) , e ( 5 , 8 ) , e ( 6 , 9 ) , e ( 8 , 9 ) }. Since we all install the c-RSU in this two iteration, the placement set Sensors 14 22564i3 = Sensors 14 22564i3c = {v1, v6}. As shown in Figure 2c, if we install a w-RSU in the second iteration, we have Sensors 14 22564i3w = {v2} and Sensors 14 22564i3c = {v1}, and the black thick lines are the delay-bounded coverage road segments in this iteration.

4.3. Problem Formulation

Our problem can be viewed as a Budget Constrained and Delay-bounded RSUs Placement problem (BCDP for short) over road graphs, that is: Given a budget constraint B, a delay bound T, a set of candidate sites, our goal is to find a candidate sites optimal set such that provides maximum delay-bounded coverage in a delay bound T with the given budget constraint B.

We denote ci and c i as the placement cost for site i to be installed a c-RSU and a w-RSU respectively Obviously, the placement cost of installing c-RSUs or w-RSUs is totally different. It is known that each c-RSU installation with power and wired network connectivity can cost as high as US$5000 [46]. Let X = {x1, x2, …,xn} denote whether site i will be installed a c-RSU or not. If site i is selected to install a c-RSU then xi = 1, otherwise xi = 0. In a similar way, we denote Y = {y1, y2,…,yn} whether site i will be installed a w-RSU or not.

Therefore, our objective is to maximize the delay-bounded coverage of placement RSUs in the region, that is:

max | D P |
subject to:
i V ( x i c i + y i c i ) B , i , j V
x i , y i { 0 , 1 } , i V
x i + y i 1 , i V

Constraint (7) states that the sum of placement cost should not exceed the budget constraint B. Constraint (8) defines the decision variables x, y as binary. Constraint (9) indicates that there is at most one c-RSU or w-RSU to install at each candidate site.

The BCDP problem is difficult to solve, as shown in the following theorem.

Theorem 1

The BCDP problem is NP-hard.

Proof

To provide the evidence of NP-hardness, we provide a polynomial reduction from a budgeted maximum coverage problem [47] to the BCDP problem.

A budgeted maximum coverage problem (U; S; c): Let U = {e1, e2, …en} denote a set of n elements, S consists of finite sets S1, S2, …, SkU, and a cost function c : SQ+. The objective is to find a subset S′ ⊆ S, such that the total cost of elements in S′ does not exceed a given budget B, and the total weight of elements covered by S′ is maximized.

We next show the budgeted maximum coverage problem can be reduced to our problem. Let each element eiU correspond to the candidate site viV, Sk denotes the delay-bounded coverage of vi and the cost function c denotes the corresponding cost function of placing an RSU in the candidate site vi. Therefore the objective of our problem is to find an placement set of candidate site to place RSUs with maximum delay-bounded coverage of placement set and the total cost of elements in S′ does not exceed a given budget, which is just to find a subset of S with maximum total weight of elements covered by S′ in budgeted maximum coverage problem. After that, we reduce the BCDP problem to a budgeted maximum coverage problem in the polynomial time.

5. Our Solution

In this section, we proposed two greedy algorithms to solve the BCDP problem. One is to find the maximum delay-bounded coverage gain, and the other is to find the maximum delay-bounded coverage utility. Then, we analysis the approximation ratio and time complexity of proposed utility greedy algorithm.

5.1. Gain Greedy Algorithm

As proven in Theorem 1, we reduce the BCDP problem to the budgeted maximum coverage and prove that the problem is NP-hard. Due to the monotonicity of maximum delay-bounded coverage, the greedy algorithm is a competitive candidate. As our first greedy algorithm, we can select the candidate sites that maximise the delay-bounded coverage gain in each iteration. When we consider to install an RSU at site vi, Sensors 14 22564i2i may include some road segments that are already delay-bounded covered by the existing RSUs. Therefore, only the newly delay-bounded covered road segments are regarded as the gain of this considered RSU. We define the gc(i) and gw(i) as the delay-bounded coverage gain of installing a c-RSU and a w-RSU at site i, respectively. Then, we have:

g c ( i ) = | D c ( i ) ( E D p ) | g w ( i ) = | D w ( i ) ( E D p ) |

Our gain greedy algorithm for BCDP problem is presented as Algorithm 1. The major steps of Algorithm 1 are as follows. First, we compute the expect information dissemination delay Dij between any two candidate sites in Line 2, then we calculate the delay bounded coverage gain of all candidate sites for both installing c-RSUs and w-RSUs. This is accomplished in Line 4–6 and Line 7–9, respectively. After that, we find best node which has the maximal delay bounded coverage gain. This is accomplished in Line 10. Then, we determine which type of RSUs installation. In Line 11–13, we install the c-RSUs as the delay-bounded gain of the selected c-RSU is the maximum one and the total cost is not exceed the budget. If the total cost is exceed the budget, the algorithm chooses a maximal delay-bounded gain for w-RSU installation in Line 14–16. In Line 18–20, we install the w-RSUs as the delay-bounded gain of the selected w-RSU is the maximum one and the total cost is not exceed the budget. After that, we add the best node to the set of placement RSUs, and remove all the delay-bounded coverage from the set of candidate sites in Line 21–24. Finally, in line 26, we identify the placement RSUs set of our solution.


Algorithm 1 Gain greedy algorithm

Input:
G = (V, E): The weighted road graph;
T: The delay bound;
B: The budget constraint;
Output:
Sensors 14 22564i3c: The placement set of installing c-RSUs;
Sensors 14 22564i3w: The placement set of installing w-RSUs;
1: Sensors 14 22564i3 = ∅, Sensors 14 22564i5 = ∅;
2:For all i, jV, initial Dij according to Equation (2);
3:while the placement cost is not exceed the budget B and Sensors 14 22564i5 ≠ |E| do
4:for all unselected viVdo
5:  Calc c-RSUs delay-bounded coverage gain gc(i) according to Equation (10);
6:end for
7:for all unselected viU and vi is with the transmission range of an existing RSU do
8:  Calc w-RSUs delay-bounded coverage gain gw(i) according to Equation (10);
9:end for
10:v* = {vi ∣ max{uc(l), uw(k)}, ∀viV };
11:if install a c-RSU and the placement cost is not exceed the budget Bthen
12:   Sensors 14 22564i3c = Sensors 14 22564i3c ∪{v*};
13:else
14:  if install a c-RSU and the placement cost is exceed the budget Bthen
15:    v* = {vi ∣ max{uw(k)}, ∀viV };
16:  end if
17:end if
18:if install a w-RSU and the placement cost is not exceed the budget Bthen
19:   Sensors 14 22564i3w = Sensors 14 22564i3w ∪{v*};
20:end if
21:if install a c-RSU or w-RSU and the placement cost is not exceed the budget Bthen
22:  V = V \ {v*};
23:   Sensors 14 22564i5 = Sensors 14 22564i5 Sensors 14 22564i2v*;
24:end if
25:end while
26:return Sensors 14 22564i3c, Sensors 14 22564i3w

5.2. Utility Greedy Algorithm

In the gain greedy algorithm, we aim at finding the maximum delay-bounded coverage gain candidate site to install an RSU. However, the placement cost of each candidate sites is also important. This is because, although a candidate site may offer a large delay-bounded gain, it may also have a huge cost such that other candidate sites cannot be installed any c-RSU.

Consequently, our second greedy algorithm is to calculate the gain per unit cost for each iteration. We call it delay-bounded coverage utility. We denote ci and ui as the cost and delay-bounded coverage utility of installing a c-RSU in site i, respectively. Then, we have:

u c ( i ) = | D c ( i ) ( E D p ) | c i u w ( i ) = | D w ( i ) ( E D p ) | c i

In utility greedy algorithm, we aim at finding the maximum delay-bounded coverage utility candidate site to install an RSU. Therefore, our utility greedy algorithm for BCDP is presented as Algorithm 2.


Algorithm 2 Utility Greedy algorithm

Input:
G = (V, E): The weighted road graph;
T: The delay bound;
B: The budget constraint;
Output:
Sensors 14 22564i3c: The placement set of installing c-RSUs;
Sensors 14 22564i3w: The placement set of installing w-RSUs;
1: Sensors 14 22564i3 = ∅, Sensors 14 22564i5 = ∅;
2:For all i, jV, initial Dij according to Equation (2);
3:while the placement cost is not exceed the budget Bdo
4:for all unselected viVdo
5:  Calc c-RSUs delay-bounded coverage utility uc(i) according to Equation (11);
6:end for
7:for all unselected viU and vi is with the transmission range of an existing RSU do
8:  Calc w-RSUs delay-bounded coverage utility uw(i) according to Equation (11);
9:end for
10:v* = {vi ∣ max{uc(l), uw(k)}, ∀viV };
11:if install a c-RSU then
12:   Sensors 14 22564i3c = Sensors 14 22564i3c ∪ {v*};
13:end if
14:if install a w-RSU then
15:   Sensors 14 22564i3w = Sensors 14 22564i3w ∪ {v*};
16:end if
17:V = V \ {v*};
18: Sensors 14 22564i5 = Sensors 14 22564i5 Sensors 14 22564i2v*;
19:end while
20:return Sensors 14 22564i3c, Sensors 14 22564i3w

Figure 3 shows an illustrative example of the gain and utility greedy algorithms. The graph G has 36 candidate sites (v0v35), which are numbered from the left to the right and from the top to the bottom. Graph G includes 60 road segments. Suppose the deployment cost of c-RSU and w-RSU is 2.5 and 1, respectively. The transmission range of a c-RSU and w-RSU are set to two road segments and one road segment, respectively. We assume the placement budget constrain is 5. We further assume that the expected carry-and-forward delay of each road segment is 1min, and the delay bound Δ is also set to 1min. Figure 3a shows that in the first iteration, v14 is selected to install a c-RSU, since the corresponding delay-bounded gain g(14) = 34 and delay-bounded coverage utility u(14) = 34/2.5 are both the maximum one. The 34 black thick lines are the road segments included in Sensors 14 22564i2{v14}. So in the first iteration, we choose v14 to instal a c-RSU greedily for both Algorithms 1 and 2. Figure 3b shows in the second iteration for delay-bounded gain algorithm, v22 is chosen to install a c-RSU as the delay-bounded gain g(22) = 14 is the maximum one, where the red thick lines are the newly delay-bounded covered road segments. Meanwhile, the placement cost for installing this two c-RSUs is 5 and it is not exceed the budget. Figure 3c shows in the second iteration for delay-bounded utility algorithm, v16 is chosen to install a w-RSU, where the red thick lines are the newly delay-bounded covered road segments. Now the total cost is 3.5 and it is not over the budget. Note that if the budget is set to 4, the cost will be over budget for gain greedy algorithm in the second iteration. Therefore, we should not choose c-RSU to install but choose w-RSU to install. That is, we will choose v16 to install a w-RSU for gain greedy algorithm as shown in Figure 3c. In this case, the solution of gain greedy algorithm is the same as the utility greedy algorithm.

5.3. Analysis

Next, we analyze the approximation ratio of the Algorithm 2. We define Sensors 14 22564i2OPT as the optimal delay-bounded coverage. Let c(k) as the placement cost of the k-th iteration. Before we derive the approximation ratio, we have following lemma first.

Lemma 1

After each iteration k, k = 1, …, l + 1, the following inequality holds.

| D P ( k ) | | D P ( k 1 ) | c ( k ) B · ( | D OPT | | D P ( k 1 ) | )

Lemma 2

After each iteration k, k = 1, …, l + 1, the following inequality holds.

| D P ( k ) | [ 1 i = 1 k ( 1 c ( k ) B ) ] | D OPT |

The detailed proof of Lemmas 1 and 2 can be found in [47].

Theorem 2

The approximation ratio of the Algorithm 2 is (1 − 1/e).

Proof

Let C P ( l ) denote the total cost of our solution after l-th iteration. In the (l + 1)-th iteration, the placement cost is c(l + 1). As adding the c(l + 1) to C P ( l ) exceeds the budget B, we have:

C P ( l + 1 ) = C P ( l ) + c ( l + 1 ) > B

As our greedy algorithm runs (l + 1)-th round, according to Equation (14) and applying Lemma 2 to the (l + 1)-th iteration, we get:

| D P | [ 1 i = 1 k + 1 ( 1 c ( k + 1 ) B ) ] | D OPT | [ 1 i = 1 k + 1 ( 1 c ( k + 1 ) C P ( l + 1 ) ) ] | D OPT | [ 1 ( 1 1 1 + 1 ) l + 1 ] | D OPT | ( 1 1 e ) | D OPT |

Then, we analyze the time complexity of the Algorithm 2 as follows.

Theorem 3

The time complexity of the Algorithm 2 is O(|V|3 + |V| · (|V| + |E|) · L), where |V| is the number of candidate sites, |E| is the number of road segments and L is running rounds of Algorithm 2.

Proof

Line 4–6 of Algorithm 2 computes the cost effectiveness for c-RSU placement. The calculation of delay-bounded coverage needs to compute Dij. The time complexity of Dij is O(|V|3) as we use Floyd-Warshall algorithm to compute the shortest path between any two candidate sites. The size of all unselected candidate sites is no more than |V|, the calculation of delay-bounded coverage will run L rounds and the calculation of delay-bounded coverage gain is no more than |E|. Therefore, The time complexity of Line 4–6 is O(|V| · |E| · L). In Line 7–9 of Algorithm 2, the time complexity is also O(|V| · |E| · L) as the number of candidate sites for w-RSUs is no more than |V|. Next, it iteratively chooses the site which has the maximum delay-bounded coverage utility in line 10 and the time complexity is O(|V|2 ·L). Therefore, the total time complexity is O(|V|3 + |V| · (|V| + |E|) · L).

6. Performance Evaluation

In this section, we evaluate the performance of our proposed algorithms, and present the simulation results of the algorithms in different situations.

6.1. Synthetic Simulation Model

In the synthetic simulation, we model the street layout of urban areas by a grid graph G(V, E). The candidate sites number is |V|, and the number of road segments is |E|. The length of road segment is set to 500 m, which is regarded as the length unit in the simulation. Therefore, a 10 × 10 network means the region has 10 × 10 evenly distributed candidate sites, with all sides 500 m × 10 = 5000 m long. The expected carry-and-forward delay of each road segment is set to 5 min. Since we consider the epidemic forwarding messages, we assume there is no transmission conflict and both vehicles and RSUs have infinite buffer to store packets. We define delay-bounded coverage ratio as the as the percentage of road segments that can be delay-bounded covered by the placed RSUs. We first study the delay-bounded coverage ratio, delay-bounded utility and number of RSUs under different candidate sites, different budget constraint, different cost ratio, different delay bounds and different transmission ranges ratio. We consider several algorithms as follows.

  • Random algorithm for hybrid RSUs installation (Random): In this algorithm, we randomly choose to install either c-RSUs or w-RSUs. In each iteration, we randomly install an RSU.

  • Greedy-based algorithm for only c-RSUs installation (c-RSUs): In this algorithm, we greedily install and only install c-RSUs.

  • Our gain greedy algorithm (Gain): Our proposed delay-bounded gain greedy algorithm for BCDP problem, and we greedily choose the maximum gain to install either c-RSUs or w-RSUs.

  • Our utility greedy algorithm (Utility): Our proposed delay-bounded greedy algorithm for BCDP problem, and we greedily choose the maximum utility to install either c-RSUs or w-RSUs.

6.2. Impact of Candidate Sites

We investigate how the changes of candidate sites impact the performance of the different algorithms. Figure 4 shows the delay-bounded coverage, delay-bounded utility and the number of RSUs under different candidate sites of 5 × 5, 6 × 6, 7 × 7, 8 × 8, 9 × 9 and 10 × 10. The budget constraint is 24, we define the cost ratio as the ratio between c-RSUs deployment cost and w-RSUs deployment cost. The cost ratio is set to 10, the delay bound is 5 min, the transmission range of w-RSUs and c-RSUs is 500 m and 1 km, respectively. Compared with other algorithm, our two greedy algorithms always obtain the higher delay-bounded coverage and utility. Meanwhile, the larger candidate sites lead to the lower delay-bounded coverage as shown in Figure 4a,b, respectively. In Figure 4c, we plot the c-RSUs numbers of three algorithms and w-RSUs numbers of our two greedy algorithm algorithms. When the network size is small, we could only place one or two c-RSU. As the network size become larger, we could see that the larger candidate sites yield to the more w-RSUs. This is because the larger candidate sites yield to the more road segments, leading to place the larger number of RSUs and the higher deployment cost.

6.3. Impact of Budget Constraints

Figure 5 shows the delay-bounded coverage, delay-bounded utility and the number of RSUs under different budget constraints from 12 to 32 with an increment of 4. The candidate sites is 10 × 10, the cost ratio is 10, the delay bound is 5 min, the transmission range of w-RSUs and c-RSUs is 500 m and 2 km, respectively. As shown is Figure 5a,b, our two greedy algorithms always obtain the higher coverage and utility. Meanwhile, the larger budget constraint lead to the higher delay-bounded coverage. This can be understood since the larger budget constraint yield the more RSUs placement. In Figure 5c, as the budget constraint become larger, we could see that the larger c-RSUs and w-RSUs compare with the small budget constraint.

6.4. Impact of Cost Ratio

We investigate how the changes of cost ratio impact the performance of the different algorithms. Figure 6 shows the coverage, utility and number of RSUs under different value of cost ratio from 5 to 10 with an increment of 1. The candidate sites are 10 × 10, the budget is 24, the delay bound is 5 min, the transmission range of w-RSUs is 500 m, and the transmission of c-RSUs is 2 km. Compared with other algorithm, our two greedy algorithms always obtains the maximum delay-bounded coverage and utility. Figure 6c shows that the different algorithms calculate the number of RSUs under different cost ratio. We find that when cost ratio is small, such as 5, 6 and 7, the number of w-RSUs is smaller in Figure 6c. As the value of cost ratio increases, the number of w-RSUs decreases. This can be understood since with larger value of cost ratio, the cost of c-RSUs is larger too, and the two greedy algorithms will choose w-RSUs to install, rather than choose c-RSUs to install.

6.5. Impact of Delay Bounds

We investigate how the changes of delay bound impact the cost, and the number of RSUs in Figure 7. The delay bounds are from 5 min to 30 min, the candidate sites are 10 × 10, the budget constraint is 24, the cost ratio is 10, the transmission range of w-RSUs is 500 m and the transmission range of c-RSUs is 1 km. As shown in the Figure 7a, for all algorithms, the longer delay bound leads to the larger delay-bounded coverage. This is because the larger delay bound increases the delay constraint, leading to the larger delay-bounded coverage. Moreover, our two greedy algorithms have almost the same performance under different value of delay bounds. As shown in Figure 7c, as the delay bound decreases, the number of c-RSUs increases smoothly, while the number of w-RSUs decreases dramatically. Therefore, with the delay bound decreases, we could choose to install more w-RSUs to meet the delay bound, rather than choose to install c-RSUs in a given area.

6.6. Impact of Transmission Range Ratio

The transmission range ratio is defined as the ratio between the transmission range of c-RSUs and the transmission range of w-RSUs. Figure 8 shows the different performance under different transmission range ratio. The transmission of w-RSUs is 500 m, and transmission range ratio is from 2 to 7. Therefore, the transmission of c-RSUs is 1.0 km, 1.5 km, 2 km, 2.5 km, 3 km and 3.5 km. The candidate sites are 10 × 10, the cost ratio is 10 and the delay bound is 5 min. As shown in the Figure 8a,b, even when the transmission is low, our two greedy algorithms still achieves a good performance (e.g., when the transmission range of c-RSUs is 1.0 km). As the transmission range ratio increases, the number of w-RSUs drops smoothly as shown in Figure 8c. This is because the more transmission range ratio increases, the more w-RSUs are connected with c-RSUs by wireless communication in no time and the more covered road segments we obtain, so the number of w-RSUs decreases.

6.7. Realistic Simulation

In the realistic simulation, we use the SUMO(Simulation of Urban MObility) [48] to convert the realistic map data to the road networks. The realistic map data is from the US Census Bureau topologically integrated geographic encoding and referencing (TIGER) database. We first obtain the downtown area of the West University Place, Houston, TX, USA from the TIGER database. Then, we use SUMO to convert this area to the road networks, and we use MOVE(MObility model generator for VEhicular networks) [49] to generate realistic mobility models for the simulations. Figure 9 shows the downtown area of West University Place, Houston, TX, USA. Figure 9a shows the satellite map of this area from Google map, and Figure 9b shows the road network in the MOVE. The network size of this area is 2.4 km × 2.4 km. There are 383 candidate sites and 1188 road segments. The expected carry-and-forward delay of each road segment is set to 5 min. The cost ratio is set to 10 unit. The delay bound is set to 5 min, the transmission range of w-RSUs and c-RSUs is 300 m and 1 km, respectively. In the simulation, we consider c-RSUs algorithm and our two algorithms. We first study the delay-bounded coverage ratio, delay-bounded utility and number of RSUs under different budget constraints. Then, we plot the placement results of this three algorithms under different budget constraints.

Figure 10 shows the delay-bounded coverage, delay-bounded utility and the number of RSUs under different budget constraints from 15 to 65 with an increment of 10. As shown is Figure 10a,b, our two greedy algorithms always obtain the higher coverage and utility. When the budget constraint is above 35 and 45, our utility and gain greedy algorithms could cover the whole area within the given delay bound. Notice that as the budget constraint become larger, the utility of our gain greedy algorithm drops smoothly. This is because the more budget constraint, the more c-RSUs are installed, so the delay-bounded utility decreases. We could see the number of c-RSUs and w-RSUs in Figure 10c. The budget is 15, our gain greedy algorithm place one c-RSU and five w-RSUs. When the budget constraint up to 25, our gain greedy algorithm could place two c-RSU and five w-RSUs.

6.8. RSUs Placement Results

Next, we plot the RSUs placement result under different budget constraints. We first plot the RSUs placement result of three algorithms when budget constraint is set to 15. As shown in Figure 11, the transmission range of w-RSUs is 300 m, the transmission range of c-RSUs is 1 km, the cost ratio is 10 and the delay bound is 5 min. As placement cost of installing a c-RSU is 10 unit, we could only install one c-RSU for the only installing c-RSUs algorithm. So we install a c-RSU with maximum gain as shown in Figure 11a. As shown in Figure 11b,c, our gain greedy algorithm and utility greedy algorithm have the same placement strategy. Our two algorithms all place one c-RSU and five w-RSUs when budget constraint is 15 unit. We could also obtain this result in Figure 10, the delay-bounded coverage ratio, the delay-bounded utility and the number of RSUs of our two algorithms are the same when the budget constraint is 15.

Then, we plot the RSUs placement result when budget constraints is set to 25 unit in Figure 12. As shown in Figure 12a, we could only install two c-RSU for the only installing c-RSUs algorithm, and the delay-bounded ratio increases to 83.8%. For our gain greedy algorithm, we always install the maximum delay-bounded coverage gain to install. In the early stages of our gain greedy algorithm, we always install the c-RSUs as the c-RSUs cover more road segments. So we place two c-RSUs as shown in Figure 12b. Then, we choose the candidates to place w-RSUs, and we place five w-RSUs at the end of the gain greedy algorithm. The delay-bounded coverage ratio increases to 95.8%. For our utility greedy algorithm, we choose the candidate with the maximum delay-bounded coverage utility to place an RSU. As shown in Figure 12c, we place one c-RSU and fifteen w-RSUs at the end of the utility greedy algorithm. The delay-bounded coverage ratio increases to 99.2%. We could see that the delay-bounded coverage area of our utility algorithm is larger than our gain algorithm and c-RSUs algorithm.

In Figure 13, we plot the RSUs placement result when budget constraint is set to 35 unit. As shown in Figure 13a, we install three c-RSU for the only installing c-RSUs algorithm, and the delay-bounded coverage ratio is 94.0%. For our gain greedy algorithm, we place three c-RSUs as shown in Figure 13b. In this case, we can't continue place c-RSUs as the total placement cost will be over the budget. Then, we choose the candidates to place w-RSUs, and we place five w-RSUs at the end of the gain greedy algorithm. The delay-bounded coverage ratio increases to 98.7%. For our utility greedy algorithm in Figure 13c, we continue place another three w-RSUs and the coverage ratio increases to 100%. That means all the road segments could be covered by the installing RSUs within the given delay bound. We call this full coverage. Then, we do not need to place any more RSUs. Therefore, we place one c-RSU and eighteen w-RSUs at the end of the utility greedy algorithm.

In Figure 14, we plot the RSUs placement result when budget constraint is set to 45 unit. As our utility greedy algorithm do not place any more RSUs, the RSUs placement result is the same as the Figure 13c shown. We only plot the the RSUs placement result of c-RSUs algorithm and gain greedy algorithm. As shown in Figure 14a, we install four c-RSU for the only installing c-RSUs algorithm, and the delay-bounded coverage ratio increase to 97.7%. For our gain greedy algorithm, we place four c-RSUs and five w-RSUs as shown in Figure 14b. The delay-bounded coverage ratio also increases to 100%. That means the RSUs placement result with full coverage for our the gain greedy algorithm when budget is over 45.

Finally, we plot the RSUs placement result with full coverage in Figure 15. As shown in Figure 15a, we should install six c-RSUs for the c-RSUs algorithm to achieve the full coverage. Obvious, the c-RSUs algorithm to cover boundary road segments is not very cost-effective. For our gain greedy algorithm, we have two placement strategy. As shown in Figure 14b, when budget is above 45 and below 50, we place four c-RSUs and five w-RSUs and we obtain the full coverage. While budget is 51 or above 51, we place five c-RSUs and one w-RSU and we also obtain the full coverage as shown in Figure 15b. The placement cost of this two placement strategy is 45 and 51, respectively. As shown in Figure 15c, we only place one c-RSU and eighteen w-RSUs to obtain the full coverage. The placement cost is only 28. Obviously, the utility greedy strategy is superior to other placement strategies.

7. Conclusions

In this paper, we investigate the budget constrained and delay-bounded RSUs placement problem in vehicular ad hoc networks, which finds maximum delay-bounded coverage and meanwhile a message sent from the c-RSUs can be disseminated to more vehicles in a given delay bound. First, we propose a delay-bounded coverage model for RSUs placement, which inherently provides a good balance between delay and coverage. Next, we formulate BCDP problem to the budgeted maximum coverage problem and prove that this problem is NP-hard. Finally, we propose two heuristic algorithms to solve the BCDP problem. Simulation results show effectiveness of our methods under different environments. As a future work, we will explore how to effectively deploy RSUs in VANET under different forwarding models.

Acknowledgments

This work was supported by the National Science Foundation of China (No. 61373040, No. 61303117, No. 61173137, No. 61103217), The Ph.D. Programs Foundation of Ministry of Education of China (No. 20120141110073), Key Project of Natural Science Foundation of Hubei Province (No. 2010CDA004), Research Foundation of Hubei Province Key Laboratory (No. znss2013B012) and Foundation of Education Bureau of Hubei Province (No. B20101104).

Author Contributions

This paper presents part of Peng Li Ph.D. study research. Peng Li originated this work and drafted the manuscript. Chuanhe Huang and Qin Liu contributed to the theory studies. Peng Li carrying out the experiment and performing the data analyses. Qin Liu helped improve the quality of this work. All authors read and approved the final manuscript.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Hartenstein, H.; Laberteaux, K.P. A tutorial survey on vehicular ad hoc networks. IEEE Commun. Mag. 2008, 46, 164–171. [Google Scholar]
  2. Liu, Y.; Xiong, N.; Zhao, Y.; Vasilakos, A.V.; Gao, J.; Jia, Y. Multi-layer clustering routing algorithm for wireless vehicular sensor networks. IET Commun. 2010, 4, 810–816. [Google Scholar]
  3. Wu, Y.; Zhu, Y.; Li, B. Infrastructure-assisted routing in vehicular networks. Proceedings of IEEE INFOCOM, Orlando, FL, USA, 25–30 March 2012; pp. 1485–1493.
  4. Mershad, K.; Artail, H.; Gerla, M. We can deliver messages to far vehicles. IEEE Trans. Intell. Transp. Syst. 2012, 13, 1099–1115. [Google Scholar]
  5. Ding, Y.; Xiao, L. SADV: Static-Node-Assisted Adaptive Data Dissemination in Vehicular Networks. IEEE Trans. Veh. Technol. 2010, 59, 2445–2455. [Google Scholar]
  6. Jeong, J.P.; He, T.; Du, D.H. TMA: Trajectory-based Multi-Anycast forwarding for efficient multicast data delivery in vehicular networks. Comput. Netw. 2013, 57, 2549–2563. [Google Scholar]
  7. Malandrino, F.; Casetti, C.; Chiasserini, C.; Fiore, M. Optimal content downloading in vehicular networks. IEEE Trans. Mobile Comput. 2013, 12, 1377–1391. [Google Scholar]
  8. Yang, S.; Yeo, C.K.; Lee, B.S. MaxCD: Efficient multi-flow scheduling and cooperative downloading for improved highway drive-thru Internet systems. Comput. Netw. 2013, 57, 1805–1820. [Google Scholar]
  9. Ota, K.; Dong, M.; Chang, S.; Zhu, H. MMCD: Max-throughput and min-delay cooperative downloading for Drive-thru Internet systems. Proceedings of IEEE International Conference on Communications (ICC), Sydney, Australia, 10–14 June 2014; pp. 83–87.
  10. Li, Y.; Zhu, X.; Jin, D.; Wu, D. Multiple Content Dissemination in Roadside-Unit-Aided Vehicular Opportunistic Networks. IEEE Trans. Veh. Technol. 2014, 63, 3947–3956. [Google Scholar]
  11. Zhang, D.; Yeo, C.K. Enabling efficient WiFi-based vehicular content distribution. IEEE Trans. Intell. Transp. Syst. 2013, 24, 479–492. [Google Scholar]
  12. Wang, T.; Song, L.; Han, Z.; Jiao, B. Dynamic Popular Content Distribution in Vehicular Networks Using Coalition Formation Games. IEEE J. Sel. Areas Commun. 2013, 31, 538–547. [Google Scholar]
  13. Luan, T.H.; Sherman Shen, X.; Bai, F. Integrity-oriented content transmission in highway vehicular ad hoc networks. Proceedings of 2013 Proceedings IEEE INFOCOM, Turin, Italy, 14–19 April 2013; pp. 2562–2570.
  14. Soldo, F.; Casetti, C.; Chiasserini, C.; Chaparro, P.A. Video streaming distribution in VANETs. IEEE Trans. Parallel Distrib. Syst. 2011, 22, 1085–1091. [Google Scholar]
  15. Bellalta, B.; Belyaev, E.; Jonsson, M.; Vinel, A. Performance Evaluation of IEEE 802.11p-Enabled Vehicular Video Surveillance System. IEEE Commun. Lett. 2014, 18, 708–711. [Google Scholar]
  16. Li, P.; Huang, X.; Fang, Y. Optimal Placement of Gateways in Vehicular Networks. IEEE Trans. Veh. Technol. 2007, 56, 3421–3430. [Google Scholar]
  17. Farahmand, F.; Cerutti, I.; Patel, A.N.; Zhang, Q.; Jue, J.P. Relay Node Placement in Vehicular Delay-Tolerant Networks. Proceedings of IEEE GLOBECOM, New Orleans, LA, USA, 30 November–4 December 2008; pp. 2514–2518.
  18. Zheng, Z.; Lu, Z.; Sinha, P.; Kumar, S. Maximizing the contact opportunity for vehicular internet access. Proceedings of IEEE INFOCOM, San Diego, CA, USA, 15–19 March 2010; pp. 1–9.
  19. Bao, Y.; Zhu, Y. On optimal relay placement for urban vehicular networks. Proceedings of IEEE ICC, Kyoto, Japan, 5–9 June 2011; pp. 1–5.
  20. Xiong, N.; Vasilakos, A.V.; Yang, L.T.; Pedrycz, W.; Zhang, Y.; Li, Y. A resilient and scalable flocking scheme in autonomous vehicular networks. Mobile Netw. Appl. 2010, 15, 126–136. [Google Scholar]
  21. Li, H.; Xiong, N.; Park, J.H.; Cao, Q. Predictive control for vehicular sensor networks based on round-trip time-delay prediction. IET Commun. 2010, 4, 801–809. [Google Scholar]
  22. Misra, S.; Vasilakos, A.V.; Obaidat, M.S.; Krishna, P.V.; Agarwal, H.; Saritha, V. A fault-tolerant routing protocol for dynamic autonomous unmanned vehicular networks. Proceedings of 2013 IEEE International Conference on Communications (ICC), Budapest, Hungary, 9–13 June 2013; pp. 3525–3529.
  23. Burgess, J.; Gallagher, B.; Jensen, D.; Levine, B.N. MaxProp: Routing for Vehicle-Based Disruption-Tolerant Networks. Proceedings of IEEE INFOCOM, Barcelona, Spain, 23–29 April 2006; 6, pp. 1–11.
  24. Naumov, V.; Gross, T.R. Connectivity-Aware Routing (CAR) in Vehicular Ad-hoc Networks. Proceedings of IEEE INFOCOM, Anchorage, AK, USA, 6–12 May 2007; 26, pp. 1919–1927.
  25. Zhao, J.; Cao, G. VADD: Vehicle-Assisted Data Delivery in Vehicular Ad Hoc Networks. IEEE Trans. Veh. Technol. 2008, 57, 1910–1922. [Google Scholar]
  26. Jeong, J.; Guo, S.; Gu, Y.; He, T.; Du, D.H. Trajectory-based data forwarding for light-traffic vehicular Ad Hoc networks. IEEE Trans. Parallel Distrib. Syst. 2011, 22, 743–757. [Google Scholar]
  27. Jeong, J.; Guo, S.; Gu, Y.; He, T.; Du, D.H. Trajectory-based statistical forwarding for multihop infrastructure-to-vehicle data delivery. IEEE Trans. Mobile Comput. 2012, 11, 1523–1537. [Google Scholar]
  28. Skordylis, A.; Trigoni, N. Delay-bounded routing in vehicular ad-hoc networks. Proceedings of ACM MobiHoc, Hong Kong SAR, China, 27–30 May 2008; pp. 341–350.
  29. Liu, J.; Yang, Z.; Stojmenovic, I. Receiver Consensus: On-time Warning Delivery for Vehicular Ad-hoc Networks. Proceedings of IEEE 32nd International Conference on Distributed Computing Systems (ICDCS), Macau, China, 18–21 June 2012; pp. 386–395.
  30. Khabbaz, M.; Alazemi, H.; Assi, C. Delay-Aware Data Delivery in Vehicular Intermittently Connected Networks. IEEE Trans. Commun. 2013, 61, 1134–1143. [Google Scholar]
  31. Younis, M.; Akkaya, K. Strategies and techniques for node placement in wireless sensor networks: A survey. Ad Hoc Netw. 2008, 6, 621–655. [Google Scholar]
  32. Liu, H.; Wan, P.; Jia, X. On optimal placement of relay nodes for reliable connectivity in wireless sensor networks. J. Comb. Optim. 2006, 11, 249–260. [Google Scholar]
  33. Lloyd, E.L.; Xue, G. Relay node placement in wireless sensor networks. IEEE Trans. Comput. 2007, 56, 134–138. [Google Scholar]
  34. Zhang, W.; Xue, G.; Misra, S. Fault-tolerant relay node placement in wireless sensor networks: Problems and algorithms. Proceedings of the 26th IEEE International Conference on Computer Communications (INFOCOM 2007), Anchorage, AK, USA, 6–12 May 2007; pp. 1649–1657.
  35. Han, X.; Cao, X.; Lloyd, E.L.; Shen, C.C. Fault-tolerant relay node placement in heterogeneous wireless sensor networks. IEEE Trans. Mobile Comput. 2010, 9, 643–656. [Google Scholar]
  36. Misra, S.; Hong, S.D.; Xue, G.; Tang, J. Constrained relay node placement in wireless sensor networks: Formulation and approximations. IEEE/ACM Trans. Netw. (TON) 2010, 18, 434–447. [Google Scholar]
  37. Yang, D.; Misra, S.; Fang, X.; Xue, G.; Zhang, J. Two-tiered constrained relay node placement in wireless sensor networks: Computational complexity and efficient approximations. IEEE Trans. Mobile Comput. 2012, 11, 1399–1411. [Google Scholar]
  38. Liu, H.; Chu, X.; Leung, Y.W.; Du, R. Minimum-Cost Sensor Placement for Required Lifetime in Wireless Sensor-Target Surveillance Networks. IEEE Trans. Parallel Distrib. Syst. 2013, 24, 1783–1796. [Google Scholar]
  39. Zhou, Y.; Zhang, Y.; Liu, H.; Xiong, N.; Vasilakos, A. A Bare-Metal and Asymmetric Partitioning Approach to Client Virtualization. IEEE Trans. Serv. Comput. 2014, 7, 40–53. [Google Scholar]
  40. Zhang, J.; Jia, X.; Zheng, Z.; Zhou, Y. Minimizing Cost of Placement of Multi-Radio and Multi-Power-Level Access Points with Rate Adaptation in Indoor Environment. IEEE Trans. Wirel. Commun. 2011, 10, 2186–2195. [Google Scholar]
  41. Zhou, K.; Jia, X.; Xie, L.; Chang, Y. Fault Tolerant AP Placement with QoS Constraint in Wireless Local Area Networks. Proceedings of IEEE GLOBECOM, Houston, TX, USA, 5–9 December 2011; pp. 1–5.
  42. Zhu, Y.; Bao, Y.; Li, B. On Maximizing Delay-Constrained Coverage of Urban Vehicular Networks. IEEE J. Sel. Areas Commun. 2012, 30, 804–817. [Google Scholar]
  43. Zheng, Z.; Sinha, P.; Kumar, S. Sparse WiFi deployment for vehicular internet access with bounded interconnection gap. IEEE/ACM Trans. Netw. 2012, 20, 956–969. [Google Scholar]
  44. Wang, T.; Jia, W.; Xing, G.; Li, M. Exploiting Statistical Mobility Models for Efficient WiFi Deployment. IEEE Trans. Veh. Technol. 2013, 62, 360–373. [Google Scholar]
  45. Lu, N.; Zhang, N.; Cheng, N.; Shen, X.S.; Mark, J.W.; Bai, F. Vehicles Meet Infrastructure: Towards Capacity-Cost Tradeoffs for Vehicular Access Networks. IEEE Trans. Intell. Transp. Syst. 2013, 14, 1266–1277. [Google Scholar]
  46. Halperin, E. Municipal Wireless: Partner to Spread Risks and Costs While Maximizing Benefit Opportunities; Technical Report; Jupitermedia Corporation: San Francisco, CA, USA, 2005. [Google Scholar]
  47. Khuller, S.; Moss, A.; Naor, J. S. The budgeted maximum coverage problem. Inf. Process. Lett. 1999, 70, 39–45. [Google Scholar]
  48. Krajzewicz, D.; Hertkorn, G.; Rössel, C.; Wagner, P. Sumo (simulation of urban mobility). Proceedings of the 4th Middle East Symposium on Simulation and Modelling, Las Vegas, NV, USA, 20–24 January 2002; pp. 183–187.
  49. Karnadi, F.K.; Mo, Z.H.; Lan, K.c. Rapid generation of realistic mobility models for VANET. Proceedings of IEEE Wireless Communications and Networking Conference(WCNC), Hong Kong, China, 11–15 March 2007; pp. 2506–2511.
Figure 1. An example of weighted road graph.
Figure 1. An example of weighted road graph.
Sensors 14 22564f1 1024
Figure 2. An example of transmission range set and delay-bounded coverage. (a) The first iteration; (b) The second iteration for installing a cable connected roadside unit (c-RSU); (c) The second iteration for installing a wireless RSU (w-RSU).
Figure 2. An example of transmission range set and delay-bounded coverage. (a) The first iteration; (b) The second iteration for installing a cable connected roadside unit (c-RSU); (c) The second iteration for installing a wireless RSU (w-RSU).
Sensors 14 22564f2 1024
Figure 3. An example of the greedy algorithm. (a) In the first iteration, choose v14 to instal a c-RSU greedily for both Algorithms 1 and 2; (b) In the second iteration, choose maximal delay-bounded gain v22 to install a c-RSU greedily; (c) In the second iteration, choose maximal delay-bounded utility v16 to install a w-RSU greedily.
Figure 3. An example of the greedy algorithm. (a) In the first iteration, choose v14 to instal a c-RSU greedily for both Algorithms 1 and 2; (b) In the second iteration, choose maximal delay-bounded gain v22 to install a c-RSU greedily; (c) In the second iteration, choose maximal delay-bounded utility v16 to install a w-RSU greedily.
Sensors 14 22564f3 1024
Figure 4. Impact of candidate sites (Budget constraint = 24, Cost ratio = 10, Transmission range of w-RSUs = 500 m, Transmission range of c-RSUs = 1 km, Delay bound = 5 min). (a) Coverage; (b) Utility; (c) Number of RSUs.
Figure 4. Impact of candidate sites (Budget constraint = 24, Cost ratio = 10, Transmission range of w-RSUs = 500 m, Transmission range of c-RSUs = 1 km, Delay bound = 5 min). (a) Coverage; (b) Utility; (c) Number of RSUs.
Sensors 14 22564f4 1024
Figure 5. Impact of budget constraints (Candidate sites = 10 × 10, Cost ratio = 10, Transmission range of w-RSUs = 500 m, Transmission range of c-RSUs = 2 km, Delay bound = 5 min). (a) Coverage; (b) Utility; (c) Number of RSUs.
Figure 5. Impact of budget constraints (Candidate sites = 10 × 10, Cost ratio = 10, Transmission range of w-RSUs = 500 m, Transmission range of c-RSUs = 2 km, Delay bound = 5 min). (a) Coverage; (b) Utility; (c) Number of RSUs.
Sensors 14 22564f5 1024
Figure 6. Impact of cost ratio (Candidate sites = 10 × 10, Budget constraint = 24, Transmission range of w-RSUs = 500 m, Transmission range of c-RSUs = 2 km, Delay bound = 5 min). (a) Coverage; (b) Utility; (c) Number of RSUs.
Figure 6. Impact of cost ratio (Candidate sites = 10 × 10, Budget constraint = 24, Transmission range of w-RSUs = 500 m, Transmission range of c-RSUs = 2 km, Delay bound = 5 min). (a) Coverage; (b) Utility; (c) Number of RSUs.
Sensors 14 22564f6 1024
Figure 7. Impact of delay bounds (Candidate sites = 10 × 10, Budget constraint = 24, Transmission range of w-RSUs = 500 m, Transmission range of c-RSUs = 1 km, Cost ratio = 10). (a) Coverage; (b) Utility; (c) Number of RSUs.
Figure 7. Impact of delay bounds (Candidate sites = 10 × 10, Budget constraint = 24, Transmission range of w-RSUs = 500 m, Transmission range of c-RSUs = 1 km, Cost ratio = 10). (a) Coverage; (b) Utility; (c) Number of RSUs.
Sensors 14 22564f7 1024
Figure 8. Impact of transmission range ratio (Candidate sites = 10 × 10, Budget constraint = 24, Transmission range of w-RSUs = 500 m, Cost ratio = 10, Delay bound = 5 min). (a) Cost; (b) Utility; (c) Number of RSUs.
Figure 8. Impact of transmission range ratio (Candidate sites = 10 × 10, Budget constraint = 24, Transmission range of w-RSUs = 500 m, Cost ratio = 10, Delay bound = 5 min). (a) Cost; (b) Utility; (c) Number of RSUs.
Sensors 14 22564f8 1024
Figure 9. West University Place, Houston, TX, USA. (Candidate sites = 383, Road segments = 1188). (a) Google map; (b) Road network.
Figure 9. West University Place, Houston, TX, USA. (Candidate sites = 383, Road segments = 1188). (a) Google map; (b) Road network.
Sensors 14 22564f9 1024
Figure 10. Impact of budget constraint (Candidate sites = 383, Road segments = 1188, Cost ratio = 10, Transmission range of w-RSUs = 300m, Transmission range of c-RSUs = 1 km, Delay bound = 5 min). (a) Coverage; (b) Utility; (c) Number of RSUs.
Figure 10. Impact of budget constraint (Candidate sites = 383, Road segments = 1188, Cost ratio = 10, Transmission range of w-RSUs = 300m, Transmission range of c-RSUs = 1 km, Delay bound = 5 min). (a) Coverage; (b) Utility; (c) Number of RSUs.
Sensors 14 22564f10 1024
Figure 11. RSUs placement results under budget constraint = 15 (Candidate sites = 383, Road segments = 1188, Transmission range of w-RSUs = 300m, Transmission range of c-RSUs = 1 km, Cost ratio = 10, Delay bound = 5 min). (a) c-RSUs algorithm; (b) Gain greedy algorithm; (c) Utility greedy algorithm.
Figure 11. RSUs placement results under budget constraint = 15 (Candidate sites = 383, Road segments = 1188, Transmission range of w-RSUs = 300m, Transmission range of c-RSUs = 1 km, Cost ratio = 10, Delay bound = 5 min). (a) c-RSUs algorithm; (b) Gain greedy algorithm; (c) Utility greedy algorithm.
Sensors 14 22564f11 1024
Figure 12. RSUs placement results under budget constraint = 25 (Candidate sites = 383, Road segments = 1188, Transmission range of w-RSUs = 300 m, Transmission range of c-RSUs = 1 km, Cost ratio = 10, Delay bound = 5 min). (a) c-RSUs algorithm; (b) Gain greedy algorithm; (c) Utility greedy algorithm.
Figure 12. RSUs placement results under budget constraint = 25 (Candidate sites = 383, Road segments = 1188, Transmission range of w-RSUs = 300 m, Transmission range of c-RSUs = 1 km, Cost ratio = 10, Delay bound = 5 min). (a) c-RSUs algorithm; (b) Gain greedy algorithm; (c) Utility greedy algorithm.
Sensors 14 22564f12 1024
Figure 13. RSUs placement results under budget constraint = 35 (Candidate sites = 383, Road segments = 1188, Transmission range of w-RSUs = 300m, Transmission range of c-RSUs = 1 km, Cost ratio = 10, Delay bound = 5 min). (a) c-RSUs algorithm; (b) Gain greedy algorithm; (c) Utility greedy algorithm.
Figure 13. RSUs placement results under budget constraint = 35 (Candidate sites = 383, Road segments = 1188, Transmission range of w-RSUs = 300m, Transmission range of c-RSUs = 1 km, Cost ratio = 10, Delay bound = 5 min). (a) c-RSUs algorithm; (b) Gain greedy algorithm; (c) Utility greedy algorithm.
Sensors 14 22564f13 1024
Figure 14. RSUs placement results under budget constraint = 45 (Candidate sites = 383, Road segments = 1188, Transmission range of w-RSUs = 300m, Transmission range of c-RSUs = 1 km, Cost ratio = 10, Delay bound = 5 min). (a) c-RSUs algorithm; (b) Gain greedy algorithm.
Figure 14. RSUs placement results under budget constraint = 45 (Candidate sites = 383, Road segments = 1188, Transmission range of w-RSUs = 300m, Transmission range of c-RSUs = 1 km, Cost ratio = 10, Delay bound = 5 min). (a) c-RSUs algorithm; (b) Gain greedy algorithm.
Sensors 14 22564f14 1024
Figure 15. RSUs placement results of full coverage (Candidate sites = 383, Road segments = 1188, Transmission range of w-RSUs = 300 m, Transmission range of c-RSUs = 1 km, Cost ratio = 10, Delay bound = 5 min). (a) c-RSUs algorithm for full coverage, budget ≥ 60; (b) Gain greedy algorithm for full coverage, budget ≥ 51; (c) Utility greedy algorithm for full coverage, budget ≥ 28.
Figure 15. RSUs placement results of full coverage (Candidate sites = 383, Road segments = 1188, Transmission range of w-RSUs = 300 m, Transmission range of c-RSUs = 1 km, Cost ratio = 10, Delay bound = 5 min). (a) c-RSUs algorithm for full coverage, budget ≥ 60; (b) Gain greedy algorithm for full coverage, budget ≥ 51; (c) Utility greedy algorithm for full coverage, budget ≥ 28.
Sensors 14 22564f15 1024

Share and Cite

MDPI and ACS Style

Li, P.; Huang, C.; Liu, Q. BCDP: Budget Constrained and Delay-Bounded Placement for Hybrid Roadside Units in Vehicular Ad Hoc Networks. Sensors 2014, 14, 22564-22594. https://doi.org/10.3390/s141222564

AMA Style

Li P, Huang C, Liu Q. BCDP: Budget Constrained and Delay-Bounded Placement for Hybrid Roadside Units in Vehicular Ad Hoc Networks. Sensors. 2014; 14(12):22564-22594. https://doi.org/10.3390/s141222564

Chicago/Turabian Style

Li, Peng, Chuanhe Huang, and Qin Liu. 2014. "BCDP: Budget Constrained and Delay-Bounded Placement for Hybrid Roadside Units in Vehicular Ad Hoc Networks" Sensors 14, no. 12: 22564-22594. https://doi.org/10.3390/s141222564

Article Metrics

Back to TopTop