SlideShare a Scribd company logo
1 of 33
MicrosoftÂŽ
Official Course
Module 6
Implementing Dynamic Host
Configuration Protocol
Module Overview
• Installing a DHCP Server Role
• Configuring DHCP Scopes
• Managing a DHCP Database
• Securing and Monitoring DHCP
Lesson 1: Installing a DHCP Server Role
• Benefits of Using DHCP
• How DHCP Allocates IP Addresses
• How DHCP Lease Generation Works
• How DHCP Lease Renewal Works
• How DHCP Interacts with DNS
• What Is a DHCP Relay Agent?
• DHCP Server Authorization
• Demonstration: Adding the DHCP Server Role
Benefits of Using DHCP
DHCP reduces the complexity and amount of administrative
work by using automatic IP configuration
Automatic IP Configuration Manual IP Configuration
IP addresses are supplied
automatically
IP addresses are entered manually
Correct configuration information
is ensured
IP address could be entered
incorrectly
Client configuration is updated
automatically
Communication and network
issues can result
A common source of network
problems is eliminated
Frequent computer moves
increase administrative effort
How DHCP Allocates IP Addresses
IP Address1: Leased to DHCP Client1
IP Address2: Leased to DHCP Client2
IP Address3: Available for lease
DHCP Server
DHCP Client2:
IP configuration
from DHCP server
Non-DHCP Client:
Static IP
configuration
DHCP Client1:
IP configuration
from DHCP server
Lease
Generation
Lease
Renewal
DHCP Database
How DHCP Lease Generation Works
DHCP Server2
DHCP Server1 DHCP Client
1. DHCP client broadcasts a DHCPDISCOVER packet
2. DHCP servers broadcast a DHCPOFFER packet
3. DHCP client broadcasts a DHCPREQUEST packet
4. DHCP Server1 broadcasts a DHCPACK packet
87.5% of lease
duration has
expired
1. DHCP client sends a DHCPREQUEST packet
2. DHCP Server1 sends a DHCPACK packet
3. If the client fails to renew its lease after 50% of the lease duration has
expired, the DHCP lease renewal process begins again after 87.5% of the
lease duration has expired
4. If the client fails to renew its lease after 87.5% of the lease has expired, the
DHCP lease generation process starts over again with a DHCP client
broadcasting a DHCPDISCOVER
DHCP Server2
DHCP
Clients
DHCP Server1
How DHCP Lease Renewal Works
How DHCP Interacts with DNS
• DHCP can:
• Register client records into DNS zones
• Use DNS dynamic update protocol
• To use secure DNS dynamic updates, add DHCP
servers to the AD DS DnsUpdateProxy global
group
• DHCP policies:
• Automatically assign settings based on FQDN
• Register workgroup computers with guest DNS suffix
• Disable PTR registrations without disabling host record
registration
What Is a DHCP Relay Agent?
A DHCP relay agent listens for DHCP broadcasts from DHCP
clients and then relays them to DHCP servers in different
subnets
DHCP ServerDHCP Relay Agent
Routers
(Non–RFC
1542
Compliant)
Unicast
Broadcast
Subnet A Subnet B
Broadcast
Client Client Client Client
DHCP Server Authorization
DHCP Server2 checks with the domain
controller to obtain a list of authorized DHCP
servers
If DHCP Server2 does not find its IP address
on the list, the service does not start and
support DHCP clients
DHCP client receives IP address
from authorized DHCP Server1
DHCP Server1 checks with the domain
controller to obtain a list of authorized
DHCP servers
If DHCP Server1 finds its IP address on
the list, the service starts and supports
DHCP clients
Domain
Controller
AD DS
DHCP Client Unauthorized
Does not service
DHCP requests
Authorized
Services DHCP
requests
DHCP Server1
DHCP Server2
DHCP authorization registers the DHCP Server service in the
Active Directory domain to support DHCP clients
Demonstration: Adding the DHCP Server Role
In this demonstration, you will see how to
install and authorize the DHCP server role.
Lesson 2: Configuring DHCP Scopes
• What Are DHCP Scopes?
• What Is a DHCP Reservation?
• What Are DHCP Options?
• How Are DHCP Options Applied?
• Demonstration: Creating and Configuring a DHCP
Scope
What Are DHCP Scopes?
• A DHCP scope is a range of IP
addresses that are available to be
leased
• DHCP scope properties include:
• Network ID
• Lease duration
• Scope name
• Subnet mask
• Network IP address range
• Exclusion range
LAN B
Scope B
LAN A
Scope A
DHCP Server
What Is a DHCP Reservation?
A DHCP reservation occurs when
an IP address within a scope
is set aside for use with a specific DHCP client
IP Address1: Leased to Workstation 1
IP Address2: Leased to Workstation 2
IP Address3: Reserved for File and Print Server
File and Print
Server
Workstation 2
DHCP
Server
Subnet A
Workstation 1
Subnet B
What Are DHCP Options?
DHCP options:
• Are values for common configuration data
• Apply to the server, scopes, reservations, and class
options
Common scope options are:
• Router (Default Gateway)
• DNS Name
• DNS Servers
• WINS Servers
How Are DHCP Options Applied?
You can apply DHCP options at various levels:
• Server
• Scope
• Class
• Reserved client
Typically, you do not apply the class or reserved
client options
Demonstration: Creating and Configuring a
DHCP Scope
In this demonstration, you will see how to
configure scope and scope options in DHCP
Lesson 3: Managing a DHCP Database
• What Is a DHCP Database?
• Backing Up and Restoring a DHCP Database
• Reconciling a DHCP Database
• Moving a DHCP Database
What Is a DHCP Database?
Windows Server 2012 stores the DHCP database in
the %Systemroot%System32Dhcp folder
The DHCP database files include:
The DHCP database is a dynamic database that
contains configuration information such as:
• Scopes
• Address leases
• Reservations
• Dhcp.mdb
• Dhcp.tmp
• J50.log and J50*.log
• Res*.log
• J50.chk
Backing Up and Restoring a DHCP Database
DHCP
Server
DHCP
Offline
Storage
The DHCP service automatically backs up the DHCP
database to the backup directory on the local drive
If the original database is unable to load, the DHCP service
automatically restores from the backup directory on the
local drive
The administrator moves a copy of the backed up
DHCP database to an offline storage location
In the event that the server hardware fails, the administrator
can restore the DHCP database only from an offline storage
location
Back up Restore
Back up
Restore
DHCP
Reconciling a DHCP Database
Registry DHCP database After reconciliation
Client has IP address
192.168.1.34
IP address 192.168.1.34
is available
Lease entry is created in
DHCP database
Summary IP
address lease
information
Detailed IP
address lease
information
Compares and
reconciles
inconsistencies
in the DHCP
database
DHCP
Server
DHCP
Database
Registry
Example:
Moving a DHCP Database
Backup
Media
Old DHCP
Server
New DHCP
Server
DHCP
Database
DHCP
Database
Steps for moving a DHCP database:
1. Back up the DHCP database on the old server
2. Stop the old DHCP server service
3. Copy the DHCP database to the new server
and, if necessary, install the DHCP server role
4. Restore the database
5. Start the DHCP Server service
Lesson 4: Securing and Monitoring DHCP
• Preventing an Unauthorized Computer from
Obtaining a Lease
• Restricting Unauthorized, NonMicrosoft DHCP
Servers from Leasing IP Addresses
• Delegating DHCP Administration
• What Are DHCP Statistics?
• What Is DHCP Audit Logging?
• Discussion: Common DHCP Issues
Preventing an Unauthorized Computer from
Obtaining a Lease
To prevent an unauthorized computer from
obtaining a lease:
• Ensure that unauthorized users do not have physical or
wireless access to your network
• Enable audit logging for every DHCP server on your
network
• Regularly check and monitor audit log files
• Use 802.1X-enabled LAN switches or wireless access
points to access the network
• Configure NAP to validate that a client computer is
compliant with system health requirements
Restricting Unauthorized, NonMicrosoft DHCP
Servers from Leasing IP Addresses
DHCP
Clients
Unauthorized
DHCP server
Legitimate
DHCP server
To eliminate an unauthorized DHCP server, you must locate it and
then either physically disable it or disable the DHCP service, to
prevent it from communicating on the network
Delegating DHCP Administration
To delegate who can administer the DHCP service:
• Limit the membership of the DHCP Administrators
group
• Add users to the DHCP Users group if they need
read-only access to the DHCP console
Account Permissions
DHCP Administrators
group
Can view and modify any data
about the DHCP server
DHCP Users group Has read-only DHCP console access
to the server
What Are DHCP Statistics?
DHCP statistics are collected at either the
server level or the scope level
DHCP
Server
Server Statistics
window
What Is DHCP Audit Logging?
Discussion: Common DHCP Issues
10 minutes
Common issues that can occur when you do not
configure DHCP properly:
• Address conflicts
• Failure to obtain a DHCP address
• Address obtained from an incorrect scope
• DHCP database suffered data corruption or loss
• DHCP server has exhausted its IP address pool
Lab: Implementing DHCP
• Exercise 1: Implementing DHCP
• Exercise 2: Implementing a DHCP Relay Agent
(Optional Exercise)
Logon Information
Virtual machines 20410C-LON-DC1
20410C-LON-SVR1
20410C-LON-RTR
20410C-LON-CL1
20410C-LON-CL2
User name AdatumAdministrator
Password Pa$$w0rd
Estimated Time: 45 minutes
Lab Scenario
A. Datum Corporation has an IT office and data
center in London, which supports the London location
and other locations as well. A. Datum has recently
deployed a Windows 2012 Server infrastructure with
Windows 8 clients.
You have recently accepted a promotion to the
server support team. One of your first assignments
is to configure the infrastructure service for a new
branch office. As part of this assignment, you need to
configure a DHCP server that will provide IP addresses
and configuration to client computers. Servers are
configured with static IP addresses and do not use
DHCP.
Lab Review
• For what is the DHCP scope used?
• How should you configure a computer to receive
an IP address from the DHCP server?
• Why do you need MAC address for a DHCP server
reservation?
• What information do you need to configure on a
DHCP relay agent?
Module Review and Takeaways
• Review Questions
• Best Practices
• Tools

