SlideShare a Scribd company logo
Dynamic Host
Configuration Protocol
2
Objectives
• Outline the benefits of using DHCP
• Describe the DHCP lease and renewal process
• Install and authorize the DHCP service
• Configure DHCP scopes
• Create DHCP reservations for client computers
• Configure DHCP options
• Understand and describe the purpose of a DHCP
relay
• Install and configure a DHCP relay
3
DHCP Overview
• Used to automatically deliver IP addressing
• Reduces the amount of time you spend configuring
computers on your network
• Used by default unless you specify otherwise
• The ipconfig /all command will indicate whether the
configuration came from a DHCP server computer
4
DHCP Overview (continued)
5
DHCP Overview (continued)
6
Leasing an IP Address
• An IP address is leased during the boot process
• The overall process is composed of four broadcast
packets:
• DHCPDISCOVER
• DHCPOFFER
• DHCPREQUEST
• DHCPACK
7
Leasing an IP Address
(continued)
• Any DHCP server that receives the DHCPDISCOVER
packet responds with a DHCPOFFER packet
• The DHCP client responds to the DHCPOFFER
packet it receives with a DHCPREQUEST packet
• A DHCPACK packet indicates confirmation that the
client can use the lease
• Once DHCPACK is received, the client can start using
the IP address and options in the lease
8
Leasing an IP Address
(continued)
9
Renewing an IP Address
• The IP address can either be permanent or timed
• A permanent address is never reused for another
client
• Timed leases expire after a certain amount of time
• Windows clients attempt to renew their lease after
50% of the lease time has expired
• A DHCP server may either honor or reject a renew
request
10
Renewing an IP Address
(continued)
11
Installing and Authorizing the
DHCP Service
• A DHCP service must be authorized after installation
12
Installing the DHCP Service
• DHCP is a standard service
• It is included in Windows Server 2003
• It is not installed as part of a default installation
13
Installing the DHCP Service
(continued)
14
Activity 4-1: Installing DHCP
• Objective: Install DHCP on Windows Server 2003
• Make sure your network connection is statically
configured
• Install the service using the Add/Remove Windows
Components utility
15
Authorizing the DHCP Service
• Unauthorized DHCP servers can hand out bad
information
• DHCP will not start unless authorized
• If Active Directory is used, authorization takes place
in Active Directory
• DHCP servers are automatically authorized under
certain conditions
16
Authorizing the DHCP Service
(continued)
17
Authorizing the DHCP Service
(continued)
18
Activity 4-2:
Starting an Authorized DHCP
Server
• Objective: View the results of starting a DHCP server
that does not participate in an Active Directory
domain
• Check to make sure the service is running
• Check out any relevant events using the System Log
19
Activity 4-3:
Installing the Active Directory
Service
• Objective: Install the Active Directory service on
your computer and participate in an Active Directory
domain
• Use the dcpromo utility
• Select “domain controller for a new domain”
• Select “domain in a new forest”
• Continue through the resulting dialogs
20
Activity 4-4:
Starting an Unauthorized DHCP
Server
• Objective: View the results of starting an unauthorized
DHCP server
• View the System Log to see the result of starting an
unauthorized DHCP server
21
Activity 4-5:
Authorizing a DHCP Server
• Objective: Authorize a DHCP server in Active
Directory
• Go to the DHCP snap-in and choose the activate
option
22
Configuring DHCP Scopes
• Scope defines a range of IP addresses
• Each scope is configured with:
• Description
• Starting IP address
• Ending IP address
• Subnet mask
• Exclusions
• Lease duration
• Two strategies exist for defining the starting and
ending IP addresses
• Allow all and exempt the few static addresses
• Use only the addresses not already in use
23
Configuring DHCP Scopes
(continued)
24
Configuring DHCP Scopes
(continued)
• Exclusions are used to prevent some IP addresses
from being handed out dynamically
• Lease duration defines how long client computers are
allowed to use an IP address
• Default lease duration is eight days
• A scope must be activated before the DHCP service
can begin using it
25
Activity 4-6: Creating a Scope
• Objective: Create a scope to distribute IP addresses to
client computers
• Manually enter the IP configuration settings as
directed by the text
• Create a new scope using the configuration settings
provided
26
Activity 4-7:
Activating and Testing a Scope
• Objective: Activate a DHCP scope, and then test it
with a partner
• One person will activate the scope created in the
previous activity
• Another person will try to obtain an automatic IP
address from the server
27
Creating DHCP Reservations
• Reservations are used to hand out a specific IP
address to a particular client
• Useful when delivering IP addresses to devices that
would normally use static addresses
• Can also be beneficial when firewalls are in place
• Reservations are created based on MAC addresses
28
Creating DHCP Reservations
(continued)
29
Activity 4-12:
Creating and Testing a
Reservation
• Objective: Create a DHCP reservation, and test it
with a client
• Configure the server to reserve an IP address for a
client machine
• Test to see if the client machine picks up the reserved
address
30
Configuring DHCP Options
• DHCP can hand out a variety of other IP configuration
options
• It is common that all workstations within an entire
organization use the same DNS servers
• DNS is often configured at the server level
31
Configuring DHCP Options
(continued)
32
Configuring DHCP Options
(continued)
33
Activity 4-13:
Setting Server Options
• Objective: Set the DNS server option for a DHCP
server
• Check 006 DNS servers option
• Add the IP address x.0.0.250
34
Activity 4-14:
Setting Scope Options
• Objective: Set the default gateway in the scope
options
• Use the DHCP snap-in to complete this activity
35
Activity 4-15:
Testing Server & Scope Options
• Objective: Activate a DHCP scope, and then test it
with a partner to ensure that scope options are handed
out
• Activate a DHCP scope
• Configure a client to access the server
• Check the default gateway and DNS settings to find
out whether or not the configurations entered in
previous activities were done correctly
36
Configuring a DHCP Relay
• DHCP packets cannot travel across a router
• A relay agent is necessary in order to have a single
DHCP server handle all leases
• Relay agents receive broadcast DHCP packets and
forward them as unicast packets to a DHCP server
• The DHCP relay cannot be installed on the same
server as the DHCP service
37
Configuring a DHCP Relay
(continued)
38
Configuring a DHCP Relay
(continued)
39
Activity 4-16:
Configuring a DHCP Relay
• Objective: Uninstall the DHCP service from your
computer and configure it as a DHCP relay
• Uninstall the DHCP service
• Configure the computer as a relay by using the
Routing and Remote Access tool provided in
Windows
40
Summary
• DHCP dynamically assigns IP address information to clients
on a network
• The DHCP lease process is composed of four packets:
• DHCPDISCOVER
• DHCPOFFER
• DHCPREQUEST
• DHCPACK
• A DHCP client attempts to renew its lease at 50%, 87.5%, and
100% of the lease time
• The commands ipconfig /release and ipconfig /renew can be
used to release and renew DHCP leases
41
Summary (continued)
• If the Active Directory service is present on your
network, each DHCP server must be authorized in
Active Directory to lease addresses to clients
• A scope defines a range of IP addresses that are
leased to clients
• A superscope combines two scopes into a single
logical unit to service network segments with two
subnets
42
Summary (continued)
• An exclusion in a scope can stop a DHCP server from
handing out specific addresses
• A reservation allows you to give a specific
workstation a defined IP address by tying the DHCP
lease to the MAC address of the client
• Vendor and user classes can be used to configure
some client computers with different options,
depending on the class to which they belong
• A DHCP relay agent is required on each network that
requires IP configuration from a DHCP server across
a router

