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?