Last night, I had an extremely basic question on how signals get onto an optical fiber, so I started looking for information on it, including the standards themselves. Despite starting from what I think of as a reasonable base of knowledge, it took me over an hour to find the answer, so I figured I'd write it down here, for both myself and posterity.
[tl;dr: At least for the set of specs I looked at, it's simple on-off keying with NRZ (non-return to zero) encoding, though RZ is also possible; that is, the light being on is a 1, and light being off is a 0. The ones I looked at don't use exotic things like phase-shift keying or the like.]
I already knew that I wanted to look at the standards for SONET or SDH (Synchronous Digital Hierarchy), which are essentially the same, and I knew that ITU-T is the organization that handles SDH. ITU-T is a standards organization, part of the ITU, which is an agency of the UN (although ITU itself is much older than the UN, go figure). It handles a lot of aspects of communication, but the part of interest here is Series G: Transmission systems and media, digital systems and networks. (Simply determining that this is set of specs to look at took me a long time. Google doesn't really index into the ITU-T pages very well, and I wasn't familiar with the "Series" structure of the ITU-T standards. Moreover, when Google does give you a direct link to the file, it's often an older version instead of the correct, up-to-date one.) (It's also worth noting here that these are published as "Recommendations", and don't have the force of law unless adopted into a law by some country.)
It was pretty easy to find information on frame formats for STM-1, which is the key transmission format for SDH. Getting from there down to the physical layer encoding was the next step, where I stalled. Here's what I eventually found, most of them in the G.95x Digital line systems series:
- G.691 : Optical interfaces for single channel STM-64 and other SDH systems with optical amplifiers
This spec isn't part of the G.95x series but it has more on physical layer, eye mask, rise times, power levels, dispersion accommodation, etc. - G.955 : Digital line systems based on the 1544 kbit/s and the 2048 kbit/s hierarchy on optical fibre cables
This is actually pretty old (1996), but hasn't been withdrawn. There are lots of values for allowable attenuation, etc. that were simply listed as "under study". - G.957 : Optical interfaces for equipments and systems relating to the synchronous digital hierarchy
One of the most important, but be careful; it has been updated, so there are multiple versions floating around and the older one doesn't say "superseded". You want the 200603 version, dated 03/2006. This one also talks about dispersion, if that's your gig. - G.959.1 : Optical transport network physical layer interfaces
Ah, finally, here's the money!!! A few simple lines in Sec. 8.2.2.13: "The convention adopted for optical logic levels is: - − emission of light for a logical '1';
- − no emission for a logical '0'."
- How is clock recovery done in the NRZ system?
- How are frames demarcated?
- How do you turn a laser diode on and off that fast in an electrical circuit?
- Definitely need to study up more on filtering, DWDM (especially how close channels are allowed to be), and add/drop devices.