More Related Content

PPTX
Server virtualization
Kingston Smiler
 
PPT
Computer network
Neha Gupta
 
PPTX
Dhcp ppt
Hema Dhariwal
 
PPT
VMware Presentation
Emirates Computers
 
PPTX
Dns presentation
Anurag Pandey
 
PDF
Telecom Roaming Overview
Shilpin Pvt. Ltd.
 
PDF
DNS - Domain Name System
Peter R. Egli
 
Server virtualization
Kingston Smiler
 
Computer network
Neha Gupta
 
Dhcp ppt
Hema Dhariwal
 
VMware Presentation
Emirates Computers
 
Dns presentation
Anurag Pandey
 
Telecom Roaming Overview
Shilpin Pvt. Ltd.
 
DNS - Domain Name System
Peter R. Egli
 

What's hot (20)

PPTX
Dhcp
Chinmoy Jena
 
PPT
dynamic host configuration protocol
kinish kumar
 
PPT
Dhcp presentation 01
maverick4489
 
PPTX
Dhcp
Tapan Khilar
 
PDF
DHCP (dynamic host configuration protocol)
Netwax Lab
 
PPT
DHCP Server & Client Presentation
raini
 
PPT
DHCP Protocol
Mohammed Hisham
 
PPSX
Lesson 6: Dynamic Host Configuration Protocol A
Mahmmoud Mahdi
 
