Research Article

Efficient and Reliable Cluster-Based Data Transmission for Vehicular Ad Hoc Networks

Algorithm 5

: Routing protocol.
(1)Initialization:
(2)if the current forwarder arrives at an intersection then
(3) delivers to the bridge node
(4) calculates and selects the with the minimum
(5) delivers to a vehicle on
(6)else
(7)if is a CH then
(8)  if inside the cluster range then
(9)   Multicast to its and Done
(10)  else
(11)   Unicast to a closest to the target intersection
(12)  end if
(13)else
(14)  if is from its CH then
(15)   Unicast to a or closest to
(16)  else
(17)   Unicast to its
(18)  end if
(19)end if
(20)end if