Mobile Slotted Aloha
   HOME

TheInfoList



OR:

Mobile Slotted Aloha (MS-Aloha) is a
wireless network A wireless network is a computer network that uses wireless data connections between network nodes. Wireless networking is a method by which homes, telecommunications networks and business installations avoid the costly process of introducing ...
protocol proposed for applications such as vehicle networks.


Details

Considering the typical taxonomy of MAC protocols, MS-Aloha represents a hybrid solution. It is based on connection-oriented paradigm (hence may fall in the class of channel-based/TDMA protocols); however it is also very reactive to topology changes and does not include any reservations separate from data exchanges. It is classified among the packet-based and collision-free MAC methods. In general, a slotted protocol can be either connectionless or connection-oriented. However, only the latter case represents a true alternative to
IEEE 802.11p IEEE 802.11p is an approved amendment to the IEEE 802.11 standardization, standard to add wireless access in vehicular environments (WAVE), a vehicular communication systems, vehicular communication system. It defines enhancements to 802.11 (the bas ...
, by introducing the determinism which
carrier sense multiple access with collision avoidance Carrier-sense multiple access with collision avoidance (CSMA/CA) in computer networking, is a network multiple access method in which carrier sensing is used, but nodes attempt to avoid collisions by beginning transmission only after the channel ...
(CSMA/CA) lacks. In vehicle networks the connection set-up phases of a telephone call (reservation request, confirmation, data exchange, tear-down) cannot be applied (it does not hold for broadcast communications, it is hampered by hidden stations, it is not manageable with heavy losses, mobility and varying channel conditions). For these reasons MS-Aloha is connection oriented and continuously refreshes each reservation simply by transmitting each period. MS-Aloha adopts a different approach and subtends the following hypotheses and rules which, basically, define all its main mechanisms. # MS-Aloha needs a periodic frame structure, including fixed-length time slots which represent the distinct resources to be allocated. This is why MS-Aloha is called "slotted". # Any physical layer (PLCP, PMD) can be used, in particular, the same as IEEE 802.11p. MS-Aloha and IEEE 802.11p can be used in different frequencies with the same radio front-end. # The frame involves absolute synchronization, which subtends a Coordinated Universal Time (UTC), thus any node perfectly knows what is the current position in the frame, independently of the frames received. ''This is to prevent misalignment and clock loops''. In order to counteract propagation delays, a guard-time (Tg) is also added. Hence, in the receiver’s perception, each MS-Aloha frame floats within the boundaries of the ideal time-slot, and PLCP is required to properly recover the start of each MS-Aloha frame. # A node attempting to reserve a slot can simply pick a free one. The same happens if it is already transmitting and wants to continue transmissions in next frame. A transmission is an implicit reservation for next frame. As a result, reservations are confirmed at each transmission. ''This is to manage mobility by a continuous, frame-by-frame reservation''. # All the nodes append a description about the state of all the slots, based on the information received either directly or indirectly. The description is contained in the trailer Frame Information (FI), which must include as many subfields as the number of slots in the frame, in order to announce the state of each slot. ''This is meant to discover hidden terminals''. To achieve a higher compliance to IEEE 802.11p and regardless of a precise application of ISO/OSI paradigm, FI can be moved inside upper layers, without any major impacts on the overall function. # Each node makes decisions on slot state based on (i) the transmissions directly sensed in each slot and (ii) the information carried by each FI received. The state of a slot can be free, busy or collision. A node announces his view of the channel in its FI.Consequently, if the slots in a frame are N, the state of a slot can be inferred by the correlation of up to N FIs. ''This redundancy can help hidden terminal detection as well as counteract effects of fading on signaling''. The same information can be used by each node as an acknowledgment of its transmission and/or reservation. # If a collision on a slot is notified (in the ''FI State subfield''), the colliding nodes must choose a new free slot. # Each node has to refresh its memory by flushing the information on slot ''J'' when the frame has reached position ''J-1''. This is not to mix old and new announcements and to make the ''protocol suitable for mobility''. # In MS-Aloha, Layer-1 is not specified but is supposed to be the same of IEEE 802.11p. Worthily, 802.11p provides the PLCP sub-layer which enables frame detection and alignment, required to recover from propagation delays as high as guard-time Tg. # The nested Layer-2 information corresponds to the classical 802.11p frame with only one main modification: in MS-Aloha a short identifier of the node (STI - 8 bit) is used inside the FI instead of MAC address, which is typically 48-bit long.


References

* H.A.Cozzetti and R.Scopigno, ''RR-Aloha+: A Slotted and Distributed MAC Protocol for Vehicular Communications'', In First IEEE Vehicular Networking Conference, 2009 - (VNC 2009). * R.Scopigno and H.A.Cozzetti, ''Mobile Slotted Aloha for Vanets'', In IEEE 70th Vehicular Technology Conference, 2009 - (VTC Fall 2009). * H.A.Cozzetti, R.Scopigno, L.Casone and G.Barba, ''Comparative Analysis of IEEE 802.11p and MS-Aloha in Vanet Scenarios'', In The Second IEEE International Workshop on Vehicular Networking, 2009 (VON 2009). * R.Scopigno and H.A.Cozzetti, ''GNSS Synchronization in Vanets'', In The Third IEEE International Conference on New Technologies, Mobility and Security, 2009 (NTMS 2009). * R.Scopigno and H.A.Cozzetti, ''Signal Shadowing in Simulation of Urban Vehicular Communications'', In 6th International Conference on Wireless and Mobile Communications, 2010 - (ICWMC 2010). * R.Scopigno and H.A.Cozzetti, ''Evaluation of Time-Space Efficiency in CSMA/CA and Slotted Vanets'', In IEEE 71st Vehicular Technology Conference, 2010 - (VTC Fall 2010). * L.Pilosu, H.A.Cozzetti, R.Scopigno, ''Layered and Service-Dependent Security in CSMA/CA and Slotted Vanets'', In 7th International ICTS Conference on Heterogeneous Networking for Quality, Reliability, Security and Robustness, 2010 - (QShine-DSRC 2010).


External links


MS-Aloha Web Site
Channel access methods {{tech-stub