PPT
Dhcp
tameemyousaf
 
PPSX
Subnetting
selvakumar_b1985
 
PPT
Configuration DHCP
Tan Huynh Cong
 
PPTX
Dhcp
Sandeep Kamath
 
PPTX
Basics about IP address, DNS and DHCP.
abhishek bhandare
 
PPTX
Subnetting Presentation
Touhidul Fahim
 
PPTX
DHCP (Dynamic Host Configuration Protocol)
Faisal Jatt
 
PDF
TCP - Transmission Control Protocol
Peter R. Egli
 
PPTX
Ccna PPT
AIRTEL
 
PDF
DNS (Domain Name System)
Shashidhara Vyakaranal
 
PPT
Domain name system
Diwaker Pant
 
PPTX
Unicast multicast & broadcast
NetProtocol Xpert
 
dynamic host configuration protocol
kinish kumar
 
Dhcp presentation 01
maverick4489
 
DHCP (dynamic host configuration protocol)
Netwax Lab
 
DHCP Server & Client Presentation
raini
 
DHCP Protocol
Mohammed Hisham
 
Lesson 6: Dynamic Host Configuration Protocol A
Mahmmoud Mahdi
 
Subnetting
selvakumar_b1985
 
Configuration DHCP
Tan Huynh Cong
 
Basics about IP address, DNS and DHCP.
abhishek bhandare
 
Subnetting Presentation
Touhidul Fahim
 
DHCP (Dynamic Host Configuration Protocol)
Faisal Jatt
 
TCP - Transmission Control Protocol
Peter R. Egli
 
Ccna PPT
AIRTEL
 
DNS (Domain Name System)
Shashidhara Vyakaranal
 
Domain name system
Diwaker Pant
 
Unicast multicast & broadcast
NetProtocol Xpert
 
Ad

Similar to DHCP (20)

PPT
DHCP sever configration in computer .ppt
imranahmadrana28
 
PPT
Dhcp
tameemyousaf
 
PPTX
Microsoft Offical Course 20410C_06
gameaxt
 
PPTX
Implementing Dynamic Host
Napoleon NV
 
PPT
080 DHCP
VIPAL PATEL
 
PPT
13 - DHCP Service.ppt
ssuserf7cd2b
 
PPTX
6421 b Module-02
Bibekananada Jena
 
PPT
DHCP PROTOCOL
atharvakale07
 
PPT
Durai presentation of dhcp
duraimurugan89
 
PPTX
Module (8) DHCP Server.pptx
GeorgeThoreJr
 
PPTX
Group-7-DHCPv4.pptx
IvanTabanag1
 
PPT
Wintel ppt for dhcp
duraimurugan89
 
