PPPoE - meaning and definition. What is PPPoE
Diclib.com
Online Dictionary

What (who) is PPPoE - definition

COMPUTER NETWORK PROTOCOL
PPPOE; Pppoe; PPPoE; PPoE; PPOE; Ppp-udeb; Point-to-point protocol over Ethernet; PADR

PPPOE         
Point-to-Point Protocol Over Ethernet [Additional explanations: protocol] (Reference: ADSL, RFC 2516), "Style: PPPoE"
Point-to-Point Protocol over Ethernet         
<communications, protocol> (PPPoE) The protocol defined in RFC 2516 that allows one or more computers to connect to the Internet via a shared modem. The computers connect to the modem via a local area network such as Ethernet and the modem connects to an Internet Service Provider (ISP) via a serial connection such as PPP over ADSL. PPPoE provides each user with a connection that looks and behaves like a point-to-point dial-up connection even though they are actually sharing an Ethernet or wireless network. At the same time, the ISP only needs to provide a single Internet connection, with the same kind of accounting as for PPP. Also, the IP address is only assigned when the PPPoE connection is open, allowing the dynamic reuse of IP addresses via DHCP. PPPoE works by encapsulating PPP frames in Ethernet frames. (2006-09-20)

Wikipedia

Point-to-Point Protocol over Ethernet

The Point-to-Point Protocol over Ethernet (PPPoE) is a network protocol for encapsulating Point-to-Point Protocol (PPP) frames inside Ethernet frames. It appeared in 1999, in the context of the boom of DSL as the solution for tunneling packets over the DSL connection to the ISP's IP network, and from there to the rest of the Internet. A 2005 networking book noted that "Most DSL providers use PPPoE, which provides authentication, encryption, and compression." Typical use of PPPoE involves leveraging the PPP facilities for authenticating the user with a username and password, predominately via the PAP protocol and less often via CHAP. Around 2000, PPPoE was also starting to become a replacement method for talking to a modem connected to a computer or router over an Ethernet LAN displacing the older method, which had been USB. This use-case, connecting routers to modems over Ethernet is still extremely common today.

On the customer-premises equipment, PPPoE may be implemented either in a unified residential gateway device that handles both DSL modem and IP routing functions or in the case of a simple DSL modem (without routing support), PPPoE may be handled behind it on a separate Ethernet-only router or even directly on a user's computer. (Support for PPPoE is present in most operating systems, ranging from Windows XP, Linux to Mac OS X.) More recently, some GPON-based (instead of DSL-based) residential gateways also use PPPoE, although the status of PPPoE in the GPON standards is marginal.

PPPoE was developed by UUNET, Redback Networks (now Ericsson) and RouterWare (now Wind River Systems) and is available as an informational RFC 2516.

In the world of DSL, PPPoE was commonly understood to be running on top of ATM (or DSL) as the underlying transport, although no such limitation exists in the PPPoE protocol itself. Other usage scenarios are sometimes distinguished by tacking as a suffix another underlying transport. For example, PPPoEoE, when the transport is Ethernet itself, as in the case of Metro Ethernet networks. (In this notation, the original use of PPPoE would be labeled PPPoEoA, although it should not be confused with PPPoA, which is a different encapsulation protocol.)

PPPoE has been described in some books as a "layer 2.5" protocol, in some rudimentary sense similar to MPLS because it can be used to distinguish different IP flows sharing an Ethernet infrastructure, although the lack of PPPoE switches making routing decisions based on PPPoE headers limits applicability in that respect.