• Publications
  • News and Events
  • Education and Outreach

Software Engineering Institute

Cite this post.

AMS Citation

Sheard, S., 2014: The Changing Relationship of Systems and Software in Satellites: A Case Study. Carnegie Mellon University, Software Engineering Institute's Insights (blog), Accessed May 16, 2024, https://insights.sei.cmu.edu/blog/the-changing-relationship-of-systems-and-software-in-satellites-a-case-study/.

APA Citation

Sheard, S. (2014, July 28). The Changing Relationship of Systems and Software in Satellites: A Case Study. Retrieved May 16, 2024, from https://insights.sei.cmu.edu/blog/the-changing-relationship-of-systems-and-software-in-satellites-a-case-study/.

Chicago Citation

Sheard, Sarah. "The Changing Relationship of Systems and Software in Satellites: A Case Study." Carnegie Mellon University, Software Engineering Institute's Insights (blog) . Carnegie Mellon's Software Engineering Institute, July 28, 2014. https://insights.sei.cmu.edu/blog/the-changing-relationship-of-systems-and-software-in-satellites-a-case-study/.

IEEE Citation

S. Sheard, "The Changing Relationship of Systems and Software in Satellites: A Case Study," Carnegie Mellon University, Software Engineering Institute's Insights (blog) . Carnegie Mellon's Software Engineering Institute, 28-Jul-2014 [Online]. Available: https://insights.sei.cmu.edu/blog/the-changing-relationship-of-systems-and-software-in-satellites-a-case-study/. [Accessed: 16-May-2024].

BibTeX Code

