0% found this document useful (0 votes)
207 views5 pages

PPPoE Vs DHCP

PPPoE and DHCP are common protocols for obtaining IP addresses, but they serve different purposes. PPPoE encapsulates PPP frames in Ethernet and is commonly used to connect to ISPs, requiring username/password authentication. DHCP dynamically assigns IP addresses and configuration information without authentication, making it simpler for devices to connect to networks. The main differences are that PPPoE requires upfront configuration and authentication while DHCP is plug-and-play, with PPPoE used more for broadband access and DHCP for internal networks.

Uploaded by

emmanuel mwaka
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
207 views5 pages

PPPoE Vs DHCP

PPPoE and DHCP are common protocols for obtaining IP addresses, but they serve different purposes. PPPoE encapsulates PPP frames in Ethernet and is commonly used to connect to ISPs, requiring username/password authentication. DHCP dynamically assigns IP addresses and configuration information without authentication, making it simpler for devices to connect to networks. The main differences are that PPPoE requires upfront configuration and authentication while DHCP is plug-and-play, with PPPoE used more for broadband access and DHCP for internal networks.

Uploaded by

emmanuel mwaka
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

PPPoE vs DHCP: What Is the Difference?

PPPoE vs DHCP are not relevant items and the debate between them lasts for a long time:
PPPoE or Point-to-Point Protocol over Ethernet is commonly used to connect to an ISP
while DHCP or Dynamic Host Configuration Protocol is a protocol for obtaining IP addresses
to clients computer. So which is better? Should we use DHCP over PPPoE or vice versa. This
article will walk you through PPPoE vs DHCP and to find out the answer all by yourself.

PPPoE vs DHCP: What Is PPPoE?

PPPoE Meaning

PPPoE is a network protocol used to encapsulate PPP (Point-to-Point Protocol) frames inside
Ethernet frames. It combines the PPP that owns the function of authentication and encryption,
and the Ethernet protocol that can support multiple users in a LAN. Usually, a PPPoE
architecture is made up of PPPoE clients, PPPoE servers, hosts and ADSL modems, etc.
Figure 1: PPPoE Configuration

Using PPPoE, subscribers can dial from one router (PPPoE client) to another (PPPoE server)
over the BRAS (Broadband Remote Access Server), then establish a point-to-point connection
and transmit data packets over the connection. To employ PPPoE, you need a username and a
password provided by your ISP, which you use to dial your ISP and establish a connection. But
in today’s networks, with modems incorporated into the connection, you can simply set your
username and password only once and your modem can automatically connect to the network
whenever you turn it on.

PPPoE vs Dynamic IP vs Static IP


PPPoE is what lets your computer talk to your modem over an Ethernet network. Dynamic and
static IP addresses are related concepts. Typically, your needs an IP address in order to connect
to the Internet. If you have a static IP address, it means there's an IP address reserved for you,
and no matter how many times you connect and disconnect, you'll always get that same address.
If you have a dynamic IP address, it means that someone is going to assign you an IP address
(usually your ISP), and usually they'll have a pool of IP addresses set aside, and will just give
you a random one from that pool. That means when you disconnect and reconnect, you might
get the same IP address, or you might get a different one. For DHCP vs Static IP, read DHCP
vs Static IP: Which One Is Better?

How PPPoE Connection Works

Since a myriad of users are sharing the same physical connection to the BRAS that routes traffic
to and from broadband remote access devices on an ISP network, PPPoE can keep track of
which user’s traffic should go and which user should be billed.

PPPoE working process includes two main phases:

• Discovery Phase—In this phase, the PPPoE client identifies the local Ethernet MAC
address and establishes a session ID. And the hosts locate multiple PPPoE servers, and
then allow the user to choose one.
• Session Phase—When the discovery phase completes successfully, both the host and
the selected server have information about their PPP connection over the Ethernet. Then
PPPoE allows data to be transferred over the PPP link within PPPoE headers. Therefore,
a session is established between an individual user and the remote site, which can be
monitored. Meanwhile, the user billing is produced and recorded by PPPoE.

PPPoE vs DHCP: What Is DHCP?

DHCP Meaning

DHCP is a standardized client/server network protocol that dynamically assigns IP addresses


and other related configuration information to network devices. It is known that each device
from a TCP/IP network should have a unique IP address to access the network. So without
DHCP configuration, network admins have to configure IP addresses manually if they want to
add new computers or move computers from one subnet to another. Usually, a DHCP
architecture is made up of DHCP clients, DHCP servers and DHCP relay agents (often a router
or switch with DHCP).
Figure 2: DHCP Configuration

DHCP works to offer an automated way to distribute and update IP addresses and other
configuration information on a network. A DHCP server provides information to a DHCP
client through the exchange of a series of messages. A DHCP relay agent is used to forward
DHCP packets between clients and servers when they are not on the same physical subnet.

PPPoE vs DHCP: How They Differ?

The differences between PPPoE vs DHCP can be summarized as follows:

• PPPoE needs to be configured correctly before a user can actually connect to the
Internet, however, DHCP doesn’t need to be configured and is basically plug and play.
So using DHCP to connect to an ISP eliminates the problems that are associated with
PPPoE. Just like computers on a network, you do not need to configure your computer
beforehand. You simply leave everything automatic and leave the configuration to the
ISP servers.
• DHCP doesn’t need authenticating, and the IP will keep unknown to you when turning
on the network. What you will do is to wait for the DHCP server to assign randomly an
IP to you from all the Internet IP addresses. However, PPPOE needs authenticating
first. Only when your account password is correct, will it assign a valid IP to you.
• Since PPPoE enables a large number of host to form a network unit and control, bill
each host, it is widely used in community, buildings, and campus. And the prevailing
ADSL broadband access way has adopted the PPPoE protocol. As for DHCP, it is
typically used to dynamically assign IP addresses to a company's LAN or the Internet.

Conclusion
There is not better than the other, they serve two entirely different functions, with zero overlap.
Both PPPoE and DHCP are critical in connecting to the network, which works to acquire IP
address. What distinguishes PPPoE vs DHCP is the methods to obtain IP. Using PPPoE, you
have to configure a username and password first, which will make authentication next time you
turn on the network to acquire an IP. As for DHCP, the IP will be assigned automatically to
you without authentication.

46

You might also like