Next Article in Journal
Predicting the Healing of Lower Extremity Fractures Using Wearable Ground Reaction Force Sensors and Machine Learning
Previous Article in Journal
Differential Signal-Amplitude-Modulated Multi-Beam Remote Optical Touch Based on Grating Antenna
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

A Survey on IoT Application Architectures

by
Abdulkadir Dauda
*,
Olivier Flauzac
and
Florent Nolot
LAB-I*, Université de Reims Champagne-Ardenne, 51100 Reims, France
*
Author to whom correspondence should be addressed.
Sensors 2024, 24(16), 5320; https://doi.org/10.3390/s24165320
Submission received: 5 July 2024 / Revised: 2 August 2024 / Accepted: 14 August 2024 / Published: 17 August 2024
(This article belongs to the Special Issue Cloud and Edge Computing for IoT Applications)

Abstract

:
The proliferation of the IoT has led to the development of diverse application architectures to optimize IoT systems’ deployment, operation, and maintenance. This survey provides a comprehensive overview of the existing IoT application architectures, highlighting their key features, strengths, and limitations. The architectures are categorized based on their deployment models, such as cloud, edge, and fog computing approaches, each offering distinct advantages regarding scalability, latency, and resource efficiency. Cloud architectures leverage centralized data processing and storage capabilities to support large-scale IoT applications but often suffer from high latency and bandwidth constraints. Edge architectures mitigate these issues by bringing computation closer to the data source, enhancing real-time processing, and reducing network congestion. Fog architectures combine the strengths of both cloud and edge paradigms, offering a balanced solution for complex IoT environments. This survey also examines emerging trends and technologies in IoT application management, such as the solutions provided by the major IoT service providers like Intel, AWS, Microsoft Azure, and GCP. Through this study, the survey identifies latency, privacy, and deployment difficulties as key areas for future research. It highlights the need to advance IoT Edge architectures to reduce network traffic, improve data privacy, and enhance interoperability by developing multi-application and multi-protocol edge gateways for efficient IoT application management.

1. Introduction

The Internet of Things (IoT) has, in recent times, become one of the major enablers for many of the innovations the world has witnessed in many areas of human activities, playing vital roles in key sectors, ranging from manufacturing industries to agriculture, health, education, security, and transportation. For example, IoT devices like sensors and actuators are used in manufacturing to monitor equipment performance, track inventory in real time, optimize supply chains, and enable predictive maintenance [1]. This helps reduce downtime, improve production efficiency, and lower operational costs. The IoT in agriculture, also known as precision agriculture or smart farming, is used to revolutionize traditional farming methods by integrating technology to enhance efficiency, optimize resources, and improve crop yield and quality using devices for soil sensing, crop monitoring, and livestock tracking [2]. Also, in the health sector, it has improved patient monitoring, enabling continuous, remote, and real-time tracking of health parameters using devices such as blood pressure cuffs, glucose meters, and heart rate monitors [3]. This wide area of applicability has made the IoT a complex network, bringing together many heterogeneous devices mostly supported by different protocols and network management tools [4]. To deal with this complexity, numerous architectures, network standards, and protocols have been developed with the intent of making these devices and the systems interoperable [5].
In its 2023 publication, Statista showed that the number of IoT-connected devices worldwide has surpassed 15 billion, and this number, based on the growth rate measured from 2019 to 2023, is forecast to almost double by the year 2030 [6]. This avalanche of devices, systems, and technologies used in deploying IoT services underscores the need for an up-to-date classification of the various elements of the IoT systems with a special focus on application architectures, classical protocols used, and deployment platforms.
This survey explored the primary IoT architectures: cloud, edge, and fog architectures. We delved into each architecture, discussing its characteristics, advantages, challenges, and suitability for various applications. We also studied the commonly used IoT protocols and their categorizations. Additionally, in Section 3.2, we highlighted our contribution to edge architecture through our work on a proposed multi-app and multi-protocol IoT Edge gateway for dynamic application management. Detailed information about this architecture can be found in [7].
The rest of this paper is organized as follows: Section 2 provides a general overview of IoT architectures; Section 3 discusses reference models/architectures; Section 4 covers IoT protocols and standards; and Section 5 contains the study conclusions. In Section 2 we present an overview of a typical IoT architecture, showing the two connectivity options for IP and non-IP devices with the cloud platforms. In Section 3 we review the classical reference models and architectures for the IoT. This includes models and architectures from standardization organizations, top IT solution providers, and academia to highlight the current state-of-the-art application architecture, focusing on how and where applications and data are managed, processed, and stored. In Section 4 we review the IoT protocols and standards based on the protocol stack presented. In Section 5 we draw conclusions based on our research and findings.

2. General Overview of IoT Architectures

