Next Article in Journal
Communication Link Analysis of a Low-Earth Orbit Satellites Considering Interference Sources Moving Along Various Parabola-Curved Paths
Previous Article in Journal
High-Performance CP Magneto-Electric Dipole Antenna Fed by Printed Ridge Gap Waveguide at Millimeter-Wave
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Green Computing Business Aggregation Strategy for Low Earth Orbit Satellite Networks

School of Information and Communication, Guilin University of Electronic Technology, 1 Xiamen Road, Guilin 541004, China
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Sensors 2024, 24(24), 8184; https://doi.org/10.3390/s24248184
Submission received: 8 November 2024 / Revised: 13 December 2024 / Accepted: 17 December 2024 / Published: 21 December 2024
(This article belongs to the Section Communications)

Abstract

This paper proposes a green computing strategy for low Earth orbit (LEO) satellite networks (LSNs), addressing energy efficiency and delay optimization in dynamic and energy-constrained environments. By integrating a Markov Decision Process (MDP) with a Double Deep Q-Network (Double DQN) and introducing the Energy–Delay Ratio (EDR) metric, this study effectively quantifies and balances energy savings with delay costs. Simulations demonstrate significant energy savings, with reductions of up to 47.87% under low business volumes, accompanied by a minimal delay increase of only 0.0161 s. For medium business volumes, energy savings reach 26.75%, with a delay increase of 0.0189 s, while high business volumes achieve a 4.36% energy reduction and a delay increase of 0.0299 s. These results highlight the proposed strategy’s ability to effectively balance energy efficiency and delay, showcasing its adaptability and suitability for sustainable operations in LEO satellite networks under varying traffic loads.

1. Introduction

The 6th generation mobile networks (6G) are expected to offer higher data transmission rates, broader coverage, and reduced latency to meet the extensive future demands in information transmission and processing [1]. Low Earth Orbit (LEO) satellite networks (LSNs) provide full coverage for remote regions and, compared to other satellite systems, offer lower latencies, making them a critical component of 6G [2].
Despite these advantages, LSNs face significant challenges due to energy limitations, as LEO satellites rely on solar cells for power, leading to unstable energy supplies as satellites alternate between shadow and sunlight periods. This energy limitation affects the continuous operation and service reliability of LSNs [3].
To address these energy constraints, efficient solar energy acquisition is crucial. Perovskite-based solar cells have shown potential for improving energy conversion in space applications by increasing solar radiation absorption through optimized heat stimulation [4]. Additionally, effective onboard energy management can further optimize performance. For instance, managing energy usage across sunlit and shadow periods enhances transmission efficiency and coverage in high-mobility, large-scale connection scenarios [5].
Existing research shows that business aggregation can significantly reduce network energy consumption. The literature [6] points out that due to differences in business needs in different areas, about 45% of LEO satellite nodes can be shut down in areas with small business needs, thereby achieving energy saving effects. However, this study failed to consider how to deal with the resulting increase in latency when node shutdown is performed. Specifically, when some satellite nodes are shut down, services will be forwarded to other nodes, which may cause data transmission delays to increase and affect the overall performance of the system. Therefore, how to balance system delay while optimizing energy efficiency has become an important research issue.
Reference [7] further discusses the issue of saving network energy consumption through the establishment of dynamic inter-satellite links. This method avoids unnecessary link idleness by establishing link forwarding services on demand, thereby improving energy efficiency. However, ref. [7] failed to quantify the delay cost caused by such dynamic link establishment. Although this method effectively reduces energy consumption, the latency cost associated with frequent link establishment under high-load conditions has not been quantified, posing a significant challenge in balancing energy savings and delay performance.
To address the shortcomings identified in references [6,7], this paper combines their research insights and proposes a business aggregation and resource scheduling strategy based on reinforcement learning. Unlike these studies, this paper introduces a novel metric to quantify the trade-off between latency cost and energy savings, thereby addressing the lack of such quantification in the previous works. This strategy not only aims to reduce energy consumption while optimizing system delay but also takes into account green computing and real-time requirements. The work and contributions of this paper are as follows: First, an energy optimization strategy is proposed under the three-layer network architecture of the control satellite layer, business satellite layer, and user layer. An Energy–Delay Ratio (EDR) indicator is introduced to evaluate the effects of business aggregation optimization. Secondly, the Optimal Consolidation Strategy for Business Efficiency (OCSBE) is proposed. Finally, the effectiveness of aggregation strategies is verified through simulation analysis.