@misc{sheard_2014, author={Sheard, Sarah}, title={The Changing Relationship of Systems and Software in Satellites: A Case Study}, month={Jul}, year={2014}, howpublished={Carnegie Mellon University, Software Engineering Institute's Insights (blog)}, url={https://insights.sei.cmu.edu/blog/the-changing-relationship-of-systems-and-software-in-satellites-a-case-study/}, note={Accessed: 2024-May-16} }

The Changing Relationship of Systems and Software in Satellites: A Case Study

Sarah Sheard

Sarah Sheard

July 28, 2014.

The role of software within systems has fundamentally changed over the past 50 years. Software's role has changed both on mission-critical DoD systems , such as fighter aircraft and surveillance equipment, and on commercial products, such as telephones and cars . Software has become not only the brain of most systems, but the backbone of their functionality. Acquisition processes must acknowledge this new reality and adapt. This blog posting, the second in a series about the relationship of software engineering (SwE) and systems engineering (SysE) , shows how software technologies have come to dominate what formerly were hardware-based systems. This posting describes a case study: the story of software on satellites, whose lessons can be applied to many other kinds of software-reliant systems.

The Evolution of Satellites to Today and Beyond

My first professional job started in 1980 when I was hired as a satellite systems engineer at Hughes Aircraft Company in the space and communications division. At this time, there were a few career software developers, but individual engineers created most technical software for their own one-time use. The software that engineers developed ran on large and heavy computers that stayed earthbound, so it was not considered part of the satellite system. In contrast, software today provides a large fraction of the operational capability of satellite systems.

Satellite software initially appeared inside some of the hardware boxes, after the needed system functionality was allocated as requirements to the hardware elements. In contrast, in today's software-reliant systems, the logic implemented by the software is the single dominant aspect of capabilities provided by the systems and must be considered early, perhaps before any other capabilities. This posting presents six figures that demonstrate the evolution from satellites that had little to no software in the 1970s, to satellites of today and beyond, which use software-driven services to link existing networks.

In all figures, the blue boxes that represent the satellite system are the same size for simplicity, even though cost, size, or weight have all grown significantly during this time. Red represents the software within the satellite. The amount of red is meant to suggest only roughly whether there is a little or a lot of software: the growth in actual lines of code has been exponential, far greater than the growth shown in the area of red.

The satellites discussed in this post are geostationary communication satellites . These satellites are situated above the equator at the altitude whose orbit period is 24 hours, so the satellite appears always at the same point in the sky with respect to the rotating earth. Geostationary communication satellites have been known as "bent pipes" in the industry because the satellite receives communication signals from the ground and bends the same signals (amplified) back toward the ground.

Since satellites are space systems, they have different constraints from business systems or ground-based weapon systems. Launch weight is a huge determinant of cost ( the rule of thumb in the 1980s was $20,000/pound ). Radiation hardness is required to allow the satellite to pass through the Van Allen radiation belts unscathed and to survive solar winds and other orbital conditions. Temperatures are extreme outside the atmosphere, so satellite components must be qualified to large temperature ranges and/or protected with thermal control equipment, such as Kevlar thermal blankets .

Rocket technology made vast leaps in the 1960s race to the moon, allowing for more economical satellite launches that became commercially affordable. Early satellite technology challenges were hardware-focused, such as how to handle increasing numbers of channels with more output power and with better sensitivity to signals received from the ground, and how to maintain operations for more years (such as by increasing the fuel for orbit maneuvers). The weight constraint meant that technology improvements that shrank hardware, made it from lighter materials, or allowed more functions per box were highly desirable. It is clear now that software was the obvious answer, but it was not clear at the time, mostly because the computers on which the software ran were so heavy.

Software on satellites through the decades: 1960s and 1970s

In the 1960s satellites had little to no software since computers were too big and heavy to launch into orbit. As computer hardware shrank, it could be included on satellites, and satellite computer software developed. The first satellite computer software was embedded into the computer hardware. My colleague Patrick Place worked on the first reloadable satellite software, which was necessary because the launch window was prior to finalization of the software.

In the 1970s, computers were shrinking in size, and became feasible for use on satellites. The challenge was to obtain space-qualified chips of high capacity and low weight. I had a t-shirt from 1980 that celebrated the space-qualification of a RAM chip with ¼ Kbyte capacity (256 bytes)! Imagine the software constraints posed by that limited capacity, which was state-of-the-art at the time!

By the end of the 1970s, satellites included some processors that performed small amounts of computation. For example, software was part of the subsystem that controlled satellite orientation (attitude control subsystem). The 1970s figure shows one box on a satellite included a little software.

2691_the-changing-relationship-of-systems-and-software-in-satellites-a-case-study_1

During the 1980s computers were getting smaller, lighter, and more powerful. Engineers of several subsystems found weight savings by using custom, space-qualified computer chips loaded with software. The 1980s figure shows there were a few boxes on the satellite that contain some software, including the attitude control processor, the telemetry and command boxes, and perhaps some payload boxes.

In the mid-1980s, I was involved in studying the tradeoff criteria when power subsystem engineers suggested they could save a great deal of weight by having the attitude control processor take over the logic for switching of solar panels between recharging batteries and supporting the power bus. Software would eliminate 10 power switches and their wire harnesses. The attitude control subsystem engineers were reluctant to take on logic that had nothing whatsoever to do with their subsystem, didn't save them any weight, and complicated the software development and test process. (The outcome was that the switching was done in software).

As a systems engineer in the 1980s, I was only indoctrinated into the discipline by learning on-the-job. At the time, few other resources existed. Few textbooks existed; the Defense Systems Management College (DSMC) guidebook , project management books (also fairly new) and Hatley-Pirbhai structured requirements analysis were some of the few subjects with available instructional material.

2691_the-changing-relationship-of-systems-and-software-in-satellites-a-case-study_1

By the 1990s, many of the subsystems and units on the satellite included computer hardware and software. More important, the software in many hardware units was beginning to interact with software in other units on the spacecraft, and point-to-point communications was established among them. The 1990s figure shows the boxes starting to communicate with each other.

2691_the-changing-relationship-of-systems-and-software-in-satellites-a-case-study_1

By 2000, the satellite industry had started to view software as an important aspect of the entire spacecraft. Software within the various subsystems and boxes was being coordinated, protocols were established, and data buses were set up that ensured compatible messaging and rapid communication. In addition, the interfaces to the outside world were being shown on software architecture diagrams. The 2000s figure shows a typical architecture of the software modules in the satellite system.

2010s and Interoperability

2691_the-changing-relationship-of-systems-and-software-in-satellites-a-case-study_1

Between 2000 and the present, the concept of interoperability of systems has matured. Initially interoperability meant being able to connect to other technological devices. Today, it means the ability to communicate and exchange data, using a common semantic information exchange model so that the numbers do not change meaning at different points in the transmission. Some consider use of open standards to be critical for true interoperability (unencumbered by patents, proprietary claims, or dominance by one market competitor). The need for this interoperability has led to common architectural practices that are known well by software engineers, but not necessarily by systems engineers.

By the 2010s, diagrams of satellites commonly looked like software architecture diagrams, with layers, protocols, and strong interaction with software outside the satellite, both to ground stations and to users beyond the satellite terminals. The 2010s figure shows the strong layering and the relationship of the layers to external software modules. The modules interact to perform much more interesting functions than individual modules would; this means their architecture is more important and depends greatly on their implemented quality attribute requirements.

At this point the satellite system box just looks like a boundary drawn around software. Of course, other views of the satellite exist that depict the electrical power distribution, physical box placement, gain and link budgets, deployment sweeps, propulsion routing, and the like. But importantly, it's becoming more widely accepted that the software or logical view of the satellite should be well-engineered and developed as early as the first hardware specification.

Near Future

2691_the-changing-relationship-of-systems-and-software-in-satellites-a-case-study_1

The last diagram shows my projection into the future. Satellite hardware is now seen more as a commodity, selected so that the satellite can provide services and interconnectivity of the right kind among existing and new networks. The environment contains large, mature, evolving networks of many types that may be considered as data sources or users of new, possibly fused or mined data. The United States Armed Forces have a number of different wartime and business networks, some built on old technology that should be modernized, and which have various levels of classification. Commercial industry has its own networks. For example, health care is connecting medical devices in doctors' offices, hospitals, pharmacies, and even individuals without necessarily having worked out security implications. Satellites can be seen as deliverers of information among such networks. DARPA's "System F6" or "fractionated spacecraft" program investigates effectively this: whether the tradeoffs to achieve the functionality can be best served if the software is split among multiple hardware nodes (small satellites), or in what cases a single hardware spacecraft is best.

I expect that systems of the 2020s will start with a recognition of what networks exist in the environment relevant to a new system and to its needed capabilities. The systems that will be built will have capabilities that essentially "hang" on the relevant networks like modular kitchen accessories hang on racks at the hardware store. System capabilities will be determined by what functions and responses can be created first by connecting data and processes available on one network with data and processes on others; then the system's capabilities and hardware will be specified and designed.

In the software engineering field, it is time to recognize this evolution in the relationships of systems to software. Satellites are a microcosm of broader trends in both military and commercial system development, whether weapons systems, software embedded in hardware, or business systems. In the past, capability needs led to a plan to acquire systems, and the systems required pieces of software within them. In the future, capabilities will lead to a plan to acquire needed software, to connect existing networks with new kinds of data and processing, and this will drive the need for specific systems. Satellites, of course, are only an example.

Wrapping Up and Looking Ahead

The capabilities of the future demand attention to software, and software architecture, first. Systems engineers who participate in early acquisition must bring software architecture knowledge into early specification of system activities and move toward the day when it is the software architecture of the real world, and secondarily that to be specified within a system, that determines what systems are brought into being. In addition we need to involve systems engineers who bring particular systems into being to help them understand the repercussions of various systems engineering and acquisition decisions as far as software capability is concerned.

Naturally, not only software should be involved early. Systems engineers, with their broad views and customer-needs focus, must drive the early specification of capabilities, but they will not be able to do that without bringing the software engineers in as partners from day one.

In the next post in this series, I will discuss complexity as it relates to systems and software engineering.

Additional Resources

  • To read the blog post, The Value of Systems Engineering, by Joe Elm, please visit /blog/the-value-of-systems-engineering/ .
  • A seminal systems engineering textbook was published in 1962 by Arthur Hall, A Methodology for Systems Engineering . The methods described in the book seem remarkably current, including eliciting requirements and looking for the business need behind the customer's requests for a new system.
  • By 2000, many systems engineering texts had become available including those by Howard Eisner of George Washington University ( Essentials of Project and Systems Engineering Managemen t), Eberhardt Rechtin of the University of Southern California (Systems Architecting), and Richard Stevens et al. in the United Kingdom ( Systems Engineering: Coping with Complexity ). INCOSE had also released the first two versions of its systems engineering handbook by July 2000. None of these documents included much understanding of the important role software had come to play by that point, however.
  • In 1994 NCOSE participated in two efforts to define the body of practice of systems engineering: the Systems Engineering Capability Maturity Model (SE-CMM) and the Systems Engineering Capability Assessment Model (SECAM), NCOSE's counterpart. By the late 1990s, NCOSE had become INCOSE, the International Council on Systems Engineering . The organization's membership was growing and had played a role in merging the two systems engineering models and in writing five systems engineering standards .

Sarah Sheard

Author Page

Digital library publications, send a message, more by the author, why software architects must be involved in the earliest systems engineering activities, august 12, 2019 • by sarah sheard , suzanne miller , bill nichols , donald firesmith , mike phillips, an appraisal of the systems engineering journal's treatment of software over the last two decades, february 18, 2019 • by sarah sheard, aircraft systems: three principles for mitigating complexity, june 15, 2015 • by sarah sheard, needed: improved collaboration between software and systems engineering, may 19, 2014 • by sarah sheard, get updates on our latest work..

Sign up to have the latest post sent to your inbox weekly.

Each week, our researchers write about the latest in software engineering, cybersecurity and artificial intelligence. Sign up to get the latest post sent to your inbox the day it's published.

Integration between Communication, Navigation and for Space Applications: Case Study on Lunar Satellite Navigation System with Focus on ODTS Techniques

  • First Online: 06 April 2023

Cite this chapter

case study on satellite communication

  • Cosimo Stallo 12 ,
  • Henno Bookmap 13 ,
  • Daniele Cretoni 12 ,
  • Martina Cappa 14 ,
  • Laura De Leo 15 ,
  • Mattia Carosi 12 &
  • Carmine Di Lauro 12  

Part of the book series: Signals and Communication Technology ((SCT))

350 Accesses

This chapter firstly introduces different examples of Earth applications based on the integration of different communication, navigation and sensing technologies. Then, it focuses on a case study for space applications based on definition of high level concept of a satellite communication and definition architecture for Moon exploration. In particular, it describes different ODTS (Orbit Determination and Timing Synchronisation) technologies able to enable an accurate lunar satellite navigation service. A dedicated analysis for each identified ODTS technique is provided in terms of achievable performances, solution complexity, scalability and near term implementation. Then, a candidate baseline ODTS concept for a precise lunar radio navigation is reported with a detailed performance analysis in terms of SISE (Signal in Space Signal Error), assuming an initial target value of 25 m at 95% as main system design requirement.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
  • Available as EPUB and PDF
  • Durable hardcover edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

SAE J3016TM Levels of Driving Automation (2022). https://www.sae.org

P. Salvatori, C. Stallo, S. Pullen, S. Lo, A. Neri, An augmentation and integrity monitoring network for railway and automotive transportation, in 2019 International Technical Meeting of The Institute of Navigation 2019 (2019), pp. 790–801

Google Scholar  

Y. Breux, L. Lapierre, Elevation angle estimations of wide-beam acoustic sonar measurements for autonomous underwater karst exploration. Sensors 20 , 4028 (2020)

Article   Google Scholar  

G. Fukuda, D. Hatta, X. Guo, N. Kubo, Performance evaluation of IMU and DVL integration in marine navigation. Sensors 21 , 1056 (2021)

N. Jardak, Q. Jault, The potential of LEO satellite-based opportunistic navigation for high dynamic applications. Sensors 22 , 2541 (2022)

Z.M. Kassas, Navigation with cellular signals of opportunity, in Position, Navigation, and Timing Technologies in the 21st Century: Integrated Satellite Navigation, Sensor Systems, and Civil Applications Wiley-IEEE , vol. 2 (2021)

M. Li, T. Xu, M. Guan, F. Gao, N. Jiang, LEO-constellation-augmented multi-GNSS real-time PPP for rapid reconvergence in harsh environments. GPS Solut. 26 (1) (2022)

SAR/GALILEO Service Definition Document, Issue 2.0, (2020). https://www.gsc-europa.eu/sites/default/files/sites/all/files/Galileo-SAR-SDD.pdf

200 Rescued from Chilly Arctic in Galileo/Cospas-Sarsat Demo (2021). https://insidegnss.com/200-rescued-from-chilly-arctic-in-galileo-cospas-sarsat-demo/ .

Hybrid PNT Study (HybPNT): LEO Constellations, 5G, HAPS and GNSS Integration, European Commission, DG Defence Industry and Space (DEFIS) (2022). https://etendering.ted.europa.eu/cft/cft-display.html?cftId=11987

https://moon.nasa.gov/exploration/moon-missions/ (2022)

A. Grenier, P. Giordano, L. Bucci, A. Cropp, P. Zoccarato, R. Swinden, J. Ventura-Traveset, Positioning and velocity performance levels for a lunar lander using a dedicated lunar communication and navigation system. J. Inst. Navig. 69 (2), 513 https://doi.org/10.33012/navi.513

NASA, The Global Exploration Roadmap (International Space Exploration Coordination Group, 2018) (2022). https://www.globalspaceexploration.org/wp-content/isecg/GER_Supplement_Update_2022.pdf

S. Kaplan, Eyes on the prize. The Strategic Implications of Cislunar Space (2020)

LunaNet Interoperability Specification Document, Version 4 (2022). https://esc.gsfc.nasa.gov/static-files/Draft∖20Interoperability∖20Specification∖20Final.pdf .

M. Schonfeldt, A. Grenier, A. Delepaut, P. Giordano, R. Swinden, J. Ventura-Traveset, Across the lunar landscape: towards a dedicated lunar pnt system, in Inside GNSS (2020)

C. Stallo, C. Di Lauro, M. Carosi, E.E. Zini, D. Musacchio, D. Cretoni, L. De Leo, M. Cappa, M. Laurenti, H. Boomkamp, P. Giordano, R. Swinden, J. Ventura-Traveset, Orbit determination and time transfer in selenodetic reference frames for a lunar radio navigation system, in 8th International Colloquium on Scientific and fundamental aspects of GNSS, Sofia, Bulgaria, September 14–16 (2022)

T.A. Ely, E. Lieb, Constellations of elliptical inclined lunar orbits providing polar and global coverage. J. Astron. Sci. 54 (1) (2006)

C. Stallo, C. Di Lauro, M. Carosi, E.E. Zini, D. Musacchio, D. Cretoni, M. Laurenti, H. Boomkamp, P. Giordano, R. Swinden, J. Ventura-Traveset, Candidate system concepts for a lunar satellite navigation system, in NAVITEC 2022 Conference, ESA ESTEC, Netherlands (2022)

The Future Lunar Communications Architecture (IOAG) (2022). https://www.ioag.org/Public%20Documents/Lunar%20communications%20architecture%20study%20report%20FINAL%20v1.3.pdf

Protection of frequencies for radioastronomical measurements in the shielded zone of the Moon. ITU RA 479-5 (2003)

Communication Frequency allocations and sharing in the lunar region. SFCG 32-2R2 (2012)

“International Communication System Interoperability Standards (2019). https://nasasitebuilder.nasawestprime.com/wp-content/uploads/sites/45/2019/09/communication_baseline_final_3-2019.pdf

Ice Confirmed at the Moon’s Poles. https://www.nasa.gov/feature/ames/ice-confirmed-at-the-moon-s-poles

T.A Ely, Stable constellations of frozen elliptical inclined lunar orbits. J. Astron. Sci. 53 (3) (2005)

T.A. Ely, E. Lieb, Constellations of elliptical inclined lunar orbits providing polar and global coverage. J. Astron. Sci. 54 (4) (2006)

N. Tao, G. Pini, Lunar frozen orbits revisited. Celest. Mech. Dyn. Astron. 130 (10) (2018)

R. Mackenzie, D. Lazaro Salvador, D. Milligan, SAO/NASA Astrophys. Data Syst (2004)

E. Mazarico, D.D. Rowlands, G.A. Neumann, D.E. Smith, M.H. Torrence, F.G. Lemoine, M.T. Zube, Orbit determination of the Lunar Reconnaissance Orbiter. J. Geod (2011)

E. Mazarico, X. Sun, J. Torre, C. Courde, J. Chabé, M. Aimar, H. Mariey, N. Maurice, M.K. Barker, D. Mao, D.R. Cremons, S. Bouquillon, T. Carlucci, V. Viswanathan, F.G. Lemoine, A. Bourgoin, P. Exertier, G.A. Neumann, M.T. Zuber, D.E. Smith, First Two-Way Laser Ranging to a Lunar Orbiter: Infrared Observations from the Grasse Station to LRO’s Retro-Reflector Array (Springer, Berlin, 2020)

A.J. Boonstra, M. Garrett, G. Kruithof, Discovering the sky at the longest wavelengths (DSL), in 2016 IEEE Aerospace Conference, Big Sky, Montana, U.S. (2016), pp. 1–20

R.T. Mitchell, Cassini/Huygens at saturn and titan. Acta Astron. 59 (1–5), 335–343 (2006)

C. Li, Overview of the Chang’e-4 mission: opening the frontier of scientific exploration of the lunar far side space. Sci. Rev. 217 , 35 (2021)

T.M. Eubanks, COMPASS: VLBI beacons in support of lunar science and exploration, in XXXIII General Assembly and Scientific Symposium (GASS) of the International Union of Radio Science (Union Radio Scientifique Internationale-URSI), Rome, Italy (2020). https://doi.org/10.48550/arXiv.2005.09642

L. Winternitz, W. Bamford, S. Price, J. Carpenter, A. Long, M. Farahmand, Global positioning system navigation above 76,000 KM for NASA’S Magnetospheric Multiscale Mission. J. Navig. 64 (2017)

L. Winternitz, B. Bamford, A. Long, M. Hassouneh, GPS based autonomous navigation study for the lunar gateway, in NASA Presentation (2019). https://ntrs.nasa.gov/api/citations/20190001153/downloads/20190001153.pdf

NASA Moon Mission Set to Break Record in Navigation Signal Test (2022). https://www.nasa.gov/feature/goddard/2022/nasa-moon-mission-set-to-break-record-in-navigation-signal-test

M. Gregnanin, L. Iess, Librations and tides of the moon from same beam interferometry of a lander network, in European Planetary Science Congress (EPSC) , vol. 7 (2012).

Argonaut – European Large Logistics Lander (2022). https://www.esa.int/Science_ Exploration/Human_and_Robotic_Exploration/Exploration/Argonaut_European_Large_ Logistics_Lander

Ansys STK. Software for Digital Mission Engineering and Systems Analysis. https://www.ansys.com/products/missions/ansys-stk

A. Delépaut, P. Giordano, J. Ventura-Traveset, D. Blonski, M. Schönfeldt, P. Schoonejans, S. Aziz, R. Walker, Use of GNSS for lunar missions and plans for Lunar In-Orbit Development. Adv. Space Res. 66 (2020)

P. Giordano, Use of GNSS for lunar missions and ESA plans for lunar IOD, in 7th Colloquium on Scientific and Fundamental Aspects of GNSS (2019)

G.B. Palmerini, M. Sabatini, G. Perrotta, En route to the Moon using GNSS signals. Acta Astron. 4 , 467–483 (2009)

P. Giordano, A. Grenier, P. Zoccarato, R. Swinden, D. Trenta, E. Schoenemann, F. Liuccia, W. Enderle, B. Hufenbacha, J. Ventura-Traveset, Orbit determination and time synchronization in lunar orbit with GNSS - Lunar Pathfinder experiment, in 2nd International Astronautical Congress (IAC), Dubai, United Arab Emirates, 25–29 October (2021)

M. Lombardi, Fundamentals of Time and Frequency, The Mechatronics Handbook, 1.0-8493-0066-5 (CRC Press, Boca Raton, 2002), pp. 341–358

W.J. Riley, Handbook of Frequency Stability Analysis (Special Publication, Boulder, 2008)

Book   Google Scholar  

Bernese GNSS Software (2022). http://www.bernese.unibe.ch/

C. Stallo, C. Di Lauro, M. Carosi, E. E. Zini, D. Musacchio, D. Cretoni, L. De Leo, M. Cappa, M. Laurenti , H. Boomkamp, P. Giordano, R. Swinden, J. Ventura-Traveset, Orbit determination and time transfer in Selenodetic reference frames for a lunar radio navigation system, In 8th International Colloquium on Scientific and Fundamental Aspects of GNSS, 14–16 September (2022)

Download references

Acknowledgements

The authors would like to thank Daniele Musacchio and Enrico Edoardo Zini, (from Thales Alenia Space) for their contribution to this Chapter, and Pietro Giordano, Richard Swinden and Javier Ventura-Traveset from European Space Agency for their supervision on LRNS ODTS concept baseline conceived in the ESA TDE project “Lunar Radio Navigation System” (LRNS).

Author information

Authors and affiliations.

Thales Alenia Space, Roma, Italy

Cosimo Stallo, Daniele Cretoni, Mattia Carosi & Carmine Di Lauro

Telespazio, Darmstadt, Germany

Henno Bookmap

Ranstad Italia, Roma, Italy

Martina Cappa

Ranstad, Roma, Italy

Laura De Leo

You can also search for this author in PubMed   Google Scholar

Corresponding author

Correspondence to Cosimo Stallo .

Editor information

Editors and affiliations.

Department of Information Engineering and Computer Science (DISI), University of Trento, Trento, Italy

Claudio Sacchi

Fabrizio Granelli

Deutsche Telekom Chair of Communication Networks, Technische Universität Dresden, Dresden, Germany

Riccardo Bassoli

Frank H. P. Fitzek

Center for Teleinfrastructures (CTIF), University of Roma “Tor Vergata”, Roma, Italy

Marina Ruggieri

Rights and permissions

Reprints and permissions

Copyright information

© 2023 The Author(s), under exclusive license to Springer Nature Switzerland AG

About this chapter

Stallo, C. et al. (2023). Integration between Communication, Navigation and for Space Applications: Case Study on Lunar Satellite Navigation System with Focus on ODTS Techniques. In: Sacchi, C., Granelli, F., Bassoli, R., Fitzek, F.H.P., Ruggieri, M. (eds) A Roadmap to Future Space Connectivity. Signals and Communication Technology. Springer, Cham. https://doi.org/10.1007/978-3-031-30762-1_11

Download citation

DOI : https://doi.org/10.1007/978-3-031-30762-1_11

Published : 06 April 2023

Publisher Name : Springer, Cham

Print ISBN : 978-3-031-30761-4

Online ISBN : 978-3-031-30762-1

eBook Packages : Engineering Engineering (R0)

Share this chapter

Anyone you share the following link with will be able to read this content:

Sorry, a shareable link is not currently available for this article.

Provided by the Springer Nature SharedIt content-sharing initiative

  • Publish with us

Policies and ethics

  • Find a journal
  • Track your research
  • Connectivity
  • TV Channel Line-Up

case study on satellite communication

  • Russia & CIS
  • Central Asia
  • Asia Pacific
  • LEO Coverage
  • EUTELSAT 36D

case study on satellite communication

  • Technical Support
  • Earth Stations
  • Our Mission
  • Why Satellite?
  • Why Choose Eutelsat?
  • Our History
  • Company structure
  • Humanitarian Support
  • Whistleblowing
  • Eutelsat Group

case study on satellite communication

  • Press Releases
  • Press Contacts
  • Download Centre
  • The Eutelsat Hub
  • Share information  
  • Financial Calendar
  • Financial Information
  • Regulated Information
  • Shareholders
  • Eutelsat SA

banner-eutelsat---internet

Case studies

  • Emergency networks

SATELLITE STREAMING

Why irtp choose satellite streaming to extend reach to all communities across the country  .

cs_irtp.jpg (1822601384)

IRTP chose the Next Gen. DTH solution using DVB-NIP via Eutelsat satellite capacity in partnership with the Skyflow partner ecosystem. Combining the efficiency of broadcast networks for large-scale content distribution to homes and IP devices across the country, the innovative DVB-NIP satellite streaming solution enables all citizens in Peru to access information, entertainment and educational content, even in the most remote regions of the country.

QUALITY TV FOR ALL

How startv became a high-quality, affordable tv broadcasting service for millions of homes  .

case study - StarTV

Mexican pay-TV platform StarTV wanted to create a TV package that the majority of households in the country could afford. They faced the daunting challenge of launching a new DTH pay-TV platform with an attractive content offering, which had to include more than the 20 channels they previously had, and at an affordable price.

GIVING A VOICE

Tambarin tv, giving a voice to the hause community in nigeria  .

case-study-tambarin-tv.jpg

Tambarin Hausa Television promotes the Hausa culture and language worldwide, as well as bridges the communication gap for their Hausa-speaking audience across the region and further afield. Using the high capacity and extensive coverage of EUTELSAT 7B, they deliver digital TV services across Africa to reach these Hausa-speaking communities. In this video they explain why they chose a digital platform.

INSPIRING GROWTH

cs_AZAM.jpg

81% of satellite TV homes in Tanzania are entertained by AZAM TV. Powered by Eutelsat, AZAM TV has grown to reach 1.4 million homes and is the broadcaster of choice for Tanzania. However, AZAM TV faced many challenges. Find out how AZAM, a new operator in a highly competitive market, became the major player in Tanzanian broadcasting.

REACH MORE TV HOMES

cs-france24-video.png

France 24 is an international news channel giving a French perspective on international news to audiences globally. They chose satellite as a major pillar of their distribution strategy and today have a massive audience of 355 million households worldwide.

DELIVERING QUALITY UHD

cs-rai-uhd.jpg

When Italian state broadcaster Rai planned the launch of the country’s first Ultra HD channel in 2016, it had to decide how to deliver the service to homes across the country. After careful analysis, Rai was convinced by satellite’s cost-effective coverage and ability to deliver a consistently high-quality 4K signal across its entire coverage area.

HD FOR REMOTE HOMES

cs-video-ceu.jpg (807350048)

Swiss TV audiences demand a wide variety of channels in their different languages. However, this has proved challenging for cable access in a country where more than 50% of the territory is covered in mountains and woodlands. Satellite is the only option for the households in these regions. Kabelio's new DTH platform offers Swiss viewers access to the content they want, no matter where they may be.

DIGITAL TELEVISION FOR ALL

cs-walesi.jpg

Walesi, the Fijian government’s digital television infrastructure company, have connected 333 widely spread islands using the new EUTELSAT 172B high-capacity satellite, ensuring all its citizens have access to digital TV.

COMMUNAL ANTENNAS

cs-polsat-video.png

Cyfrowy Polsat, Poland’s largest media and telecommunications platform, and the Polish Chamber of Digital Broadcasting (PIRC), discuss how Building Regulations in Poland have helped to create more choice of TV packages and channels for people living in residential buildings.

BRINGING eSPORT MAINSTREAM

cs-esr.jpg

Despite the interest, passion and dedication of its viewership, eSports has yet to truly enter as a mainstream sport. Efforts from ESR and Eutelsat are set to challenge this status-quo and position eSports as a social viewing activity for generations to come - and satellite has presented an opportunity to do so.

EVOLVE WITH YOUR AUDIENCE

cs-tricolor-tv.jpg

When Tricolor TV set up in 2005, it had a huge business challenge: how to reach households across the vast territory of Western Russia with an innovative and inexpensive TV offering in a country where many households were still receiving analogue TV and DTT was slow to take off.

TELEHEALTH FOR REMOTE COMMUNITIES

cs-telehealth-antenne-village.jpg

iNET Communications and 19Labs use the Eutelsat ADVANCE satellite broadband solution to bring medical services to communities across Guyana.

EXPANDING ACROSS THE CARIBBEAN

image-Neptune-Communications.jpg

Neptune Communications' suite of new services, provided across highly resilient satellite and mobile infrastructures and entirely independent from existing terrestrial networks, are designed to support the region's most important connectivity requirements.

BRINGING BROADBAND TO PERU'S RAINFOREST

image-internet-school-latam.jpg (493189951)

Eutelsat and long-term partner Telespazio provide quality connectivity to the remote regions of the Amazon rainforest. Through Eutelsat’s 117 WEST B satellite and Telespazio’s infrastructure coverage of these previously unreachable areas became possible.

MARITIME CONNECTIVITY

image_Statsraad_Lehmkuhl.jpg (859270276)

The Statsraad Lehmkuhl needs to be constantly connected - while at sea or docking into one of the 36 different ports around the world. It’s a challenge that most connectivity solutions could not overcome.

EXTENDING CONNECTIVITY

cs-utilizing-i-Net-services.jpg

In their mission to make Guyana a more connected country, iNet Communications worked with Eutelsat to bring broadband to eco-lodges using satellite networking.

BACKHAULING MOBILE NETWORKS

cs-Mattel-Mauritania-video.jpg

Mobile operator Mattel uses satellite connectivity to enable widespread access to mobile and internet services in towns and villages across Mauritania.

INTERNET IN UNSERVED AREAS

cs-caribsat-video.png

Satellite internet provider, Caribsat, explains how they are using IP Easy to provide direct internet connectivity to businesses and schools across the Caribbean.

CONNECTIONS FOR MINING OPERATIONS

cs-mining.jpg (735933675)

With intelligent use of satellite connectivity, portable technology and networking, iNet brings fully scalable internet, voice and data connectivity to Guyana's mining community.

BACKHAULING IOT DATA

cs-iot-video.jpg

Failsafe Controls design industrial control panels for the oil and gas industry to deliver information from remote sites to a client’s central offices. With the remote sites often beyond cellular coverage, they needed a reliable solution to backhaul data to the office environment without worrying about coverage issues and at the same time lowering costs.

SECURING IoT CONNECTIVITY

news-iot-river.jpg (1224156348)

The Consorzio di Bonifica delle Marche is the public entity responsible for the operations and safety of waterways in the Marche region of Italy. By using Eutelsat’s advanced satellite solutions, the Consorzio di Bonifica delle Marche gained 99% network availability to connect, optimise and operate their remote operations in a region notorious for poor connectivity.

INFLIGHT ENTERTAINMENT

cs-panasonic-video.jpg

Panasonic Avionics explain how advances in satellite technology are enabling airlines to offer new IFEC services to passengers.

INFLIGHT CONNECTIVITY

cs-inflight-video.jpg

When Unicom Air Net wanted to deploy an inflight communications network to provide broadband internet services to mobile platforms, they chose EUTELSAT 172B.

EMERGENCY TELECOMS NETWORKS

cs-TSF.jpg

Télécoms Sans Frontières, the world’s leading international NGO specialising in technology and telecommunications for humanitarian crises, equips communities and response units with high-speed connectivity in just a few hours.

Find out more about the partners listed in Eutelsat's Cookie Policy.

The following cookies are used to analyse how our site is used and make your online experience more efficient and enjoyable

Necessary Cookies

These cookies are always active, to guarantee the normal navigation and use of the website.  

Used by the social networking platform to show you personalised content, news and advertisements that are more relevant to your interests.

This service can install 6 cookies.

Read more in their privacy notice

Google Analytics

Collects information on visitor behaviour and is used to optimise the performance of the website. 

This service can install 4 cookies.

Google Tag Manager

This service can install 1 cookie.

Used by the social networking platform to show you personalised content, news and advertisements that are more relevant to your interests.

This service can install 7 cookies.

Used to track activity across the website to understand viewer interests and share relevant content such as product updates, educational material and newsletters.

This service can install 5 cookies.

Overview of Satellite Communications and its Applications in Telemedicine for the underserved in Nigeria: A case study

Ieee account.

  • Change Username/Password
  • Update Address

Purchase Details

  • Payment Options
  • Order History
  • View Purchased Documents

Profile Information

  • Communications Preferences
  • Profession and Education
  • Technical Interests
  • US & Canada: +1 800 678 4333
  • Worldwide: +1 732 981 0060
  • Contact & Support
  • About IEEE Xplore
  • Accessibility
  • Terms of Use
  • Nondiscrimination Policy
  • Privacy & Opting Out of Cookies

A not-for-profit organization, IEEE is the world's largest technical professional organization dedicated to advancing technology for the benefit of humanity. © Copyright 2024 IEEE - All rights reserved. Use of this web site signifies your agreement to the terms and conditions.

satellite communication Recently Published Documents

Total documents.

  • Latest Documents
  • Most Cited Documents
  • Contributed Authors
  • Related Sources
  • Related Keywords

Dynamic Network Formation for FSO Satellite Communication

Satellite network optimization is essential, particularly since the cost of manufacturing, launching and maintaining each satellite is significant. Moreover, classical communication optimization methods, such as Minimal Spanning Tree, cannot be applied directly in dynamic scenarios where the satellite constellation is constantly changing. Motivated by the rapid growth of the Star-Link constellation that, as of Q4 2021, consists of over 1600 operational LEO satellites with thousands more expected in the coming years, this paper focuses on the problem of constructing an optimal inter-satellite (laser) communication network. More formally, given a large set of LEO satellites, each equipped with a fixed number of laser links, we direct each laser module on each satellite such that the underlying laser network will be optimal with respect to a given objective function and communication demand. In this work, we present a novel heuristic to create an optimal dynamic optical network communication using an Ant Colony algorithm. This method takes into account both the time it takes to establish an optical link (acquisition time) and the bounded number of communication links, as each satellite has a fixed amount of optical communication modules installed. Based on a large number of simulations, we conclude that, although the underlying problem of bounded-degree-spanning-tree is NP-hard (even for static cases), the suggested ant-colony heuristic is able to compute cost-efficient solutions in semi-real-time.

On the Security of LEO Satellite Communication Systems: Vulnerabilities, Countermeasures, and Future Trends

<div>In view of the development status of the security of LEO satellite communication system, a comprehensive review, induction, and summary is carried out.<br></div>

Virtualized High Throughput Satellite Gateway with a Global Bandwidth Management Method

With the development of new satellite payload technology, in order to improve the utilization of system resources, research is based on software-defined network (SDN) and network function virtualization (NFV) gateway architecture. Based on this architecture, the system realizes global resource management and overall data distribution, which can solve the problem of resource allocation and maximum/minimum rate guarantee between different VNO terminals under different beams, different gateways, and different satellites. For this, a global bandwidth management method can be used which is mainly a process of management to control the traffic on a communication link. The proposed global resource management and control method can be based on the rate guarantee value of the VNO/terminal configured in the system as the basic limiting condition and reallocate the rate guarantee value limiting parameter according to the resource application status of the online terminal. The method can maximize the resource utilization of the entire satellite communication system and satisfy the resource request of the user terminal as much as possible.

Effectiveness Evaluation Method of Constellation Satellite Communication System with Acceptable Consistency and Consensus Under Probability Hesitant Intuitionistic Fuzzy Preference Relationship

Abstract System effectiveness evaluation is an important part of constellation satellite communication system research, with applications in project verification and optimization as well as tactical and technical measurement argumentation. This paper presents a systematic and comprehensive effectiveness evaluation method for a constellation satellite communication system under a probabilistic hesitant intuitionistic fuzzy preference relationship (PHIFPR), aiming to better address the fuzziness and uncertainty in effectiveness evaluation. First, a proposed definition of PHIFPR describes the hesitancy of evaluators, provides hesitancy distribution information, and depicts the worst negative information and risk preferences in effectiveness evaluation. Then, we deduce the approximate consistency index of PHIFPR and establish a mathematical programming model to increase individual consistency when the approximate consistency index does not reach a predetermined level. In the sequel, a proposed group consensus index uses the PHIFPR-based Hausdorff distance to measure the closeness between evaluators' judgements. Afterwards, a consistency and consensus improvement model is designed to retain the original opinions of evaluators to make the consistency and consensus of PHIFPRs acceptable. Moreover, a goal programming model is established to gain the reliable scheme priority weights by regarding the approximate consistency condition of a PHIFPR as a fuzzy constraint. Finally, an experimental example is offered to highlight the practicability and feasibility of the proposed method, and some comparative analyses with other methods offer insights into the designed method.

Modeling and Fabrication of a Reconfigurable RF Output Stage for Nanosatellite Communication Subsystems

Current small satellite platforms such as CubeSats require robust and versatile communication subsystems that allow the reconfiguration of the critical operating parameters such as carrier frequency, transmission power, bandwidth, or filter roll-off factor. A reconfigurable Analog Back-End for the space segment of a satellite communication subsystem is presented in this work. This prototype is implemented on a 9.5 cm2 6-layer PCB, and it operates from 0.070 to 6 GHz and complies with CubeSat and IPC-2221 standards. The processing, control, and synchronizing stages are carried out on a Software-Defined Radio approach executed on a baseband processor. Results showed that the signal power at the output of the proposed Analog Back-End is suitable for feeding the following antenna subsystem. Furthermore, the emitted radiation levels by the transmission lines do not generate electromagnetic interference.

Satellite Communication Networks

Communication satellite resource scheduling based on improved whale optimization algorithm.

Under the background of increasing pressure of satellite communication support, reasonable and efficient dispatch of communication satellite resources is an important means to improve the utilization efficiency of communication resources. Aiming at the resource scheduling task requirements of geostationary orbit communication satellite system, communication satellite resource scheduling (CSRS) model is established first of all, based on this, advances a kind of CSRS method based on improved whale optimization algorithm. In this method, the detection and search strategy is proposed and the crossover mutation operator is used to avoid the algorithm falling into local optimum. Simulation results show that IWOA can effectively improve the quality and stability of satellite resource scheduling.

Analysis of key technologies for creating multisatellite orbital constellations of small spacecraft

One of the key areas of modern world cosmonautics is the development of cluster space systems for various purposes, consisting of a large number of functioning spacecraft. This became possible due to a decrease in the mass of spacecraft due to the creation and use of new materials, the development of electronics and microelectromechanical systems, the use of the group launch method, the development of multi-agent technologies and inter-satellite communication sys-tems. There are projects of systems consisting of a large number of space objects, such as OneWeb, Planet, Starlink, Satellogic, etc. The main classes of devices used to create such multi-satellite systems are small satellites, including the number of micro (up to 100 kg) and nano (up to 10-15 kg) classes, which have significant advantages over heavy space-craft, especially in terms of the timing and cost of their creation. The deployment of multi-satellite constellations, in-cluding hundreds and thousands of satellites, requires fundamentally new approaches to the creation of spacecraft and the system as a whole at all stages of the life cycle. The article discusses the key technologies used to create multi-satellite orbital constellations based on small satellites at different stages of the life cycle - from the early stages of de-sign to the stage of operation and disposal (information from orbit). The experience of a joint project of Samara Univer-sity and the Progress Rocket and Space Center on the creation of a constellation of small spacecraft of the AIST series is presented.

Load Balancing Routing Algorithm of Low-Orbit Communication Satellite Network Traffic Based on Machine Learning

Satellite communication has become an important research trend in the field of communication technology. Low-orbit satellites have always been the focus of extensive attention by scholars due to their wide coverage, strong flexibility, and freedom from geographical constraints. This article introduces some technologies about low-orbit satellites and introduces a routing algorithm DDPG based on machine learning for simulation experiments. The performance of this algorithm is compared with the performance of three commonly used low-orbit satellite routing algorithms, and a conclusion is drawn. The routing algorithm based on machine learning has the smallest average delay, and the average value is 126 ms under different weights. Its packet loss rate is the smallest, with an average of 2.9%. Its throughput is the largest, with an average of 201.7 Mbps; its load distribution index is the smallest, with an average of 0.54. In summary, the performance of routing algorithms based on machine learning is better than general algorithms.

Export Citation Format

Share document.

NSR

Please use a corporate email account to register.

  • Repeat Password *

Satellite Communications

Home > Satellite Communications > Rural Broadband Connectivity: Challenges, Opportunities, and Case Studies for Satellite Connectivity

Rural Broadband Connectivity

Rural Broadband Connectivity: Challenges, Opportunities, and Case Studies for Satellite Connectivity

Available Licenses: Corporate: $1,495

  • Report Summary
  • Key Features

Table of Contents

  • Supporting Articles

In a world increasingly dependent on connectivity, the satellite industry and National Broadband/Rural Connectivity/Social Inclusion programs play a pivotal role in expanding broadband access.

NSR’s Rural Broadband Connectivity:​ Challenges, Opportunities, and Case Studies for Satellite Connectivity report explores the approaches used by the satellite industry and universal service obligation (USO) programs to increase broadband connectivity.

Understanding Broadband Connectivity: At the heart of global connectivity lies the satellite industry and the efforts of USO programs. This report delves into the intricacies of their approaches, shedding light on the strategies employed to overcome barriers and increase broadband connectivity worldwide. By examining five different national case studies, we uncover the impact of these approaches on household broadband penetration rates.

Exploring Business Models: Our report explores the business models available to the satellite industry, offering valuable insights into their strengths, weaknesses, and potential for growth. By understanding these models, stakeholders can make informed decisions to maximize their impact and capitalize on emerging opportunities.

Unlocking Lucrative Opportunities: The satellite industry presents an array of opportunities for those looking to tap into the immense potential of consumer broadband services. Direct-to-consumer connections offer the largest opportunity for businesses, while social inclusion programs provide an additional avenue for lucrative growth. Our report sheds light on these opportunities, empowering stakeholders to make strategic decisions that maximize their market presence and profitability.

Through an in-depth analysis of business models and case studies, this report presents valuable insights, challenges, and recommendations for the satellite connectivity industry.

USO image

Key questions are answered in this report?

  • What are the major “consumer broadband” business models for satellite connectivity?
  • How much revenue will the satellite industry generate from consumer broadband and ‘social inclusion’ programs over the next ten years?
  • What terminal and consumer premise equipment pricing strategies are emerging to capture price sensitive customers?
  • Where can satellite connectivity co-exist alongside terrestrial-heavy national broadband strategies?

Who Should Purchase this Report:

  • Those involved in connectivity strategy initiatives within a satellite connectivity service provider, hardware manufacturer, or other player involved in bridging the digital divide.
  • Government, regulatory practices, and industry bodies.
  • Investors looking to understand market dynamics for satellite connectivity services aimed at “National Broadband / Rural Connectivity / Social Inclusion” programs.

Readers are also encouraged to explore Analysis Mason’s other coverage of rural connectivity initiatives, such as Rural Coverage Initiatives: Case Studies and Analysis

Covered in this Report:

  • Tailored Focused on the Rural Broadband Satellite Connectivity Strategies.
  • Nigeria – Hotspots and an Emphasis on Affordability
  • Ireland – Heavy Focus on Terrestrial Services
  • Mexico – Rapid Deployments of Hotspot Model
  • Australia – Satellite Essential, looking for the ‘next solution’.
  • Sweden – Direct-to-Household and “last 2%”

Other Reports Related to this Subject Matter

  • Executive Summary
  • Analysis and Recommendations
  • Case Studies
  • About the Authors and NSR an Analysys Mason Company

RBC Bottom Lines

Starlink-telstra partnership: a new route to rural connectivity, satellite opportunity for connecting the unconnected – nsr, privacy overview.

Help | Advanced Search

Quantum Physics

Title: entanglement swapping in orbit: a satellite quantum link case study.

Abstract: Satellite quantum communication is a promising way to build long distance quantum links, making it an essential complement to optical fiber for quantum internetworking beyond metropolitan scales. A satellite point to point optical link differs from the more common fiber links in many ways, both quantitative (higher latency, strong losses) and qualitative (nonconstant parameter values during satellite passage, intermittency of the link, impossibility to set repeaters between the satellite and the ground station). We study here the performance of a quantum link between two ground stations, using a quantum-memory-equipped satellite as a quantum repeater. In contrast with quantum key distribution satellite links, the number of available quantum memory slots m, together with the unavoidable round-trip communication latency t of at least a few milliseconds, severely reduces the effective average repetition rate to m/t -- at most a few kilohertz for foreseeable quantum memories. Our study uses two approaches, which validate each other: 1) a simple analytical model of the effective rate of the quantum link; 2) an event-based simulation using the open source Quantum Internet Simulation Package (QuISP). The important differences between satellite and fiber links led us to modify QuISP itself. This work paves the way to the study of hybrid satellite- and fiber-based quantum repeater networks interconnecting different metropolitan areas.

