|
|
|
|
|
by toomuchtodo
4036 days ago
|
|
> so I'm guessing you refer to some sort of fibre-based device that actually impedes light to go in the other direction, and thus the security is via physical means? Correct. To simplify, imagine a diode on one side and a photodetector cell on the other. On a microcontroller, this would be an opto-isolator (http://en.wikipedia.org/wiki/Opto-isolator). Of course, the higher levels of the OSI protocol you're using need to support this sort of physical layer. Its typically used on very primitive, low-bitrate connections (sensors mostly, although I've seen it used in highly sensitive installations using scada equipment). Bruce Schneier has a great piece on air gaps. I've included a link to it below. https://www.schneier.com/blog/archives/2013/10/air_gaps.html |
|
You get a couple of these Ethernet to 100FX converters: http://antaira.com/products/media-converters/unmanaged-conve...
Then you hook them up with just one fibre strand (instead of the usual 2). You obviously can't use TCP over that since that requires a 2-way connection, but UDP works just fine. You'll probably want to wrap your data in some error correcting code, too.