2. System Model

2.1. Network Model

The layered LSN network architecture is shown in Figure 1. The control satellite layer is composed of high-orbit satellites denoted as S c , responsible for making aggregation decisions for the service satellites. The business satellite layer consists of M LEO satellites in low Earth orbit, responsible for handling specific businesses. We define the set of business satellites as S = { S 1 , , S i , , S k , , S M } , where S i and S k represent any arbitrary business satellites. The user layer consists of various types of terminals located on the ground, which generate businesses and transmit them to the business satellites covering their region.
The set of businesses received by the business satellite layer is defined as B = B 1 , . . . , B i , . . . , B k , . . . , B M , where B i and B k are the businesses received by satellites S i and S k , respectively. The set of business counts received by the business satellites is N = { N 1 , , N i , , N k , , N M } , where N i and N k represent the number of businesses received by satellites S i and S k , respectively. We define the sequence of businesses received by S i as B i = { B i 1 , . . . , B i j , . . . , B i N i } , where B i j is the j-th business received by S i . The attribute list for business B i j is defined as B i j = { B i j , τ i j max } , where B i j is the data size of business B i j , in bits, and τ i j max is its maximum tolerable delay, in seconds.
The LEO satellite orbit model is given as follows:
r ( t ) = ( R + h ) [ 1 e cos α ( t ) ]
where R is the Earth’s radius, h is the altitude of the satellite, e is the orbital eccentricity, and α ( t ) is the true anomaly angle.
The distance between two satellites S i and S k is calculated as follows:
D i k = d i k 2 + ( h i h k ) 2
where d i k is the spherical distance between S i and S k , and h i , h k are their respective orbital heights.

2.2. Communication Model

The uplink channel capacity between a ground user and S i is:
C G S i = B G S i log 2 1 + P t x G t x H G S i N G S i
where B G S i is the channel bandwidth, P t x and G t x are the transmit power and antenna gain of the user equipment, H G S i is the channel gain, and N G S i is the noise power [8].
The transmission delay for business B i j from the user to S i is given as follows:
τ i j = B i j C G S i
The channel capacity between S i and S k is:
C S i S k = B S i S k log 2 1 + P T X G T X H S i S k N S i S k
where B S i S k is the bandwidth, P T X is the transmission power, G T X is the antenna gain of S i , H S i S k is the channel gain between S i and S k , and N S i S k is the noise power.
The delay required for transmitting B i j from S i to S k is as follows:
τ i j k = B i j C S i S k
Since the computational results to be sent back to the ground are relatively small, the energy consumption and delay for the return transmission are negligible.

2.3. Computation Model

For a business B i j being processed at S i , the computation delay, assuming the existence of a ta business queue, is:
τ i j c = l = 1 j 1 B i l · κ f + B i j · κ f
where f is the CPU processor frequency of S i (in cycles/s), and κ represents the computation capability (in cycles/bit).
The total delay for S i to process all businesses B i is as follows:
τ i = j = 1 N i B i j · κ f
The energy consumed for computation at S i is:
E c i = P c · τ i
where P c is the computation power of S i .

3. Problem Modeling

