Performance Evaluation of Channel Access Methods for Dedicated Iot Networks Abderrahman Khalifa, Razvan Stanica

Performance Evaluation of Channel Access Methods for Dedicated Iot Networks Abderrahman Khalifa, Razvan Stanica

Performance Evaluation of Channel Access Methods for Dedicated IoT Networks Abderrahman Khalifa, Razvan Stanica To cite this version: Abderrahman Khalifa, Razvan Stanica. Performance Evaluation of Channel Access Methods for Ded- icated IoT Networks. WD 2019 - 11th IFIP Annual Wireless Days Conference, Apr 2019, Manchester, United Kingdom. pp.1-6, 10.1109/WD.2019.8734186. hal-02042688 HAL Id: hal-02042688 https://hal.inria.fr/hal-02042688 Submitted on 20 Feb 2019 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Performance Evaluation of Channel Access Methods for Dedicated IoT Networks Abderrahman Ben Khalifa, Razvan Stanica Univ Lyon, INSA Lyon, Inria, CITI, F-69621 Villeurbanne, France Email: [email protected] Abstract—Networking technologies dedicated for the Internet can only access the medium on specific time-frequency blocks of Things are different from the classical mobile networks in of the LTE random access channel. terms of architecture and applications. This new type of network A second class of IoT technologies, known as LPWAN, is is facing several challenges to satisfy specific user requirements. Sharing the communication medium between (hundreds of) also based on an Aloha MAC protocol. Indeed, Aloha is a very thousands of connected nodes and one base station is one of simple strategy, where the MAC layer directly transmits any these main requirements, hence the necessity to imagine new message produced by the application layer. Easy to implement solutions, or to adapt existing ones, for medium access control. and without any strong synchronization requirements, Aloha In this paper, we start by comparing two classical medium access was the obvious choice for new technologies, such as Sigfox control protocols, CSMA/CA and Aloha, in the context of Internet of Things dedicated networks. We continue by evaluating a [2] and LoRa [3]. However, these technologies also needed to specific adaptation of Aloha, already used in low-power wide area cope with the well known poor scalability of Aloha; this was networks, where no acknowledgement messages are transmitted done by over-provisioning, the temporal Aloha space being in the network. Finally, we apply the same concept to CSMA/CA, expanded in the frequency domain (e.g. in Sigfox) or in the showing that this can bring a number of benefits. The results we code domain (e.g. in LoRa). Moreover, these technologies are obtain after a thorough simulation study show that the choice of the best protocol depends on many parameters (number of generally asymmetrical, meaning that the downlink is (very) connected objects, traffic arrival rate, allowed retransmission limited. This has a direct consequence on the MAC layer, number), as well as on the metric of interest (e.g. packet reception as the gateway does not acknowledge the reception of data probability or energy consumption). messages from the nodes. Finally, the most successful wireless technology nowadays, I. INTRODUCTION WiFi, is also making a place in the IoT world, through a new After almost two decades of research on multi-hop wireless amendment known as WiFi HaLow, and standardized as IEEE sensor networks, we are witnessing today a paradigm shift, 802.11ah [5]. As all the technologies from the IEEE 802.11 where small, energy constrained things are connected to the family, WiFi HaLow is based on a CSMA/CA MAC layer. rest of the world through one-hop, cellular dedicated networks, The main difference with respect to the classical Distributed also described as low-power wide area networks (LPWAN) Contention Function (DCF) used in IEEE 802.11 is that the ex- [1]. Multiple technologies are competing in this dedicated isting stations are divided into groups, and the contention only Internet of Things (IoT) market, either proposed by new happens between stations from the same group. The gateway players (e.g. Sigfox [2], LoRa [3]), or backed up by well es- defines the different time intervals for each contending group. tablished standardization bodies, (e.g. NB-IoT from the 3GPP Our objective in this paper is not to study the specificities consortium [4], or IEEE 802.11ah from the WiFi Alliance of each of these technologies. Instead, we want to focus on [5]). Practically, dedicated IoT networks are characterized by the basic properties of Aloha and CSMA/CA access strategies, a cellular architecture, with a central base station or gateway, in order to understand whether one of these solutions is more collecting data from a number of objects in its coverage. appropriate than the other in the IoT context. Another common characteristic of all these technologies is As a matter of fact, Aloha and CSMA/CA have been well that they follow one of two classical channel access schemes: studied and compared in the literature, starting from the ’70s Aloha or Carrier Sense Multiple Access with Collision Avoid- [8] and until the modern days [9]. However, the performance of ance (CSMA/CA). The only modification brought to these the two schemes is generally evaluated in terms of throughput, classical approaches is that, in some technologies, Aloha is while considering stations with saturated traffic. This is normal modified in order to not transmit acknowledgment (ACK) mes- in wireless local wireless networks, where the objective is to sages, generally because a downlink is not always available in have a reliable and rapid communication, generally in terms of these networks. file transfer. However, IoT scenarios are very different, char- Basically, three main MAC layer solutions are currently acterized by dense networks with sparse, unsaturated traffic. competing in the IoT world. First of all, the technologies The classic use-case in these networks is data collection, where coming from the 3GPP world, whether LTE-M or NB-IoT measures of some physical phenomenon (e.g. air pollution [10] [6], are using classical Aloha solutions. More precisely, these or vehicular traffic [11]) are uploaded to a central server. In technologies use a slotted-Aloha approach [7], where nodes this case, the throughput is no longer an essential metric, as the performance of the IoT applications is much better described assumptions, in order to evaluate different MAC solutions in by metrics such as the packet reception ratio. dedicated IoT networks. In this paper, we focus on these IoT metrics, through an extensive simulation study, detailed in Sec. III. We compare III. SIMULATION METHODOLOGY classic Aloha and CSMA/CA in Sec. IV, showing that each We use the Network Simulator 3 (ns3) to study a dedicated of them is adapted to certain IoT scenarios and metrics. We IoT network with N sender nodes and one sink node. The evaluate the LPWAN flavor of Aloha, which does not use network topology is a circle with radius r and the base station ACKs, in Sec. V. Interestingly, our results show that removing sink node is its center, while the sender nodes are uniformly ACKs does not only conserve energy, but it can even improve distributed inside this area and they all share the same channel. the packet reception probability. Finally, for the first time in Each sender node produces one packet of data each time the literature, we apply the same concept of removing ACKs to period T , while the sink node only transmits ACK frames (in CSMA/CA in Sec. VI, showing interesting performance gains. case the MAC protocol uses them). Different IoT technologies achieve very different data rates at the physical layer, from 100 II. RELATED WORK b/s in Sigfox to several Mb/s in WiFi HaLow. In order to have Aloha and CSMA/CA are among the first MAC protocols a fair, but technology agnostic comparison, we are using as a to be proposed in the history of wireless networks. As a parameter the transmission opportunity, Top = S=T , where consequence, they have been thoroughly studied and compared S is the airtime of a MAC layer frame. As an example, a −6 in the last four decades [8]. However, despite considering the Top value of 165 · 10 corresponds to a packet arrival every impact of numerous parameters, such as the buffer size [12] second in WiFi HaLow and every 20 minutes in SigFox. or the number of retransmissions [13], most of these studies Unlike previous studies, which mostly focus on the through- focused on scenarios with saturated stations, i.e. users who put as an evaluation metric, we use metrics more relevant for always have packets to transmit to one another. This is quite the IoT context: the packet success probability and the time different, both in terms of system functioning and metrics, each node spends in an ON state (receiving, transmitting or from the dedicated IoT networks we are interested in. listening to the channel). We consider that this second metric While new theoretical tools, e.g. based on stochastic ge- is a good generic proxy for the energy consumption of a node. ometry [9], were developed recently, the studied scenarios Parameter Value remained generally the same. Even in the few studies where Acknowledgement Timeout 75 ms Aloha and CSMA/CA were compared in scenarios with un- Maximum Number of Retransmission 7 saturated traffic [14], the system throughput was still used as RTS/CTS message exchange Disabled Frequency 5.180 GHz the main metric. On the other side, in the cases where an Transmission Power 16 dBm evolution can be noticed in terms of the studied metrics (e.g.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    7 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us