Bi-Directional IP Over Satellite?
Kranky asks: "My company is looking at doing bi-directional TCP/IP over satellite, ie. data over satellite with a satellite backhaul as opposed to modem backhaul, and being the solo IT pleb here I was wondering if anyone had any recommendations for gear to use to achieve the goal or if they'd done similar and could give any pointers. Basically we're looking at 512kb/s [in both] directions and I'm wondering what sort of gear we'll need for the link, as well as any tips towards curing the inevitable latency issues. I assume there will be a cache and routers at either end (remote site will use us for internet access) but having never come across doing this whole IP over satellite thing before I have no real idea what we'll need. Any recommendations, pointers, or links would be appreciated."
I found some great resulting using google ...
e =UTF-8&q=bidirectional+satellite+internet&spel l=1
http://www.google.com/search?hl=en&lr=&ie=UTF-8&o
We emerge from our mother's womb an unformatted diskette; our culture formats us. - Douglas Coupland
what sort of gear we'll need for the link
A satellite dish, and a satellite. Don't forget the satellite, many people forget this essential device.
any tips towards curing the inevitable latency issues
Simply change the speed of light on your immediate area, and latency issues are solved!
I think this is enough to get you started! Hope this helps!!
Make sure that whatever you're using lets you configure buffer sizes and such for the TCP/IP transmission. A client of mine was using a satellite to link their networks in head office and a mine in the back of nowhere. They used a large number of transponders on the satellite but weren't getting anywhere near the transfer rate they should. It was all due to the TCP/IP stack not sending on packets until it had received ACKs for those it had already sent. Given the small pending buffer size and the high latency of sending packets up & back twice (from HQ to site then the ACK coming back), it could only send a few before it had to stop & wait. Increasing the buffer solved the problem.
:)
They were using NT and Citrix (this was back in 1997) and had to hack the registry on the gateway machines, but once it was done they got the expected bandwidth.
First thing to check, of course, is what bandwidth you'll need between the remote site and your HQ (could be high if you're going to use the link to hook them into the 'net). Next thing is figure out how many transponders you'll need on the bird to give you that bandwidth. Then figure the cost of using that many transponders. Once you recover from the sticker shock, you can determine whether they get a slow email/news only link or a full high-speed surfing link
Sorry I can't give you exact details - I wasn't doing the technical aspects of the project and haven't kept up with satellite pricing lately...
I left my body to science, but I'm afraid they've turned it down...
It is ok if you have no other solutions, but be aware that the latency is mind numbing at times, especially for Internet access. The geosync orbit of the satellites adds almost a half a second to the round trip (and that is simply the electromagnetic signal traveling the 80,000 miles it takes to get there and come back), so on average your best ping will be at least 900-1000ms, least that is my experience with bidirectional satellite Internet access. Other then that it is good for transferring large files and stuff, just tweak your TCP/IP stack, just sucks if you have to do lots of small files or shell access, they are doable, but the latency will drive you nuts.
Why do you "have" to go satellite? Is terrestrial wireless an option?
...as well as any tips towards curing the inevitable latency issues...
Really not going to cure the latency issues, since the main problem involves the speed of light being limited to 186,000 miles/second and the satellite being in orbit about 40,000 miles up, meaning 80,000 miles both ways, in turn equaling about half a second of travel time. So sure you can tweak the TCP/IP stack, but the main problem is you will be lucky to ever get a ping better then 600ms, more then likely you will get something on the order or 1000ms or worse.
The WAND Research group did a lot of research about this several years ago, when NZ's bandwidth was a piece of string and people were investigating using satellite for most of NZ's traffic. Their publications are available on their website. You probably want to look at all the ones that mention a high bandwidth delay product. basically issues you have are not having a large enough tcp window size, and the latency on connection setup/tear down. The tcp window size can be easily tuned on most OS's (including windows), the latency on connection setup issue can be resolved by using proxies at both ends that forward from one to the other and keep their connections open.
My family lives way out in the woods (no phone, solar for electricity.) For the past couple years we've had Starband. It is really solid and can get 300kps+ download speeds, uploads won't come close to what you're wanting, probably 20kps max. However, they offer a more expensive (monthly fee) for businesses that need more badnwidth (probably 400kps downloads 100kps uploads), I think instead of the $79 we pay it is about $149 for the higher speed and they may call this "Plus" service. You also get a dedicated IP address... Definitley worth checking out, good luck to you!
Basically we're looking at 512kb/s [in both] directions
/., then your company is going to be in for some very nasty surprises. A company with only one IT guy doesn't have the budget for what the satcomms companies will propose, 512k with both/several ground stations, maintenance contracts, SLAs, installation, training, commisioning, licensing, etc.
For the prices you will pay for 512kb/s, you can afford to hire an engineer who has done this before for less than your first month's bill. If you have so little clue "being the solo IT pleb here" you have to ask
Others have pointed out the technical problems you will face, TCP slow start vs. transaction mode, TCP windows, TCP/UDP/ICMP timeouts. Those technical problems are small compared to the administrative, billing, negotiation and regulatory problems you must deal with. Find an expert, pay them what they are worth, and avoid being screwed by the satcomms companies. It will be worth it, even in the short term.
Packeteer was working on specialised satellite gear, but I don't see anything on their web page. Ask them, their boxes work great for tweaking long latency and high congestion links. Somehow you will have to tweak the machines on both sides of the link, either at the router level or each machine's TCP stack. Consider not allowing "interactive" traffic, especially not web browsing, or putting some severe restrictions on which web sites the lusers can view.
the AC
Hemos is like...sci-fi fans;he thinks technology is cool, but he hasn't bothered to understand the science it's based on
Head down to the local hobby store and pick up a few model rocket kits. Start with one of the ready-to-go plastic ones, then gradually work up to a multi-stage D engine model. Go to college and get a complement of engineering and science majors, all doctorates. Design and build a liquid-fuel launch vehicle, and place the satellite of your own design into orbit.
You could skip a few steps, and rubberband enough Estes model rockets to an 802.11 wireless access point, trailing a really long Ethernet cable.
...
You still have the latency issues, but one of the Hughes DIUs actually gratiutiously(sp) acks the tcp packets on both sides... much like the old telebit PEP based modems... they also do http cacheing. Their satellites are LEO, so you've got about 750ms RTT to deal with between your location and their headend... Like other posters have said, it's good for bulk non-attendated data transfer, but to actually be sitting there using it for day to day activites, it's kinda painful. (Try to run a ssh or telnet session over a satellite link some time... you gain a whole new respect for using ed :)
Instead of giving you an ethernet interface like you get with DSL or a cable modem, these things (at least the ones I looked at) all required you to use a weird USB box, that had to be plugged into a machine running Microsoft Windows and some proprietary drivers.
As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.