Communication Architectures: History
Please note this is an old version of this entry, which may differ significantly from the current revision.
Contributor: , ,

Communication architecture plays an important role in the intelligent control and autonomous collaboration of UAV (Unmanned Air Vehicle) swarms. And we know that UAV swarm communication architecture technology has already made great progress. When faced with different mission scenarios, there are different communication architectures to choose from. Centralized communication architecture is suitable for scenarios where the UAV swarm is small, and the task is relatively simple. Each individual UAV requires a long-range communication link with the infrastructure. The decentralized communication architecture expands communication coverage through a multi-hop network. The dedicated gateway UAV is responsible for U-T-I (UAV to Infrastructure) communication. The “single-group swarm Ad hoc network” architecture is appropriate for a swarm of the same type UAVs, while “multi-group swarm Ad hoc network” and “multi-layer swarm Ad hoc network” architectures can be deployed using different types of UAVs. In a “multi-group swarm Ad hoc network”, communication between two different groups can also suffer from delays. In addition, in terms of robustness, "multi-layer swarm Ad hoc network" architecture is a relatively reliable system because it overcomes SPOF (Single Point of Failure).

  • UAV swarm communication
  • Communication Architecture
  • Centralized and Decentralized Architecture

Communication architecture plays an important role in the intelligent control and autonomous collaboration of UAV swarms. In the primary stage of the development of a UAV swarm, a central station is available and powerful enough to communicate with the whole UAV swarm. Therefore, the centralized approach was extended from the traditional single-UAV system to UAV swarm communication architecture. As the swarm grows in size, the decentralized approach is proposed. The decentralized approach has a more complex structure and organization, but it does reduce the swarm’s dependence on central stations [1]. Many experts and scholars have devoted themselves to the research of UAV swarm communication architectures. In this section, we review these researches and systematically introduce common communication architectures available for UAV swarm systems. Additionally, we also analyze the pros and cons of these architectures.

Centralized Communication Architecture

Centralized communication architecture evolved from single-UAV systems, and was implemented for UAV swarm technology. As shown in Figure 1, there is a central node (i.e., fixed networking infrastructure) to which all UAVs in the swarm are connected. Each UAV forms a one-to-one relationship with the infrastructure and directly receives control commands from the infrastructure. This type of centralized communication architecture is relatively stable, adopts simpler routing algorithms, and has a smaller scale. When the size of the UAV swarm and the coverage area of the mission are small and the mission relatively simple, this type of architecture is more suitable. One of the applications of centralized communication architecture is “UAV-GCS Centralized Data-Oriented Communication Architecture”, which is designed for crowd surveillance [2].

Figure 1. Schematic depicting the centralized communication architecture.

However, the connection between UAVs requires infrastructure for transmission. The U-T-I distance is much greater than the U-T-U distance, which causes longer delays. In addition, considering the high mobility of UAVs and the coverage requirements of swarm applications, this architecture is obviously not stable. The infrastructure as a central node also causes the entire communication network to be paralyzed once the ground station or satellite breaks down or is attacked. Therefore, centralized communication architecture has the disadvantage of Single Point of Failure (SPOF). As a result, centralized communication architecture can be regarded as unreliable.

Decentralized Communication Architecture

Because UVAs operate at high speeds and missions may cover large areas, UAVs frequently connect and disconnect to the network. As a result, UAV swarm ad hoc networks are considered the best choice. Under decentralized communication architecture, UAVs conduct real-time interactive communication in an ad hoc manner, thereby eliminating dependence on the infrastructure and eliminating the communication range restrictions [3].

Single-Group Swarm Ad hoc Network

In a “single-group swarm Ad hoc network” (Figure 2), an internal communication of the swarm does not depend on the infrastructure. The communication between the swarm and the infrastructure is a single point link relying on a specific UAV called gateway UAV. In this system, other UAVs are relay nodes that forward data within the swarm. Using this method, UAVs in the swarm can share situation information in real time to optimize collaborative control and improve efficiency. Similarly, mutual communication between the gateway UAV and infrastructure also enables the upload and download of swarm information, including instructional information. With regard to the gateway UAV, two additional types of transceivers are necessary: one for communicating with other UAVs at low power and short distances and the other for communication with infrastructure at high power and long reach. As a result, other UAVs in the swarm only need to carry low-cost and lightweight short-reach transceivers. This not only greatly extends the communication range of the network to allow for large coverage requirements, but also makes small UAVs with smaller payloads more useful [4]. However, in order to guarantee the consistent connectivity of the swarm, “single-group swarm Ad hoc network” architecture requires that the flight patterns (speed and heading orientations) of all UAVs in the swarm must be alike. Therefore, a group of small size UAVs is appropriate for scenarios that utilize communication architecture. One example of a “single-group swarm Ad hoc network” is the UAV cloudlet layer in Disaster Resilient three-layered architecture for Public Safety Long-Term Evolution (DR-PSLTE) [5].

Figure 2. Schematic showing a single-group swarm Ad hoc network.