More Related Content

What's hot

Linux05 DHCP Server
Linux05 DHCP ServerLinux05 DHCP Server
Linux05 DHCP ServerJainul Musani
 
Pacemaker+DRBD
Pacemaker+DRBDPacemaker+DRBD
Pacemaker+DRBDDan Frincu
 
Airflow presentation
Airflow presentationAirflow presentation
Airflow presentationIlias Okacha
 
Cassandra serving netflix @ scale
Cassandra serving netflix @ scaleCassandra serving netflix @ scale
Cassandra serving netflix @ scaleVinay Kumar Chella
 
Linux Servers
Linux ServersLinux Servers
Linux ServersRanjith Siji
 
Complete open source IAM solution
Complete open source IAM solutionComplete open source IAM solution
Complete open source IAM solutionRadovan Semancik
 
[SSA] 03.newsql database (2014.02.05)
[SSA] 03.newsql database (2014.02.05)[SSA] 03.newsql database (2014.02.05)
[SSA] 03.newsql database (2014.02.05)Steve Min
 
Active Directory Domain Services.pptx
Active Directory Domain Services.pptxActive Directory Domain Services.pptx
Active Directory Domain Services.pptxsyedasadraza13
 
Cilium - BPF & XDP for containers
 Cilium - BPF & XDP for containers Cilium - BPF & XDP for containers