Based on the operational modes of satellites, the working state of S i can be divided into three states: active, idle, and sleep. In its active state, the satellite performs business transmission and computation functions, consuming the highest power, with average power consumption for transmission, reception, and computation modules denoted as P T a , P R a , and P C a , respectively. In the idle state, the satellite maintains a low-power mode for communication and computation modules, with power levels P T i d l e , P R i d l e , and P C i d l e . In the sleep state, the computation module is turned off to save power, with P C s l e e p = 0 , though communication functions remain active for rapid response [9,10].
In specific scenarios, such as low business volume at night or in sparsely populated regions, certain satellites are underutilized. To enhance energy efficiency, a business aggregation strategy can be employed to consolidate businesses on a subset of satellites, allowing others to enter a sleep state.
As illustrated in Figure 2, the LSNs concentrate business processing on a subset of service satellites, allowing other satellites to enter a sleep state. We define the set of sleeping satellites as S S = { S 1 , , S u , , S U } and working satellites as S W = { S 1 , , S v , , S V } , where S u and S v are any sleep satellites and working satellites, respectively, and U and V represent the number of sleeping and working satellites, respectively, such that U + V = M .
The energy consumption for transferring a business B u j from a sleeping satellite S u to a working satellite S v is:
E T u j v = ( P T a + P R a ) · τ u j v
where B u j denotes the j-th business of the u-th sleeping satellite, and τ u j v is the transmission duration of B u j from the u-th sleeping satellite to the v-th working satellite.
The total communication energy for aggregating businesses from S S to S W is:
E T = u = 1 U j = 1 N u E T u j v
where N u is the number of businesses of the u-th sleep satellite.
The energy savings for a sleeping satellite S u are:
E s u = P C i d l e · τ
where τ is the duration of the sleep period.
The total energy savings for all sleeping satellites S S are:
E s = u = 1 U E s u
The net energy saved by business aggregation is:
Δ E = E s E T
After receiving businesses from sleeping satellites, the working satellite S v updates its business queue. Suppose business B u j is assigned a sequence number N a upon insertion; then the updated queue for S v is B v = { B v 1 , , B v N v , , B v N a , , B v N v } , where N v represents the total number of businesses in S v after aggregation.
The computation delay for S v processing B v N a after aggregation is as follows:
τ u j v c = l = 1 N a B v l · κ f
The total computation delay for S v after aggregation is as follows:
τ v w = m = 1 N v B v m · κ f
The maximum delay for all working satellites after aggregation is as follows:
τ w = max ( τ 1 w , , τ v w , , τ V w )
The maximum delay without aggregation is as follows:
τ o = max ( τ 1 , , τ i , , τ M )
The delay increment due to aggregation is as follows:
Δ D = τ w τ o
In order to comprehensively evaluate the impact of energy savings and delay increase, this paper defines Energy–Delay Ratio (EDR) as follows:
E D R = Δ E Δ D
where EDR represents the energy savings per unit delay increase (in J/s).
The optimization objective of the business aggregation strategy is defined as follows:
maximize EDR subject to : τ u j + τ u j v + τ u j v c < τ u j max ( a ) v = 1 M x u j v = 1 ( b ) 1 U M ( c ) U + V = M ( d )
where constraint (a) ensures that the business processing time is less than the maximum tolerable delay for the business; constraint (b) ensures that each business B u j is assigned only once, with x u j v taking a value of 0 or 1 to indicate whether the business is assigned to business satellite S v ; constraint (c) defines the range of the number of working satellites; and constraint (d) ensures that the sum of working and sleeping satellites equals the total number of business satellites.

4. Problem Solution

Optimization involves both continuous and discrete variables, which is a mixed-integer programming problem. The constraints are nonlinear, so this problem can be classified as a mixed integer nonlinear programming problem. For the above type of complex optimization problems, this paper divides them into two sub-problems:
  • Sub-problem 1: Determining the set of sleeping satellites
  • Sub-problem 2: aggregating businesses from sleeping satellites to working satellites
