SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
Shruthi R, Prof. Harshavardhan H / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.781-784
781 | P a g e
Fuzzy Scheduling For Ensuring Qos in VMAC for VANETs
Shruthi R (M.Tech)1
, Assoc.Prof. Harshavardhan H2
1, 2
(Department Of Computer Science , Srinivas Institute Of Technology,Mangalore,India,
ABSTRACT
The need of a medium access control
(MAC) protocol for an efficient broadcast service
is of great importance to support the high
priority safety applications in vehicular ad hoc
networks (VANETs). Hassan omar proposed
VeMAC, a novel multichannel TDMA MAC
protocol proposed specifically for a VANET
scenario. The VeMAC supports efficient one-hop
and multi-hop broadcast services on the control
channel by using implicit acknowledgments and
eliminating the hidden terminal problem. The
protocol reduces transmission collisions due to
node mobility on the control channel by assigning
disjoint sets of time slots to vehicles moving in
opposite directions and to road side units. But the
protocol has high packet loss & does not support
different class of broadcast services. Taking this
as motivation we propose a fuzzy scheduler based
mechanism to ensure QOS for different class of
broadcast messages along with VeMAC. Through
simulation we measure the packet delivery ratio
& prove that our mechanism is able to increment
the delivery ratio by 20% over VeMAC.
Keywords-fuzzy scheduler, medium access control,
reliable broadcast, TDMA, vehicular ad hoc
networks.
I. INTRODUCTION
An ad hoc network is defined as a
collection of nodes dynamically forming a network
without any existing infrastructure or centralized
administration. One special type of mobile ad hoc
networks is the network among moving vehicles,
which is known as vehicular ad hoc network
(VANET). A VANET consists of a set of vehicles
equipped with a communication device, called on-
board unit (OBU), and a set of stationary units along
the roads, called road side units (RSUs), which can
be connected together and/or to the Internet via
wireless or wireline links. Each OBU has a radio
interface to connect to other OBUs and RSUs, as
well as a wireless or wired interface to which an
application unit can be attached. The main objectives
of VANETs are to provide efficient vehicle-to-
vehicle (V2V) and vehicle-to-RSU (V2R)
communications. Based on these two kinds of
communications, VANETs can support many
applications in safety, entertainment, and vehicle
traffic optimization [2], [3]. Motivated by the
importance of vehicular communications, the United
States Federal Communication Commission (FCC)
has allocated 75MHz radio spectrum in the 5.9GHz
band for Dedicated Short Range Communications
(DSRC) to be exclusively used by V2V and V2R
communications. The DSRC spectrum is divided
into seven 10MHz channels: six service channels for
safety and non-safety related applications, and one
control channel for transmission of control
information and high priority short safety messages.
Most (if not all) of the high priority safety
applications proposed for VANETs are based on
one-hop broadcast of information. For instance, for
V2V communication based
applications such as the pre-crash sensing, blind spot
warning, emergency electronic brake light, and
cooperative forward collision avoidance, each
vehicle periodically broadcasts information about its
position, speed, heading, acceleration, turn signal
status, etc, to all the vehicles within its one-hop
neighborhood [2].
Similarly, for V2R communication-based
applications, such as the curve speed warning and
traffic signal violation warning, an RSU periodically
broadcasts to all the approaching vehicles
information related to the traffic signal status and
timing, road surface type, weather conditions etc [2].
As the precision of the safety applications is directly
related to the safety of people on road, the need of a
medium access control (MAC) protocol which
provides an efficient broadcast1 service is crucial for
VANETs.
VMAC gives better throughput than its
rival ADHOC MAC. But VMAC does not support
different class of services. All the broadcast
messages are treated equally. Some message may
need real time delivery, but they would be queued
for processing behind low priority messages. In this
paper work, we propose a solution to this problem.
For processing of packets of different class of
service, we design a fuzzy schedules which assigns
priority to the messages and always schedules higher
priority messages ahead of other messages.
II. RELATED WORK
Various MAC protocols have been
proposed for VANETs, based either on IEEE 802.11
or on channelization such as time division multiple
access (TDMA), space division multiple access
(SDMA), and code division multiple access
(CDMA). In SDMA schemes, each vehicle decides
whether or not it is allowed to access the channel
based on its location on the road [4], [5]. An SDMA
scheme consists of three main parts: a discretization
Shruthi R, Prof. Harshavardhan H / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.781-784
782 | P a g e
procedure which divides the road into small areas
called cells, a mapping function which assigns to
each of the cells a unique time slot, and an
assignment rule which specifies which time slots a
vehicle is allowed to access based on the cell where
it is currently located. Similarly, CDMA is proposed
for MAC in VANETs due to its robustness against
interference and noise [6], [7]. The main problem
which arises with CDMA in VANETs is how to
allocate the pseudo noise (PN) codes to different
vehicles. Due to a large number of vehicles, if every
vehicle is assigned a unique PN code, the length of
these codes will become extremely long, and the
required bit rates for VANET applications may not
be attained. Consequently, it is mandatory that the
PN codes be shared among different vehicles in a
dynamic and fully distributed way [7]. On the other
hand, the IEEE 802.11p is a recently proposed MAC
standard for VANETs [8]. The protocol is based on
the legacy IEEE 802.11 standard [9] which is widely
implemented, but does not provide an efficient
broadcast service. The reason is that, for broadcast
frames, no RTS/CTS exchange is used and no
acknowledgement is transmitted from any of the
recipient of the frame [9]. This lack of RTS/CTS
exchange results in a hidden terminal problem which
reduces the frame delivery ratio of the broadcast
service, especially with the absence of
acknowledgement frames [10]. Another limitation is
that, in a VANET scenario, by employing the
enhanced distributed channel access (EDCA)
scheme defined in the IEEE 802.11 standard, the
high priority safety messages will be assigned to the
high priority access categories (ACs) which contend
for the wireless channel using a small contention
window size [9]. Although this small contention
window size allows the high priority safety frames to
be transmitted with small delays, it increases the
probability of transmission collisions when multiple
nodes within the same communication range are
simultaneously trying to broadcast their safety
messages [11]. Moreover, unlike the unicast case,
the size of the contention window is not doubled
when a collision happens among the broadcasted
safety messages since there is no collision detection
for the broadcast service without CTS and
acknowledgment frames [9]. Different from the
contention-based IEEE 802.11p standard, the
ADHOC MAC protocol is based on TDMA and is
proposed for inter-vehicle communication networks
[12].
The ADHOC MAC protocol operates in a
time slotted structure, where time slots are grouped
into virtual frames, i.e. no frame alignment is
needed. By letting each node report the status of all
the time slots in the previous (sliding) virtual frame,
the ADHOC MAC can support a reliable2 broadcast
service without the hidden terminal problem [12]. As
well, the ADHOC MAC provides a multi-hop
broadcast service which can cover the whole
network using a significantly smaller number of
relaying nodes than that using a flooding procedure.
Moreover, in ADHOC MAC, each node is
guaranteed to access the channel at least once in
each virtual frame, which is suitable for non delay-
tolerant applications. However, simulation results
show that, due to node mobility, the throughput
reduction can reach 30% for an average vehicle
speed of 50km/h [13]. Another major limitation of
ADHOC MAC is that it is a single channel protocol,
not suitable for the seven DSRC channels.
Hassan omar proposed VeMAC, a novel
multichannel TDMA protocol developed based on
ADHOC MAC [12] and designed specifically for
VANETs. On the control channel, the protocol
provides a reliable2 one-hop broadcast service
without the hidden terminal problem as well as an
efficient multi-hop broadcast service to disseminate
information all over the network. The VeMAC
assigns disjoint sets of time slots to vehicles moving
in opposite directions and to RSUs, and hence can
decrease the rate of transmission collision on the
control channel caused by node mobility. As well,
the VeMAC employs new techniques for the nodes
to access the available time slots and to detect
transmission collisions. It is shown that the proposed
VeMAC protocol provides significantly higher
throughput on the control channel than that of
ADHOC MAC and ADHOC-enhanced.
III. PROPOSED METHOD
Fuzzy logic implements human experiences
and preferences via membership functions and fuzzy
rules. The application of fuzzy logic to problems of
traffic control in networks is more attractive. Since it
is difficult for a network to acquire complete
statistics of the input traffic, it has to make a
decision based on in complete information. Hence
the decision process is full of uncertainty. It is
advantageous to use the fuzzy logic in the target
system because it is flexible and capable of
operating with imprecise data. Basically the fuzzy
system consists of four blocks, namely, fuzzifier,
defuzzifier, inference engine, and fuzzy knowledge
base. The following section explains the working of
the general fuzzy system.
At each RSU fuzzy scheduling is applied to
the messages. The broadcast packets coming from
different sources are first queued. The schedules
decides the priority of messages to be processed &
the high priority messages is processed first.
Shruthi R, Prof. Harshavardhan H / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.781-784
783 | P a g e
The priority of message is calculated based on
following parameters
1. Expiry Time
2. Data rate
3. Queue Length.
The membership functions for the expiry
time, data rate, queue length & the output parameters
priority index is given below.
Fuzzy scheduling is implemented at each
RSU node. Among the broadcast message received
at RSU, the higher priority messages is first taken
for processing.
IV. PERFORMANCE ANALYSIS
We implemented the proposed solution in
MATLAB and analyzed the performance of the
system in terms of
(i) Packet delivery ratio. Packet delivery ratio is the
ratio of the number of data packets actually
delivered to the destinations to the number of data
packets supposed to be received. This number
presents the effectiveness of the protocol.
(ii) Average end-to-end delay. This indicates the
end-to-end delay experienced by packets from
source to destination. This includes the route
discovery time, the queuing delay at node, there
transmission delay at the MAC layer, and the
propagation and transfer time in the wireless
channel.
We compared the performance with Fuzzy
scheduler & without fuzzy scheduler at the RSU for
different traffic generation rate.
The average delay is less in fuzzy
scheduling is less than that of VMAC because of
prioritization of the message.
The packet delivery ratio reduces as we increase the
data rate. But the rate of decrease in fuzzy schedules
is comparatively less than that of VMAC alone.
Shruthi R, Prof. Harshavardhan H / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.781-784
784 | P a g e
V. CONCLUSION
In this paper, we introduced a fuzzy
scheduler in addition to VMAC. We proved that use
of fuzzy scheduler is able to reduce the packet end to
end delay & increase the packet delivery ratio.
In future we plan to add more parameters to increase
the efficiency of the fuzzy scheduler.
REFERENCES
a. H. A.Omar, W.Zhuang, and L.Li,
“VeMAC: a novel multichannel MAC
protocol for vehicular ad hoc networks,” in
Proc. IEEE INFOCOM Workshop on
Mobility Management in the Networks of
the Future World (MobiWorld 2011), Apr.
2011, pp. 413–418.
[2] “Vehicle safety communications project
task 3 final report,” The CAMP Vehicle
Safety Communications Consortium, Tech.
Rep. DOT HS 809 859, Mar. 2005.
[3] R.Baldessari et al., “Car-2-car
communication consortium manifesto,”
Tech. Rep. Version 1.1, Aug. 2007.
[4] J. J.Blum and A.Eskandarian, “A reliable
link-layer protocol for robust and scalable
intervehicle communications,” IEEE Trans.
Intell. Transp. Syst., vol. 8, no. 1, pp. 4–13,
Mar. 2007.
[5] R.Mangharam, R.Rajkumar, M.Hamilton,
P.Mudalige, and F.Bai, “Bounded-latency
alerts in vehicular networks,” in Proc.
Mobile Networking for Vehicular
Environments (MOVE 2007), May 2007,
pp. 55–60.
[6] F.Watanabe, M.Fujii, M.Itami, and K.Itoh,
“An analysis of incident information
transmission performance using
MCS/CDMA scheme,” in Proc. IEEE
Intelligent Vehicles Symposium (IV’05),
Jun. 2005, pp. 249–254.
[7] H.Nakata, T.Inoue, M.Itami, and K.Itoh, “A
study of inter vehicle communication
scheme allocating PN codes to the location
on the road,” in Proc. IEEE Intelligent
Transportation Systems Conference (ITSC
2003), vol. 2, Oct. 2003, pp. 1527–1532.
[8] “IEEE standard for information
technology–telecommunications and
information exchange between systems–
local and metropolitan area networks–
specific requirements Part 11: Wireless lan
medium access control (MAC) and physical
layer (PHY) specifications Amendment 6:
Wireless access in vehicular environments,”
IEEE Std 802.11p-2010, pp. 1–51, Jul. 15,
2010.
[9] “IEEE standard for information technology
–telecommunications and information
exchange between systems-local and
metropolitan area networks-specific
requirements - Part 11: Wireless lan
medium access control (MAC) and physical
layer (PHY) specifications,” IEEE Std
802.11-2007 (Revision of IEEE Std 802.11-
1999), pp. 1–1184, Jun. 2007.
[10] M.Hassan, H.Vu, and T.Sakurai,
“Performance analysis of the IEEE 802.11
MAC protocol for DSRC safety
applications,” IEEE Trans. Veh. Technol.,
vol. 60, no. 8, pp. 3882 –3896, Oct. 2011.
[11] S.Eichler, “Performance evaluation of the
IEEE 802.11p WAVE communication
standard,” in Proc. IEEE 66th Vehicular
Technology Conference (VTC 2007-Fall),
Oct. 2007, pp. 2199–2203.
[12] F.Borgonovo, A.Capone, M.Cesana, and
L.Fratta, “ADHOC MAC: New MAC
architecture for ad hoc networks providing
efficient and reliable point-to-point and
broadcast services,” Wireless Networks,
vol. 10, pp. 359–366, Jul. 2004.
[13] F.Borgonovo, L.Campelli, M.Cesana, and
L.Fratta, “Impact of user mobility on the
broadcast service efficiency of the ADHOC
MAC protocol,” in Proc. IEEE 61st
Vehicular Technology Conference (VTC
2005-Spring), vol. 4, Jun. 2005, pp. 2310–
2314.
[14] W.Franz, H.Hartenstein, and M.Mauve,
Inter-vehicle communications based on ad
hoc networking principles: the FleetNet
project. Universit¨atsverlag Karlsruhe,
2005.
[15] F.Borgonovo, L.Campelli, M.Cesana, and
L.Coletti, “MAC for adhoc inter-vehicle
network: services and performance,” in
Proc. IEEE 58th Vehicular Technology
Conference (VTC 2003-Fall), vol. 5, Oct.
2003, pp. 2789–2793.
[16] “A recursive solution to an occupancy
problem resulting from TDM radio
communication application,” Applied
Mathematics and Computation, vol. 101,
no. 1, pp. 1–3, Jun. 1999.
[17] “IEEE standard for wireless access in
vehicular environments (WAVE) - multi-
channel operation,” IEEE Std 1609.4-2010
(Revision of IEEE Std 1609.4-2006), pp. 1–
89, Feb. 2011

Más contenido relacionado

La actualidad más candente

IRJET- Density-Aware Rate Adaptation for Vehicle Safety Communications in...
IRJET-  	  Density-Aware Rate Adaptation for Vehicle Safety Communications in...IRJET-  	  Density-Aware Rate Adaptation for Vehicle Safety Communications in...
IRJET- Density-Aware Rate Adaptation for Vehicle Safety Communications in...IRJET Journal
 
Effective Road Model for Congestion Control in VANETS
Effective Road Model for Congestion Control in VANETSEffective Road Model for Congestion Control in VANETS
Effective Road Model for Congestion Control in VANETSijwmn
 
Performance of Vehicle-to-Vehicle Communication using IEEE 802.11p in Vehicul...
Performance of Vehicle-to-Vehicle Communication using IEEE 802.11p in Vehicul...Performance of Vehicle-to-Vehicle Communication using IEEE 802.11p in Vehicul...
Performance of Vehicle-to-Vehicle Communication using IEEE 802.11p in Vehicul...IJNSA Journal
 
A Broadcasting Scheme for Message Dissemination in VANET
A Broadcasting Scheme for Message Dissemination in VANETA Broadcasting Scheme for Message Dissemination in VANET
A Broadcasting Scheme for Message Dissemination in VANETIJERA Editor
 
The feasibility of obstacle awareness forwarding scheme in a visible light c...
The feasibility of obstacle awareness forwarding scheme in  a visible light c...The feasibility of obstacle awareness forwarding scheme in  a visible light c...
The feasibility of obstacle awareness forwarding scheme in a visible light c...IJECEIAES
 
Distributed Priority based channel access for VANET (DPBCA)
Distributed Priority based channel access for VANET (DPBCA)Distributed Priority based channel access for VANET (DPBCA)
Distributed Priority based channel access for VANET (DPBCA)Editor IJMTER
 
VANET: Trust and Hashing
VANET: Trust and HashingVANET: Trust and Hashing
VANET: Trust and HashingPallavi Agarwal
 
Analysis of MAC protocol for Cognitive Radio Wireless Sensor Network (CR-WSN)
Analysis of MAC protocol for Cognitive Radio Wireless Sensor Network (CR-WSN)Analysis of MAC protocol for Cognitive Radio Wireless Sensor Network (CR-WSN)
Analysis of MAC protocol for Cognitive Radio Wireless Sensor Network (CR-WSN)IRJET Journal
 
Performance evaluation of vanets
Performance evaluation of vanetsPerformance evaluation of vanets
Performance evaluation of vanetscsandit
 
A Comprehensive Study on Multi-hop Ad hoc Networking and Applications: MANET ...
A Comprehensive Study on Multi-hop Ad hoc Networking and Applications: MANET ...A Comprehensive Study on Multi-hop Ad hoc Networking and Applications: MANET ...
A Comprehensive Study on Multi-hop Ad hoc Networking and Applications: MANET ...Joarder Kamal
 
PERFORMANCE EVALUATION OF VEHICULAR AD HOC NETWORK (VANET) USING CLUSTERING A...
PERFORMANCE EVALUATION OF VEHICULAR AD HOC NETWORK (VANET) USING CLUSTERING A...PERFORMANCE EVALUATION OF VEHICULAR AD HOC NETWORK (VANET) USING CLUSTERING A...
PERFORMANCE EVALUATION OF VEHICULAR AD HOC NETWORK (VANET) USING CLUSTERING A...pijans
 

La actualidad más candente (20)

P26093098
P26093098P26093098
P26093098
 
IRJET- Density-Aware Rate Adaptation for Vehicle Safety Communications in...
IRJET-  	  Density-Aware Rate Adaptation for Vehicle Safety Communications in...IRJET-  	  Density-Aware Rate Adaptation for Vehicle Safety Communications in...
IRJET- Density-Aware Rate Adaptation for Vehicle Safety Communications in...
 
Effective Road Model for Congestion Control in VANETS
Effective Road Model for Congestion Control in VANETSEffective Road Model for Congestion Control in VANETS
Effective Road Model for Congestion Control in VANETS
 
A Secure Intrusion Prevention Protocol for VANET to Enhance Security
A Secure Intrusion Prevention Protocol for VANET to Enhance SecurityA Secure Intrusion Prevention Protocol for VANET to Enhance Security
A Secure Intrusion Prevention Protocol for VANET to Enhance Security
 
Vanet routing
Vanet routingVanet routing
Vanet routing
 
Performance of Vehicle-to-Vehicle Communication using IEEE 802.11p in Vehicul...
Performance of Vehicle-to-Vehicle Communication using IEEE 802.11p in Vehicul...Performance of Vehicle-to-Vehicle Communication using IEEE 802.11p in Vehicul...
Performance of Vehicle-to-Vehicle Communication using IEEE 802.11p in Vehicul...
 
Vanet Presentation
Vanet PresentationVanet Presentation
Vanet Presentation
 
A Broadcasting Scheme for Message Dissemination in VANET
A Broadcasting Scheme for Message Dissemination in VANETA Broadcasting Scheme for Message Dissemination in VANET
A Broadcasting Scheme for Message Dissemination in VANET
 
The feasibility of obstacle awareness forwarding scheme in a visible light c...
The feasibility of obstacle awareness forwarding scheme in  a visible light c...The feasibility of obstacle awareness forwarding scheme in  a visible light c...
The feasibility of obstacle awareness forwarding scheme in a visible light c...
 
Distributed Priority based channel access for VANET (DPBCA)
Distributed Priority based channel access for VANET (DPBCA)Distributed Priority based channel access for VANET (DPBCA)
Distributed Priority based channel access for VANET (DPBCA)
 
VANET: Trust and Hashing
VANET: Trust and HashingVANET: Trust and Hashing
VANET: Trust and Hashing
 
14251D6514
14251D651414251D6514
14251D6514
 
Analysis of MAC protocol for Cognitive Radio Wireless Sensor Network (CR-WSN)
Analysis of MAC protocol for Cognitive Radio Wireless Sensor Network (CR-WSN)Analysis of MAC protocol for Cognitive Radio Wireless Sensor Network (CR-WSN)
Analysis of MAC protocol for Cognitive Radio Wireless Sensor Network (CR-WSN)
 
L011138596
L011138596L011138596
L011138596
 
Performance evaluation of vanets
Performance evaluation of vanetsPerformance evaluation of vanets
Performance evaluation of vanets
 
[16] Nu P 09 1
[16] Nu P 09 1[16] Nu P 09 1
[16] Nu P 09 1
 
VANET overview & technical review
VANET overview &  technical reviewVANET overview &  technical review
VANET overview & technical review
 
A Comprehensive Study on Multi-hop Ad hoc Networking and Applications: MANET ...
A Comprehensive Study on Multi-hop Ad hoc Networking and Applications: MANET ...A Comprehensive Study on Multi-hop Ad hoc Networking and Applications: MANET ...
A Comprehensive Study on Multi-hop Ad hoc Networking and Applications: MANET ...
 
PERFORMANCE EVALUATION OF VEHICULAR AD HOC NETWORK (VANET) USING CLUSTERING A...
PERFORMANCE EVALUATION OF VEHICULAR AD HOC NETWORK (VANET) USING CLUSTERING A...PERFORMANCE EVALUATION OF VEHICULAR AD HOC NETWORK (VANET) USING CLUSTERING A...
PERFORMANCE EVALUATION OF VEHICULAR AD HOC NETWORK (VANET) USING CLUSTERING A...
 
Kg2518001805
Kg2518001805Kg2518001805
Kg2518001805
 

Destacado (20)

Eh34803812
Eh34803812Eh34803812
Eh34803812
 
Ds34728732
Ds34728732Ds34728732
Ds34728732
 
Em33832837
Em33832837Em33832837
Em33832837
 
Portaria n° 4.059(04)
Portaria n° 4.059(04)Portaria n° 4.059(04)
Portaria n° 4.059(04)
 
Universidad de guayaquil dokeos
Universidad de guayaquil dokeosUniversidad de guayaquil dokeos
Universidad de guayaquil dokeos
 
Palestra Apimec Natan Schuster
Palestra Apimec  Natan SchusterPalestra Apimec  Natan Schuster
Palestra Apimec Natan Schuster
 
Apresentação De Slide
Apresentação De SlideApresentação De Slide
Apresentação De Slide
 
abstract
abstractabstract
abstract
 
Check List
Check ListCheck List
Check List
 
Caratulas capitulos
Caratulas capitulosCaratulas capitulos
Caratulas capitulos
 
Seminário proinfo tv escola
Seminário proinfo tv escolaSeminário proinfo tv escola
Seminário proinfo tv escola
 
Paulo Henrique Fabbriani 14.30 Sala C
Paulo Henrique Fabbriani 14.30 Sala CPaulo Henrique Fabbriani 14.30 Sala C
Paulo Henrique Fabbriani 14.30 Sala C
 
Pilares de sustentação do piloto do projeto uca (nova versão 1997 2003)
Pilares de sustentação do piloto do projeto uca (nova versão 1997 2003)Pilares de sustentação do piloto do projeto uca (nova versão 1997 2003)
Pilares de sustentação do piloto do projeto uca (nova versão 1997 2003)
 
Glosario 1
Glosario   1Glosario   1
Glosario 1
 
Amor Florbela Espanca
Amor Florbela EspancaAmor Florbela Espanca
Amor Florbela Espanca
 
Apresentação Roberto Gonzalez - Programa Top VI(1)
Apresentação Roberto Gonzalez - Programa Top VI(1)Apresentação Roberto Gonzalez - Programa Top VI(1)
Apresentação Roberto Gonzalez - Programa Top VI(1)
 
Petic Secc 2.0
Petic Secc 2.0Petic Secc 2.0
Petic Secc 2.0
 
Tap 8 doc nhan dai tuong quan
Tap 8 doc nhan dai tuong quanTap 8 doc nhan dai tuong quan
Tap 8 doc nhan dai tuong quan
 
Convite a pratica do bem pdf
Convite a pratica do bem pdfConvite a pratica do bem pdf
Convite a pratica do bem pdf
 
Nuage skin care
Nuage skin careNuage skin care
Nuage skin care
 

Similar a Ec34781784

Communications in Vehicular networks
Communications in Vehicular networksCommunications in Vehicular networks
Communications in Vehicular networksDaisyWatson5
 
F-802.11P: A Fuzzy Enhancement for IEEE 802.11P in Vehicle-to-Everything Comm...
F-802.11P: A Fuzzy Enhancement for IEEE 802.11P in Vehicle-to-Everything Comm...F-802.11P: A Fuzzy Enhancement for IEEE 802.11P in Vehicle-to-Everything Comm...
F-802.11P: A Fuzzy Enhancement for IEEE 802.11P in Vehicle-to-Everything Comm...IJCNCJournal
 
F-802.11P: A FUZZY ENHANCEMENT FOR IEEE 802.11P IN VEHICLE-TO-EVERYTHING COMM...
F-802.11P: A FUZZY ENHANCEMENT FOR IEEE 802.11P IN VEHICLE-TO-EVERYTHING COMM...F-802.11P: A FUZZY ENHANCEMENT FOR IEEE 802.11P IN VEHICLE-TO-EVERYTHING COMM...
F-802.11P: A FUZZY ENHANCEMENT FOR IEEE 802.11P IN VEHICLE-TO-EVERYTHING COMM...IJCNCJournal
 
14 27 may17 12mar 7266 7192-1-sm edit septian
14 27 may17 12mar 7266 7192-1-sm edit septian14 27 may17 12mar 7266 7192-1-sm edit septian
14 27 may17 12mar 7266 7192-1-sm edit septianIAESIJEECS
 
Towards Improving Road Safety Using Advanced Vehicular Networks
Towards Improving Road Safety Using Advanced Vehicular NetworksTowards Improving Road Safety Using Advanced Vehicular Networks
Towards Improving Road Safety Using Advanced Vehicular NetworksTELKOMNIKA JOURNAL
 
CROSS LAYER DESIGN APPROACH FOR EFFICIENT DATA DELIVERY BASED ON IEEE 802.11P...
CROSS LAYER DESIGN APPROACH FOR EFFICIENT DATA DELIVERY BASED ON IEEE 802.11P...CROSS LAYER DESIGN APPROACH FOR EFFICIENT DATA DELIVERY BASED ON IEEE 802.11P...
CROSS LAYER DESIGN APPROACH FOR EFFICIENT DATA DELIVERY BASED ON IEEE 802.11P...pijans
 
CONTROLLING ADAPTIVE CONTENTION WINDOW TO IMPROVE SAFE MESSAGE RECEIVED RATE ...
CONTROLLING ADAPTIVE CONTENTION WINDOW TO IMPROVE SAFE MESSAGE RECEIVED RATE ...CONTROLLING ADAPTIVE CONTENTION WINDOW TO IMPROVE SAFE MESSAGE RECEIVED RATE ...
CONTROLLING ADAPTIVE CONTENTION WINDOW TO IMPROVE SAFE MESSAGE RECEIVED RATE ...IJCNCJournal
 
Controlling Adaptive Contention Window to Improve Safe Message Received Rate ...
Controlling Adaptive Contention Window to Improve Safe Message Received Rate ...Controlling Adaptive Contention Window to Improve Safe Message Received Rate ...
Controlling Adaptive Contention Window to Improve Safe Message Received Rate ...IJCNCJournal
 
CROSS LAYER DESIGN APPROACH FOR EFFICIENT DATA DELIVERY BASED ON IEEE 802.11P...
CROSS LAYER DESIGN APPROACH FOR EFFICIENT DATA DELIVERY BASED ON IEEE 802.11P...CROSS LAYER DESIGN APPROACH FOR EFFICIENT DATA DELIVERY BASED ON IEEE 802.11P...
CROSS LAYER DESIGN APPROACH FOR EFFICIENT DATA DELIVERY BASED ON IEEE 802.11P...pijans
 
Smart optimization in 802.11p media access control protocol for vehicular ad ...
Smart optimization in 802.11p media access control protocol for vehicular ad ...Smart optimization in 802.11p media access control protocol for vehicular ad ...
Smart optimization in 802.11p media access control protocol for vehicular ad ...IJECEIAES
 
Challenging Issues in VANET Network and its Routing Algorithms-An Analysis
Challenging Issues in VANET Network and its Routing Algorithms-An AnalysisChallenging Issues in VANET Network and its Routing Algorithms-An Analysis
Challenging Issues in VANET Network and its Routing Algorithms-An Analysisidescitation
 
VANETS Vehicular Adhoc NETworkS
VANETS Vehicular Adhoc NETworkSVANETS Vehicular Adhoc NETworkS
VANETS Vehicular Adhoc NETworkSSridhar Raghavan
 
Global mobility and handover management for heterogeneous network in vanet
Global mobility and handover management for heterogeneous network in vanetGlobal mobility and handover management for heterogeneous network in vanet
Global mobility and handover management for heterogeneous network in vanetijngnjournal
 
SPEECH QUALITY EVALUATION BASED CODEC FOR VOIP OVER 802.11P
SPEECH QUALITY EVALUATION BASED CODEC  FOR VOIP OVER 802.11P SPEECH QUALITY EVALUATION BASED CODEC  FOR VOIP OVER 802.11P
SPEECH QUALITY EVALUATION BASED CODEC FOR VOIP OVER 802.11P ijwmn
 

Similar a Ec34781784 (20)

Ivwc
IvwcIvwc
Ivwc
 
Communications in Vehicular networks
Communications in Vehicular networksCommunications in Vehicular networks
Communications in Vehicular networks
 
F-802.11P: A Fuzzy Enhancement for IEEE 802.11P in Vehicle-to-Everything Comm...
F-802.11P: A Fuzzy Enhancement for IEEE 802.11P in Vehicle-to-Everything Comm...F-802.11P: A Fuzzy Enhancement for IEEE 802.11P in Vehicle-to-Everything Comm...
F-802.11P: A Fuzzy Enhancement for IEEE 802.11P in Vehicle-to-Everything Comm...
 
F-802.11P: A FUZZY ENHANCEMENT FOR IEEE 802.11P IN VEHICLE-TO-EVERYTHING COMM...
F-802.11P: A FUZZY ENHANCEMENT FOR IEEE 802.11P IN VEHICLE-TO-EVERYTHING COMM...F-802.11P: A FUZZY ENHANCEMENT FOR IEEE 802.11P IN VEHICLE-TO-EVERYTHING COMM...
F-802.11P: A FUZZY ENHANCEMENT FOR IEEE 802.11P IN VEHICLE-TO-EVERYTHING COMM...
 
Kg2518001805
Kg2518001805Kg2518001805
Kg2518001805
 
14 27 may17 12mar 7266 7192-1-sm edit septian
14 27 may17 12mar 7266 7192-1-sm edit septian14 27 may17 12mar 7266 7192-1-sm edit septian
14 27 may17 12mar 7266 7192-1-sm edit septian
 
Towards Improving Road Safety Using Advanced Vehicular Networks
Towards Improving Road Safety Using Advanced Vehicular NetworksTowards Improving Road Safety Using Advanced Vehicular Networks
Towards Improving Road Safety Using Advanced Vehicular Networks
 
DSRC
DSRCDSRC
DSRC
 
Adhoc network
Adhoc networkAdhoc network
Adhoc network
 
Adhoc network
Adhoc networkAdhoc network
Adhoc network
 
CROSS LAYER DESIGN APPROACH FOR EFFICIENT DATA DELIVERY BASED ON IEEE 802.11P...
CROSS LAYER DESIGN APPROACH FOR EFFICIENT DATA DELIVERY BASED ON IEEE 802.11P...CROSS LAYER DESIGN APPROACH FOR EFFICIENT DATA DELIVERY BASED ON IEEE 802.11P...
CROSS LAYER DESIGN APPROACH FOR EFFICIENT DATA DELIVERY BASED ON IEEE 802.11P...
 
CONTROLLING ADAPTIVE CONTENTION WINDOW TO IMPROVE SAFE MESSAGE RECEIVED RATE ...
CONTROLLING ADAPTIVE CONTENTION WINDOW TO IMPROVE SAFE MESSAGE RECEIVED RATE ...CONTROLLING ADAPTIVE CONTENTION WINDOW TO IMPROVE SAFE MESSAGE RECEIVED RATE ...
CONTROLLING ADAPTIVE CONTENTION WINDOW TO IMPROVE SAFE MESSAGE RECEIVED RATE ...
 
Controlling Adaptive Contention Window to Improve Safe Message Received Rate ...
Controlling Adaptive Contention Window to Improve Safe Message Received Rate ...Controlling Adaptive Contention Window to Improve Safe Message Received Rate ...
Controlling Adaptive Contention Window to Improve Safe Message Received Rate ...
 
CROSS LAYER DESIGN APPROACH FOR EFFICIENT DATA DELIVERY BASED ON IEEE 802.11P...
CROSS LAYER DESIGN APPROACH FOR EFFICIENT DATA DELIVERY BASED ON IEEE 802.11P...CROSS LAYER DESIGN APPROACH FOR EFFICIENT DATA DELIVERY BASED ON IEEE 802.11P...
CROSS LAYER DESIGN APPROACH FOR EFFICIENT DATA DELIVERY BASED ON IEEE 802.11P...
 
Smart optimization in 802.11p media access control protocol for vehicular ad ...
Smart optimization in 802.11p media access control protocol for vehicular ad ...Smart optimization in 802.11p media access control protocol for vehicular ad ...
Smart optimization in 802.11p media access control protocol for vehicular ad ...
 
Challenging Issues in VANET Network and its Routing Algorithms-An Analysis
Challenging Issues in VANET Network and its Routing Algorithms-An AnalysisChallenging Issues in VANET Network and its Routing Algorithms-An Analysis
Challenging Issues in VANET Network and its Routing Algorithms-An Analysis
 
V2 v communications
V2 v communicationsV2 v communications
V2 v communications
 
VANETS Vehicular Adhoc NETworkS
VANETS Vehicular Adhoc NETworkSVANETS Vehicular Adhoc NETworkS
VANETS Vehicular Adhoc NETworkS
 
Global mobility and handover management for heterogeneous network in vanet
Global mobility and handover management for heterogeneous network in vanetGlobal mobility and handover management for heterogeneous network in vanet
Global mobility and handover management for heterogeneous network in vanet
 
SPEECH QUALITY EVALUATION BASED CODEC FOR VOIP OVER 802.11P
SPEECH QUALITY EVALUATION BASED CODEC  FOR VOIP OVER 802.11P SPEECH QUALITY EVALUATION BASED CODEC  FOR VOIP OVER 802.11P
SPEECH QUALITY EVALUATION BASED CODEC FOR VOIP OVER 802.11P
 

Último

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 

Último (20)

Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 

Ec34781784

  • 1. Shruthi R, Prof. Harshavardhan H / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.781-784 781 | P a g e Fuzzy Scheduling For Ensuring Qos in VMAC for VANETs Shruthi R (M.Tech)1 , Assoc.Prof. Harshavardhan H2 1, 2 (Department Of Computer Science , Srinivas Institute Of Technology,Mangalore,India, ABSTRACT The need of a medium access control (MAC) protocol for an efficient broadcast service is of great importance to support the high priority safety applications in vehicular ad hoc networks (VANETs). Hassan omar proposed VeMAC, a novel multichannel TDMA MAC protocol proposed specifically for a VANET scenario. The VeMAC supports efficient one-hop and multi-hop broadcast services on the control channel by using implicit acknowledgments and eliminating the hidden terminal problem. The protocol reduces transmission collisions due to node mobility on the control channel by assigning disjoint sets of time slots to vehicles moving in opposite directions and to road side units. But the protocol has high packet loss & does not support different class of broadcast services. Taking this as motivation we propose a fuzzy scheduler based mechanism to ensure QOS for different class of broadcast messages along with VeMAC. Through simulation we measure the packet delivery ratio & prove that our mechanism is able to increment the delivery ratio by 20% over VeMAC. Keywords-fuzzy scheduler, medium access control, reliable broadcast, TDMA, vehicular ad hoc networks. I. INTRODUCTION An ad hoc network is defined as a collection of nodes dynamically forming a network without any existing infrastructure or centralized administration. One special type of mobile ad hoc networks is the network among moving vehicles, which is known as vehicular ad hoc network (VANET). A VANET consists of a set of vehicles equipped with a communication device, called on- board unit (OBU), and a set of stationary units along the roads, called road side units (RSUs), which can be connected together and/or to the Internet via wireless or wireline links. Each OBU has a radio interface to connect to other OBUs and RSUs, as well as a wireless or wired interface to which an application unit can be attached. The main objectives of VANETs are to provide efficient vehicle-to- vehicle (V2V) and vehicle-to-RSU (V2R) communications. Based on these two kinds of communications, VANETs can support many applications in safety, entertainment, and vehicle traffic optimization [2], [3]. Motivated by the importance of vehicular communications, the United States Federal Communication Commission (FCC) has allocated 75MHz radio spectrum in the 5.9GHz band for Dedicated Short Range Communications (DSRC) to be exclusively used by V2V and V2R communications. The DSRC spectrum is divided into seven 10MHz channels: six service channels for safety and non-safety related applications, and one control channel for transmission of control information and high priority short safety messages. Most (if not all) of the high priority safety applications proposed for VANETs are based on one-hop broadcast of information. For instance, for V2V communication based applications such as the pre-crash sensing, blind spot warning, emergency electronic brake light, and cooperative forward collision avoidance, each vehicle periodically broadcasts information about its position, speed, heading, acceleration, turn signal status, etc, to all the vehicles within its one-hop neighborhood [2]. Similarly, for V2R communication-based applications, such as the curve speed warning and traffic signal violation warning, an RSU periodically broadcasts to all the approaching vehicles information related to the traffic signal status and timing, road surface type, weather conditions etc [2]. As the precision of the safety applications is directly related to the safety of people on road, the need of a medium access control (MAC) protocol which provides an efficient broadcast1 service is crucial for VANETs. VMAC gives better throughput than its rival ADHOC MAC. But VMAC does not support different class of services. All the broadcast messages are treated equally. Some message may need real time delivery, but they would be queued for processing behind low priority messages. In this paper work, we propose a solution to this problem. For processing of packets of different class of service, we design a fuzzy schedules which assigns priority to the messages and always schedules higher priority messages ahead of other messages. II. RELATED WORK Various MAC protocols have been proposed for VANETs, based either on IEEE 802.11 or on channelization such as time division multiple access (TDMA), space division multiple access (SDMA), and code division multiple access (CDMA). In SDMA schemes, each vehicle decides whether or not it is allowed to access the channel based on its location on the road [4], [5]. An SDMA scheme consists of three main parts: a discretization
  • 2. Shruthi R, Prof. Harshavardhan H / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.781-784 782 | P a g e procedure which divides the road into small areas called cells, a mapping function which assigns to each of the cells a unique time slot, and an assignment rule which specifies which time slots a vehicle is allowed to access based on the cell where it is currently located. Similarly, CDMA is proposed for MAC in VANETs due to its robustness against interference and noise [6], [7]. The main problem which arises with CDMA in VANETs is how to allocate the pseudo noise (PN) codes to different vehicles. Due to a large number of vehicles, if every vehicle is assigned a unique PN code, the length of these codes will become extremely long, and the required bit rates for VANET applications may not be attained. Consequently, it is mandatory that the PN codes be shared among different vehicles in a dynamic and fully distributed way [7]. On the other hand, the IEEE 802.11p is a recently proposed MAC standard for VANETs [8]. The protocol is based on the legacy IEEE 802.11 standard [9] which is widely implemented, but does not provide an efficient broadcast service. The reason is that, for broadcast frames, no RTS/CTS exchange is used and no acknowledgement is transmitted from any of the recipient of the frame [9]. This lack of RTS/CTS exchange results in a hidden terminal problem which reduces the frame delivery ratio of the broadcast service, especially with the absence of acknowledgement frames [10]. Another limitation is that, in a VANET scenario, by employing the enhanced distributed channel access (EDCA) scheme defined in the IEEE 802.11 standard, the high priority safety messages will be assigned to the high priority access categories (ACs) which contend for the wireless channel using a small contention window size [9]. Although this small contention window size allows the high priority safety frames to be transmitted with small delays, it increases the probability of transmission collisions when multiple nodes within the same communication range are simultaneously trying to broadcast their safety messages [11]. Moreover, unlike the unicast case, the size of the contention window is not doubled when a collision happens among the broadcasted safety messages since there is no collision detection for the broadcast service without CTS and acknowledgment frames [9]. Different from the contention-based IEEE 802.11p standard, the ADHOC MAC protocol is based on TDMA and is proposed for inter-vehicle communication networks [12]. The ADHOC MAC protocol operates in a time slotted structure, where time slots are grouped into virtual frames, i.e. no frame alignment is needed. By letting each node report the status of all the time slots in the previous (sliding) virtual frame, the ADHOC MAC can support a reliable2 broadcast service without the hidden terminal problem [12]. As well, the ADHOC MAC provides a multi-hop broadcast service which can cover the whole network using a significantly smaller number of relaying nodes than that using a flooding procedure. Moreover, in ADHOC MAC, each node is guaranteed to access the channel at least once in each virtual frame, which is suitable for non delay- tolerant applications. However, simulation results show that, due to node mobility, the throughput reduction can reach 30% for an average vehicle speed of 50km/h [13]. Another major limitation of ADHOC MAC is that it is a single channel protocol, not suitable for the seven DSRC channels. Hassan omar proposed VeMAC, a novel multichannel TDMA protocol developed based on ADHOC MAC [12] and designed specifically for VANETs. On the control channel, the protocol provides a reliable2 one-hop broadcast service without the hidden terminal problem as well as an efficient multi-hop broadcast service to disseminate information all over the network. The VeMAC assigns disjoint sets of time slots to vehicles moving in opposite directions and to RSUs, and hence can decrease the rate of transmission collision on the control channel caused by node mobility. As well, the VeMAC employs new techniques for the nodes to access the available time slots and to detect transmission collisions. It is shown that the proposed VeMAC protocol provides significantly higher throughput on the control channel than that of ADHOC MAC and ADHOC-enhanced. III. PROPOSED METHOD Fuzzy logic implements human experiences and preferences via membership functions and fuzzy rules. The application of fuzzy logic to problems of traffic control in networks is more attractive. Since it is difficult for a network to acquire complete statistics of the input traffic, it has to make a decision based on in complete information. Hence the decision process is full of uncertainty. It is advantageous to use the fuzzy logic in the target system because it is flexible and capable of operating with imprecise data. Basically the fuzzy system consists of four blocks, namely, fuzzifier, defuzzifier, inference engine, and fuzzy knowledge base. The following section explains the working of the general fuzzy system. At each RSU fuzzy scheduling is applied to the messages. The broadcast packets coming from different sources are first queued. The schedules decides the priority of messages to be processed & the high priority messages is processed first.
  • 3. Shruthi R, Prof. Harshavardhan H / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.781-784 783 | P a g e The priority of message is calculated based on following parameters 1. Expiry Time 2. Data rate 3. Queue Length. The membership functions for the expiry time, data rate, queue length & the output parameters priority index is given below. Fuzzy scheduling is implemented at each RSU node. Among the broadcast message received at RSU, the higher priority messages is first taken for processing. IV. PERFORMANCE ANALYSIS We implemented the proposed solution in MATLAB and analyzed the performance of the system in terms of (i) Packet delivery ratio. Packet delivery ratio is the ratio of the number of data packets actually delivered to the destinations to the number of data packets supposed to be received. This number presents the effectiveness of the protocol. (ii) Average end-to-end delay. This indicates the end-to-end delay experienced by packets from source to destination. This includes the route discovery time, the queuing delay at node, there transmission delay at the MAC layer, and the propagation and transfer time in the wireless channel. We compared the performance with Fuzzy scheduler & without fuzzy scheduler at the RSU for different traffic generation rate. The average delay is less in fuzzy scheduling is less than that of VMAC because of prioritization of the message. The packet delivery ratio reduces as we increase the data rate. But the rate of decrease in fuzzy schedules is comparatively less than that of VMAC alone.
  • 4. Shruthi R, Prof. Harshavardhan H / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.781-784 784 | P a g e V. CONCLUSION In this paper, we introduced a fuzzy scheduler in addition to VMAC. We proved that use of fuzzy scheduler is able to reduce the packet end to end delay & increase the packet delivery ratio. In future we plan to add more parameters to increase the efficiency of the fuzzy scheduler. REFERENCES a. H. A.Omar, W.Zhuang, and L.Li, “VeMAC: a novel multichannel MAC protocol for vehicular ad hoc networks,” in Proc. IEEE INFOCOM Workshop on Mobility Management in the Networks of the Future World (MobiWorld 2011), Apr. 2011, pp. 413–418. [2] “Vehicle safety communications project task 3 final report,” The CAMP Vehicle Safety Communications Consortium, Tech. Rep. DOT HS 809 859, Mar. 2005. [3] R.Baldessari et al., “Car-2-car communication consortium manifesto,” Tech. Rep. Version 1.1, Aug. 2007. [4] J. J.Blum and A.Eskandarian, “A reliable link-layer protocol for robust and scalable intervehicle communications,” IEEE Trans. Intell. Transp. Syst., vol. 8, no. 1, pp. 4–13, Mar. 2007. [5] R.Mangharam, R.Rajkumar, M.Hamilton, P.Mudalige, and F.Bai, “Bounded-latency alerts in vehicular networks,” in Proc. Mobile Networking for Vehicular Environments (MOVE 2007), May 2007, pp. 55–60. [6] F.Watanabe, M.Fujii, M.Itami, and K.Itoh, “An analysis of incident information transmission performance using MCS/CDMA scheme,” in Proc. IEEE Intelligent Vehicles Symposium (IV’05), Jun. 2005, pp. 249–254. [7] H.Nakata, T.Inoue, M.Itami, and K.Itoh, “A study of inter vehicle communication scheme allocating PN codes to the location on the road,” in Proc. IEEE Intelligent Transportation Systems Conference (ITSC 2003), vol. 2, Oct. 2003, pp. 1527–1532. [8] “IEEE standard for information technology–telecommunications and information exchange between systems– local and metropolitan area networks– specific requirements Part 11: Wireless lan medium access control (MAC) and physical layer (PHY) specifications Amendment 6: Wireless access in vehicular environments,” IEEE Std 802.11p-2010, pp. 1–51, Jul. 15, 2010. [9] “IEEE standard for information technology –telecommunications and information exchange between systems-local and metropolitan area networks-specific requirements - Part 11: Wireless lan medium access control (MAC) and physical layer (PHY) specifications,” IEEE Std 802.11-2007 (Revision of IEEE Std 802.11- 1999), pp. 1–1184, Jun. 2007. [10] M.Hassan, H.Vu, and T.Sakurai, “Performance analysis of the IEEE 802.11 MAC protocol for DSRC safety applications,” IEEE Trans. Veh. Technol., vol. 60, no. 8, pp. 3882 –3896, Oct. 2011. [11] S.Eichler, “Performance evaluation of the IEEE 802.11p WAVE communication standard,” in Proc. IEEE 66th Vehicular Technology Conference (VTC 2007-Fall), Oct. 2007, pp. 2199–2203. [12] F.Borgonovo, A.Capone, M.Cesana, and L.Fratta, “ADHOC MAC: New MAC architecture for ad hoc networks providing efficient and reliable point-to-point and broadcast services,” Wireless Networks, vol. 10, pp. 359–366, Jul. 2004. [13] F.Borgonovo, L.Campelli, M.Cesana, and L.Fratta, “Impact of user mobility on the broadcast service efficiency of the ADHOC MAC protocol,” in Proc. IEEE 61st Vehicular Technology Conference (VTC 2005-Spring), vol. 4, Jun. 2005, pp. 2310– 2314. [14] W.Franz, H.Hartenstein, and M.Mauve, Inter-vehicle communications based on ad hoc networking principles: the FleetNet project. Universit¨atsverlag Karlsruhe, 2005. [15] F.Borgonovo, L.Campelli, M.Cesana, and L.Coletti, “MAC for adhoc inter-vehicle network: services and performance,” in Proc. IEEE 58th Vehicular Technology Conference (VTC 2003-Fall), vol. 5, Oct. 2003, pp. 2789–2793. [16] “A recursive solution to an occupancy problem resulting from TDM radio communication application,” Applied Mathematics and Computation, vol. 101, no. 1, pp. 1–3, Jun. 1999. [17] “IEEE standard for wireless access in vehicular environments (WAVE) - multi- channel operation,” IEEE Std 1609.4-2010 (Revision of IEEE Std 1609.4-2006), pp. 1– 89, Feb. 2011