IP
What is a protocol? "A well-known set of rules and standards used to communicate between machines." The internet must follow a protocol so that all machines using it can effectively communicate. What is an Internet Protocol (IP) address? An IP address is a number unique to each device on a network. It works a lot like a mailing address, where a device finds another address and also sends its return address so the two devices can communicate. How is it organized hierarchically? The first numbers identify the country and regional network of the device, then the subnetworks, then the address of the specific device. How many bits are in an IPv4 address? 32 How many IPv4 addresses does that mean there are? 2^32 What is the difference between IPv6 and IPv4. IPv6 has 128 bits, IPv4 has 32 bits. Why do we need IPv6? IPv4 does not have enough possible addresses for all the devices in the world, so we have to add more bits. What ...