This paper proposes an optimal integration strategy for optimizing business efficiency (OCSBE), which aims to aggregate business onto service satellites. The specific process is shown in Figure 3.
  • Step 1: Initialization. The control satellite initializes the process by collecting information on service distribution and satellite parameters.
  • Step 2: Determine the number of working satellites. Based on the current service volume, determine the number of satellites that will remain active.
  • Step 3: Determine the set of active satellites and the set of dormant satellites. Classify satellites into active and dormant sets based on service demand.
  • Step 4: Model the B u j transfer problem using MDP. Use a Markov Decision Process (MDP) to model the transfer problem for B u j .
  • Step 5: Perform transfer analysis of B u j using double DQN. Conduct transfer analysis for B u j using a Double Deep Q-Network (Double DQN).
  • Step 6: Analyze indicator values, record the number of working satellites and business aggregation plans. Analyze indicator values, and record the number of active satellites and the business aggregation scheme.
  • Step 7: Check if all dormant satellite services are considered. Verify if all services for dormant satellites have been considered. If not, return to continue the process; if yes, end the process.

4.1. Determining the Set of Sleeping Satellites

For Sub-problem 1, this paper adopts the Capacity-Driven Sleep Satellite Quantity (CDSSQ) mechanism to determine the number of sleeping satellites. The design is as follows:
  • Sorting the satellites: First, sort the business satellites in ascending order based on their business volume to obtain the list S = { S 1 , S 2 , , S v , , S M } .
  • Calculating the number of working satellites: Determine the number of working satellites V using the relationship between the current business volume B c and the system’s maximum capacity B max as per Equation (22):
    V = B c B max · M
    where B c represents the current total business volume of S ; B max is the maximum computable business volume per satellite (measured in bits); and · denotes the ceiling function.
  • Determining satellite sets: Based on the calculated number V and the sorted list S , identify the set of working satellites S W and the set of sleeping satellites S S .

4.2. Aggregating Businesses

We address this sub-problem by modeling it as a Markov Decision Process (MDP) and employing a Double Deep Q-Network (Double DQN) for business reassignment.

4.2.1. MDP Element Group

  • We define the elements of the MDP as follows:
    • State space ( s t ): s t = { V , B 1 , , B u , , B v , , B M } , where B i represents the current business volume of satellite S i .
    • Action space ( a t ): a t = { a 1 , , a v , , a V } . Each action a k denotes assigning business B u j to satellite S v .
    • Transition probability ( P ( s t + 1 s t , a t ) ): The probability of assigning business B u j to satellite S v is represented as follows: P ( B v + B u j B v , a v ) . This denotes the probability of satellite S v transitioning from state B v to state B v + B u j after action a v .
    • Reward function ( R ( s t , a t ) ): The reward for assigning business B u j to satellite S v is defined as R ( B v , a v ) .
    • Discount factor ( γ ): γ is a discount factor between 0 and 1 that balances the importance of current and future rewards.

4.2.2. Double DQN

