Live data from Hacker News

Astranis emerges from stealth with new satellite tech for connecting the world

techcrunch.com

31–40 of 78 posts

Re: Astranis emerges from stealth with new satellite tech for connecting the world

#31
post #3

Hi everyone, I’m one of the cofounders of Astranis (YC W16). Thanks for taking the time to read about what we’re doing and happy answer any questions.

Ok, I'll hit you with 3 questions: 1. What bandwidth capacity are you aiming for per spacecraft? 2. Are you using commercial or rad hard parts? 3. Is there a deployable antenna that makes the spacecraft larger than 3'x3'x3'?

1. Our first design has a capacity of up to 10 Gbps. And we have a technical roadmap that can significantly increase that in future spacecraft designs.

2. For various reasons it doesn't make sense to go into that level of detail on a public forum.

3. Yes.

Re: Astranis emerges from stealth with new satellite tech for connecting the world

#32

There's a reason that no other company tries to use geosynchronous orbit. Stationary orbit is at a distance of 35800 km above sea level, which implies a one way latency of 110 ms based off the speed of light. Since any request from a user requires a total of 2 round way trips (one for request, one for response), the minimum latency for a request is 440 ms. Avg latency with fiber is something like 30-60 ms, so we can…

> any request from a user requires a total of 2 [sequential] round way trips (one for request, one for response)

Please elaborate? This makes no sense to me. Certainly, this is not the case for terrestrial communication (request/response latency is only 2× the one-way latency).

Re: Astranis emerges from stealth with new satellite tech for connecting the world

#33
post #4
post #3

Hi everyone, I’m one of the cofounders of Astranis (YC W16). Thanks for taking the time to read about what we’re doing and happy answer any questions.

With what rocket system do you plan to launch these sats? Which company will launch and which will assemble them (often these are different ones)?

We're compatible with all the major launch vehicle families-- SpaceX Falcon 9, Atlas V, Ariane 5, and some of the other foreign launchers. Part of the great thing about where things are in the industry today is that ride shares for micro-satellites (where you fly as a piggy-back alongside a traditional satellite) are pretty much a solved problem.

Re: Astranis emerges from stealth with new satellite tech for connecting the world

#34
post #6

Earlier quoted context omitted.

The distance to GEO does add some latency due to the distance, that’s the main trade off. What we found in studying this problem for a long time was that 95% of internet traffic isn’t latency sensitive— CDN traffic, video streaming, audio streaming, file downloads, social media posts, etc. The bandwidth crunch is a huge problem to solve but we realized there is low hanging fruit here that we can go after by putting s…

I am skeptical of that analysis. I have worked over ssh over internet connections with satellite-class latency and I can say it is painful. (Emacs shell mode can help) You probably think that 'the web' is a high latency application. It probably should be, and maybe it was in 2000. Since then, web developers have gotten into the habit of using AJAX indiscriminately, plus they feel pressured to add features such as cus…

Agree on the AJAX calls. Modern web apps are a mess. Thankfully mobile apps are built quite differently, so that's an improvement. And the biggest potential market out there to serve is new users that will be coming online for the first time mobile-first.

Re: Astranis emerges from stealth with new satellite tech for connecting the world

#35

There's a reason that no other company tries to use geosynchronous orbit. Stationary orbit is at a distance of 35800 km above sea level, which implies a one way latency of 110 ms based off the speed of light. Since any request from a user requires a total of 2 round way trips (one for request, one for response), the minimum latency for a request is 440 ms. Avg latency with fiber is something like 30-60 ms, so we can…

> any request from a user requires a total of 2 [sequential] round way trips (one for request, one for response) Please elaborate? This makes no sense to me. Certainly, this is not the case for terrestrial communication (request/response latency is only 2× the one-way latency).

Possibly they were thinking of first a DNS query then the actual query? That would result in two round trips.

Re: Astranis emerges from stealth with new satellite tech for connecting the world

#37
post #27

Earlier quoted context omitted.

Audio streaming not including voice calls I assume, because those are absolutely latency sensitive. Are your terminals going to include TCP Performance Enhancing Proxies (PEPs)? The TCP three way handshake followed by the TLS handshake makes it kind of painful to browse on an unaccelerated network with a GEO hop. And this is before you get to the latency from the ground station to the website. The problem gets even w…

From my experience it is not so hard to build completely terrestrial links that have latency that is large enough such that TCP works (althought it should not), but TLS handshake will timeout. For GEO links you will get exactly this behavior by using BGAN terminal over Bluetooth DUN profile (BT adds enough latency for this to happen).

The only time I've seen a terrestrial link with a latency so bad that TCP couldn't be established it also required you to install a poorly behaved app that reduced Window's TCP retransmit limit to 1 (from 3).

TLS setups however as you note are a whole new ball of wax, especially if the link has a bit of loss to go along with the latency.

Re: Astranis emerges from stealth with new satellite tech for connecting the world

#38

There's a reason that no other company tries to use geosynchronous orbit. Stationary orbit is at a distance of 35800 km above sea level, which implies a one way latency of 110 ms based off the speed of light. Since any request from a user requires a total of 2 round way trips (one for request, one for response), the minimum latency for a request is 440 ms. Avg latency with fiber is something like 30-60 ms, so we can…

> any request from a user requires a total of 2 [sequential] round way trips (one for request, one for response) Please elaborate? This makes no sense to me. Certainly, this is not the case for terrestrial communication (request/response latency is only 2× the one-way latency).

By "one way" the OP was referring to the ground-to-satellite trip taking 110ms. So by "round way trip" they meant a packet going from client to satellite to ground station (2 x 110ms). Thus 440ms.

Re: Astranis emerges from stealth with new satellite tech for connecting the world

#39
post #28

Earlier quoted context omitted.

There is a difference between the CPE (what you use to get the service) and what SpaceX uses to sink your traffic into the global internet. And in fact there is exactly zero incentive for somebody other than SpaceX to run the ground stations. On the other hand it is completely possible that SpaceX's ground stations will use HW that is similar to their CPE box and thus they can build ridiculous amount of such ground s…

That would be an interesting model for the ground stations. Everybody else builds large and capable ground stations with big dishes. Iridium for example provides global phone and slow data coverage using only one public ground station, but also uses a completely different band to talk with the ground stations vs. the handhelds.

Iridium used to have multiple gateways. I think Arizona, Italy, Middle East, and Asia. Do they only use Arizona now?

Re: Astranis emerges from stealth with new satellite tech for connecting the world

#40
post #6
post #2

Isn't latency a major issue for connectivity with satellites in geosynchronous orbit? I'm curious what their approach is here, either technically or what customer use cases they are targeting.

The distance to GEO does add some latency due to the distance, that’s the main trade off. What we found in studying this problem for a long time was that 95% of internet traffic isn’t latency sensitive— CDN traffic, video streaming, audio streaming, file downloads, social media posts, etc. The bandwidth crunch is a huge problem to solve but we realized there is low hanging fruit here that we can go after by putting s…

[deleted]
Post reply on HN