The architecture of an IoT involves a complex network of interconnected components that work together to collect, process, analyze, and act upon data generated by IoT devices [8,9]. With an increasing need for IoT solutions that can cope with the wide range of sensor and actuator devices, which are not only heterogeneous in terms of the protocols they use to communicate with other devices but also the data format they are capable of handling, many IoT application architectures have either been proposed or developed. So far, none of the proposed or developed architectures are ideal for all application domains or scenarios [10]. This is due to the interdisciplinary nature of IoT, where each area poses a unique set of requirements.
IoT architectures usually consist of multiple layers, each with a unique role in the IoT system. These architectures balance centralized control and distributed processing, utilizing cloud, edge, and fog computing paradigms. This optimization of resource utilization, scalability, responsiveness, and reliability meets the diverse requirements of IoT applications across various industries and use cases [11]. Before we delve into the main topics of this survey, we consider the definitions of cloud, edge, and fog computing to comprehend how they are employed to support various IoT application architectures.
According to [12], cloud computing is a computing model that allows users to access various services over the internet. These services include storage, servers, databases, networking, software, analytics, and more. Instead of owning and maintaining their own computing infrastructure or data centers, organizations can rent access to a range of these services from a cloud service provider.
In an IoT cloud architecture, devices can connect to cloud platforms through IP-enabled and non-IP-enabled means, depending on the capabilities of the devices and the requirements of the IoT application. These connectivity options are depicted in Figure 1 below.
In a setup where IP-enabled devices are used, they come with built-in networking capabilities. They can communicate directly over the internet using standard IP protocols like TCP/IP and UDP/IP or higher-level protocols like HTTP and REST. On the other hand, non-IP devices lack native networking capabilities, and to establish connectivity with cloud platforms, they require intermediary devices or protocols. In most cases, gateway devices are used as intermediaries between non-IP devices and the cloud platforms. These gateway devices collect data from non-IP devices using proprietary or specialized protocols and transmit them to the cloud over IP-based networks. They also perform protocol translation or conversion to bridge the communication gap between non-IP devices and cloud platforms. Non-IP devices, which are typically lighter than IP devices, may use wireless or wired communication technologies such as the legacy wM-Bus and LoRa to communicate with gateway devices or other intermediary devices within the network [13]. Gateway devices typically use IP-based protocols to communicate with cloud platforms, allowing them to transmit data securely over the internet to cloud services.
For both IP and non-IP devices, cloud platforms such as AWS IoT, Azure IoT, and Google Cloud IoT use edge gateways to facilitate device connectivity, data ingestion, security, and management. These platforms provide support for various communication protocols, device provisioning methods, and authentication mechanisms to enable seamless integration of devices with cloud-based applications and services. While cloud computing offers numerous benefits, it also presents several challenges organizations must address. These challenges include security and privacy, data protection, network latency, and system integration [11].
Lately, there has been an increased interest with the ability to conduct computations at the network’s edge, resulting in a computing model known as edge computing. This approach involves bringing computational capabilities closer to the user devices, often at the network’s edge [11]. Instead of relying solely on centralized cloud data centers for processing and storage, edge computing distributes these resources across a network of edge devices, such as gateways and IoT devices. This allows data to be processed and analyzed locally on the edge devices themselves, closer to where it is generated, rather than being transmitted over long distances to centralized data centers. Edge devices often have limited processing power, memory, and energy resources in comparison to cloud servers. This limitation is due to the need for portability, energy efficiency, and cost-effectiveness for deployment in various environments.
Fog computing has emerged as a solution to simplify cloud computing. It is a decentralized computing infrastructure that divides cloud computing into smaller subnetworks and brings the capabilities closer to the edge of the network, closer to the data source or user devices [14]. The objective of fog computing is to provide decentralized processing, storage, and networking services, thereby addressing some of the challenges of cloud computing such as reduced latency, improved security and privacy, and scalability.
Integrating cloud, edge, and fog computing with IoT has significantly enhanced the creation and management of IoT applications. These technologies offer vast computational, network, and storage resources and capabilities, enabling designers to develop customized architectural design approaches that can address a range of requirements and constraints.

3. IoT Reference Models/Architectures

The IoT has experienced the development of numerous reference architectures and models by various institutions and consortia. These frameworks provide detailed and comprehensive guidelines for designing, deploying, and managing IoT solutions. The models offer a wide range of solutions to meet the specific needs of different IoT implementations, making it easier for businesses to leverage IoT technology for their operations. The guidelines ensure that IoT solutions are reliable, secure, and efficient, contributing to the success of IoT projects. One example of such a model is the International Telecommunication Union-Telecommunication Standardization Sector (ITU-T) recommendation Y.2060 [15] developed in 2012. This reference model provides a structured approach to conceptualizing the various components and interactions within IoT ecosystems, which is presented in a layered architecture consisting of a device layer, network layer, service support and application support layer, and application layer [15]. This is shown in Figure 2 below.
At its core, the ITU-T Y.2060 Reference Model delineates the key functional domains and their relationships within an IoT environment. These domains encompass the entire IoT lifecycle, from sensing and actuation to data processing, communication, and application services. The layers of the reference model are explained below:
  • Device Layer: This is the physical layer where IoT devices are situated. These devices can range from sensors and actuators to industrial machines. They collect data from the environment or perform actions based on instructions received.
  • Network Layer: This layer involves the protocols and technologies used to establish connections between IoT devices and the network. It includes Wi-Fi, Bluetooth, Zigbee, cellular networks, etc.
  • Service Support and Application Support Layer: This layer acts as a bridge between the device layer and the application layer. It handles data processing, device management, security, and communication between devices and applications. It often includes edge computing resources for processing data closer to the source, reducing latency and bandwidth usage. Protocols used in this layer include MQTT, CoAP, and others.
  • Application Layer: This layer consists of the applications or services that utilize the data collected from IoT devices. These applications can range from simple dashboards displaying sensor data to complex analytics platforms such as predictive maintenance systems, AI-driven decision-making engines, or smart city solutions.
The ITU-T has played a significant role in shaping the architectures of the IoT by providing standardization and recommendations for various aspects of IoT deployment. Recently, the focus has shifted to achieving what is known as the new generation IoT (NGIoT), which aims to meet certain architectural properties such as scalability and self-sustainability [15]. These properties are intended to make the solution robust, enabling it to integrate new technologies and operate autonomously for extended periods. This is evident in the recent EU-funded project titled “Architecture for Scalable, Self-*, Human-Centric, Intelligent, Secure, and Tactile Next Generation IoT” (ASSIST-IoT) conceptual reference architecture [16].
The architecture of an IoT application can vary significantly depending on the specific use case, industry, scalability needs, and available resources. It is crucial to design an architecture that strikes a balance between scalability, security, latency, and cost-effectiveness to create a robust and efficient IoT system. According to references [16,17], the principles of scalability, interoperability, security, data management, latency, real-time processing, and autonomy are essential for designing and implementing effective IoT architectures. Each principle tackles specific challenges and requirements, ensuring that IoT systems can meet the demands of various applications.
As IoT continues to evolve, these principles will remain essential in guiding the development of innovative and effective IoT solutions. A well-designed IoT application architecture strikes a balance between these factors while catering to the specific needs of the use case or industry. Flexibility, adaptability, and future-proofing against evolving technology standards and requirements are also integral aspects of a robust IoT application architecture.
While there is no one-size-fits-all architecture, several common paradigms have emerged, each offering distinct advantages and trade-offs. These paradigms are based on the centralized architecture approach where all data processing and decision-making tasks are performed in a central location such as a cloud server or a data center, or in decentralized architecture in which processing tasks are distributed across multiple edge devices or gateways located closer to the data source [18].
Each IoT architecture offers unique benefits and challenges depending on the specific use case, requirements, and constraints. Organizations developing IoT solutions must carefully evaluate these architectures and select the most suitable approach based on factors such as scalability, latency, reliability, security, and cost. Furthermore, ongoing advancements in edge computing, artificial intelligence, and networking technologies have continued to shape and evolve the landscape of IoT architectures, offering new opportunities for innovation and optimization.

3.1. IoT Cloud Application Architecture