Cilium - BPF & XDP for containersDocker, Inc.
 
Kubernetes presentation
Kubernetes presentationKubernetes presentation
Kubernetes presentationGauranG Bajpai
 
OrientDB
OrientDBOrientDB
OrientDBaemadrid
 
Microsoft Active Directory
Microsoft Active DirectoryMicrosoft Active Directory
Microsoft Active Directorythebigredhemi
 
The Convergence of HPC and Deep Learning
The Convergence of HPC and Deep LearningThe Convergence of HPC and Deep Learning
The Convergence of HPC and Deep Learninginside-BigData.com
 
Configuration DHCP
Configuration DHCPConfiguration DHCP
Configuration DHCPTan Huynh Cong
 
Kubernetes Basics
Kubernetes BasicsKubernetes Basics
Kubernetes BasicsEueung Mulyana
 
Active directory slides
Active directory slidesActive directory slides
Active directory slidesTimothy Moffatt
 
Modeling microservices using DDD
Modeling microservices using DDDModeling microservices using DDD
Modeling microservices using DDDMasashi Narumoto
 
Nick Fisk - low latency Ceph
Nick Fisk - low latency CephNick Fisk - low latency Ceph
Nick Fisk - low latency CephShapeBlue
 
Introduction to Docker storage, volume and image
Introduction to Docker storage, volume and imageIntroduction to Docker storage, volume and image
Introduction to Docker storage, volume and imageejlp12
 