Submission history

Access paper:.

  • HTML (experimental)
  • Other Formats

References & Citations

  • INSPIRE HEP
  • Google Scholar
  • Semantic Scholar

BibTeX formatted citation

BibSonomy logo

Bibliographic and Citation Tools

Code, data and media associated with this article, recommenders and search tools.

  • Institution

arXivLabs: experimental projects with community collaborators

arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.

Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.

Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs .

Communications solutions and case studies

Delivering high current at very low voltage

Case study: Satellite communications antenna

Satellite communications antenna

Need for a small, robust and reliable low profile power solution

Satellite communication usually requires a large dish antenna. In addition, for moving vehicles, planes and boats antenna-positioning motors and controllers are needed to ensure that the antenna accurately tracks the relative position of the satellite. Mounting these cumbersome assemblies in a position to maintain a clear visual satellite connection is often impractical. This customer was developing an electronically steered solid-state phased-array antenna with no positioning motors to significantly reduce the antenna profile. The key goals were:

  • The antenna’s processing signals required a well-regulated 1.5V 80A supply
  • Provide a small, robust and reliable low profile power solution
  • Accommodate future ASIC designs requiring lower core voltage and higher currents

Download this case study

Factorized power provided a more flexible power architecture

Factorized Power Architecture (FPA) separates the regulation and voltage transformation stages into separate components. The resultant design flexibility simplified the implementation and met the system requirements of small size and a low profile. Fast load response and high switching frequency eliminated many hold-up capacitors saving space. Key benefits were:

  • Performance maximized by fast response of FPA to ASIC’s pulsed current demands
  • Reduced footprint (11cm 2 ) and ultra-low profile (<7mm)
  • Future ASICs with lower voltages (<1V) and higher currents (+100A) can use the same, scalable, small-footprint architecture