At the heart of IoT lies the idea of interconnected devices, spanning from household items to intricate machinery. Such devices produce an enormous amount of data, encompassing everything from sensor data and temperature readings to user inputs and environmental conditions. The true challenge lies not only in obtaining this data but also in leveraging it to make informed decisions. The IoT cloud architectures supply the necessary framework for effortlessly merging IoT devices with cloud-based services, ensuring that data flows seamlessly between the physical and virtual realms [14]. However, its main drawback is the inability of non-IP devices to connect to the cloud platform directly. IoT cloud architecture is depicted in Figure 3 as a one-layered architecture with IP-enabled devices communicating directly to the cloud platform.
Most of the leading IT and cloud service providers have, over the years, developed solutions for various IoT cloud-based use cases which can be adopted by organizations for their IoT applications. For example, Intel developed a comprehensive reference architecture for building IoT infrastructure, providing a framework for designing scalable, secure, and efficient solutions to address a wide range of IoT applications [19]. Intel’s approach encompassed hardware, software, and services, leveraging the company’s extensive expertise in computing, networking, and data analytics. Specific implementations may vary depending on the use case and requirements. Figure 4 shows components of Intel’s IoT reference architecture.
Intel’s IoT reference model is recommended for a broad range of industries and applications due to its flexibility, scalability, and comprehensive approach to IoT infrastructure. Some key sectors and use cases where Intel’s reference model can be particularly beneficial include industrial IoT (IIoT), smart cities, healthcare, retail, agriculture, energy, and utilities as it offers robust edge computing capabilities and a wide range of connectivity options which enables real-time data processing and analytics.
Intel distinguishes itself from other leading IoT providers like Amazon Web Services (AWS), Microsoft Azure, and Google Cloud through its unique approach to IoT services. Rather than solely offering cloud platforms for IoT applications, Intel prioritizes providing technologies that extend cloud capabilities to the network’s edge. Additionally, Intel’s collaborative solutions support IoT deployments within cloud environments, bolstering hardware integration, security, and connectivity [19].
AWS has developed a variety of hybrid architectures that offer domain-specific solutions tailored to meet the unique requirements of different applications. These solutions, including AWS IoT Greengrass, AWS IoT Fleetwise, and AWS IoT Analytics, cater to the needs of industries such as automotive, agriculture, and healthcare. For instance, AWS IoT Greengrass is an edge computing service that allows devices to collect and analyze data closer to the point of generation, reducing latency and improving responsiveness. It extends AWS functionality to edge devices, enabling local data processing while utilizing the cloud for management, analytics, and storage. Figure 5 illustrates the architecture of AWS IoT Greengrass.
The Greengrass core is the local runtime that resides on edge devices. It enables local execution of AWS Lambda functions, messaging between devices, and secure communications with the cloud. The core component is essential for facilitating local data processing and reducing latency by performing actions directly on the edge device.
The Microsoft Azure IoT platform offers a flexible and scalable architecture for building IoT solutions that span the entire spectrum from device connectivity to data analytics and application development. Its rich features, seamless integration with Azure services, and strong focus on security and compliance make it a leading choice for organizations looking to harness the power of IoT. The various components of the Azure IoT architecture are shown in Figure 6.
Microsoft Azure IoT provides various services and tools for building end-to-end IoT solutions. It includes Azure IoT Hub for device connectivity, Azure IoT Edge for edge computing, and various analytics and machine learning services for deriving insights from IoT data [21].
The Google Cloud Platform (GCP) for IoT is another robust solution for IoT development, deployment, and management at a very large scale. Its suite of services and tools streamlines the process of creating and operating IoT applications while accommodating large-scale deployments with millions of devices [22]. With a focus on high availability, scalability, and reliability, the platform ensures that your IoT applications align with your business needs. The GCP IoT provides an edge computing capability which empowers edge devices and gateways to perform data processing and analysis closer to the data source, making it ideal for low-latency applications or disconnected environments. The various components of the Google Cloud IoT architecture are shown in Figure 7 below.
Apart from the various cloud-based architectures and solutions provided by the technology giants mentioned above, organizations like Capterra [23] provide IoT platforms with full software support for deploying and remotely managing connected devices at any scale. Others, like Eclipse IoT [24], provide open-source solutions for building IoT devices and gateways based on user requirements.

3.2. IoT Edge Application Architecture

In the rapidly evolving landscape of the IoT, where billions of devices are interconnected to collect and exchange vast amounts of data, optimizing the management of IoT applications is paramount. Traditionally, IoT application management has been centralized in cloud servers, as can be seen in [19,20,21,22], reference architectures of some of the major IoT platforms, offering scalability and accessibility but often at the cost of latency, privacy concerns, and dependency on stable internet connectivity.
Edge computing devices, as mentioned in [25,26], can be used to localize processing and storage. This represents a significant shift towards more efficient, reliable, and secure data management. These benefits of edge computing make it a compelling approach for a wide range of applications, from smart cities and industrial IoT to healthcare and autonomous vehicles.
Transferring IoT application management from cloud servers to edge gateways is advantageous. This is supported by the work presented in [27,28] on lightweight IoT Edge gateways as services. The diagram of a typical IoT Edge architecture is presented in Figure 8.
At its core, the transition from cloud server-based to edge gateway-based IoT application management is driven by the need for enhanced performance, privacy, resilience, and cost reduction. Edge gateways, positioned closer to the point of data generation, enable local processing and analysis, thereby reducing latency and enabling real-time decision-making [29,30]. This proximity also addresses privacy concerns by minimizing data transmission over external networks, enhancing data security and compliance with regulatory requirements.
Moving from cloud servers to edge gateways poses some difficulties. The main challenge lies in managing heterogeneous devices and ensuring end-to-end data security. This includes carrying out device provisioning, configuration, and orchestration on a constrained edge gateway. To contribute to this, we proposed an IoT Edge gateway architecture that can dynamically handle multiple applications and protocols, as described in our work [7]. The proposed gateway architecture is based on containerized applications designed for single-board computers, such as Raspberry Pi, serving as an edge gateway. Figure 9 shows the gateway architecture.
As shown in Figure 8, the gateway is multi-app and multi-protocol, and data can be sent from the gateway to multiple destinations such as on-premises and cloud data centers. To ensure compatibility, we proposed a JavaScript Object Notation (JSON) model for application management and data exchange within the gateway. This is facilitated using the Message Queuing Telemetry Transport (MQTT) protocol. Application and user management are handled using web services and container management tools.
The gateway is designed to ensure end-to-end security and safety of execution at different application management levels and during data transfer from the connected devices to the data center. These levels include system, application, and communication levels of security.

