Which protocol is working behind DHCP server? and what excatly
DORA does?
Answer Posted / samir
DHCP uses a concept called DORA to assign IP Addresss automatically,DORA Stands for D-Discover, O-Offer, R-Request and A-Acknowledgement,DHCP Server uses 67 port and Client uses 68 port for communication.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the default kill signal?
What is thread injection?
Tell me how to share printer through ftp(fire transfer protocol)?
What are types of threads?
How do you taskkill a program?
What is thread safety and synchronization?
How to stop a thread?
if thread a,b,c have Max,Min,Normal priorty what is N0. in below set they correspond to.Something like (2,0,1)
What are the different ways in which a thread can enter into waiting state?
Explain what is the impact if dns server fails?
Why thread is called as a lightweight process?
What is windows daemon?
What's the difference in using runnable and extends in threads?
What is the difference between a computer process and thread?
How do we create threads?