What's hot (20)

Linux05 DHCP Server
Linux05 DHCP ServerLinux05 DHCP Server
Linux05 DHCP Server
 
Pacemaker+DRBD
Pacemaker+DRBDPacemaker+DRBD
Pacemaker+DRBD
 
Airflow presentation
Airflow presentationAirflow presentation
Airflow presentation
 
Cassandra serving netflix @ scale
Cassandra serving netflix @ scaleCassandra serving netflix @ scale
Cassandra serving netflix @ scale
 
Apache Airflow
Apache AirflowApache Airflow
Apache Airflow
 
Linux Servers
Linux ServersLinux Servers
Linux Servers
 
Complete open source IAM solution
Complete open source IAM solutionComplete open source IAM solution
Complete open source IAM solution
 
[SSA] 03.newsql database (2014.02.05)
[SSA] 03.newsql database (2014.02.05)[SSA] 03.newsql database (2014.02.05)
[SSA] 03.newsql database (2014.02.05)
 
Active Directory Domain Services.pptx
Active Directory Domain Services.pptxActive Directory Domain Services.pptx
Active Directory Domain Services.pptx
 
Cilium - BPF & XDP for containers
 Cilium - BPF & XDP for containers Cilium - BPF & XDP for containers
Cilium - BPF & XDP for containers
 
Kubernetes presentation
Kubernetes presentationKubernetes presentation
Kubernetes presentation
 
OrientDB
OrientDBOrientDB
OrientDB
 
Microsoft Active Directory
Microsoft Active DirectoryMicrosoft Active Directory
Microsoft Active Directory
 
The Convergence of HPC and Deep Learning
The Convergence of HPC and Deep LearningThe Convergence of HPC and Deep Learning
The Convergence of HPC and Deep Learning
 
Configuration DHCP
Configuration DHCPConfiguration DHCP
Configuration DHCP
 
Kubernetes Basics
Kubernetes BasicsKubernetes Basics
Kubernetes Basics
 
Active directory slides
Active directory slidesActive directory slides
Active directory slides
 
Modeling microservices using DDD
Modeling microservices using DDDModeling microservices using DDD
Modeling microservices using DDD
 
Nick Fisk - low latency Ceph
Nick Fisk - low latency CephNick Fisk - low latency Ceph
Nick Fisk - low latency Ceph
 
Introduction to Docker storage, volume and image
Introduction to Docker storage, volume and imageIntroduction to Docker storage, volume and image
Introduction to Docker storage, volume and image
 

Viewers also liked

Microsoft Offical Course 20410C_08
Microsoft Offical Course 20410C_08Microsoft Offical Course 20410C_08
Microsoft Offical Course 20410C_08gameaxt
 
Microsoft Offical Course 20410C_10
Microsoft Offical Course 20410C_10Microsoft Offical Course 20410C_10
Microsoft Offical Course 20410C_10gameaxt
 
Microsoft Offical Course 20410C_12
Microsoft Offical Course 20410C_12Microsoft Offical Course 20410C_12
Microsoft Offical Course 20410C_12gameaxt
 
Microsoft Offical Course 20410C_13
Microsoft Offical Course 20410C_13Microsoft Offical Course 20410C_13
Microsoft Offical Course 20410C_13gameaxt
 
Microsoft Offical Course 20410C_04
Microsoft Offical Course 20410C_04Microsoft Offical Course 20410C_04
Microsoft Offical Course 20410C_04gameaxt
 
Microsoft Offical Course 20410C_05
Microsoft Offical Course 20410C_05Microsoft Offical Course 20410C_05
Microsoft Offical Course 20410C_05gameaxt
 