3.3. IoT Fog Application Architecture

IoT Fog architecture represents a shift from the traditional cloud-centric model to a more distributed approach. While the cloud remains a powerful resource for storing and analyzing vast amounts of data, it is not always the optimal solution for IoT applications, particularly those requiring real-time responsiveness [11].
Fog computing brings the processing and analysis capabilities closer to the edge of the network, where the data is generated. By deploying fog nodes or edge devices near IoT devices, data can be processed at the point they are generated. This reduces latency and conserves bandwidth since data is filtered and aggregated before being sent to the cloud. The IoT Fog architecture is comprised of three main levels: the edge tier, the fog tier, and the cloud tier. This is shown in Figure 10 below.
Fog architectures are used in distributed-to-centralized data management (D2C-DM) systems to reduce network traffic and latencies, and to improve security levels [31]. The utilization of fog, cloudlet, and cloud technologies was proposed in [32] to manage large volumes of data collected from various sources in a smart city scenario, allowing for more efficient management of urban services and resources.
Also, fog-based synchronization algorithms play a key role in minimizing communication costs and reducing the latency from the cloud to the end devices. An example of such an algorithm is proposed in [33], in which part of the computing and storage work is offloaded to the fog nodes.

4. IoT Protocols and Standards

It is crucial to establish IoT protocols and standards to ensure effective, energy-efficient, and secure communication among the various devices and systems in IoT [34]. These devices utilize different protocols across the layers of the OSI (Open Systems Interconnection) model to communicate with each another [35]. Protocols and standards are crucial for determining how devices exchange data and allowing seamless integration across different platforms. IoT protocols are typically categorized into application and network protocols [34,35,36,37,38]. Figure 11 illustrates the IoT protocol stack.

4.1. Application Protocols

These protocols govern how data is formatted and communicated between IoT devices and applications. They focus on how data is transmitted, ensuring compatibility and interoperability among various devices and systems. The protocols in this category are based on multiple architectures and communication models, such as publish/subscribe, request/response, and messaging models. Detailed comparisons of various application protocols, including their design goals, security, and supported application types, can be found in [36,37,38,42]. The following are some of the widely used application protocols. They are grouped according to their architectural models.

4.1.1. Queue-Based Publish/Subscribe or Producer/Consumer Models

Queue-based IoT protocols provide unique capabilities to IoT applications with their asynchronous communication, which allows devices to send and receive messages without blocking processes, thereby improving responsiveness and reducing latency. This is particularly beneficial in IoT applications where timely data exchange is crucial, such as in real-time monitoring or control systems.
In this architecture, the publish/subscribe communication model separates the sender (publisher) and the receiver (subscriber), allowing for efficient communication without direct connections. This enables devices to communicate indirectly through a broker, making the system more flexible and scalable. Devices can join or leave the network easily, and new topics can be added without interrupting existing services. The broker architecture in this model can be utilized to provide an improved two-way clock synchronization method for industrial IoT as proposed in [43]. The two most common queue-based protocols are:
  • MQTT (Message Queuing Telemetry Transport): A lightweight publish-subscribe messaging protocol ideal for low-bandwidth, high-latency, or unreliable networks. It is commonly used in IoT for efficient communication between devices.
  • AMQP (Advanced Message Queuing Protocol): A protocol designed for message-oriented middleware, providing reliable and secure message transmission between devices and applications. In addition to the publish/subscribe model, AMQP supports the producer/consumer model where messages generated by the producers are sent to exchanges for routing to appropriate queues for storage until they are processed by consumers.

4.1.2. Client/Server Models

Client/server protocols operate on a centralized model where client devices communicate with a central server. This architecture simplifies data management and control, as the server acts as the primary repository and processing unit for information. Clients send requests to the server, which processes and responds accordingly, ensuring a streamlined flow of data.
Client/server-based IoT application protocols offer significant architectural benefits, enhancing the efficiency, security, and scalability of IoT systems. Their simplicity, interoperability, and robust security features make them suitable for a wide range of applications, from smart homes to industrial automation. These protocols adhere to widely accepted standards, ensuring compatibility across various devices and platforms. For example, HTTP is universally supported, allowing IoT devices to seamlessly interact with web services, browsers, and other internet-based applications. This interoperability is critical for integrating IoT systems with existing IT infrastructure. CoAP’s multicast support allows a single client request to be sent to multiple servers simultaneously. This is useful for scenarios where the client needs to broadcast a message or command to various devices. Two examples of protocols based on this model are:
  • CoAP (Constrained Application Protocol): Designed for constrained IoT devices, CoAP is a protocol that enables communication between devices with limited resources, making it suitable for constrained environments.
  • HTTP (Hypertext Transfer Protocol): While primarily known for web browsing, HTTP is also used in IoT for communication between devices and web-based services. It is versatile but may not be suitable for resource-constrained IoT devices due to its overhead.

4.1.3. Messaging Models

  • XMPP (Extensible Messaging and Presence Protocol): A versatile communication protocol that has become increasingly important in the context of the IoT. Initially developed for real-time communication, XMPP’s extensibility, security features, and capability to manage presence information makes it a highly suitable option for IoT applications. The protocol, defined by the IETF in RFC 6120 [44] is an open-standard communication protocol based on XML.
XMPP supports both client/server and publish/subscribe communication models. Although primarily designed as a server/client protocol, it also supports a publish/subscribe model through XMPP Extensible Services (XEPs), which extend XMPP’s core services. The PubSub XEP enables this capability [42].
Table 1 below compares these protocols according to their scalability, efficiency, reliability, and security.

4.2. Transport Layer Protocols

The two transport layer protocols used in IoT are Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) [45]. TCP and UDP have distinct roles in the IoT landscape, each offering specific advantages while addressing different challenges. TCP’s reliability and data integrity make it ideal for applications where accurate data transmission is critical. In contrast, UDP’s low latency and efficiency are better suited for real-time applications and scenarios where occasional data loss is acceptable [46,47]. Understanding the strengths and limitations of each protocol allows IoT system developers to make informed decisions, optimize communication for various IoT applications, and ensure the effective operation of the interconnected devices.
TCP ensures that application layer protocols receive data accurately and in the correct order. This is crucial for applications like firmware updates, where missing or corrupted data can lead to failures. For example, MQTT, which relies on TCP, benefits from TCP’s ability to handle retransmissions and acknowledgments, ensuring that messages are delivered reliably even in the presence of network issues. UDP supports application layer protocols requiring low latency and minimal overhead, such as real-time sensor data streaming or video transmission. Protocols like CoAP, which operate over UDP, benefit from the reduced latency, making them suitable for time-sensitive IoT applications. UDP does not provide inherent reliability; therefore, application layer protocols incorporate their mechanisms for ensuring data reliability, like retransmissions and acknowledgment messages [46]. Table 1 shows the transport layer protocols’ support for the various application layer protocols and the benefits derived from their features. The performance of different application layer protocols like CoAP and MQTT have been extensively evaluated over TCP and UDP in [48,49] to determine their areas of strength and limitation under different network types and traffic conditions.