Factorized Power Architecture provides high current to the ASIC in the lowest profile

The Vicor VTM (transformation) supplied the high current 1.5V rail and was placed close to the ASIC. The PRM (regulation) was sited at the PCB edge since its 48V output bus to the VTM carried only low currents and provided reduced bus distribution losses. This arrangement saved space and optimized voltage regulation at the ASIC. To analyze this power chain, go to Vicor Whiteboard online tool.

Learn more about the modular approach power .

The power delivery network

PRM regulator modules

PRM pre- and post-transformation regulators

Input: 48V (36 – 75V)

Output: 48V (5 – 55V)

Power: Up to 600W

Efficiency: Up to 97%

As small as 22.0 x 16.5 x 6.73mm

VTM current multipliers

VTM current multipliers

Input: 0 – 60V

Output: 0 – 55V

Current: Up to 115A

Peak efficiency: Up to 97%

As small as 22.83 x 8.52 x 4.9mm

More communication solutions and case studies

Resources for the design engineer

VideoRay logo

VideoRay drives safe, effective underwater exploration leveraging AI and today’s newest technologies

Vicor Powering Innovation podcast discusses the proliferation of ROV applications and how VideoRay is responding to new underwater missions

Kodiak truck image

The future of long-haul trucking is accelerating autonomously on a freeway near you

