1 / 27

Lesson 32. Dynamic Host Configuration Protocol (DHCP)

Lesson 32. Dynamic Host Configuration Protocol (DHCP). Objectives. At the end of this Presentation, you will be able to:. Explain the purpose of DHCP/Bootp. Predict the impact of modifying, adding , or removing DHCP services on resources and users.

Télécharger la présentation

Lesson 32. Dynamic Host Configuration Protocol (DHCP)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lesson 32. Dynamic Host Configuration Protocol (DHCP)

  2. Objectives At the end of this Presentation, you will be able to:

  3. Explain the purpose of DHCP/Bootp. Predict the impact of modifying, adding , or removing DHCP services on resources and users. Given a network configuration, select the appropriate configuration settings for DHCP.

  4. Network+ Domains covered: 2.10 3.11 4.6

  5. IP Address Default Gateway Subnet Mask

  6. Dynamic Host Configuration Protocol (DHCP)and Bootstrap Protocol (BOOTP)

  7. Dynamic vs. Static IP Addresses Static IP Address – Never changes. Dynamic IP Address – The server assigns an IP address each time a client logs on to the network.

  8. Dynamic Host Configuration Protocol (DHCP) Implemented in the Server. Hands out IP addresses as needed. Keeps track of which IP addresses are being used. Returns addresses to the pool when no longer in use.

  9. The DHCP server provides: IP Address Subnet Mask Default Gateway Address DNS Server Address WINS Server Address Optional

  10. DHCP Server Requirements: A static IP address, subnet mask, and other TCP/IP parameters. That is, the DHCP server can not provide its own TCP/IP parameters. The DHCP Service must be installed. The TCP/IP parameters to be doled out must be specified. This is called the scope. Once created the scope must also be activated. Finally, it must be authorized to act as the DHCP server.

  11. The DHCP Process When a client boots-up, it broadcasts a request for an IP address from the DHCP server. The DHCP server responds with a broadcast of the offer of an IP address and subnet mask.

  12. The DHCP Process (Continued) The client receives the offer and responds with a message saying: “Yes, sign me up for that one.” The DHCP server responds with a message saying: “Okay, you got it.” It also includes any additional TCP/IP configuration information such as Default Gateway, DNS address, WINS server address, etc.

  13. The DHCP Lease The allocation of TCP/IP parameters is called a lease. The length of the lease is set in the scope. Leases periodically expire and must be renewed. Clients automatically attempt to renew their leases well before the lease expires.

  14. Renewing and Releasing the Lease Use the IPCONFIG command IPCONFIG is a TCP/IP utility that is executed from the command line prompt. IPCONFIG /RENEW IPCONFIG /RELEASE

  15. Segment 1 DHCP Server Router DHCP Server Segment 2

  16. Segment 1 Router with DHCP forwarding DHCP Server Segment 2

  17. Segment 1 Router with DHCP forwarding DHCP Server 1 Segment 2

  18. Segment 1 DHCP Server 2 Router with DHCP forwarding Segment 2

  19. Segment 1 Router with DHCP forwarding 3 DHCP Server Segment 2

  20. Segment 1 4 Router with DHCP forwarding DHCP Server Segment 2

  21. Segment 1 DHCP Server Router with DHCP forwarding Segment 2

  22. Segment 1 Configured for DHCP Relay Agent DHCP Server Router WITHOUT DHCP forwarding Segment 2

  23. When the DHCP server is on another subnet, configure: OR DHCP broadcast forwarding on the router. DHCP Relay Agent on the Server.

  24. BOOTP Short for Bootstrap Protocol Allows diskless workstations to boot and obtain their required IP addressing information from a BOOTP server. The BOOTP server maintains a list of host’s MAC addresses and corresponding IP address information. The BOOTP server distributes the IP addresses as the hosts boot-up.

  25. Both DHCP and BOOTP: Use UDP as their communications transport. Clients transmit address requests from their port 68. Servers receive the requests on port 67. Blocking ports 68 on clients or 67 on the server will defeat DHCP or BOOTP.

  26. Explain the purpose of DHCP/Bootp. Predict the impact of modifying, adding , or removing DHCP services on resources and users. Given a network configuration, select the appropriate configuration settings for DHCP.

More Related