IP Address Assignment
This assignment's purpose was to learn about IP addresses, subnet masks, and gateways through experience and it did just that. It's one thing to be instructed, but it's an entirely different thing to apply what you've learned to something concrete. Although asking for every IP address, subnet mask, and default gateway of every electronic in your house might be a little excessive, the exercise serves it purpose.
Laptop
IP: 172.168.0.xxx [Class B]
Subnet: 255.255.255.0
Gateway: 172.168.0.10
It Should Be:
Subnet: 255.255.0.0
Gateway: 172.168.0.0
Family Desktop
IP: 172.168.0.xxx [Class B]
Subnet: 255.255.255.0
Gateway: 172.168.0.10
It Should Be:
Subnet: 255.255.0.0
Gateway: 172.168.0.0
Personal Desktop
IP: 172.168.0.xxx [Class B]
Subnet: 255.255.255.0
Gateway: 172.168.0.10
It Should Be:
Subnet: 255.255.0.0
Gateway: 172.168.0.0