20411 d enu-trainerhandbook
20411 d enu-trainerhandbook20411 d enu-trainerhandbook
20411 d enu-trainerhandbookrobert mota
 
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012Harold Wong
 
Windows Server 2012 r2
Windows Server 2012 r2Windows Server 2012 r2
Windows Server 2012 r2Khalid Hussain
 
Active Directory Domain Services Installation & Configuration - Windows Ser...
Active Directory Domain Services  Installation & Configuration  - Windows Ser...Active Directory Domain Services  Installation & Configuration  - Windows Ser...
Active Directory Domain Services Installation & Configuration - Windows Ser...Adel Alghamdi
 

Viewers also liked (10)

Microsoft Offical Course 20410C_08
Microsoft Offical Course 20410C_08Microsoft Offical Course 20410C_08
Microsoft Offical Course 20410C_08
 
Microsoft Offical Course 20410C_10
Microsoft Offical Course 20410C_10Microsoft Offical Course 20410C_10
Microsoft Offical Course 20410C_10
 
Microsoft Offical Course 20410C_12
Microsoft Offical Course 20410C_12Microsoft Offical Course 20410C_12
Microsoft Offical Course 20410C_12
 
Microsoft Offical Course 20410C_13
Microsoft Offical Course 20410C_13Microsoft Offical Course 20410C_13
Microsoft Offical Course 20410C_13
 
Microsoft Offical Course 20410C_04
Microsoft Offical Course 20410C_04Microsoft Offical Course 20410C_04
Microsoft Offical Course 20410C_04
 
Microsoft Offical Course 20410C_05
Microsoft Offical Course 20410C_05Microsoft Offical Course 20410C_05
Microsoft Offical Course 20410C_05
 
20411 d enu-trainerhandbook
20411 d enu-trainerhandbook20411 d enu-trainerhandbook
20411 d enu-trainerhandbook
 
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
 
Windows Server 2012 r2
Windows Server 2012 r2Windows Server 2012 r2
Windows Server 2012 r2
 
Active Directory Domain Services Installation & Configuration - Windows Ser...
Active Directory Domain Services  Installation & Configuration  - Windows Ser...Active Directory Domain Services  Installation & Configuration  - Windows Ser...
Active Directory Domain Services Installation & Configuration - Windows Ser...
 

Similar to Microsoft Offical Course 20410C_06

Implementing Dynamic Host
Implementing Dynamic HostImplementing Dynamic Host
Implementing Dynamic HostNapoleon NV
 
Session 3 Tp 3
Session 3 Tp 3Session 3 Tp 3
Session 3 Tp 3githe26200
 
Pmw2 k3ni 1-2a
Pmw2 k3ni 1-2aPmw2 k3ni 1-2a
Pmw2 k3ni 1-2ahariclant1
 
Durai presentation of dhcp
Durai presentation of dhcpDurai presentation of dhcp
Durai presentation of dhcpduraimurugan89
 
dynamic host configuration protocol
dynamic host configuration protocoldynamic host configuration protocol
dynamic host configuration protocolkinish kumar
 
Dhcp server configuration
Dhcp server configurationDhcp server configuration
Dhcp server configurationUttamAgarwal9
 
Lesson 6: Dynamic Host Configuration Protocol A
Lesson 6: Dynamic Host Configuration Protocol ALesson 6: Dynamic Host Configuration Protocol A
Lesson 6: Dynamic Host Configuration Protocol AMahmmoud Mahdi
 
13 - DHCP Service.ppt
13 - DHCP Service.ppt13 - DHCP Service.ppt
13 - DHCP Service.pptssuserf7cd2b
 
6 understanding DHCP
6 understanding DHCP6 understanding DHCP
6 understanding DHCPHameda Hurmat
 
Wintel ppt for dhcp
Wintel ppt for dhcpWintel ppt for dhcp
Wintel ppt for dhcpduraimurugan89
 
DHCP (Dynamic Host Configuration Protocol)
DHCP (Dynamic Host Configuration Protocol)DHCP (Dynamic Host Configuration Protocol)
DHCP (Dynamic Host Configuration Protocol)Faisal Jatt
 
Networking DHCP server Setup Reports
Networking DHCP server Setup ReportsNetworking DHCP server Setup Reports
Networking DHCP server Setup ReportsJiaul Hasan Jony
 

