Reliable IP Address Reachability Checker Quiz

1. What is the purpose of the Bash script in this project?

2. What command does the script use to check device reachability?

3. What is the purpose of the `RETRIES` variable in the script?

4. What does the `TIMEOUT` variable control in the script?

5. How does the script handle intermittent connectivity issues?

6. What is the purpose of the `IPLIST` variable in the script?

7. What happens if an IP address fails all ping attempts?

8. What is the purpose of the `-W` flag in the `ping` command?

9. What is the purpose of the `break` statement in the script?

10. What is the primary benefit of using this script?