Why is VoIP cheaper than a standard telephone line?
Networking, Random August 17th, 2007 - 8,495 viewsYesterday, Comcast came by to install their digital voice package at my apartment. Comcast has a special deal going on now: $24.95/month for 6 months, unlimited long distance. Skype’s even cheaper — $3/month for outgoing calls and $5/month for incoming (when they’re up). But here’s what I’m wondering: why’s it so cheap? Why is VoIP cheaper than a traditional plain old telephone service (POTS) line? Or, put another way, why is a POTS line more expensive than a VoIP line?
Let me take a moment to clarify. I understand why VoIP is cheaper for enterprise applications. Network convergence lowers the fixed cost of infrastructure, and commodity TCP/IP telecommunications equipment is a lot less expensive than specialized Public Switched Telephone Network (PSTN) equipment. What I’m wondering is why a single, residential POTS line (where fixed costs are already sunk, and there’s very little marginal cost) costs more than a VoIP connection.
In the beginning there was voice
Usually when I bring this up the first response people have is “duh, it’s the Internet — everything is cheaper online.” Competition, low overhead, etc, etc. But these people usually don’t know much about the history of the telcos, their relationship with computer networks, and the way data actually gets around the Internet. Even I had to go back to the books for some of this stuff. But keep reading: understanding this history is critical to fully appreciating the mystery behind the VoIP vs. POTS pricing riddle.
Long before computer networks became important, telephone companies were using digital communication. The first digital voice circuit was used in Chicago in 1962 (ARPANET, the predecessor to today’s Internet, wasn’t up and running until 1969). The telcos used these digital circuits to send lots of voice connections over long distances — something that analog circuits were no good at — and they continue to use them for this purpose today.
Voice communication has a few special characteristics. For one thing, it’s inherently real-time. You’d get annoyed if phone calls consisted of long periods of silence followed by several seconds of high-speed playback to catch up with the conversation on the other end. To prevent this from happening, digital voice circuits provide guaranteed Quality of Service (QoS). Once a connection is provisioned, you’ll always get exactly the amount of bandwidth you need. It’s not just bandwidth though, latency and jitter are also carefully controlled by using small, fixed sized data packets. The point is, these networks were specially designed to facilitate voice communication.
Then along came the Internet
When computer networks began popping up in the 1980s, the telcos wanted in. They already had a lot of infrastructure so they started looking at how they could send data over their existing trunk lines. They came up with a number of technologies with varying levels of success. But there was (and is) a problem: data networks are fundamentally different than voice networks.
First, data doesn’t have the same real-time constraints voice has. Computers can handle bursty connections, so latency and jitter aren’t a big issue. Packets can arrive out of order, long after they’re requested, without causing problems. And in most cases bandwidth guarantees aren’t needed; it makes more sense to let a single computer consume all available bandwidth if it’s the only one active.
With these things in mind, the Internet Protocol (IP) was designed to provide best effort delivery. That means it doesn’t guarantee bandwidth, data frequently arrives out of order (or not at all), and latency and jitter are accepted. Sending real-time data (like voice communication) over IP is very inefficient, and a huge pain. But it’s great for sending normal data like web sites and email.
Despite these differences, the telcos had infrastructure in place, so there was a lot of incentive to use it. After a few misses, Asynchronous Transfer Mode (ATM) was designed as a compromise technology that could carry both voice and data. But, in reality, it’s much less efficient than a pure data network. The overhead for data transfers on ATM is more than 10%, compared to about one percent for an ethernet link running full-throttle. While gigabit ethernet is challenging the technology, to this day ATM is used on most Internet backbones. And here’s the clencher: long distance telephone calls go over the same lines.
Wrapping things up
So in the end, PSTN and VoIP phone calls go over the same network. Yet, for some reason, the technology that makes more efficient use of existing network resources (PSTN) is more expensive. VoIP layers voice on top of IP, which is not ideal for transmitting real-time data (no QoS, high jitter). IP is then layered on top of ATM, which is not ideal for transmitting data packets (high overhead). Despite all that inefficiency, VoIP providers still manage to charge less than their old school telco counterparts. What gives?
August 17th, 2007 at 10:45 pm
POTS may be more efficient in terms of payload bits to total bits, but VoIP is more efficient in terms of resource utilization. VoIP traffic is very small and piggybacking it onto the existing data network which is being paid for via Internet traffic doesn’t add much cost (on the last mile connection).
The main reason for why POTS is more expensive is due to the stringent requirements and paperwork the regulatory agencies place on the POTS systems vs. VoIP. POTS systems are lifeline systems and “MUST” work!!! VoIP is viewed by mainstream as still a developmental toy; however, even VoIP providers are being forced to start following the same rules. All this extra QoS, paperwork, certification, testing, etc adds to the cost which is forwarded to the final consumer.
August 18th, 2007 at 2:48 am
I suppose, but all those costs are still sunk. They have to pay them whether or not I have a phone line. And the VoIP folks are definitely being pushed to offer the same service level that the telcos offer. The Comcast media connecter has a battery backup that (supposedly) lasts several hours to compete with the powered PSTN system.
Even with all the additional costs, it’s $8 for unlimited Skype vs. $40 for unlimited AT&T (and that’s an “Internet special”). That’s $32/month worth of paperwork.
August 18th, 2007 at 1:50 pm
the real reason is more likely due to competition - or lack thereof - in the telephone sector. Your traditional telephone line (if you still get one) is provided by a single large telephone company, and if you’re not happy with it, too bad. but voip delivery doesn’t require laying down wire or getting right-of-way or building out infrastructure of any kind, so it is open to lots of companies who are able to use existing infrastructure to provide services, and who, for the most part, compete on price. Lots of competition drives down prices.
August 19th, 2007 at 3:28 am
This is really two questions.
1. Why is phone service so expensive?
Prices are based on per-VOIP conditions in which a single phone company had a local monopoly. VOIP remains non-mainstream, and so these prices have not been brought down by the competition. The prices are partially driven by actual costs of equipment and such, which tend to be very long-term investments, but are substantially inflated.
2. Why is VOIP so cheap?
Partially because the service can be relatively bad (but hey, it’s so cheap, who cares!). QoS doesn’t have to match POTS. But mostly because the marginal costs to the VOIP provider are low. Consider Skype or Vonage, which merely have to have servers and bandwidth to support them. Cable companies get a better deal; since they provide the link to your house, they effectively are getting wholesale prices on bandwidth. And personnel costs are very different; AT&T needs linemen to fix any physical lines or equipment that gets damaged. Skype just needs people to run its datacenter, and Comcast already has the staff due to its cable and internet network.
August 20th, 2007 at 8:28 am
POTS is more expensive because:
- It includes mandated costs, infrastructure costs and unprofitable things like lifeline service and rural service.
- The service is a monopoly whose rates are set by state governments
- Workers are all well paid and unionized
- Lots of built in taxes… even weird things like property taxes on poles.
VoIP is cheaper because it unregulated and uses low-cost commodity networking, and the infrastructure is subsidized by cable TV and POTS subscribers who are paying too much.
August 20th, 2007 at 1:04 pm
So could it be that the telephone networks are not compressing their voice just as much? It wasn’t long that mp3 could be done on the fly on a PC. You can also win a whole lot of compression by small sacrifice in the sound quality. Perhaps the phone companies did not upgrade to efficient compression standards, or perhaps they just don’t squeeze it as much.
August 29th, 2007 at 10:47 pm
Well Probably the equipment to support voice.
I’ve worked in the industry.
Say you have a T1 (1.54 Mb/s), that’s 24 voice lines - you have to convert that from digital to analog - which would give you 24 64 Kb/s lines. But you have to do ‘bit robbing’ for signaling purposes so you end up with a max of 56Kb/s (of course there is no way in hell with out compression to get a full 56Kb/s - so you get 52-54Kb/s max).
So with 1 T1 - that comes off a T3 which is 45 Mb/s which means you get 28 T1’s. Well you have to convert those 28 connections via a M13-Mux..
The T3’s has to get convert up to something else.. Then you get into the SONNET world usually. Once you get there you have concatenation which mixes voice with Ethernet, ATM, etc… Cross Connects and all that wonderful stuff comes in later.
Voice is easily handled were data has so many variables that can be slowed down, re-routed and the such..
November 20th, 2007 at 2:37 pm
VoIP is also cheaper because it’s still unregulated technology and the government hasn’t got around to slapping some kind of jargon-filled tax law on it yet.
February 22nd, 2008 at 3:32 pm
You still need to pay for Internet. You can’t buy VoIP with out Internet! Unfortunately, the reverse in not true. That the cost of Internet over Telephone lines isn’t cheaper.
From what I know, and I am not an expert is that Phone companies place a High Pass Filter on your phone line to pass the data through their infrastructure. Voice is usually in the low to mid-range.
It’s probably the union costs and the equipment on the other end that make it expensive.