What is the Point-to-Point Protocol over Ethernet (PPPoE) network protocol? (2024)

By

  • Robert Sheldon
  • Kevin Ferguson

What is Point-to-Point Protocol over Ethernet (PPPoE)?

Point-to-Point Protocol over Ethernet (PPPoE) is a network protocol that facilitates communication between network endpoints. PPPoE encapsulates Point-to-Point Protocol (PPP) frames inside Ethernet frames, offering the same benefits as PPP, while providing connectivity across Ethernet networks.

With PPPoE, service providers can manage multiple client systems, authenticate their access to its services and track customer data usage. PPPoE also supports services such as data encryption and compression.

What is PPPoE used for?

PPPoE is commonly used by internet service providers (ISPs) to deliver internet access services to their customers, typically over broadband connections. PPPoE is implemented extensively by providers offering digital subscriber line (DSL) services. Providers that use PPPoE can connect multiple hosts on a single Ethernet local area network to a remote site via a common device such as a cable or DSL modem. The protocol can also support wireless connections to the internet.

UUNET, Redback Networks and RouterWare developed PPPoE to address PPP limitations and provide a solution for organizations that relied on common customer premises equipment to support multihost environments. In February 1999, the Internet Society helped to formalize PPPoE by publishing Request for Comments 2516, an informational specification that describes PPPoE and how to build PPP sessions and encapsulate PPP packets over Ethernet.

How does PPPoE work?

Ethernet and PPP do not provide native support for each other, yet they both offer important benefits for supporting multihost network environments. PPPoE bridges the gap between Ethernet and PPP by facilitating a point-to-point relationship between network peers. A multihost Ethernet environment can use PPPoE to open PPP sessions to multiple destinations via one or more bridging modems.

Like Ethernet and PPP, PPPoE operates at the network access layer in the Transmission Control Protocol/Internet Protocol (TCP/IP) and at the data link layer in the Open Systems Interconnection (OSI) model. The protocol is intended for use with remote access broadband technologies that offer a bridged Ethernet topology. With PPPoE, service providers can take advantage of Ethernet's cost-effective benefits and still maintain the session abstraction, access control and billing functionality available to PPP.

What is the Point-to-Point Protocol over Ethernet (PPPoE) network protocol? (1)

PPPoE communications are carried out in two stages: PPPoE discovery and PPP session. During the PPPoE discovery stage, the client system establishes a communication channel with an access concentrator (AC) -- a PPPoE server that negotiates and authenticates the connections with PPPoE clients. For example, a service provider might maintain multiple ACs for delivering internet access services to its customers.

When a client attempts to initiate a session with an AC, the client and AC enter into a four-step discovery process in which specific packet types are exchanged:

  1. The client initiates communication by transmitting a PPPoE Active Discovery Initiation (PADI) packet that includes a request for service.
  2. When an AC receives the PADI, it responds by sending a PPPoE Active Discovery Offer (PADO) packet that contains its own name and other details about the offered service.
  3. In response to the PADO, the client sends a PPPoE Active Discovery Request (PADR) packet to the AC, in effect, to accept the service. If the client receives PADOs from multiple ACs, it selects one based on the name or services offered.
  4. When the AC receives the PADR, it sends a PPPoE Active Discovery Session-confirmation (PADS) packet that confirms the connection and provides a session ID, which is used throughout the session.

After the discovery stage is complete and the connection has been established, the client and AC move on to the PPP session stage. During the session stage, point-to-point communications between the client and AC are carried out just like any PPP encapsulation. The Ethernet packets themselves are sent unicast.

At any point during the session, either the AC or client can send a PPPoE Active Discovery Termination (PADT) packet to end the session. When the client or AC receives the PADT, no further PPP traffic is allowed during that session.

What is the Point-to-Point Protocol over Ethernet (PPPoE) network protocol? (2)

How is PPPoE configured?

Some ISPs supply their customers with broadband modems that have the PPPoE connections already configured. In some cases, however, administrators might need to set up the connection manually. For this, they will need to know the PPPoE username, password and maximum transmission unit (MTU) size. The ISP should provide the customer with the username and password, but administrators are responsible for the MTU sizing.

Networks must be configured with the correct MTU size to work properly. The size is specified in octets -- eight-bit bytes -- and determines the maximize size packet or frame that can be sent across a network. TCP uses MTU when transmitting packets between devices connected to the internet.

An MTU size that's too large might result in retransmissions if the packet encounters a router that can't handle the packet size. An MTU size that's too small can result in more header overhead and a greater number of acknowledgements that need to be sent and received. The recommended MTU for a network interface connected to a PPPoE network is generally a maximum of 1492.

There might also be times when users need to configure PPPoE connections directly from their computers, such as when a bridging modem is set up for passthrough PPPoE connectivity. In this case, users must manually configure the PPPoE connections.

Fortunately, major operating systems, such as macOS, Linux and Windows, include native PPPoE support, so setting up the connection is fairly straightforward. However, users will need the PPPoE account information -- service name, username and password -- which is typically provided by the ISP. Once they set up their connections, they should not need to bother with it again, unless they upgrade their systems or perform other operations that impact the connection.

PPPoE vs. DHCP