The double DQN approach is designed to reduce the overestimation of Q-values by decoupling the action selection from the action evaluation. The implementation details are as follows:
Utilize Double DQN to learn the optimal business aggregation policy that maximizes cumulative rewards. Double DQN employs two Q-networks to mitigate the overestimation of Q-values:
  • Online network ( Q o ( s t , a t ; θ ) ): The primary network used for selecting actions.
  • Target network ( Q T ( s t , a t ; θ ) ): A secondary network with parameters θ that are periodically updated to stabilize training.
  • Action selection using ε -greedy strategy: Based on the ε -greedy policy, an action a v is selected in a given state s t as per the following:
    a v = random action if random < ε arg max a Q o ( s t , a ; θ ) otherwise
    where ε is a probability between 0 and 1 representing the likelihood of choosing a random action for exploration, and Q o ( s t , a ; θ ) is the action–value function of the online network.
  • Calculating transition probabilities: The probability of transferring business B u j to satellite S v is computed as:
    P ( B v + B u j B v , a v ) = B v max B u j B v B v max if B u j + B v < B v max 0 otherwise
    where B v max is the maximum business volume that satellite S v can handle, and B v represents the current business volume of satellite S v .
  • Reward calculation: The reward for taking action a v in state B v is calculated as:
    R ( B v , a v ) = τ u j v · P C idle τ u j v · ( P T a + P R a ) τ u j v + τ u j v c τ u j c
    where τ u j v is the energy difference associated with the business transfer; P C i d l e is the idle power consumption; P T a and P R a are the transmission and reception power consumptions, respectively; and τ u j v c and τ u j c represent delay components.
  • Updating the Q-values using the Bellman equation: We update the Q-value of the online network using the Bellman equation as shown:
    Q o ( s t , a v ; θ ) Q p ( s t , a v ; θ ) + α R ( B v , a v ) + γ max a Q T ( s t + 1 , a ; θ ) Q p ( s t , a v ; θ )
    where Q p ( s t , a v ; θ ) is the previous Q-value before the update, α is the learning rate, γ is the discount factor, and θ are the parameters of the target network.
  • Convergence check: Perform a convergence check to determine if the Q-values have stabilized:
    Δ Q = Q o ( S t , a v ; θ ) Q p ( S t , a v ; θ ) < δ
    where δ is a small threshold value. If Δ Q remains below δ for multiple consecutive updates, the Q-values are considered to have converged, indicating that the optimal business aggregation strategy for B u j has been found.
Repeat the above steps to make aggregation decisions for all businesses that need to be transferred, and form the final business-working satellite mapping.

5. Simulation Analysis

5.1. Simulation Parameter Design

Using the Systems Tool Kit (STK), a three-layer network architecture is modeled, with control satellites at 2000 km altitude and 18 orbital planes of business satellites (40 per plane) distributed between 500 and 1500 km in altitude. The power range of the entire functional module of the business satellite for sending intersatellite signals is 10 W–50 W [10], the power range of the entire functional module for receiving signals is 5 W–25 W [10], and the power range of the entire functional module for computing functions is 60 W–415 W [11]. The clock frequency of the satellite CPU is 2 × 10 10 cycle/s [12]. The number of businesses ranges from 1000 to 9000, and these businesses are randomly distributed across different satellites [13]. The parameters of LSNs are shown in Table 1.
The Double DQN strategy parameters are listed in Table 2. The learning rate was set to 0.001, ensuring a stable parameter update step size, with an epsilon decay rate of 0.995 to balance exploration and exploitation phases. The discount factor γ was set to 0.99 to emphasize the importance of long-term rewards, and the training involved 500 episodes.

5.2. Simulation Scenario Analysis with STK

The simulation scenario constructed using STK is shown in Figure 4. This scenario is based on 18 orbital planes, with each orbital plane containing 40 satellites, forming a dense coverage network. This design ensures that, regardless of the satellite positions, connectivity can be provided to different areas of the Earth’s surface.
The control satellites operate at an altitude of 2000 km, with an orbital period of approximately two hours. Based on the analysis conducted using the STK simulation, the satellite network topology over a two-hour period was studied. First, the access duration of all satellites was analyzed, revealing an average access duration of approximately 10 min. Therefore, the two-hour period was divided into 12 intervals of 10 min each.
Based on the statistical average, the number of satellites achieving stable network configurations in each time interval was determined to be five. Therefore, time intervals with a stable network topology involving five satellites were selected for analysis. This number represents the average count of satellites with stable network topologies, calculated across multiple time intervals within a single operational cycle. However, as satellite networks evolve and more satellites are deployed, this number will naturally increase, allowing for a more comprehensive representation of real-world Low Earth Orbit Satellite Networks (LSNs).

5.3. Strategy Simulation and Analysis