Similar to Microsoft Offical Course 20410C_06 (20)

Implementing Dynamic Host
Implementing Dynamic HostImplementing Dynamic Host
Implementing Dynamic Host
 
6421 b Module-02
6421 b Module-026421 b Module-02
6421 b Module-02
 
Session 3 Tp 3
Session 3 Tp 3Session 3 Tp 3
Session 3 Tp 3
 
DHCP
DHCPDHCP
DHCP
 
Dhcp edu
Dhcp eduDhcp edu
Dhcp edu
 
Pmw2 k3ni 1-2a
Pmw2 k3ni 1-2aPmw2 k3ni 1-2a
Pmw2 k3ni 1-2a
 
080 DHCP
080 DHCP080 DHCP
080 DHCP
 
DHCP PROTOCOL
DHCP PROTOCOLDHCP PROTOCOL
DHCP PROTOCOL
 
MCSA 70-412 Chapter 01
MCSA 70-412 Chapter 01MCSA 70-412 Chapter 01
MCSA 70-412 Chapter 01
 
Durai presentation of dhcp
Durai presentation of dhcpDurai presentation of dhcp
Durai presentation of dhcp
 
dynamic host configuration protocol
dynamic host configuration protocoldynamic host configuration protocol
dynamic host configuration protocol
 
Dhcp server configuration
Dhcp server configurationDhcp server configuration
Dhcp server configuration
 
Lesson 6: Dynamic Host Configuration Protocol A
Lesson 6: Dynamic Host Configuration Protocol ALesson 6: Dynamic Host Configuration Protocol A
Lesson 6: Dynamic Host Configuration Protocol A
 
Dhcp
DhcpDhcp
Dhcp
 
Dhcp
DhcpDhcp
Dhcp
 
13 - DHCP Service.ppt
13 - DHCP Service.ppt13 - DHCP Service.ppt
13 - DHCP Service.ppt
 
6 understanding DHCP
6 understanding DHCP6 understanding DHCP
6 understanding DHCP
 
Wintel ppt for dhcp
Wintel ppt for dhcpWintel ppt for dhcp
Wintel ppt for dhcp
 
DHCP (Dynamic Host Configuration Protocol)
DHCP (Dynamic Host Configuration Protocol)DHCP (Dynamic Host Configuration Protocol)
DHCP (Dynamic Host Configuration Protocol)
 
Networking DHCP server Setup Reports
Networking DHCP server Setup ReportsNetworking DHCP server Setup Reports
Networking DHCP server Setup Reports
 

Recently uploaded

ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 

Recently uploaded (20)

TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 

