Added information about APIPA (#206)

* Added explanation and example of public IP address

* Removed the IP and ISP bit

* Added information about APIPA
This commit is contained in:
William Burton 2022-04-06 15:44:27 -03:00 committed by GitHub
parent 6eb68c5f1f
commit ab8e2ebd4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,17 @@ A set of protocols that define how two or more devices can communicate with each
To learn more about TCP/IP, read [here](http://www.penguintutor.com/linux/basic-network-reference)
</b></details>
<details>
<summary>What is APIPA?</summary><br><b>
APIPA is a set of it addresses that devices are allocated
when the main DHCP server is not reachable
</b></details>
<details>
<summary>What ip range does APIPA use?</summary><br><b>
APIPA uses the ip range: 169.254.0.1 - 169.254.255.254.
</b></details>
<details>
<summary>What is Ethernet?</summary><br><b>