For mission requirements, intra-swarm communication architecture has undergone several changes [6]. Figure 3a–c shows three common intra-swarm communication architectures.

 

Figure 3. Intra-swarm communication architecture: (a) ring architecture, (b) star architecture, (c) meshed architecture.

Figure 3a depicts an example of ring architecture. UAVs in ring architecture form a closed communication loop through a bidirectional connection. Any UAV can act as the gateway node for the swarm. When a direct link between two adjacent UAVs fails, the target UAV can link back through the communication loop. Therefore, the ring architecture has a certain stability. However, it is clear that this architecture lacks scalability. As shown in Figure 3b, communication is organized in the form of star architecture. The gateway UAV is in the middle, and not only communicates with the infrastructure but also with the entire UAV swarm. It is not difficult to see from Figure 3b that star architecture has the inherent disadvantage of a SPOF. That is, if the gateway node fails, it will cause the entire system to fail.

 

Meshed architecture is a combination of ring and star architectures and has the advantages of both systems (Figure 3c). All the UAV nodes in the swarm have the same capabilities, with both terminal nodes and routing functions. The information stream from one node to another can be implemented in different forms, and any UAV can act as a gateway node for the swarm. Meshed architecture has now become the standard for intra-swarm communication systems.

However, the diversification of missions results in higher demands on the composition of the UAV in a swarm. Practical applications often require the swarm to utilize not only small UAVs, but also medium and large UAVs. Therefore, the aforementioned “single-group swarm Ad hoc network” architecture obviously does not meet these needs. While similar UAVs can often fly close in proximity, different types of UAVs can be far away from each other. Therefore, the UAVs in the swarm are divided into different groups, with similar UAVs located within the same proximity. These are known as “multi-group swarm Ad hoc network” and “multi-layer swarm Ad hoc network” architectures, as described below.

Multi-Group Swarm Ad hoc Network

To address the shortcomings of a “single-group swarm Ad hoc network”, the “multi-group swarm Ad hoc network” (Figure 4) integrates both a centralized architecture and a “single-group swarm Ad hoc network” architecture. Different types of groups have different applications depending on the mission. Overall, the architecture is organized in a centralized manner as described in Section 1.1. While the difference is that the intra-group UAVs communicate with each other in an Ad hoc manner. The intra-group communication architectures are the same as the intra-swarm communication architectures described in Section 1.2.1. Inter-group communications, i.e., the Group-to-Group (G-T-G) communications, are performed through the infrastructure, so the gateway UAVs are still responsible for communicating with the infrastructure. When mission scenarios require a variety of UAVs, a “multi-group swarm Ad hoc network” architecture can be employed. However, attention must be paid to the robustness of this architecture, as the “multi-group swarm Ad hoc network” architecture is semi-centralized. At the same time, for G-T-G communication between two UAVs in different groups, “multi-group swarm Ad hoc network” architecture still suffers from high latency. One specific application of multi-group architecture is multi-theater joint operations for military operations. The central control center communicates with different UAV swarms, and the swarms rush to the mission area from various directions, according to the control instructions [7].

Figure 4. Schematic of a multi-group swarm Ad hoc network.

Multi-layer Swarm Ad hoc Network

“Multi-layer swarm Ad hoc network” architecture is another type of architecture that is suitable for a mass variety of UAVs. As shown in Figure 5, this architecture is significantly advanced compared to the “multi-group swarm Ad hoc network” architecture. A group of adjacent UAVs of the same type constitutes an Ad hoc network, which is the first layer of the communication architecture. The architecture of intra-group communications is elaborated as explained in Section 1.2.1. Different types of UAV groups rely on gateway UAVs to perform G-T-G communication, which comprises the second layer. The closest gateway UAV communicates with the infrastructure, which is the third layer of the architecture. Communication between any two UAVs in the “multi-layer swarm Ad hoc network” architecture does not require infrastructure relay. Mutual communication of UAVs in the same group takes place at the first level. Communication between UAVs in different groups is routed through the gateway UAV. Data packets go through the first and second layers in turn. Therefore, there is no SPOF in the “multi-layer swarm Ad hoc network,” and this type of architecture is robust.

Figure 5. Schematic of multi-layer swarm Ad hoc network.

In a mission, when the number of UAVs changes, the “multi-layer swarm Ad hoc network architecture compensate for the increase or decrease of UAV nodes and quickly implement network reconstruction. Therefore, the multi-layer swarm Ad hoc network architecture is appropriate for scenarios where UAV swarm missions are complicated: there are a huge number of UAVs executing the mission, the network topology changes, and communication between the UAV nodes is frequent. With the research and development of UAV swarms and the advancement of communication technology, one possible improvement includes the number of layers required to form a swarm Ad hoc network architecture with more UAVs, resulting in larger task coverage and a more robust network [8].

Remarks