Figure 5 illustrates the performance of the proposed strategy in business aggregation. Firstly, as the business volume increases, the number of satellites involved in processing also rises correspondingly to meet the growing demand, ensuring sufficient computational capacity. Secondly, the strategy tends to select satellites with initially higher business volumes as aggregation points. This approach effectively minimizes the transmission energy required during the aggregation process by leveraging satellites that are already heavily loaded. Lastly, after the business aggregation is complete, the load disparity among the working satellites is significantly reduced. This improvement can be attributed to the reward–punishment mechanism embedded in the strategy, which ensures a fair and efficient distribution of tasks. By balancing the workload, this mechanism not only maximizes the overall system efficiency but also enhances the stability and reliability of the network under varying traffic conditions.
To validate the performance advantage of the proposed strategy, this paper compares it with the following baseline strategies:
  • Ant Colony Strategy (AC): This strategy generates aggregation decisions and resource aggregations by simulating ant colony behavior for global optimization.
  • MDP-QL Strategy (MDP-QL): This strategy constructs a Q-table to generate aggregation decisions and resource aggregations, aiming to achieve global optimization.
Figure 6 analyzes the performance of different optimization strategies. Firstly, as the business volume increases, the overall optimization objectives of all strategies exhibit a downward trend and eventually converge. This decline is primarily caused by the increased transmission energy consumption and processing delay associated with higher business volumes, which leads to a reduction in the EDR value. Secondly, the proposed strategy consistently outperforms other strategies under varying business volume conditions. This advantage stems from the use of a reinforcement learning approach, which effectively balances the exploration and exploitation of optimal solutions in continuous state spaces, thereby achieving superior optimization results.
Table 3 shows that the proposed aggregation strategy performs best in low-traffic scenarios. When the business volume is low (e.g., 1000), the strategy achieves significant energy savings of 47.87% with a minimal delay increment of 0.0161 s. This highlights its efficiency in conserving energy while maintaining a low latency.
As the business volume increases, energy savings decrease significantly due to a reduction in the number of dormant satellites. For instance, at 5000 businesses, the energy reduction ratio drops to 11.34%, and at 9000, it further decreases to 4.36%. Simultaneously, the delay increment stabilizes, peaking at 0.0304 s at 7000 businesses and slightly falling to 0.0299 s at 9000, which can be attributed to the activation of more satellites to handle the traffic load. These results demonstrate the strategy’s effectiveness in low-traffic scenarios but also its limitations in high-traffic conditions.

6. Conclusions

This paper proposes a business aggregation strategy for Low Earth Orbit (LEO) Satellite Networks (LSNs) to address energy constraints by incorporating green computing principles. The strategy dynamically adjusts satellite operations based on business volume, enabling some satellites to enter a sleep state to conserve energy. A three-layer architecture, including control satellites, service satellites, and user devices, is utilized, with optimization achieved through a Markov Decision Process (MDP) and a Double Deep Q-Network (Double DQN).
The simulation results demonstrate a 47.87% energy reduction under low business volume and a 4.36% reduction under high business volume, showcasing its effectiveness, especially in low-traffic scenarios.
This research provides practical insights into energy-efficient management for LEO satellite networks and related energy-sensitive fields, such as data centers and smart grids. The proposed strategy reduces energy consumption, enhances resource efficiency, and supports the broader adoption of green computing and sustainable development globally. Moreover, one of the key visions of 6G is ubiquitous connectivity, which is intrinsically linked to the advancement of LEO satellite networks. As these networks evolve, energy optimization will become an inevitable consideration. Therefore, the strategy proposed in this paper offers valuable reference and guidance for the future development of LEO satellite networks, supporting their role in achieving the goals of 6G.

Author Contributions

Methodology, D.H.; Software, Y.F.; Data Curation, Z.L.; Writing—Original Draft, B.W. and J.L. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported in part by the Director Fund of the Key Laboratory of Cognitive Radio and Information Processing (Grant No. CRKL210109) and the Guangxi Natural Science Foundation for Youths (Grant No. 2022GXNSFBA035645). We also thank the ImageNet team for providing the dataset used in this research.