4.3. Network (Routing) Layer Protocols

IoT networks can be built based on classical network protocols in the communication protocols stack, such as HTTP, TCP/UDP, IPv4/IPv6, and Wi-Fi as defined by IEEE 802.11 [39], or wired networks. However, the classical protocols were not originally intended for low-power and constrained devices as they consume significant resources and energy due to their high operational overhead, making them unsuitable for IoT devices. To address this issue, low-energy versions have been developed to enhance their efficiency. For example, IPv6 over Low-Power Wireless Personal Area Networks (6LoWPAN) has been created to facilitate the operation of IPv6 over the IEEE 802.15 [40] network family, such as Zigbee [5]. The IEEE 802.15.4 standard [41] is the foundation for various low-power, low-data-rate wireless communication protocols. This standard is particularly well-suited for IoT applications, which often require efficient power consumption and sufficient data rates for reliable communication. It defines several data rates, the most common being 250 kbps in the 2.4 GHz frequency band. These rates are adequate for periodic data transmission applications, such as sensor readings and control signals [47,50,51].
Another crucial IoT routing protocol is the IPv6 Routing Protocol for Low-Power and Lossy Networks (RPL) [52]. RPL, standardized by the Internet Engineering Task Force (IETF) in 2011, is specifically tailored for Low-Power and Lossy Networks (LLNs) [53]. These networks are characterized by constrained devices with limited processing power, memory, and energy resources, operating in environments with high packet loss, variable link quality, and frequent topology changes. RPL provides a robust framework for creating and managing such networks, ensuring reliable data delivery while minimizing resource consumption.

4.4. Data Link and Physical Layer Protocols

The data link and physical layer protocols are essential for IoT communications. They provide the infrastructure for reliable, efficient, and scalable device interactions. These protocols define how data is transmitted over a network and how devices recognize and communicate with each other on a physical medium. Key protocols in this category include IEEE 802.15.4 [41] for low-rate wireless personal area networks (LR-WPANs), IEEE 802.11 [39] a/b/g/n for Wi-Fi networks, and 2G/3G/LTE for cellular networks [34,54,55].
These protocols offer unique advantages tailored to specific application requirements, such as low power consumption, long-range capabilities, high data rates, and robust error handling. This survey focuses on the capabilities these protocols offer across various application areas. For an in-depth analysis and detailed comparisons, refer to [55,56,57]. See Table 2.
In addition to these protocols, various organizations and consortia like the Institute of Electrical and Electronics Engineers (IEEE), Internet Engineering Task Force (IETF), International Organization for Standardization (ISO), and others develop and maintain standards that encompass aspects such as security, interoperability, and data formats within the IoT space [34]. These standards ensure that devices from different manufacturers can communicate seamlessly, exchange data, and ensure their systems’ security.

5. Conclusions

IoT application architectures are continuously evolving to meet the varied and rigorous demands of modern IoT applications. The shift towards hybrid and decentralized models reflects a trend towards more adaptable, resilient, and efficient systems. Emphasis on security, scalability, interoperability, and autonomy continues to drive innovation and advancement in this field. As IoT becomes increasingly integrated into different aspects of life and industry, robust and flexible architectures will be crucial to fully harness the potential of connected technologies and propel future progress. This survey lays the groundwork for comprehending the current landscape and shaping the strategic direction for future IoT architecture development.

Author Contributions

Conceptualization, O.F., F.N. and A.D.; methodology, O.F., A.D., and F.N.; validation, O.F. and F.N.; investigation, O.F., A.D. and F.N.; writing—original draft preparation, A.D.; writing—review and editing, O.F. and F.N.; supervision, O.F. and F.N.; project administration, O.F.; funding acquisition, A.D. and F.N. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the Petroleum Technology Development Fund (PTDF) Nigeria, grant 1711/20.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.

