Showing posts with label DHCP. Show all posts
Showing posts with label DHCP. Show all posts

Top 14 DHCP Interview Questions and Answers

By // No comments:

DHCP Interview Questions and Answers




Q1: What is DHCP server?

Ans: DHCP stand for Dynamic Host Configuration Protocol. It is network protocol that enable a server to assign automatically IP address range such as subnet, gateway etc. to computer in network. It uses 67 and 68 port number.

Q2: How does it work?

Ans: It works on DORA process.

D denote DHCP Discover

O denote DHCP Offer

R denote DHCP Request

A denote DHCP Acknowledgement






Q3: Which port are used by DHCP?

Ans: 67 and 68

Q4: What is DHCP scope?

Ans: It’s range of possible IP Addresses that DHCP server can lease IP address to client on a subnet.

Q5: What is DHCP Super Scope?

Ans: A super scope is a collection of individual scopes that can be managed as a single administrative unit in network.

Q6: What is reservation in DHCP?

Ans: DHCP reservation feature is used to reserve IP address for providing permanent IP address to client.

Q7: What does default time lease new IP address to client?

Ans: 8 days



Q8: What is command used to release IP address?

Ans: ipconfig /release

Q9: What is command used to renew IP address?

Ans: ipconfig /renew

Q10: What is DHCP relay agent?

Ans: A DHCP relay agent is any host or IP router that forwards DHCP packets between clients and servers.

Q11: How to make client of DHCP server?

Ans: Check mark on Obtain an IP address automatically

Q12: What is APIPA IP address?

Ans: When DHCP server fail or down to assign automatically ip address to client in that case computer automatic assign ip address itself that is APIPA IP address.

Q13: What is the range of APIPA IP address?

Ans: 169.254.0.1 to 169.254.255.255

Q14: Suppose we have a PC which is connected to our corporate network and unable to get ip address and when I am using ipconfig command to check ip address so show 169.254.x.x ip address what is the reason behind it?


Ans: It possible that DHCP down or unable to make connection between server to client.

how to create dhcp server in windows 7

By // No comments:
How to create dhcp server in windows 7

Today we are going to share with all of you that how to create and configure DHCP server on Window 7,8,10 operating system.




Download-DHCPServer

Please following to configure DHCP server on Window client system.

Step1: Double click on setup, then click next



Step2: Select Network adapter which is used to release IP address for their client and then select Next.



Step3: Select HTTP web Server to view client connection 


Step4: Click on Next


Step5: Configure IP-Pool, lease duration, trace and so on, then click Next


Step6: Click on Write INI file 


Step7: Click on Next


Step8: Click on Admin and then Ok


Step9: Click on Install, start and then click on configure


Step10: Check mark on Run DHCP server immediately and click ok, and Next


Now you have configured successfully!!!!




Hope this will help to all of you and resolved your all query if you have any query or question so you may ask to send email on our email account (onlinenetworkssolution@gmail.com) or leave comment on page.

Configuration DHCP server on Router and switch

By // No comments:

How to configure DHCP server on router and switch?

We are going to share with all of you about that how to configure DHCP server on router and switch.
Given all the step below hope these help to all of you. As we know about DHCP that it provides automatic ip address to their client. Now also going to configure DHCP server on router and switch.

Please see Video to configure DHCP Server on Router.



Switch# ip dhcp server

Switch# ip dhcp pool network Test (Host name)

Switch# address low 192.168.x.x high 192.168.x.x 255.x.x.x






Switch# lease infinite

Switch# domain-name test.local

Switch# default-router 192.168.x.x

Switch# dns-server 192.168.x.x