13

Yesterday folks from my ISP came to install a 16 Mbps "Fiber to the Home" connection, but I noticed that the connection still comes in through the same two wires on our phone jack.

Could that same connection handle a 25 Mbps connection? What about 100 Mbps? Is there a no theoretical maximum, but it becomes more and more unreliable?

Kevin Vermeer
  • 19,989
  • 8
  • 57
  • 102
Fletcher Tomalty
  • 131
  • 1
  • 1
  • 4
  • 1
    As a statement of interest, 10Gbps Ethernet will be using copper wires. I use 1Gbps Ethernet right now and it uses copper. – Kortuk Sep 01 '11 at 23:28
  • Ethernet uses more than one wire. I suppose, the cable length plays a big role (think media access control). – 0x6d64 Sep 01 '11 at 23:30
  • Yes, I'm asking about per wire. Why does cable length play a big role? – Fletcher Tomalty Sep 01 '11 at 23:32
  • I'm being pedantic but Ethernet uses differential pairs for EMI rejection. Arguably an implementation detail but in that case you have to talk about pairs of wires. Beyond that it comes down to the frequency of the signal (how quickly you can flip between 0 and 1), which I suppose is ultimately limited by the speed of light in copper. Encodings affect bitrate as well, depending on how practical vs. theoretical you want to be about imagining an ultimate system or one that is nearly ultimate but robust and practical. Possibly fun and interesting to work out but not my area of expertise. – Suboptimus Sep 02 '11 at 00:06
  • 2
    ordinary CAT5 is supposed to be good for 100Mbps, and is so ubiquitous that it's doubtful your ISP is using anything *less* capable - even if their distribution system can't presently use the bandwidth. – JustJeff Sep 02 '11 at 00:22
  • 2
    @Suboptimus - *Any* digital communication takes place over two wires. Whether the primary return path is a dedicated return path (also known, incorrectly, as a ground node), or a wire twisted with the sending cable, is an implementation detail (as you stated). – Kevin Vermeer Sep 02 '11 at 04:35
  • @JustJeff, or they are using telephone line? – Kortuk Sep 02 '11 at 05:45
  • 1
    @Kortuk They are just using the telephone line. Just two solid copper wires -- I saw them exposed. – Fletcher Tomalty Sep 02 '11 at 06:11
  • @FletcherTomalty, It has been a long time, but I thought telephone line is two twisted pair. I am not sure though. I was just noting that it was not necessarily cat5. – Kortuk Sep 02 '11 at 09:59
  • @JustJeff, on that note I believe that cat5 can still be used for 1000base-T, but it just has a higher bitrate. I do not think you are required to upgrade. – Kortuk Sep 02 '11 at 10:03
  • @Kortuk - for some reason, I was thinking of the in-the-house network. It would be interesting indeed if they were running >10Mbps signals through an ordinary phone drop. There are only two pairs in phone wiring, they don't use one of them, and they aren't even twisted. – JustJeff Sep 02 '11 at 10:43
  • @JustJeff - I thought that most phone cables were CAT-3, which is twisted, but not to the same standards as CAT5/6. [Wikipedia says](http://en.wikipedia.org/wiki/Twisted_pair#Most_common_cable_categories) that you need to use both pairs (which probably isn't done) to get better than 10Mbps performance. – Kevin Vermeer Sep 02 '11 at 12:21
  • As an aside, 'fibre to home' (aka Bell Fibe in Canada) isn't really fibre to your home. It's still twisted pair copper from the CO to your house. Ultimately, it's a marketing thing. – pfyon Sep 02 '11 at 12:43
  • Hey all, to clear things up, here's a link to an annotated picture of my setup: https://skitch.com/nomulous/fi9pc/photo – Fletcher Tomalty Sep 02 '11 at 16:03
  • @Kortuk Maybe telephone line is twisted, but what actually comes in to the phone jack is not twisted. Maybe it doesn't matter for small lengths? – Fletcher Tomalty Sep 02 '11 at 16:08
  • 1
    @pfyon maybe there are different laws in Canada, but at least in the USA it can't be called fiber to the home unless there is actually fiber to the home. – Kellenjb Sep 02 '11 at 16:50
  • @Kellenjb, afaik they don't actually call it fibre to home (well, the salespeople who come to your door might, but the official documentation doesn't). – pfyon Sep 02 '11 at 18:00

3 Answers3

16

There's one beautiful, simple equation that has it all, called the Shannon–Hartley theorem:

