From ab8e2ebd4a49c5fe002f2e66173f252969d2b929 Mon Sep 17 00:00:00 2001 From: William Burton Date: Wed, 6 Apr 2022 15:44:27 -0300 Subject: [PATCH] Added information about APIPA (#206) * Added explanation and example of public IP address * Removed the IP and ISP bit * Added information about APIPA --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e88308f..904f705 100644 --- a/README.md +++ b/README.md @@ -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) +
+What is APIPA?
+APIPA is a set of it addresses that devices are allocated +when the main DHCP server is not reachable +
+ +
+What ip range does APIPA use?
+APIPA uses the ip range: 169.254.0.1 - 169.254.255.254. +
+
What is Ethernet?