Paper Details
| Authors | Kai Han, Marie Siew, Bingbing Xu, Shengjun Guo, Tianxiang Wang, Wenbin Gong, Tony Q. S. Quek, Qianyi Ren |
| doi | 10.36227/techrxiv.172349600.02868732/v1 |
Abstract
With the rapid development of large-scale Low Earth Orbit (LEO) satellite internet, Very Low Earth Orbit (VLEO) Earth observation constellations are increasingly using Inter-Satellite Links (LISLs) for cross-layer access to Internet satellites as an e
Summary
This paper primarily aims to develop an algorithm for routing in a collaborative system of 2 constellations.
It is assumed that each constellation has ISL using FSO and linking between the constellation requires an intra layer link to convert into an inter layer link, thus changing the topology of the networks.
The paper focuses on developing a distributed routing mechanism using graph optimization.
General Thoughts
The paper presents FSO links as the only obvious solution to constellation relaying.
It may be because it deals with the cooperative system of two constellations, and in that sense, linking with FSO makes more obvious sense.
Stuff we can use
Although the paper mostly deals with routing, there are some access models presented for FSO links, that could be of use.
Criticism
When establishing the ISL FSO link, they assume that signaling is done using radio communication.
This makes sense as broadcasting is not possible with FSO links. However, they do not argue that the hardware is present, for this to be possible.
It may be a good idea to find out whether Starlink uses radio for signaling between constellation satellites.
Annotations
| Highlight Color | Meaning |
|---|---|
| Red | Aim to Improve |
| Yellow | Neutral comments |
| Green | Aim to replicate |
| Blue | Further Reading |
-
“For example, the data collection rates of the U.S. GeoEye-1 and China’s Resource One 02D satellites are 8.4 Gbps and 3.5 Gbps, respectively, but their downlink rates are only 740 Mbps and 900 Mbps [4]” Page 2
- further_reading,metrics
- Real data collection rates
-

-
“Some researchers have proposed using communication satellites for data relay services due to their longer visibility windows with ground stations. Geostationary Earth Orbit (GEO) and Medium Earth Orbit (MEO) satellites, which are positioned in higher orbits, are preferred for these relays [6], [7], [8].” Page 2
- further_reading
- Read these to understand why GEO & MEO are preferred for relay service.
It is probably due to lager FOV, but should still be looked into.
-
“At the same time, Free-Space Optical (FSO) links, or laser links, are gaining attention for their strong anti-interference capabilities and high transmission speeds compared to radio links [13].” Page 3
-
“Multi-layer satellite networks can achieve cross-layer communication through Laser Inter-Satellite Links (LISLs) [15].” Page 3
- further_reading,FSO,cross-layer
- Laser links cross layer
-
“Consequently, existing methods for optimizing radio cross-layer link topologies are unsuitable for optical link scenarios [12].” Page 3
- further_reading,FSO,cross-layer
- Look into why current cross-layer links don’t work for FSO
-
”• Laser Quantity and Installation Location Issues: In existing research scenarios [17], [18], communication satellites must be equipped with additional lasers specifically for crosslayer access. In practical scenarios, only lasers on both observation and communication satellites, used for intra-layer ISLs, can be reallocated for cross-layer topologies when needed. This reallocation can disrupt the original topologies of both networks.” Page 3
- FSO,cross-layer
- This raises an important concern for FSO cross-layer links:
-
Existing infrastructure must be able to communicate duplex to UE, which implies using current hardware used for maintaining intra-layer links.
-
Using these laser terminals for cross-layer implies temporarily removing the original link, that laser terminal was maintaining.
- cross-layer,figure
- Illustration of before mentioned problem with laser links only serving one link at a time
- ”• In engineering applications, VLEO and LEO satellites each have their own independent and complete inter-satellite routing networks enabled by onboard lasers. • There are no dedicated cross-layer access lasers on VLEO and LEO satellites. The lasers used to build intra-layer inter-satellite routing networks are also repurposed for establishing cross-layer topologies.” Page 4
- criticism
- The paper focuses heavily on “engineering applications”, this however seems to just mean the exact case they are considering (Dove constellation)
- “In this study, we focus on the topology optimization between VLEO and LEO satellites (the red lightning line in Fig. 3). Hence, the network topology and routing amongst VLEO and LEO satellites are set to the Grid-Mesh +, and shortest path strategy by default [17], [21], respectively1.” Page 5
- further_reading
- Try to understand what this means
- metrics,application,table
- This is a simple table, but should be considered together with other paremeterization tables, like it, from other papers
- “Given that our study focuses on the design of the topology rather than the routing algorithms, the Dijkstra shortest path strategy, one of the most fundamental algorithms in network routing, is adopted for intra-layer routing in both the VLEO and LEO satellite networks [17].” Page 5 - Attention to the choice of algorithm
- “Assuming that both VLEO and LEO satellites are equipped with multiple types of communication antennas, wherein microwave antennas facilitate signaling interactions, while laser transceivers handle observational data transmission [19].” Page 6
- hardware-req
- Attention to the fact that signaling is performed using radio communication.
- “Unlike the existing DIM [17], where access decision-making is managed by LEO satellites, our proposed LDIM shifts this…responsibility to the VLEO satellites: LDIM introduces the RRI message, which assists the VLEO satellite in initiating the access request in identifying and understanding the IDs of other VLEO satellites involved in the access competition.” Page 6 - It seems unreasoanable to demand this responsibility, taking it from the mega constellation that facilitates the connection.
I am however unsure whether this is what it means, alternatively it seems it cloud mean that the responsibility is purely for sending requests, and seperating logic between constellations.
- “Once the cross-layer topology is established, it persists until either the two satellites are no longer within each other’s visibility range or the data transmission concludes.” Page 6
- criticism
- This is likely a simplification to make the algorithm work, but seems like a huge demand to make of the LEO constellation
- “A. Access Theory” Page 6
- simulation,model
- This whole section could be useful when simulating as it has a rather detailed access model
- further_reading,hardware-req,FSO,Starlink
- Starlink mounting of FSO terminals
- “However, in the current scenarios modeled in the literature [31], [32], each satellite is equipped with only one ISL terminal, and the antenna is pointed toward the ground.” Page 7
- further_reading,model
- Maybe the referenced works describe simpler models which may be sufficient
- “Then, we define Ξp,t as a binary matrix representing the cross-layer topology planning results of PO VLEO satellites and QC LEO satellites at time t, and matrix Ap,t ai, j p,q,t ∈ Ap,t to represent their visibility relationship. Here, xi, j p,q,t xi, j p,q,t ∈ Ξp,t signifies the access status of the i-th laser terminal of satellite Op and the j-th laser terminal of satellite Cq. If xi, j p,q,t &ai, j p,q,t = 1, it indicates that satellites Op and Cq establish a cross-layer links and transmit data.” Page 9
- notation,nomenclature
- We should refer to this when establishing our choice of notation