$$C = B \cdot log_{2}\Big(1+ \frac{S}{N}\Big)$$

It says that over a channel with a given quality, the capacity (bit rate) C is proportional to the channel's bandwith B. The quality of the channel (signal vs. noise) hides within \$log_{2}(1+S/N)\$, and the bit rate includes redundancy (error checksums and the like).

The best data rate can be achieved with a low-noise installation of a channel that offers a high bandwith.

Of the wiring systems in question, a simple two-wire phone line will have the lowest bandwith and the worst noise properties (crosstalk and interference from neighboring lines, ...), twisted pair wires increase the bandwith and are more immune to external noise with an increasing "CAT number" (6 being better than 5e, being better than 5, ...) and systems with optical fibers are even better.

A telephone connection has an audio bandwith limited to a few kHz. Old systems had filters and the wires were often not capable of much more than the filter-defined bandwith. Digital subscriber lines (DSL) take advantage of the fact that many phone lines, when not being filtered, can take more than the mediocre audio bandwith of telephones. Beyond approx. 200 bps, it depends on the installation of the last mile and in your house (and your provider's willingness to use it in the best way). Typically, fiber can handle a greater bandwith than copper, but good quality can be achieved with copper, too.

Note: Someone selling you "Fiber to the Home" over copper wires is just doing (un-? clever?) marketing. Claude Shannon was way cooler, he didn't even care about the type of channel (copper, fiber, radio waves, whatever), he just looked at the bandwidth and the quality (signal-to-noise ratio). You can join Shannon and, like him, enjoy the theory and also don't care about the material of your wires. When I took my communication theory class at college, my professor was actually very right when he pointed out the beauty of shannon's work and said that the equation mentioned above was the E = mc2 of the information technology age.

Ricardo
  • 6,134
  • 19
  • 52
  • 85
zebonaut
  • 18,170
  • 4
  • 60
  • 104
  • 1
    Even today the phone lines are filtered. They have to be in order to not have aliasing on the back haul. This is one of the reasons why DSL has to be provided at the central office and can't be provided by an offsite company. – Kellenjb Sep 03 '11 at 12:04
  • 1
    Also, it is worth noting that the channel capacity theorem is a theoretical maximum. It is very difficult to actually get to that capacity. Also, since the S/N will change over time (this is especially big in wireless, but happens in wired also) the designers will have to design for even much less then the theoretical maximum to account for times that it is noisier. – Kellenjb Sep 03 '11 at 12:06
  • @Kellenjb I thought modern modulation schemes like OFDM are said to be getting very close to the theoretical limit, given a fixed S/N to work with. Is that not so? – Roman Starkov Sep 08 '11 at 14:14
5

The other answers hit on some good points, but they are not all 100% correct. If they advertise fiber to the home then they must actually be running fiber to your property. They can convert it to copper at that point, but if they don't get the fiber to your property then they can't be calling it "Fiber to the Home".

History

What originally caused phone lines to be slow for data communications was the low pass filter that was placed on the phone line. zebonaut is correct in his definition of channel capacity. It has been awhile since I have messed with that stuff, but I believe the low pass filter was set around 8 KHz.

DSL then came around and took advantage of the fact that the phone companies had physical access to the lines before the low pass filter. This meant that they could use frequencies that voice traffic didn't exist in but that the copper could transmit. There was still low pass filters put in place for voice traffic so that you wouldn't here high pitched noise on your phone call or have any aliasing problems.

DSL was limited in speeds based off of the S/N portion of zebonaut's channel capacity formula. The longer the wire was the worse SNR you would get. As time as gone on phone companies have continually shortened the copper loop and replaced old copper with fiber. As this has happened DSL speeds have been able to increase.

It has gotten to the extent in many areas that there is fiber almost all of the way to the house. This as made it so that the cost to get fiber all of the way the property is actually rather reasonable. This also provides the ability to advertise "Fiber to the Home" and like I said earlier they can't call it that unless it actually is that.

One example of a situation of not having "Fiber to the Home" is AT&T's U-verse. In many cases they actually do have fiber to the home, but because they don't have that everywhere they don't advertise "Fiber to the Home", but rather they advertise "fiber optic technology and computer networking".

Fiber versus Copper

One of the big reasons we use fiber instead of copper is how much noise copper can pick up where as fiber picks up almost no noise. This makes the SNR very good which allows for much higher data rates.

By getting fiber all of the way to the property, the length of copper needed is minimized as well as there are no neighboring copper lines that can cross talk into your line.

So basically, the less copper you have the higher the data rate you can get.

Kellenjb
  • 17,509
  • 5
  • 51
  • 87
  • A side-note concerning fiber: The fiber itself may have a very good SNR, but you must look at the entire system, including the transmitting end and the photo-receiver. Both have to deal with noise (translating into pretty challenging and evil-looking eye-patterns). An optical **system**'s SNR figure may be good, but is far from perfect. – zebonaut Sep 03 '11 at 08:25
  • That is true, but comparing a long length of copper to a long length of fiber your SNR on fiber is virtually perfect. The noise that is caused by the length of copper is far worse than any issues with fibers transmitting and receiving. – Kellenjb Sep 03 '11 at 12:11
1

The issue here is not simply how fast copper wire can transmit data. The issue is how fast can it transmit over a specific distance. As mentioned in the comments, Ethernet can transmit at 1GBps or more, but only for around 100 meters (I don't recall the actual distance). CAT6 cable (used by Ethernet) has 8 wires, grouped into 4 pairs: 2 pairs are unused, one pair for transmit, and one pair for receive. Each of the pairs of wires are twisted at a different rate to reduce cross-talk between pairs. The wires are paired because over long distances (and/or high speeds), you can't just compare a single wire's voltage against a common ground wire because ground may be noisy, etc.). Instead, you compare the difference between the two wires.

So, back to your new internet connection: "Fiber to the Home" is a Marketing department's way to compete with other companies that actually do run fiber to the home in some areas. What they're really doing is running fiber to the local "central office", and then running a copper pair for the "last mile". They market this as new, but they've been running fiber between central offices for years (everyone does it). The change is that they eliminate the telephone equipment at both ends and use new protocols to handle higher speeds (that's why DSL has always been handycapped: it has to share the line with existing telephone equipment).

A bigger problem then what copper can theoretically handle, is the fact that most "last mile" copper was laid decades ago, so it's not twisted like CAT6 (or it's twisted to reduce noise on voice traffic, not high speed data traffic), it may be corroded, and the wiring at both ends may be bad (you should've seen the wiring in my parent's 1929 house!).