Microsoft Offical Course 20410C_06

  • 1. MicrosoftÂŽ Official Course Module 6 Implementing Dynamic Host Configuration Protocol
  • 2. Module Overview • Installing a DHCP Server Role • Configuring DHCP Scopes • Managing a DHCP Database • Securing and Monitoring DHCP
  • 3. Lesson 1: Installing a DHCP Server Role • Benefits of Using DHCP • How DHCP Allocates IP Addresses • How DHCP Lease Generation Works • How DHCP Lease Renewal Works • How DHCP Interacts with DNS • What Is a DHCP Relay Agent? • DHCP Server Authorization • Demonstration: Adding the DHCP Server Role
  • 4. Benefits of Using DHCP DHCP reduces the complexity and amount of administrative work by using automatic IP configuration Automatic IP Configuration Manual IP Configuration IP addresses are supplied automatically IP addresses are entered manually Correct configuration information is ensured IP address could be entered incorrectly Client configuration is updated automatically Communication and network issues can result A common source of network problems is eliminated Frequent computer moves increase administrative effort
  • 5. How DHCP Allocates IP Addresses IP Address1: Leased to DHCP Client1 IP Address2: Leased to DHCP Client2 IP Address3: Available for lease DHCP Server DHCP Client2: IP configuration from DHCP server Non-DHCP Client: Static IP configuration DHCP Client1: IP configuration from DHCP server Lease Generation Lease Renewal DHCP Database
  • 6. How DHCP Lease Generation Works DHCP Server2 DHCP Server1 DHCP Client 1. DHCP client broadcasts a DHCPDISCOVER packet 2. DHCP servers broadcast a DHCPOFFER packet 3. DHCP client broadcasts a DHCPREQUEST packet 4. DHCP Server1 broadcasts a DHCPACK packet
  • 7. 87.5% of lease duration has expired 1. DHCP client sends a DHCPREQUEST packet 2. DHCP Server1 sends a DHCPACK packet 3. If the client fails to renew its lease after 50% of the lease duration has expired, the DHCP lease renewal process begins again after 87.5% of the lease duration has expired 4. If the client fails to renew its lease after 87.5% of the lease has expired, the DHCP lease generation process starts over again with a DHCP client broadcasting a DHCPDISCOVER DHCP Server2 DHCP Clients DHCP Server1 How DHCP Lease Renewal Works
  • 8. How DHCP Interacts with DNS • DHCP can: • Register client records into DNS zones • Use DNS dynamic update protocol • To use secure DNS dynamic updates, add DHCP servers to the AD DS DnsUpdateProxy global group • DHCP policies: • Automatically assign settings based on FQDN • Register workgroup computers with guest DNS suffix • Disable PTR registrations without disabling host record registration
  • 9. What Is a DHCP Relay Agent? A DHCP relay agent listens for DHCP broadcasts from DHCP clients and then relays them to DHCP servers in different subnets DHCP ServerDHCP Relay Agent Routers (Non–RFC 1542 Compliant) Unicast Broadcast Subnet A Subnet B Broadcast Client Client Client Client
  • 10. DHCP Server Authorization DHCP Server2 checks with the domain controller to obtain a list of authorized DHCP servers If DHCP Server2 does not find its IP address on the list, the service does not start and support DHCP clients DHCP client receives IP address from authorized DHCP Server1 DHCP Server1 checks with the domain controller to obtain a list of authorized DHCP servers If DHCP Server1 finds its IP address on the list, the service starts and supports DHCP clients Domain Controller AD DS DHCP Client Unauthorized Does not service DHCP requests Authorized Services DHCP requests DHCP Server1 DHCP Server2 DHCP authorization registers the DHCP Server service in the Active Directory domain to support DHCP clients
  • 11. Demonstration: Adding the DHCP Server Role In this demonstration, you will see how to install and authorize the DHCP server role.
  • 12. Lesson 2: Configuring DHCP Scopes • What Are DHCP Scopes? • What Is a DHCP Reservation? • What Are DHCP Options? • How Are DHCP Options Applied? • Demonstration: Creating and Configuring a DHCP Scope
  • 13. What Are DHCP Scopes? • A DHCP scope is a range of IP addresses that are available to be leased • DHCP scope properties include: • Network ID • Lease duration • Scope name • Subnet mask • Network IP address range • Exclusion range LAN B Scope B LAN A Scope A DHCP Server
  • 14. What Is a DHCP Reservation? A DHCP reservation occurs when an IP address within a scope is set aside for use with a specific DHCP client IP Address1: Leased to Workstation 1 IP Address2: Leased to Workstation 2 IP Address3: Reserved for File and Print Server File and Print Server Workstation 2 DHCP Server Subnet A Workstation 1 Subnet B
  • 15. What Are DHCP Options? DHCP options: • Are values for common configuration data • Apply to the server, scopes, reservations, and class options Common scope options are: • Router (Default Gateway) • DNS Name • DNS Servers • WINS Servers
  • 16. How Are DHCP Options Applied? You can apply DHCP options at various levels: • Server • Scope • Class • Reserved client Typically, you do not apply the class or reserved client options
  • 17. Demonstration: Creating and Configuring a DHCP Scope In this demonstration, you will see how to configure scope and scope options in DHCP
  • 18. Lesson 3: Managing a DHCP Database • What Is a DHCP Database? • Backing Up and Restoring a DHCP Database • Reconciling a DHCP Database • Moving a DHCP Database
  • 19. What Is a DHCP Database? Windows Server 2012 stores the DHCP database in the %Systemroot%System32Dhcp folder The DHCP database files include: The DHCP database is a dynamic database that contains configuration information such as: • Scopes • Address leases • Reservations • Dhcp.mdb • Dhcp.tmp • J50.log and J50*.log • Res*.log • J50.chk
  • 20. Backing Up and Restoring a DHCP Database DHCP Server DHCP Offline Storage The DHCP service automatically backs up the DHCP database to the backup directory on the local drive If the original database is unable to load, the DHCP service automatically restores from the backup directory on the local drive The administrator moves a copy of the backed up DHCP database to an offline storage location In the event that the server hardware fails, the administrator can restore the DHCP database only from an offline storage location Back up Restore Back up Restore DHCP
  • 21. Reconciling a DHCP Database Registry DHCP database After reconciliation Client has IP address 192.168.1.34 IP address 192.168.1.34 is available Lease entry is created in DHCP database Summary IP address lease information Detailed IP address lease information Compares and reconciles inconsistencies in the DHCP database DHCP Server DHCP Database Registry Example:
  • 22. Moving a DHCP Database Backup Media Old DHCP Server New DHCP Server DHCP Database DHCP Database Steps for moving a DHCP database: 1. Back up the DHCP database on the old server 2. Stop the old DHCP server service 3. Copy the DHCP database to the new server and, if necessary, install the DHCP server role 4. Restore the database 5. Start the DHCP Server service
  • 23. Lesson 4: Securing and Monitoring DHCP • Preventing an Unauthorized Computer from Obtaining a Lease • Restricting Unauthorized, NonMicrosoft DHCP Servers from Leasing IP Addresses • Delegating DHCP Administration • What Are DHCP Statistics? • What Is DHCP Audit Logging? • Discussion: Common DHCP Issues
  • 24. Preventing an Unauthorized Computer from Obtaining a Lease To prevent an unauthorized computer from obtaining a lease: • Ensure that unauthorized users do not have physical or wireless access to your network • Enable audit logging for every DHCP server on your network • Regularly check and monitor audit log files • Use 802.1X-enabled LAN switches or wireless access points to access the network • Configure NAP to validate that a client computer is compliant with system health requirements
  • 25. Restricting Unauthorized, NonMicrosoft DHCP Servers from Leasing IP Addresses DHCP Clients Unauthorized DHCP server Legitimate DHCP server To eliminate an unauthorized DHCP server, you must locate it and then either physically disable it or disable the DHCP service, to prevent it from communicating on the network
  • 26. Delegating DHCP Administration To delegate who can administer the DHCP service: • Limit the membership of the DHCP Administrators group • Add users to the DHCP Users group if they need read-only access to the DHCP console Account Permissions DHCP Administrators group Can view and modify any data about the DHCP server DHCP Users group Has read-only DHCP console access to the server
  • 27. What Are DHCP Statistics? DHCP statistics are collected at either the server level or the scope level DHCP Server Server Statistics window
  • 28. What Is DHCP Audit Logging?
  • 29. Discussion: Common DHCP Issues 10 minutes Common issues that can occur when you do not configure DHCP properly: • Address conflicts • Failure to obtain a DHCP address • Address obtained from an incorrect scope • DHCP database suffered data corruption or loss • DHCP server has exhausted its IP address pool
  • 30. Lab: Implementing DHCP • Exercise 1: Implementing DHCP • Exercise 2: Implementing a DHCP Relay Agent (Optional Exercise) Logon Information Virtual machines 20410C-LON-DC1 20410C-LON-SVR1 20410C-LON-RTR 20410C-LON-CL1 20410C-LON-CL2 User name AdatumAdministrator Password Pa$$w0rd Estimated Time: 45 minutes
  • 31. Lab Scenario A. Datum Corporation has an IT office and data center in London, which supports the London location and other locations as well. A. Datum has recently deployed a Windows 2012 Server infrastructure with Windows 8 clients. You have recently accepted a promotion to the server support team. One of your first assignments is to configure the infrastructure service for a new branch office. As part of this assignment, you need to configure a DHCP server that will provide IP addresses and configuration to client computers. Servers are configured with static IP addresses and do not use DHCP.
  • 32. Lab Review • For what is the DHCP scope used? • How should you configure a computer to receive an IP address from the DHCP server? • Why do you need MAC address for a DHCP server reservation? • What information do you need to configure on a DHCP relay agent?
  • 33. Module Review and Takeaways • Review Questions • Best Practices • Tools