PPP or Ethernet for fiber-optic link

ethernetfiberpoint-to-point-protocol

Since I have been doing a lot of IP camera jobs lately, it was only a matter of time that something really long-distance, more than can be covered with cat5e/cat6 cable, would come up. My current client needs to have a number of IP cameras installed at the perimeter of his estate, and also to link the main house with two auxiliary buildings, a guesthouse right next to the main one, and a personnel bunk about 400 meters away.

It needs to be said now that my client has explicitly (and repeatedly) stated that no wireless solution is to be considered.

My plan of action is to use multimode fiber optic cables for the cameras, along with ethernet-to-fiber media converters. I would avoid this, but distances from the house to the perimeter of the estate vary from 100 meters, to nearly a kilometer. I am hardly a fiber expert but I have good experience in this simple kind of installation from my previous job.

To the actual question:

Since I will anyways be using fiber for the personnel bunk, is there any advantage to using PPP instead of Ethernet for the link?

I have done a little research, and know, more or less, what PPP offers. BUT, I do not need in any case any of the more advanced features of the protocol like multi-link, authentication, compression and the like. Security is pretty much covered, since the fiber will be buried. All the links are point-to-point and there is no need for compression.

Still, is there any reason to choose PPP instead of Ethernet? I do not object to a little (or even some more) studying, since I have a wide timeframe for this. I need to do a really good job, and a "clean" one here, so I need the best option.

If you can point me to more reading, or some suggestions to help me choose I will be grateful.

Best Answer

Personally I wouldn't bother. You would need:

  1. Cameras that support PPP
  2. Hardware at the other end that supports PPP
  3. To power media converters and the cameras

This is just making something that's already reasonably simple into something that's more complicated when it doesn't need to be.

You've stated that there is already power running around the perimeter of the campus, but to make things simpler, you probably want to remove as many things as possible from the actual camera installation.

Personally, I would be running fibre to a central location, and then using PoE to distribute power and data to each camera from there. Media converters are not small, and need power, in addition to the camera needing power and data. So to contain all of that in the one space you need:

  1. Camera
  2. Media converter
  3. Power for media converter
  4. Power for camera
  5. CAT5/6 from convert to camera
  6. Fibre to the media converter

But if you ran fibre to a central location, and then ran just ethernet with PoE you have:

  1. Camera
  2. Cat 5/6

And that's it. Obviously I don't know specifics about this campus so I don't know if there is space on the inside of the fence that you can bury this stuff and still get access to it, or if you'd need to run the whole thing from a few different nodes.

Depending on the cameras you choose, they may need more power than PoE can provide (e.g. a heavy camera housing with PTZ), in which case you may need to throw in an additional power lead for that. (fwiw, most security cameras I've seen lately really suck. They are either nice units but rubbish resolution, or high resolution but have IR filters so they're no good for night vision, or cost $1,000/each. Good luck with your research. And if you do get a high res camera capable of 20+fps, storing that amount of data becomes a whole different nightmare).

But either way I don't think that PPP is the way to go.