Dynamic Host Configuration Protocol (DHCP) is often compared to PPPoE or mentioned within the same context. DHCP is a communications protocol that runs at the TCP/IP application layer. It lets network administrators centrally manage and automate the assignment of IP addresses across a network. It also lets them monitor and distribute IP addresses from a central point and automatically send new IP addresses when computers plug in to other network locations.

DHCP allocates unique IP addresses to network devices so that data packets can be delivered back and forth. The DHCP architecture is typically made up of DHCP clients, DHCP servers and DHCP relay agents. Without DHCP, network administrators must manually configure IP addresses when adding or moving devices from one subnet to another -- or come up with another solution.

What is the Point-to-Point Protocol over Ethernet (PPPoE) network protocol? (3)

Unlike DHCP, PPPoE encapsulates network traffic based on credentialed access. Once a session is established, IP addresses can be assigned to client devices. PPPoE also includes authentication capabilities that enable ISPs to control and monitor access. However, PPPoE must be configured correctly before users can connect to the internet.

In general, PPPoE serves a much different purpose from DHCP. It facilitates authenticated PPP communications on an Ethernet network, whereas DHCP dynamically allocates IP addresses without requiring authentication.

This was last updated in September 2021

Continue Reading About Point-to-Point Protocol over Ethernet (PPPoE)

  • 12 common network protocols and their functions explained
  • The differences between PAP and CHAP
  • How to learn networking fundamentals, from a software pro
  • How cloud-native networking will transform infrastructure
  • BGP vs. OSPF: When to use each protocol

Related Terms

What is a personal area network (PAN)?
A personal area network (PAN) is a small network that interconnects technology devices within a limited range of just a few ...Seecompletedefinition
What is a unique identifier (UID)?
A unique identifier (UID) is a numeric or alphanumeric string that is associated with a single entity within a given system.Seecompletedefinition
What is asynchronous?
In general, asynchronous -- from Greek asyn- ('not with/together') and chronos ('time') -- describes objects or events not ...Seecompletedefinition

Dig Deeper on Network infrastructure

  • jumbo framesBy: GavinWright
  • How to check an IP address in LinuxBy: JackWallen
  • Point-to-Point Protocol (PPP)By: AndrewFroehlich
  • payload (computing)By: AndrewFroehlich
What is the Point-to-Point Protocol over Ethernet (PPPoE) network protocol? (2024)
Top Articles
3 Ways to Burn 500 Calories on the Treadmill
Unraveling the Power of Blockchain: An Insight into Layered Architecture
English Bulldog Puppies For Sale Under 1000 In Florida
Katie Pavlich Bikini Photos
Gamevault Agent
Pieology Nutrition Calculator Mobile
Hocus Pocus Showtimes Near Harkins Theatres Yuma Palms 14
Hendersonville (Tennessee) – Travel guide at Wikivoyage
Compare the Samsung Galaxy S24 - 256GB - Cobalt Violet vs Apple iPhone 16 Pro - 128GB - Desert Titanium | AT&T
Vardis Olive Garden (Georgioupolis, Kreta) ✈️ inkl. Flug buchen
Craigslist Dog Kennels For Sale
Things To Do In Atlanta Tomorrow Night
Non Sequitur
Crossword Nexus Solver
How To Cut Eelgrass Grounded
Pac Man Deviantart
Alexander Funeral Home Gallatin Obituaries
Energy Healing Conference Utah
Geometry Review Quiz 5 Answer Key
Hobby Stores Near Me Now
Icivics The Electoral Process Answer Key
Allybearloves
Bible Gateway passage: Revelation 3 - New Living Translation
Yisd Home Access Center
Pearson Correlation Coefficient
Home
Shadbase Get Out Of Jail
Gina Wilson Angle Addition Postulate
Celina Powell Lil Meech Video: A Controversial Encounter Shakes Social Media - Video Reddit Trend
Walmart Pharmacy Near Me Open
Marquette Gas Prices
A Christmas Horse - Alison Senxation
Ou Football Brainiacs
Access a Shared Resource | Computing for Arts + Sciences
Vera Bradley Factory Outlet Sunbury Products
Pixel Combat Unblocked
Movies - EPIC Theatres
Cvs Sport Physicals
Mercedes W204 Belt Diagram
Mia Malkova Bio, Net Worth, Age & More - Magzica
'Conan Exiles' 3.0 Guide: How To Unlock Spells And Sorcery
Teenbeautyfitness
Where Can I Cash A Huntington National Bank Check
Topos De Bolos Engraçados
Sand Castle Parents Guide
Gregory (Five Nights at Freddy's)
Grand Valley State University Library Hours
Hello – Cornerstone Chapel
Stoughton Commuter Rail Schedule
Nfsd Web Portal
Selly Medaline
Latest Posts
Article information

Author: Domingo Moore

Last Updated:

Views: 6025

Rating: 4.2 / 5 (53 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Domingo Moore

Birthday: 1997-05-20

Address: 6485 Kohler Route, Antonioton, VT 77375-0299

Phone: +3213869077934

Job: Sales Analyst

Hobby: Kayaking, Roller skating, Cabaret, Rugby, Homebrewing, Creative writing, amateur radio

Introduction: My name is Domingo Moore, I am a attractive, gorgeous, funny, jolly, spotless, nice, fantastic person who loves writing and wants to share my knowledge and understanding with you.