Institutional Review Board Statement

Not applicable.

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. ITU. Framework and Overall Objectives of the Future Development of IMT for 2030 and Beyond. Available online: https://www.itu.int/en/publications/Pages/default.aspx (accessed on 10 September 2024).
  2. Zhu, X.; Jiang, C. Creating Efficient Integrated Satellite-Terrestrial Networks in the 6G Era. IEEE Wirel. Commun. 2022, 29, 154–160. [Google Scholar] [CrossRef]
  3. Yue, P.; An, J.; Zhang, J.; Ye, J.; Pan, G. Low Earth Orbit Satellite Security and Reliability: Issues, Solutions, and the Road Ahead. IEEE Commun. Surv. Tutor. 2023, 25, 1604–1652. [Google Scholar] [CrossRef]
  4. Angmo, D.; Yan, S.; Liang, D.; Scully, A.D.; Chesman, A.S.R.; Kellam, M. Toward Rollable Printed Perovskite Solar Cells for Deployment in Low-Earth Orbit Space Applications. ACS Appl. Energy Mater. 2024, 7, 1777–1791. [Google Scholar] [CrossRef]
  5. Song, Y.; Li, X.; Ji, H.; Zhang, H. Energy-Aware Task Offloading and Resource Allocation in the Intelligent LEO Satellite Network. In Proceedings of the IEEE Annual International Symposium on Personal, Indoor and Mobile Radio Communications (PIMRC), Kyoto, Japan, 12–15 September 2022; pp. 481–486. [Google Scholar] [CrossRef]
  6. Al-Hraishawi, H.; Chatzinotas, S. Quantum Optimization Algorithm for LEO Satellite Communications Based on Cell-Free Massive MIMO. In Proceedings of the IEEE International Conference on Communications Workshops (ICC Workshops), Rome, Italy, 28 May–1 June 2023. [Google Scholar] [CrossRef]
  7. Bhattacharjee, D.; Madoery, P.G.; Chaudhry, A.U.; Yanikomeroglu, H.; Kurt, G.K.; Hu, P. On-Demand Routing in LEO Mega-Constellations with Dynamic Laser Inter-Satellite Links. IEEE Trans. Aerosp. Electron. Syst. 2024, 60, 7089–7105. [Google Scholar] [CrossRef]
  8. Wang, Y.; Gui, K.A. An Energy Consumption Minimization Resource Allocation Strategy in Satellite-Terrestrial Communication Networks. Electron. Lett. 2023, 59, e13025. [Google Scholar] [CrossRef]
  9. Raj, R.; Dharmaraja, S. Stochastic Modelling of Multi-Layer HAP-LEO Systems in 6G for Energy Saving: An Analytical Approach. Comput. Commun. 2023, 210, 22–34. [Google Scholar] [CrossRef]
  10. Gao, X.; Liu, R.; Kaushik, A. Virtual Network Function Placement in Satellite Edge Computing with a Potential Game Approach. IEEE Trans. Netw. Serv. Manag. 2022, 19, 1243–1259. [Google Scholar] [CrossRef]
  11. Zhang, Y.; Wu, Q.; Lai, Z.; Deng, Y.; Li, H.; Li, Y. Energy Drain Attack in Satellite Internet Constellations. In Proceedings of the IEEE/ACM International Symposium on Quality of Service (IWQoS), Orlando, FL, USA, 19–21 June 2023; pp. 1–10. [Google Scholar] [CrossRef]
  12. Lin, X.; Liu, A.; Han, C.; Liang, X.; Pan, K.; Gao, Z. LEO Satellite and UAVs Assisted Mobile Edge Computing for Tactical Ad-Hoc Network: A Game Theory Approach. IEEE Internet Things J. 2023, 10, 20560–20573. [Google Scholar] [CrossRef]
  13. Huang, Y.; Jiang, X.; Chen, S.; Yang, F.; Yang, J. Pheromone Incentivized Intelligent Multipath Traffic Scheduling Approach for LEO Satellite Networks. IEEE Trans. Wirel. Commun. 2022, 21, 5889–5902. [Google Scholar] [CrossRef]