As discussed, we know that UAV swarm communication architecture technology has already made great progress. When faced with different mission scenarios, there are different communication architectures to choose from. Table 1 summarizes the advantages and disadvantages of the four mentioned architectures. Centralized communication architecture is suitable for scenarios where the UAV swarm is small, and the task is relatively simple. Each individual UAV requires a long-range communication link with the infrastructure. The decentralized communication architecture expands communication coverage through a multi-hop network. The dedicated gateway UAV is responsible for U-T-I communication. The “single-group swarm Ad hoc network” architecture is appropriate for a swarm of the same type UAVs, while “multi-group swarm Ad hoc network” and “multi-layer swarm Ad hoc network” architectures can be deployed using different types of UAVs. In a “multi-group swarm Ad hoc network”, communication between two different groups can also suffer from delays. In addition, in terms of robustness, "multi-layer swarm Ad hoc network" architecture is a relatively reliable system because it overcomes SPOF.

Table 1. Summary of Communication Architectures.

When discussing the advantages and disadvantages of the UAV swarm communication architectures, we often focus on the requirements of high coverage and maintaining connectivity. High coverage plays an important role in gathering intelligence and analyzing situations. Only by maintaining connectivity can the real-time communication of the swarm be guaranteed. However, UAV swarms often perform tasks in unknown environments, and the appearance of threats and obstacles is random in time and space. Therefore, it is essential that members withdraw or rejoin. This leads to the impossibility for a disruption-free connectivity. This mainly depends on signal attenuation due to propagation loss. To achieve an uninterrupted connection, on the one hand, the distance in the UAV swarm ad hoc network configuration should not exceed the sensitivity of the receiver, and must be limited to the minimum signal-to-noise ratio (SNR) or receive signal strength indicators (RSSI) range, respectively Inside [7]. On the other hand, the wisdom of bird flocks and fish schools in nature is worth learning from. UAVs in a swarm should be able to react cognitively to changes of the environment to adapt their movement to positions with channel characteristics. This is undoubtedly beneficial for achieving uninterrupted connections. In addition, existing researchers have used the high-efficiency bandwidth of 4G wireless networks to improve the connection stability of UAV swarm in wide coverage areas [9]. The emerging 5G wireless network will provide higher technical support for these studies.

This entry is adapted from the peer-reviewed paper 10.3390/app10103661

References

  1. Yongcan Cao; Wenwu Yu; Wei Ren; Guanrong Chen; An Overview of Recent Progress in the Study of Distributed Multi-Agent Coordination. IEEE Transactions on Industrial Informatics 2012, 9, 427-438, 10.1109/TII.2012.2219061.
  2. Chriki, A.; Touati, H.; Snoussi, H.; Kamoun, F. UAV-GCS Centralized Data-Oriented Communication Architecture for Crowd Surveillance Applications. In Proceedings of the 2019 15th International Wireless Communications & Mobile Computing Conference (IWCMC), Tangier, Morocco, 24–28 June 2018; IEEE: New York, NY, USA, 2019; pp. 2064–2069.
  3. Lav Gupta; Raj Jain; Gabor Vaszkun; Survey of Important Issues in UAV Communication Networks. IEEE Communications Surveys & Tutorials 2015, 18, 1123-1152, 10.1109/comst.2015.2495297.
  4. Sahingoz, O.K. Mobile networking with UAVs: Opportunities and challenges. In Proceedings of the 2013 International Conference on Unmanned Aircraft Systems (ICUAS), Atlanta, GA, USA, 28–31 May 2013; IEEE: New York, NY, USA, 2013; pp. 933–941.
  5. Zeeshan Kaleem; Muhammad Yousaf; Aamir Qamar; Ayaz Ahmad; Trung Q. Duong; Wan Choi; Abbas Jamalipour; UAV-Empowered Disaster-Resilient Edge Architecture for Delay-Sensitive Communication. IEEE Network 2019, 33, 124-132, 10.1109/mnet.2019.1800431.
  6. Zettl, K.; Muhammad, S.S.; Chlestil, C.; Leitgeb, E.; Friedl, A.; Schmitt, N.; Rehm, W.; High bit rate optical wireless systems for swarm unmanned aerial vehicles: A feasibility study. Mediterr. J. Comput. Netw. 2007, 3, 142–150, .
  7. Zhao, Z.; Braun, T. Topology control and mobility strategy for uav ad-hoc networks: A survey. In Proceedings of the Joint ERCIM eMobility and MobiSense Workshop, St Petersburg, Russia, 1 June 2012; pp. 27–32.
  8. Khan, M.A.; Safi, A.; Qureshi, I.M.; Khan, I.U. Flying ad-hoc networks (FANETs): A review of communication architectures, and routing protocols. In Proceedings of the 2017 First International Conference on Latest trends in Electrical Engineering and Computing Technologies (IN℡LECT), Saidia, Morocco, 15–17 April 2017; IEEE: New York, NY, USA, 2017; pp. 1–9.
  9. De Souza, B.J.O.; Endler, M. Coordinating movement within swarms of UAVs through mobile networks. In Proceedings of the 2015 IEEE International Conference on Pervasive Computing and Communication Workshops (PerCom Workshops), St. Louis, MO, USA, 23–27 March 2015; IEEE: New York, NY, USA, 2015; pp. 154–159.
More
This entry is offline, you can click here to edit this entry!