PPTX
dhcp hw t dhcp wwwwwwwwwwwwwwwwwwwwwwwwww.pptx
abhishekgarg753660
 
PDF
Configuring a DHCP Server
Taherbenabdallah1
 
PPTX
MCSA 70-412 Chapter 01
Computer Networking
 
PPT
Session 3 Tp 3
githe26200
 
PPS
Linux05 DHCP Server
Jainul Musani
 
PPTX
DHCP (Dynamic Host Configuration Protocol)
KamranGasanov1
 
PPTX
Dhcp server configuration
UttamAgarwal9
 
DHCP sever configration in computer .ppt
imranahmadrana28
 
Microsoft Offical Course 20410C_06
gameaxt
 
Implementing Dynamic Host
Napoleon NV
 
080 DHCP
VIPAL PATEL
 
13 - DHCP Service.ppt
ssuserf7cd2b
 
6421 b Module-02
Bibekananada Jena
 
DHCP PROTOCOL
atharvakale07
 
Durai presentation of dhcp
duraimurugan89
 
Module (8) DHCP Server.pptx
GeorgeThoreJr
 
Group-7-DHCPv4.pptx
IvanTabanag1
 
Wintel ppt for dhcp
duraimurugan89
 
dhcp hw t dhcp wwwwwwwwwwwwwwwwwwwwwwwwww.pptx
abhishekgarg753660
 
Configuring a DHCP Server
Taherbenabdallah1
 
MCSA 70-412 Chapter 01
Computer Networking
 
Session 3 Tp 3
githe26200
 
Linux05 DHCP Server
Jainul Musani
 
DHCP (Dynamic Host Configuration Protocol)
KamranGasanov1
 
Dhcp server configuration
UttamAgarwal9
 
Ad

More from Kashif Latif (17)

PPTX
Linear Programming Application
Kashif Latif
 
PDF
Analysis of Variance
Kashif Latif
 
PPTX
Cyber Space
Kashif Latif
 
PPTX
Core 2 Duo Processor
Kashif Latif
 
PPTX
OSI Layers
Kashif Latif
 
PPTX
SRX3600 Cluster & IDP
Kashif Latif
 
PPTX
Routing Polices And Firewall Filter
Kashif Latif
 
PPTX
Routing Information Protocol
Kashif Latif
 
PPTX
Open Shortest Path First
Kashif Latif
 
PPTX
MX960 Router
Kashif Latif
 
PPTX
Link Aggregation Control Protocol
Kashif Latif
 
PPTX
Label Distribution Protocol
Kashif Latif
 
PPTX
HA, SRX Cluster & Redundancy Groups
Kashif Latif
 
PPTX
Ex8216 Core Switch
Kashif Latif
 
PPTX
Difference Between XFP & SFP
Kashif Latif
 
PPTX
Chassis Cluster Configuration
Kashif Latif
 
PPTX
Border Gateway Protocol
Kashif Latif
 
Linear Programming Application
Kashif Latif
 
Analysis of Variance
Kashif Latif
 
Cyber Space
Kashif Latif
 
Core 2 Duo Processor
Kashif Latif
 
OSI Layers
Kashif Latif
 
SRX3600 Cluster & IDP
Kashif Latif
 
Routing Polices And Firewall Filter
Kashif Latif
 
Routing Information Protocol
Kashif Latif
 
Open Shortest Path First
Kashif Latif
 
MX960 Router
Kashif Latif
 
Link Aggregation Control Protocol
Kashif Latif
 
Label Distribution Protocol
Kashif Latif
 
HA, SRX Cluster & Redundancy Groups
Kashif Latif
 
Ex8216 Core Switch
Kashif Latif
 
Difference Between XFP & SFP
Kashif Latif
 
Chassis Cluster Configuration
Kashif Latif
 
Border Gateway Protocol
Kashif Latif
 

Recently uploaded (20)

PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
PDF
Software Development Methodologies in 2025
KodekX
 