Kodiak autonomous technology revolutionizes long-haul trucking. Learn more about Vicor power modules that drive mission critical ‘seeing’ sensors

Doosan image

Next generation hydrogen powered drones are doing search and rescue, saving lives

Doosan Mobility’s life-saving drones using hydrogen fuel cells and high-density power modules, enabling 5x longer flight time than lithium ion batteries

OLogic robot image

From toys to construction site tools, OLogic brings robotic ideas to life

OLogic extols high-density power modules to drive today’s robotic revolution

Contact Form

Get in touch with vicor.

Thank you for contacting us

You should receive a reply to your request within one business day.

We use cookies for analytics, advertising and to improve our site. You agree to our use of cookies by closing this message box or continuing to use our site. To find out more see our Cookie Policy

case study on satellite communication

  • Engineering Mathematics
  • Discrete Mathematics
  • Operating System
  • Computer Networks
  • Digital Logic and Design
  • C Programming
  • Data Structures
  • Theory of Computation
  • Compiler Design
  • Computer Org and Architecture

Global Mobile Satellite System

  • What is Satellite Subsystem?
  • Advanced Mobile Phone System
  • Satellite and Fibre Internet
  • Difference between GPS and Satellite Navigation System
  • Satellite Switched TDMA in Computer Networks
  • Remote File System (RFS) in File Management
  • Wireless/Mobile Computing Technologies
  • What is Signaling System-7 ?
  • What is Satellite Navigation Systems?
  • What is a Mobile Operating System?
  • Indian Regional Navigation Satellite System (IRNSS)
  • How to Start Google Maps in Satellite View
  • Artificial Satellites
  • Handheld Operating System
  • Google File System
  • Mobile Broadband Technology
  • XPoSat - X-ray Polarimeter Satellite
  • What is a Distributed System?
  • Satellite Image Processing