References

  1. Picot, H.W.; Ateeq, M.; Abdullah, B.; Cullen, J. Industry 4.0 LabVIEW Based Industrial Condition Monitoring System for Industrial IoT System. In Proceedings of the 2019 12th International Conference on Developments in eSystems Engineering (DeSE), Kazan, Russia, 7–10 October 2019; pp. 1020–1025. [Google Scholar] [CrossRef]
  2. Anand, A.; Trivedi, N.K.; Gautam, V.; Tiwari, R.G.; Witarsyah, D.; Misra, A. Applications of Internet of Things (IoT) in Agriculture: The Need and Implementation. In Proceedings of the 2022 International Conference Advancement in Data Science, E-learning and Information Systems (ICADEIS), Bandung, Indonesia, 23–24 November 2022; pp. 1–5. [Google Scholar] [CrossRef]
  3. Alshammari, K.; Alshammari, A.; Alsaadi, H.A.; Bassfar, Z.; Alshehri, A. Review the Recent IoT systems for Healthcare Applications. In Proceedings of the 2023 3rd International Conference on Computing and Information Technology (ICCIT), Tabuk, Saudi Arabia, 13–14 September 2023; pp. 681–686. [Google Scholar] [CrossRef]
  4. Sinche, S.; Raposo, D.; Armando, N.; Rodrigues, A.; Boavida, F.; Pereira, V.; Silva, J.S. A Survey of IoT Management Protocols and Frameworks. IEEE Commun. Surv. Tutorials 2020, 22, 1168–1190. [Google Scholar] [CrossRef]
  5. Lata, N.; Kumar, R. Internet of Things: A Review of Architecture and Protocols. In Proceedings of the 2020 International Conference on Decision Aid Sciences and Application (DASA), Sakheer, Bahrain, 8–9 November 2020; pp. 1027–1031. [Google Scholar] [CrossRef]
  6. Lionel Sujay Vailshery. Available online: https://www.statista.com/statistics/1183457/iot-connected-devices-worldwide/ (accessed on 27 July 2023).
  7. Dauda, A.; Flauzac, O.; Nolot, F. IoT: A Universal Dynamic Gateway. In Proceedings of the 2023 10th International Conference on Wireless Networks and Mobile Communications (WINCOM), Istanbul, Turkiye, 26–28 October 2023; pp. 1–6. [Google Scholar] [CrossRef]
  8. Vresk, T.; Čavrak, I. Architecture of an interoperable IoT platform based on microservices. In Proceedings of the 2016 39th International Convention on Information and Communication Technology, Electronics and Microelectronics (MIPRO), Opatija, Croatia, 30 May–3 June 2016; pp. 1196–1201. [Google Scholar] [CrossRef]
  9. What Is IoT? Available online: https://aws.amazon.com/what-is/iot (accessed on 27 November 2023).
  10. Pawar, N.; Bourgeau, T.; Chaouchi, H. Study of IoT Architecture and Application Invariant Functionalities. In Proceedings of the 2021 IFIP/IEEE International Symposium on Integrated Network Management (IM), Bordeaux, France, 17–21 May 2021; pp. 667–671. [Google Scholar]
  11. Donno, M.D.; Tange, K.; Dragoni, N. Foundations and Evolution of Modern Computing Paradigms: Cloud, IoT, Edge, and Fog. IEEE Access 2019, 7, 150936–150948. [Google Scholar] [CrossRef]
  12. Liu, S.; Liu, J.; Wang, H.; Xian, M. Research on the Development of Cloud Computing. In Proceedings of the 2020 International Conference on Computer Information and Big Data Applications (CIBDA), Guiyang, China, 17–19 April 2020; pp. 212–215. [Google Scholar] [CrossRef]
  13. Mourtzios, C.; Galanis, K.; Papadimitriou, N. An Experimental Study of a Multi-Protocol IoT Gateway. In Proceedings of the 2020 Fourth World Conference on Smart Trends in Systems, Security and Sustainability (WorldS4), London, UK, 27–28 July 2020; pp. 763–769. [Google Scholar] [CrossRef]
  14. Kakati, S.; Ray, K.; Deka, R. Cloud and Fog Computing based Industrial IoT Production Management. In Proceedings of the 2022 2nd International Conference on Intelligent Technologies (CONIT), Hubli, India, 24–26 June 2022; pp. 1–5. [Google Scholar] [CrossRef]
  15. International Telecommunication Union (ITU); Global Information Infrastructure; Internet Protocol Aspects and Next-Generation Networks; Telecommunication Standardization Sector of (ITU). ITU-T Recommendation Y.2060. 2012. Available online: https://www.itu.int/rec/T-REC-Y.2060-201206-I (accessed on 10 December 2023).
  16. Szmeja, P.; Fornés-Leal, A.; Lacalle, I.; Palau, C.E.; Ganzha, M.; Pawłowski, W.; Paprzycki, M.; Schabbink, J. ASSIST-IoT: A Modular Implementation of a Reference Architecture for the Next Generation Internet of Things. Electronics 2023, 12, 854. [Google Scholar] [CrossRef]
  17. ISO/IEC 30141:2016(E); Information Technology—Internet of Things Reference Architecture (IoT RA). ISO: Geneva, Switzerland, 2016. Available online: https://www.iso.org/standard/65695.html (accessed on 12 December 2023).
  18. Muhammed, A.S.; Ucuz, D. Comparison of the IoT Platform Vendors, Microsoft Azure, Amazon Web Services, and Google Cloud, from Users’ Perspectives. In Proceedings of the 2020 8th International Symposium on Digital Forensics and Security (ISDFS), Beirut, Lebanon, 1–2 June 2020; pp. 1–4. [Google Scholar] [CrossRef]
  19. Intel. The Intel IoT Platform Architecture Specification White Paper Internet of Things (IoT). 2015. Available online: https://d885pvmm0z6oe.cloudfront.net/hubs/intel_80616/assets/downloads/general/Architecture_Specification_Of_An_IOT_Platform.pdf (accessed on 7 February 2024).
  20. AWS Architecture Blog. Category: AWS IoT Core. Available online: https://aws.amazon.com/blogs/architecture/category/internet-of-things/aws-iot-platform/ (accessed on 2 June 2024).
  21. Microsoft Azure IoT Reference Architecture. Available online: https://learn.microsoft.com/en-us/azure/architecture/reference-architectures/iot (accessed on 10 March 2024).
  22. Google Cloud Platform IoT Architecture. Available online: https://cloud.google.com/architecture/connected-devices/iot-platform-product-architecture (accessed on 20 March 2024).
  23. Capterra. Find the Right Software and Services. Available online: https://www.capterra.com/ (accessed on 25 July 2024).
  24. Eclipse IoT Projects. Available online: https://iot.eclipse.org/projects/ (accessed on 25 July 2024).
  25. Mei, Y.; Wang, T.; Ma, Y. Edge-based Differenital Big Data Processing for Sensor-Cloud Systems. In Proceedings of the 2019 IEEE International Conference on Signal, Information and Data Processing (ICSIDP), Chongqing, China, 11–13 December 2019; pp. 1–6. [Google Scholar] [CrossRef]
  26. Du, M.; Wang, K.; Chen, Y.; Wang, X.; Sun, Y. Big Data Privacy Preserving in Multi-Access Edge Computing for Heterogeneous Internet of Things. IEEE Commun. Mag. 2018, 56, 62–67. [Google Scholar] [CrossRef]
  27. Morabito, R.; Petrolo, R.; Loscrí, V.; Mitton, N. Enabling a lightweight Edge Gateway-as-a-Service for the Internet of Things. In Proceedings of the 2016 7th International Conference on the Network of the Future (NOF), Buzios, Brazil, 16–18 November 2016; pp. 1–5. [Google Scholar] [CrossRef]
  28. Morabito, R.; Petrolo, R.; Loscrí, V.; Mitton, N. Reprint of: LEGIoT: A Lightweight Edge Gateway for the Internet of Things. Futur. Gener. Comput. Syst. 2019, 92, 1157–1171. [Google Scholar] [CrossRef]
  29. Alrowaily, M.; Lu, Z. Secure Edge Computing in IoT Systems: Review and Case Studies. In Proceedings of the 2018 IEEE/ACM Symposium on Edge Computing (SEC), Seattle, WA, USA, 25–27 October 2018; pp. 440–444. [Google Scholar] [CrossRef]
  30. Jain, A.; Jat, D.S. An Edge Computing Paradigm for Time-Sensitive Applications. In Proceedings of the 2020 Fourth World Conference on Smart Trends in Systems, Security and Sustainability (WorldS4), London, UK, 27–28 July 2020; pp. 798–803. [Google Scholar] [CrossRef]
  31. Sinaeepourfard, A.; Krogstie, J.; Petersen, S.A. A Big Data Management Architecture for Smart Cities based on Fog-to-Cloud Data Management Architecture. In Proceedings of the 4th Norwegian Big Data Symposium (NOBIDS), Trondheim, Norway, 14 November 2018. [Google Scholar]
  32. Sinaeepourfard, A.; Krogstie, J.; Petersen, S.A.; Ahlers, D. F2c2C-DM: A Fog-to-cloudlet-to-Cloud Data Management Architecture in Smart City. In Proceedings of the 2019 IEEE 5th World Forum on Internet of Things (WF-IoT), Limerick, Ireland, 15–18 April 2019; pp. 590–595. [Google Scholar] [CrossRef]
  33. Wang, T.; Zhou, J.; Liu, A.; Bhuiyan, M.Z.A.; Wang, G.; Jia, W. Fog-Based Computing and Storage Offloading for Data Synchronization in IoT. IEEE Internet Things J. 2019, 6, 4272–4282. [Google Scholar] [CrossRef]
  34. Sharma, C.; Gondhi, N.K. Communication Protocol Stack for Constrained IoT Systems. In Proceedings of the 2018 3rd International Conference on Internet of Things: Smart Innovation and Usages (IoT-SIU), Bhimtal, India, 23–24 February 2018; pp. 1–6. [Google Scholar] [CrossRef]
  35. Andrew, S.T.; David, J.W. Computer Networks, 5th ed; Prentice Hall: Upper Saddle River, NJ, USA, 2011. [Google Scholar]
  36. Nikolov, N. Research of MQTT, CoAP, HTTP and XMPP IoT Communication protocols for Embedded Systems. In Proceedings of the 2020 XXIX International Scientific Conference Electronics (ET), Sozopol, Bulgaria, 16–18 September 2020; pp. 1–4. [Google Scholar] [CrossRef]
  37. Al-Fuqaha, A.; Guizani, M.; Mohammadi, M.; Aledhari, M.; Ayyash, M. Internet of Things: A Survey on Enabling Technologies, Protocols, and Applications. IEEE Commun. Surv. Tutor. 2015, 17, 2347–2376. [Google Scholar] [CrossRef]
  38. Sharmila, P.; Ramakrishnan, S. Empirical Study on different protocols used in monitoring and controlling applications of Internet of Things. In Proceedings of the 2022 International Conference on Computer Communication and Informatics (ICCCI), Coimbatore, India, 25–27 January 2022; pp. 1–6. [Google Scholar] [CrossRef]
  39. IEEE 802.11; 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: New York City, NY, USA, 2016.
  40. IEEE 802.15.1; IEEE Standard for Information technology-- Local and metropolitan area networks-- Specific requirements-- Part 15.1a: Wireless Medium Access Control (MAC) and Physical Layer (PHY) specifications for Wireless Personal Area Networks (WPAN). IEEE: New York City, NY, USA, 2005.
  41. IEEE 802.15.4; IEEE Standard for Low-Rate Wireless Networks. IEEE: New York City, NY, USA, 2020.
  42. Al-Masri, E.; Kalyanam, K.R.; Batts, J.; Kim, J.; Singh, S.; Vo, T.; Yan, C. Investigating Messaging Protocols for the Internet of Things (IoT). IEEE Access 2020, 8, 94880–94911. [Google Scholar] [CrossRef]
  43. Chauhan, S.B.; Gore, R.N. SMQTT: A Lightweight Clock Synchronization Algorithm for IoT Devices Using MQTT. In Proceedings of the 2023 IEEE International Symposium on Precision Clock Synchronization for Measurement, Control, and Communication (ISPCS), London, UK, 18–22 September 2023; pp. 1–6. [Google Scholar] [CrossRef]
  44. RFC 6120 Extensible Messaging and Presence Protocol (XMPP): Core. Available online: https://datatracker.ietf.org/doc/rfc6120/ (accessed on 17 June 2024).
  45. Liri, E.; Orie, N.; Siezar, H.; Ramakrishnan, K.K.; Singh, P.K.; Cai, W.; Gerday, L.; Kar, K.; Lyon, G.; Sharma, P. Communication Energy and Protocol Considerations in IoT Deployments. In Proceedings of the 2020 IEEE 6th World Forum on Internet of Things (WF-IoT), New Orleans, LA, USA, 2–16 June 2020; pp. 1–7. [Google Scholar] [CrossRef]
  46. Kaskatiiski, N.; Boyanov, L. Efficiency of data exchange of IoT communication protocols. In Proceedings of the 2021 International Conference Automatics and Informatics (ICAI), Varna, Bulgaria, 30 September–2 October 2021; pp. 358–361. [Google Scholar] [CrossRef]
  47. Kalsi, J.S.; Ubhi, J.S. A study of Conventional Protocols applicable to the emerging IoT Systems and Devices. In Proceedings of the 2019 International Conference on Automation, Computational and Technology Management (ICACTM), London, UK, 24–26 April 2019; pp. 395–399. [Google Scholar] [CrossRef]
  48. Pop, D.; Kirdan, E.; Pahl, M.O. Performance Comparison of UDP and TCP for Different CoAP Load Profiles. In Proceedings of the NOMS 2023-2023 IEEE/IFIP Network Operations and Management Symposium, Miami, FL, USA, 8–12 May 2023; pp. 1–6. [Google Scholar] [CrossRef]
  49. Wirges, J.; Dettmar, U. Performance of TCP and UDP over Narrowband Internet of Things (NB-IoT). In Proceedings of the 2019 IEEE International Conference on Internet of Things and Intelligence System (IoTaIS), Bali, Indonesia, 5–7 November 2019; pp. 5–11. [Google Scholar] [CrossRef]
  50. Park, E.; Lee, M.S.; Bahk, S. AdaptaBLE: Data Rate and Transmission Power Adaptation for Bluetooth Low Energy. In Proceedings of the 2019 IEEE Global Communications Conference (GLOBECOM), Waikoloa, HI, USA, 9–13 December 2019; pp. 1–6. [Google Scholar] [CrossRef]
  51. Glória, A.; Cercas, F.; Souto, N. Comparison of communication protocols for low cost Internet of Things devices. In Proceedings of the 2017 South Eastern European Design Automation, Computer Engineering, Computer Networks and Social Media Conference (SEEDA-CECNSM), Kastoria, Greece, 23–25 September 2017; pp. 1–6. [Google Scholar] [CrossRef]
  52. Grover, D. An Optimized RPL Protocol for Energy Efficient IoT Networks. In Proceedings of the 2023 International Conference on Data Science and Network Security (ICDSNS), Tiptur, India, 28–29 July 2023; pp. 1–5. [Google Scholar] [CrossRef]
  53. Iova, O.; Picco, P.; Istomin, T.; Kiraly, C. RPL: The Routing Standard for the Internet of Things... Or Is It? IEEE Commun. Mag. 2016, 54, 16–22. [Google Scholar] [CrossRef]
  54. Roihan, A.; Priyambodo, T.K.; Ashari, A. A Survey on Protocols for Internet of Things. In Proceedings of the 2019 5th International Conference on Science and Technology (ICST), Yogyakarta, Indonesia, 30–31 July 2019; pp. 1–6. [Google Scholar] [CrossRef]
  55. Bhatia, S.; Jaffery, Z.A.; Mehfuz, S. A Comparative Study of Wireless Communication Protocols for use in Smart Farming Framework Development. In Proceedings of the 2023 3rd International Conference on Intelligent Communication and Computational Techniques (ICCT), Jaipur, India, 19–20 January 2023; pp. 1–7. [Google Scholar] [CrossRef]
  56. Evstatiev, B.; Kadirova, S.; Valov, N. Analysis of the Wireless Communication Technologies Used in Livestock Monitoring. In Proceedings of the 2022 International Conference on Communications, Information, Electronic and Energy Systems (CIEES), Veliko Tarnovo, Bulgaria, 24–26 November 2022; pp. 1–5. [Google Scholar] [CrossRef]
  57. Ganesan, P.; Gunasekaran, S.; Balaji, A.A.; Jini, S.F.; Suryaprakash, S. Comparative Analysis on Industrial IoT Communication Protocols and its Future Directives. In Proceedings of the2021 International Conference on Advancements in Electrical, Electronics, Communication, Computing and Automation (ICAECA), Coimbatore, India, 8–9 October 2021; pp. 1–6. [Google Scholar] [CrossRef]