Figure 1. Layered architecture of LSNs showing control, business, and user layers.
Figure 1. Layered architecture of LSNs showing control, business, and user layers.
Sensors 24 08184 g001
Figure 2. Business satellite load aggregation diagram.
Figure 2. Business satellite load aggregation diagram.
Sensors 24 08184 g002
Figure 3. Business aggregation flow chart.
Figure 3. Business aggregation flow chart.
Sensors 24 08184 g003
Figure 4. Satellite simulation scene map.
Figure 4. Satellite simulation scene map.
Sensors 24 08184 g004
Figure 5. Performance of the recommended aggregation strategy.
Figure 5. Performance of the recommended aggregation strategy.
Sensors 24 08184 g005
Figure 6. Energy–Delay Ratio (EDR) versus number of businesses for different optimization strategies.
Figure 6. Energy–Delay Ratio (EDR) versus number of businesses for different optimization strategies.
Sensors 24 08184 g006
Table 1. LSN parameters.
Table 1. LSN parameters.
ParameterValue
   Control satellite altitude2000 km
   Business satellite altitude500–1500 km
   Number of control satellites120
   Number of business satellites720
   Number of businesses1000–9000
   Elevation angle15.2–51.9
    P T a 10–50 W
    P R a 5–25 W
    P c a 60–415 W
    P T X i d l e 5–8 W
    P R X i d l e 3–6 W
    P C i d l e 45–55 W
    P t x 3–5 W
    P r x 1–3 W
    B G S i 20–40 MHz
    B S i S k 20–40 MHz
    C S i S k 2 × 10 8 bit/s
   f 2 × 10 10 cycle/s
    N G S i −140.4 dBm
    N S i S k −110 dBm
    κ 300 cycle/bit
    τ 1 s
    τ i j max 0.6 s
    B i j 1 × 10 3 bit– 1 × 10 6 bit
Table 2. Double DQN Strategy Parameters.
Table 2. Double DQN Strategy Parameters.
ParameterValue
Learning rate (lr)0.001
Epsilon decay0.995
Discount factor ( γ )0.99
Episodes500
Table 3. Delay increments and energy reduction ratios for different business volumes.
Table 3. Delay increments and energy reduction ratios for different business volumes.
Number of BusinessesDelay Increment (s)Energy Reduction Ratio
10000.016147.87%
30000.022722.01%
50000.020311.34%
70000.03047.83%
90000.02994.36%
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

Wang, B.; Lv, J.; Huang, D.; Lu, Z.; Fang, Y. A Green Computing Business Aggregation Strategy for Low Earth Orbit Satellite Networks. Sensors 2024, 24, 8184. https://doi.org/10.3390/s24248184

AMA Style

Wang B, Lv J, Huang D, Lu Z, Fang Y. A Green Computing Business Aggregation Strategy for Low Earth Orbit Satellite Networks. Sensors. 2024; 24(24):8184. https://doi.org/10.3390/s24248184

Chicago/Turabian Style

Wang, Bo, Jiaqi Lv, Dongyan Huang, Zelin Lu, and Yuhang Fang. 2024. "A Green Computing Business Aggregation Strategy for Low Earth Orbit Satellite Networks" Sensors 24, no. 24: 8184. https://doi.org/10.3390/s24248184

APA Style

Wang, B., Lv, J., Huang, D., Lu, Z., & Fang, Y. (2024). A Green Computing Business Aggregation Strategy for Low Earth Orbit Satellite Networks. Sensors, 24(24), 8184. https://doi.org/10.3390/s24248184

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