GMSS stands for Global Mobile Satellite System . An artificial body which is placed in an orbit around the earth for the purpose of communication is known as Communication satellite . GMSS is a system which consists of various artificial communication satellites orbiting around the earth for the purpose of communication. 

A satellite network is a combination of nodes that provides communication from one point on the Earth to another. A node in the network can be Satellite, an Earth station, or an End-user terminal or Telephone. Satellite networks are like cellular networks, they divide the planet into cells. 

case study on satellite communication

The frequencies reserved for the satellite microwave communication are in gigahertz(GHz) range. Each satellite sends and receives over two different bands. Transmission from earth to satellite is called the Uplink. Transmission from the satellite to the earth is called the Downlink.

case study on satellite communication

Satellite frequency bands

Uplink and downlink frequencies must be different to avoid interference. Now, stations at the earth have greater power sources than that of satellite as it has only solar power. Also, higher frequency results in higher attenuation and to compensate with it more power is required. So, uplink uses higher frequency to penetrate the environment. 

Satellite Orbits:  

case study on satellite communication

An artificial satellite needs to have an orbit, the path in which it travels around the Earth. The orbit can be equatorial, inclined or polar.

Satellite process microwaves with bidirectional antennas. Therefore, the signal from the satellite is normally aimed at a specific area called the footprint.