Figure 1. IoT cloud architecture showing device-cloud connectivity options.
Figure 1. IoT cloud architecture showing device-cloud connectivity options.
Sensors 24 05320 g001
Figure 2. ITU-T Y.2060 IoT Reference Model [15].
Figure 2. ITU-T Y.2060 IoT Reference Model [15].
Sensors 24 05320 g002
Figure 3. IoT cloud architecture.
Figure 3. IoT cloud architecture.
Sensors 24 05320 g003
Figure 4. Intel reference architecture for IoT infrastructure [19].
Figure 4. Intel reference architecture for IoT infrastructure [19].
Sensors 24 05320 g004
Figure 5. AWS IoT Greengrass stream manager [20].
Figure 5. AWS IoT Greengrass stream manager [20].
Sensors 24 05320 g005
Figure 6. Azure IoT reference architecture [21].
Figure 6. Azure IoT reference architecture [21].
Sensors 24 05320 g006
Figure 7. Google Cloud Platform IoT architecture [22].
Figure 7. Google Cloud Platform IoT architecture [22].
Sensors 24 05320 g007
Figure 8. IoT Edge architecture.
Figure 8. IoT Edge architecture.
Sensors 24 05320 g008
Figure 9. Proposed multi-app multi-protocol edge gateway [7].
Figure 9. Proposed multi-app multi-protocol edge gateway [7].
Sensors 24 05320 g009
Figure 10. IoT Fog architecture.
Figure 10. IoT Fog architecture.
Sensors 24 05320 g010
Figure 11. IoT protocol stack; standards IEEE 802.11 [39]; IEEE 802.15.1 [40]; IEEE 802.15.4 [41].
Figure 11. IoT protocol stack; standards IEEE 802.11 [39]; IEEE 802.15.1 [40]; IEEE 802.15.4 [41].
Sensors 24 05320 g011
Table 1. Comparison of application protocols.
Table 1. Comparison of application protocols.
ProtocolMessage TypeTransportScalabilityEfficiencyReliabilitySecurity
MQTTPublish/
Subscribe
TCPHigh, supports many devicesLightweight, low bandwidthQoS levels for reliable deliverySupports TLS/SSL, basic authentication
AMQPPublish/
Subscribe
TCPHighModerate to highHigh, supports guaranteed deliverySupports TLS/SSL
CoAPRequest/
Response
UDPHigh, designed for constrained devicesVery low overhead, optimized for low-power devicesBuilt-in reliability mechanismsDTLS for encryption
HTTPRequest/
Response
TCPModerateHigh overhead compared to othersReliable but lacks inherent message delivery guaranteesSupports HTTPS
XMPPPublish/
Subscribe and Request/
Response
TCPSupports on-demand dynamic resource allocationDesigned to minimize overheadEnsures reliable delivery of messages with receipt acknowledgementsSupport TLS/SSL, SASL authentication
Table 2. IoT data link and physical layer protocols with application areas [55,56,57].
Table 2. IoT data link and physical layer protocols with application areas [55,56,57].
ProtocolData RateRangeEnergyApplication Area
Wi-FiHighBroad rangeHighSmart home, video streaming, and industrial automation.
Bluetooth Low Energy (BLE)HighShortLowHealth monitoring and smart home
ZigbeeLowShort LowBuilding automation and smart meters
ThreadLowShortlowSmart homes and industrial applications
Z-WaveLowShortLowHome automation systems such as smart locks, thermostats, and lighting controls
Z-Wave Long Range (ZWLR)LowLongLowIdeal for multi-dwelling units (MDUs)
LoRa (Long Range)LowLongLowEnvironmental monitoring, agriculture, and asset tracking
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Dauda, A.; Flauzac, O.; Nolot, F. A Survey on IoT Application Architectures. Sensors 2024, 24, 5320. https://doi.org/10.3390/s24165320

AMA Style

Dauda A, Flauzac O, Nolot F. A Survey on IoT Application Architectures. Sensors. 2024; 24(16):5320. https://doi.org/10.3390/s24165320

Chicago/Turabian Style

Dauda, Abdulkadir, Olivier Flauzac, and Florent Nolot. 2024. "A Survey on IoT Application Architectures" Sensors 24, no. 16: 5320. https://doi.org/10.3390/s24165320

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop