DHCP stands for Dynamic Host Configuration Protocol . It works on 67 & 68 numbers port. DHCP is used to provide dynamically Ip address to the client computer in the network we can assign ip address to the computer by using two method.
- Statically -- Manually.
- Dynamically -- Automatically by using DHCP.
==> Statically -- 1> Create over head over ahead.
2> A ip address list is designed by the administrator .
3> If a same ip is delivered to the two clients PC then ipconfig problem may be occur.
==> Dynamically -- 1> All the ip list is maintained by the DHCP server.
2> Less overhead.
3> Their is no chance to deliver wrong ip to the pc.
Requirement to install DHCP server are as given below:--
2> A ip address list is designed by the administrator .
3> If a same ip is delivered to the two clients PC then ipconfig problem may be occur.
==> Dynamically -- 1> All the ip list is maintained by the DHCP server.
2> Less overhead.
3> Their is no chance to deliver wrong ip to the pc.
Requirement to install DHCP server are as given below:--
- Admin rights.
- Window Server 2008 r2.
- An ip address list is reqired to scope.
- A static ip to the DHCP server .
- Workgroup or domain environment.
- First login as administrator on window server 2008 r2.
- Configure TCP/IP.
- Open server manager & select option roles.
- And add roles.
- Now on the first page click next & the second page check the check box of DHCP server and hit next button.
- After these steps on the 3rd page it will display all instruction now click next after reading these instruction carefully.
- After clicking on next you will find interface value selection page ( select ipv4 interface ) and click on next.
- Now again click next option.
- So if wins is not required next it .
- After that click on add scope contain ip related information.
- So type scope name.
- And write your scope ip eg:- 10.0.0.20 as start ip.
- Ending ip as 10.0.0.100 .
- Now click ok /next.
- On the next page disable DHCPV6 statement /next/next.
- And install your DHCP & close it after installation. Done.
WHAT IS DHCP SCOPE?
A scope is an administrative grouping of ip address on a subnet taht use the DHCP services.In simple word's a scope contain ip related information taht are used to provide client computer in the network by the DHCP server.
How to create scope?
A scope is an administrative grouping of ip address on a subnet taht use the DHCP services.In simple word's a scope contain ip related information taht are used to provide client computer in the network by the DHCP server.
How to create scope?
- Open your DHCP from administrative tool.
- Expand your local server.
- Now right click on the ipv4 & select option new scope.First page will be displayed welcome wizard click next on that page.
- Type your scope name eg(scope for royal groups) & click next.
- Now type start ip & end ip First (10.0.020) & End (10.0.0100).
- Now reserve any ip eg (10.0.0.5 to 10.0.0.20).
- On the least duration page click next (By default it is 8 days).
- After next on the configure select option Yes I Want To Configure These Option's)
- If you have router (write ip ) or if you don't have router simply click on next.
- On the Domain Nme & server hit next.
- On wins server next that page also .
- Yes i want to activate this scope now / next / finish.
(And if you want to change scope ip go to properties & change setting from their)
After installing all process in Window server r2. Open your client computer (window 7) and use below steps:--
After installing all process in Window server r2. Open your client computer (window 7) and use below steps:--
- On the client computer Go to run and type ncpa.cpl and hit enter.
- Now right click on your connectivity and deselect ipv6.
- And double click on ipv4.
- Now choice obtained ip (select check box of obtained ip).
- Now click OK and close the tab.
- And now to check by opening run/ type cmd/ enter / type ipconfig it will show your ip and domain.