Satellite Categories

Based on the location of the orbit, satellites can be divided into three categories as follows

case study on satellite communication

GEO : 

  • GEO stands for Geostationary Earth Orbit.
  • The communication satellites in this orbit operates at a distance of about 36000 km above the earth’s surface and their orbital time period is about 24 hours.
  • Geostationary Orbit Satellites are used for radio broadcasting.
  • To ensure constant communication, the satellite must move at the same speed as the earth, so that it seems to remain fixed above a certain spot. So such satellites are called geostationary.
  • One geostationary satellite cannot cover the whole earth. One satellite in orbit has line-of-sight contact with vast number of stations, but the curvature of the Earth still keeps much of the planet out of sight. It takes minimum of three satellites equidistant from each other in geostationary Earth Orbit(GEO) to provide full global transmission.

MEO : 

  • MEO stands for Medium Earth Orbit.
  • The communication satellites in this orbit operates at a distance of about 5000 to 12000 km above the earth’s surface.
  • These satellites are positioned between the two Van Allen belts. A satellite at this orbit takes approximately 6 to 8 hours to circle the Earth.
  • One Example of a MEO satellite system is Global Positioning System(GPS), constructed and operated by US Department of Defense, orbiting at an altitude about 18,000 km above the earth.
  • The system consists of 24 satellites and is used for land, sea, and air navigation to provide time and locations for vehicle and ships.
  • The orbits and the locations of the satellites in each orbit are designed in such a way that, at any time, four satellites are visible from any point on the Earth. A GPS receiver has a almanac that tells the current position of each satellite.
  • GPS is based on a principle called Trilateration(also sometimes called Triangulation). Principle states that “On a plane, if we know our distance from three points, we know exactly where we are.”

LEO:  

  • LEO stands for Low Earth Orbit.
  • The communication satellites in this orbit operates at a distance of about 500 to 1200 km above the earth’s surface and their orbital time period generally ranges between 95 to 120 minutes. The Satellite has a speed of 20,000 to 25,000 km/h. Low Orbit Satellites makes global radio coverage possible.
  • An LEO system is made of a constellation of satellites that work together as a network, each satellite acts as a switch. Satellites that are close to each other are connected through inter-satellite links (ISLs). A mobile system communicates with the satellite through a user mobile link(UML). A satellite can also communicate with an Earth station(gateway) through a gateway link(GWL).
  • LEO satellites can be divided into three categories: Little LEOs, Big LEOs, and Broad Band LEOs.
  • Little LEOs operate under 1GHz. They are mostly used for low-data-rate messaging.
  • Big LEOs operate between 1 and 3GHz. Globalstar and Iridium system are examples of Big LEOs.
  • Broad Band LEOs provide communication similar to fiber-optic networks. The first broadband LEO system was Teledesic.

IRIDIUM: 

  • The concept of Iridium system, a 77-satellite network, was started by Motorola in 1990. The project took 8 years to materialize.
  • Finally in 1998, the service was started by 66 satellites. The original name, Iridium, came from the name of the 77th chemical element. A more appropriate name is Dysprosium (the name of 66th element).
  • The System has 66 satellites divided into 6 orbits, with 11 satellites in each orbit. The orbits are at an altitude of 750km.
  • Iridium is designed to provide direct worldwide voice and data communication using handheld terminals, a service similar to cellular telephony but on a global scale.