Klox
  • 307
  • 4
  • 7
  • Nitpick: Gigabit Ethernet uses ALL 4 pairs simultanously for both transmit and receive. – Turbo J Sep 02 '11 at 06:00
  • So real FttH is an actual optical cable that comes in and plugs right into a special modem? – Fletcher Tomalty Sep 02 '11 at 06:13
  • Nitpick: It's not so much an issue of distance, it's more an issue of signal quality and bandwith... (But one could argue you're still right because both usually decrease with distance.) – zebonaut Sep 02 '11 at 06:42
  • @TurboJ, you are correct. – Kortuk Sep 02 '11 at 10:01
  • As an aside... The "last mile copper" is often in fact aluminium and not copper at all. It's cheaper, and can handle voice calls fine. It really degrades your digital signals though. – Majenko Sep 02 '11 at 10:01
  • @Fletcher - It might be a box on the outside of your house or basement that connects to Ethernet cabling that you plug your modem into. If that's not the case it's probably just a misleading marketing ploy. Is your provider certified FTTH? The FTTH councils (http://www.ftthcouncil.org/) have official definitions and certifications, see [Fiber to the X](http://en.wikipedia.org/wiki/Fiber_to_the_x) on Wikipedia for more info. – Kevin Vermeer Sep 02 '11 at 12:39
  • Yeah, I dropped the ball on Gigabit. I forgot it uses all four. I did a lot with 10MBps and 100MBps (which only use 2 pair) and got out of the business as Gigbit was coming in. @Matt: That's interesting. I didn't know that. Wow, that really would be bad for data. – Klox Sep 02 '11 at 13:48
  • 1
    @Klox Did you see Kevin's link? I don't think your answer is accurate about Fiber to the Home being a marketing thing that isn't really fiber to the home. Unless this company is participating in some very nasty business practices. – Kellenjb Sep 03 '11 at 12:01
  • @Kellenjb I did see the link. But looking back at the original question: there's no mention of new fiber being strung/dug to the home. I think this is typical. I'll admit that I don't know where the fiber/copper transition is (FTTN or FTTC in the link), but if it's actually to the home, then the OP would know it. This isn't the first time I've seen this. – Klox Sep 04 '11 at 00:32
  • You're mistaking FTTN (Fibre to the Node) for FTTH. FTTN is the crappy poor man's version, FTTH is the real deal: a fibre-optic link directly into your home modem/router. – markt Jan 03 '15 at 00:00