4. What is the difference between static and dynamic IP assignment in DHCP?Explain DHCP's flexibility with dynamic assignments versus manually configured static IPs.
8. What is the difference between `default-lease-time` and `max-lease-time` in DHCP configuration?Explain how lease durations are managed in DHCP configurations.
12. Can you explain the purpose of the `option routers` and `option domain-name-servers` in DHCP?Explain the configuration options that provide clients with gateway and DNS settings.
16. How would you troubleshoot if clients are not receiving IP addresses from a DHCP server?Troubleshoot in Lab, it assesses problem-solving skills related to DHCP server issues.
17. What steps would you take if a client’s DHCP request is not being acknowledged by the server?Give steps to follow when there’s no response to DHCP requests.
18. How would you check the logs to diagnose DHCP server problems on a Linux system?Explain log files (e.g., `/var/log/syslog`) and how to use them for troubleshooting DHCP issues.
19. How would you troubleshoot a situation where a client repeatedly receives the same IP address even after the lease has expired?Explain lease management and potential client-server communication i…
20. How do you troubleshoot a situation where clients are being assigned IP addresses outside the expected range?Watch for configuration errors and potential misconfigurations of address pools.