PDF
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PDF
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
PPTX
Introduction to Flutter by Ayush Desai.pptx
ayushdesai204
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PPTX
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
PDF
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
PDF
Doc9.....................................
SofiaCollazos
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
Software Development Methodologies in 2025
KodekX
 
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
Peak of Data & AI Encore - Real-Time Insights & Scalable Editing with ArcGIS
Safe Software
 
Introduction to Flutter by Ayush Desai.pptx
ayushdesai204
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
Doc9.....................................
SofiaCollazos
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 

DHCP

  • 2. 2 Objectives • Outline the benefits of using DHCP • Describe the DHCP lease and renewal process • Install and authorize the DHCP service • Configure DHCP scopes • Create DHCP reservations for client computers • Configure DHCP options • Understand and describe the purpose of a DHCP relay • Install and configure a DHCP relay
  • 3. 3 DHCP Overview • Used to automatically deliver IP addressing • Reduces the amount of time you spend configuring computers on your network • Used by default unless you specify otherwise • The ipconfig /all command will indicate whether the configuration came from a DHCP server computer
  • 6. 6 Leasing an IP Address • An IP address is leased during the boot process • The overall process is composed of four broadcast packets: • DHCPDISCOVER • DHCPOFFER • DHCPREQUEST • DHCPACK
  • 7. 7 Leasing an IP Address (continued) • Any DHCP server that receives the DHCPDISCOVER packet responds with a DHCPOFFER packet • The DHCP client responds to the DHCPOFFER packet it receives with a DHCPREQUEST packet • A DHCPACK packet indicates confirmation that the client can use the lease • Once DHCPACK is received, the client can start using the IP address and options in the lease
  • 8. 8 Leasing an IP Address (continued)
  • 9. 9 Renewing an IP Address • The IP address can either be permanent or timed • A permanent address is never reused for another client • Timed leases expire after a certain amount of time • Windows clients attempt to renew their lease after 50% of the lease time has expired • A DHCP server may either honor or reject a renew request
  • 10. 10 Renewing an IP Address (continued)
  • 11. 11 Installing and Authorizing the DHCP Service • A DHCP service must be authorized after installation
  • 12. 12 Installing the DHCP Service • DHCP is a standard service • It is included in Windows Server 2003 • It is not installed as part of a default installation
  • 13. 13 Installing the DHCP Service (continued)
  • 14. 14 Activity 4-1: Installing DHCP • Objective: Install DHCP on Windows Server 2003 • Make sure your network connection is statically configured • Install the service using the Add/Remove Windows Components utility
  • 15. 15 Authorizing the DHCP Service • Unauthorized DHCP servers can hand out bad information • DHCP will not start unless authorized • If Active Directory is used, authorization takes place in Active Directory • DHCP servers are automatically authorized under certain conditions
  • 16. 16 Authorizing the DHCP Service (continued)
  • 17. 17 Authorizing the DHCP Service (continued)
  • 18. 18 Activity 4-2: Starting an Authorized DHCP Server • Objective: View the results of starting a DHCP server that does not participate in an Active Directory domain • Check to make sure the service is running • Check out any relevant events using the System Log
  • 19. 19 Activity 4-3: Installing the Active Directory Service • Objective: Install the Active Directory service on your computer and participate in an Active Directory domain • Use the dcpromo utility • Select “domain controller for a new domain” • Select “domain in a new forest” • Continue through the resulting dialogs
  • 20. 20 Activity 4-4: Starting an Unauthorized DHCP Server • Objective: View the results of starting an unauthorized DHCP server • View the System Log to see the result of starting an unauthorized DHCP server
  • 21. 21 Activity 4-5: Authorizing a DHCP Server • Objective: Authorize a DHCP server in Active Directory • Go to the DHCP snap-in and choose the activate option
  • 22. 22 Configuring DHCP Scopes • Scope defines a range of IP addresses • Each scope is configured with: • Description • Starting IP address • Ending IP address • Subnet mask • Exclusions • Lease duration • Two strategies exist for defining the starting and ending IP addresses • Allow all and exempt the few static addresses • Use only the addresses not already in use
  • 24. 24 Configuring DHCP Scopes (continued) • Exclusions are used to prevent some IP addresses from being handed out dynamically • Lease duration defines how long client computers are allowed to use an IP address • Default lease duration is eight days • A scope must be activated before the DHCP service can begin using it
  • 25. 25 Activity 4-6: Creating a Scope • Objective: Create a scope to distribute IP addresses to client computers • Manually enter the IP configuration settings as directed by the text • Create a new scope using the configuration settings provided
  • 26. 26 Activity 4-7: Activating and Testing a Scope • Objective: Activate a DHCP scope, and then test it with a partner • One person will activate the scope created in the previous activity • Another person will try to obtain an automatic IP address from the server
  • 27. 27 Creating DHCP Reservations • Reservations are used to hand out a specific IP address to a particular client • Useful when delivering IP addresses to devices that would normally use static addresses • Can also be beneficial when firewalls are in place • Reservations are created based on MAC addresses
  • 29. 29 Activity 4-12: Creating and Testing a Reservation • Objective: Create a DHCP reservation, and test it with a client • Configure the server to reserve an IP address for a client machine • Test to see if the client machine picks up the reserved address
  • 30. 30 Configuring DHCP Options • DHCP can hand out a variety of other IP configuration options • It is common that all workstations within an entire organization use the same DNS servers • DNS is often configured at the server level
  • 33. 33 Activity 4-13: Setting Server Options • Objective: Set the DNS server option for a DHCP server • Check 006 DNS servers option • Add the IP address x.0.0.250
  • 34. 34 Activity 4-14: Setting Scope Options • Objective: Set the default gateway in the scope options • Use the DHCP snap-in to complete this activity
  • 35. 35 Activity 4-15: Testing Server & Scope Options • Objective: Activate a DHCP scope, and then test it with a partner to ensure that scope options are handed out • Activate a DHCP scope • Configure a client to access the server • Check the default gateway and DNS settings to find out whether or not the configurations entered in previous activities were done correctly
  • 36. 36 Configuring a DHCP Relay • DHCP packets cannot travel across a router • A relay agent is necessary in order to have a single DHCP server handle all leases • Relay agents receive broadcast DHCP packets and forward them as unicast packets to a DHCP server • The DHCP relay cannot be installed on the same server as the DHCP service
  • 37. 37 Configuring a DHCP Relay (continued)
  • 38. 38 Configuring a DHCP Relay (continued)
  • 39. 39 Activity 4-16: Configuring a DHCP Relay • Objective: Uninstall the DHCP service from your computer and configure it as a DHCP relay • Uninstall the DHCP service • Configure the computer as a relay by using the Routing and Remote Access tool provided in Windows
  • 40. 40 Summary • DHCP dynamically assigns IP address information to clients on a network • The DHCP lease process is composed of four packets: • DHCPDISCOVER • DHCPOFFER • DHCPREQUEST • DHCPACK • A DHCP client attempts to renew its lease at 50%, 87.5%, and 100% of the lease time • The commands ipconfig /release and ipconfig /renew can be used to release and renew DHCP leases
  • 41. 41 Summary (continued) • If the Active Directory service is present on your network, each DHCP server must be authorized in Active Directory to lease addresses to clients • A scope defines a range of IP addresses that are leased to clients • A superscope combines two scopes into a single logical unit to service network segments with two subnets
  • 42. 42 Summary (continued) • An exclusion in a scope can stop a DHCP server from handing out specific addresses • A reservation allows you to give a specific workstation a defined IP address by tying the DHCP lease to the MAC address of the client • Vendor and user classes can be used to configure some client computers with different options, depending on the class to which they belong • A DHCP relay agent is required on each network that requires IP configuration from a DHCP server across a router