Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+17 votes

askmethis

asked in CSC335_Spring2019 by (1 point)

1 Answer

+9 votes

1.) The client will send a broadcast "discover" packet that request the IPv4 address
2.) Each server will then respond with an "offer"
3.) The client will respond to the server of the offer they want with a "request" for that offer.
4.) That server will then respond with an "Ack" and a lease for the amount of time the client gets that address.

answered by (1 point)
...