Globalstar:

  • Globalstar is LEO satellite system that uses 48 satellites in six polar orbits with each orbit hosting eight satellites. The orbits are located at an altitude of almost 1400km.
  • The Globalstar system is similar to the Iridium system, the main difference is the relaying mechanism.
  • Communication between two distinct users in Iridium system requires relaying between several satellites.
  • Globalstar communication requires both satellites and earth station, which means that ground stations can create more powerful signals.  
  • Teledesic is a system of satellites that provides fiber-optic like communication.
  • Its main purpose is to provide broadband Internet access for users all over the world. It is sometimes called “Internet in the sky”.
  • The project was started in1990 by Craig McCaw and Bill Gates, later other investors joined the consortium. Teledesic  has 288 satellites in 12 LEO orbits, each at an altitude of 1350km.
  • The commercial failure of the similar Iridium and Globalstar ventures and other systems, along with bankruptcy protection fillings, were the primary factors in halting this project, and Teledesic officially suspended its satellite construction work on 1 October 2002.

Please Login to comment...

Similar reads.

author

Improve your Coding Skills with Practice

 alt=

What kind of Experience do you want to share?

COMMENTS

  1. Satellite-Assisted Disrupted Communications: IoT Case Study

    This study explored the utility of Low-Earth Orbit (LEO) satellite constellations as a communication infrastructure for interconnecting "smart" devices via ground stations in Internet of Things (IoT) scenarios. ... and Vassilis Tsaoussidis. 2024. "Satellite-Assisted Disrupted Communications: IoT Case Study" Electronics 13, no. 1: 27. https ...

  2. (PDF) Satellite Communications in the New Space Era: A ...

    Steven Kisseleff, Jor ge Querol, Lei Lei, Thang X. V u, George Goussetis. Abstract —Satellite communications (SatComs) have recently. entered a period of renewed interest motivated by ...

  3. Satellite Communications in the New Space Era: A Survey and Future

    Satellite communications (SatComs) have recently entered a period of renewed interest motivated by technological advances and nurtured through private investment and ventures. The present survey aims at capturing the state of the art in SatComs, while highlighting the most promising open research topics. Firstly, the main innovation drivers are motivated, such as new constellation types, on ...

  4. The Changing Relationship of Systems and Software in Satellites: A Case

    This posting describes a case study: the story of software on satellites, whose lessons can be applied to many other kinds of software-reliant systems. ... My first professional job started in 1980 when I was hired as a satellite systems engineer at Hughes Aircraft Company in the space and communications division. At this time, there were a few ...

  5. Machine Learning and Deep Learning powered satellite communications

    The recent wave of creating an interconnected world through satellites has renewed interest in satellite communications. Private and government-funded space agencies are making advancements in the creation of satellite constellations, and the introduction of 5G has brought a new focus to a fully connected world.

  6. (PDF) Understanding Satellite Communications

    Abstract. Understanding Satellite Communications provides a comprehensive review of the basic facts that have driven the growth of satellite communications system and gives a clear and concise ...

  7. Satellite Communications: A Case Study of Technology's Impact ...

    Acknowledging the incidence of technological invention on the. political process, we have singled out for case study the history of. the communications satellite technology, the creation of an un- precedented "chosen instrument" to establish a global system of communications satellites, and the subsequent formation of an.

  8. PDF Satellite-Assisted Disrupted Communications: IoT Case Study

    RTT and packet loss) of the ground-to-satellite connections. • We demonstrated two scenarios involving the utilization of LEO satellite constellations for the communication among the IoT devices. • We performed a Case Study, in which we integrated the real data obtained from the

  9. Integration between Communication, Navigation and for Space ...

    This chapter firstly introduces different examples of Earth applications based on the integration of different communication, navigation and sensing technologies. Then, it focuses on a case study for space applications based on definition of high level concept of a satellite communication and definition architecture for Moon exploration.

  10. Satellite Computing: A Case Study of Cloud-Native Satellites

    Satellite Computing: A Case Study of Cloud-Native Satellites Chao Wang ∗, Yiran Zhang , Qing Li†, Ao Zhou , and Shangguang Wang∗ ∗State Key Laboratory of Networking and Switching Technology, Beijing University of Posts and Telecommunications, Beijing, 100876, China †School of Computer Science, Peking University, Beijing, 100871, China [email protected], [email protected] ...

  11. Satellite Communication Case Studies

    Satellite Communication Case Studies. 1. 2. Starting with our ST-1 satellite in 1998, SingTel has been a satellite operator. Our partnerships with regional and global players include MTN and Inmarsat. As a LESO for Inmarsat, we deliver shorter turnaround time for troubleshooting Inmarsat services including FleetBroadband and E&E. 3.

  12. Satellite-based communications security: A survey of threats, solutions

    Satellite-based Communication (SATCOM) systems are gaining renewed momentum in Industry and Academia, thanks to innovative services introduced by leading tech companies and the promising impact they can deliver towards the global connectivity objective tackled by early 6G initiatives. On the one hand, the emergence of new manufacturing processes and radio technologies promises to reduce ...

  13. Application of Satellite Communication

    One Satellite Brings The Amazon Online. Eutelsat and long-term partner Telespazio provide quality connectivity to the remote regions of the Amazon rainforest. Through Eutelsat's 117 WEST B satellite and Telespazio's infrastructure coverage of these previously unreachable areas became possible. Connectivity transforming communities.

  14. Research Status of Typical Satellite Communication Systems

    Satellite communication technology develops rapidly and becomes more and more mature, and plays an important role in many fields such as military, civil and commercial fields. This paper summarizes the development process and research status of typical satellite communication systems at domestic and international, introduces their payload forms, networking methods, system composition, etc ...

  15. Overview of Satellite Communications and its Applications in

    More than 2000 satellites currently relay communications signals to and fro various locations across the globe for Internet, Broadcasting, Telephony and Navigation and the number is expected to quadruple in the next few years due to the proliferation of Global N on-Geo Satellite Constellations. With the potential to connect people separated by great distances, satellites are now being applied ...

  16. Satellite communication

    satellite communication, in telecommunications, the use of artificial satellites to provide communication links between various points on Earth. Satellite communications play a vital role in the global telecommunications system. Approximately 2,000 artificial satellites orbiting Earth relay analog and digital signals carrying voice, video, and ...

  17. PDF Good Technology, Bad Management: a Case Study of The Satellite Phone

    A CASE STUDY OF THE SATELLITE PHONE INDUSTRY Journal of Information Technology Management Volume XVI, Number 2, 2005 48 ... Satellite Communication Systems There are three types of satellite communication systems which differ in terms of orbit and signal strength (see Table 1). Low earth orbit (LEO) satellites orbit below

  18. satellite communication Latest Research Papers

    Satellite communication has become an important research trend in the field of communication technology. Low-orbit satellites have always been the focus of extensive attention by scholars due to their wide coverage, strong flexibility, and freedom from geographical constraints. This article introduces some technologies about low-orbit ...

  19. Rural Broadband Connectivity: Challenges, Opportunities, and Case

    Covered in this Report: Tailored Focused on the Rural Broadband Satellite Connectivity Strategies.; 5 country case-studies exploring the role satellite connectivity can play in the landscape of bridging the digital divide, rural connectivity, and other national broadband plans.. Nigeria - Hotspots and an Emphasis on Affordability Ireland - Heavy Focus on Terrestrial Services

  20. Disaster management: the essential role of satellite communications

    Satellite communications play a multifaceted role in disaster management, not only supporting real-time communication and coordination during emergencies but also assisting in the assessment of damage and facilitating the recovery process. By leveraging satellite technology, responders can gather crucial data on structural damage, environmental ...

  21. Entanglement Swapping in Orbit: a Satellite Quantum Link Case Study

    Satellite quantum communication is a promising way to build long distance quantum links, making it an essential complement to optical fiber for quantum internetworking beyond metropolitan scales. A satellite point to point optical link differs from the more common fiber links in many ways, both quantitative (higher latency, strong losses) and qualitative (nonconstant parameter values during ...

  22. Satellite Communnications: A Case Study of Technolog's Impact on

    Acknowledging the incidence of technological invention on the political process, we have singled out for case study the history of the communications satellite technology, the creation of an unprecedented "chosen instrument" to establish a global system of communications satellites, and the subsequent formation of an international ...

  23. Satellite Communications Antenna

    VTM current multipliers. Input: 0 - 60V. Output: 0 - 55V. Current: Up to 115A. Peak efficiency: Up to 97%. As small as 22.83 x 8.52 x 4.9mm. More communication solutions and case studies. Delivering high current at very low voltage suits the need for a small, robust and reliable low profile power solution for antennas.

  24. Global Mobile Satellite System

    GMSS is a system which consists of various artificial communication satellites orbiting around the earth for the purpose of communication. A satellite network is a combination of nodes that provides communication from one point on the Earth to another. A node in the network can be Satellite, an Earth station, or an End-user terminal or ...