If we
could add IP addresses ( only IPv4), adding 192.168.1.1 and 10.1.1.1 gives 202.169.2.2:
[FONT=lucida console] 192.168.1.1
+ 010.001.1.1
-----------
202.169.2.2
[/FONT]
How would you handle octets greater than 254? Cary over to next octet?
[FONT=lucida console] 192.168.1.1
+ 010.100.1.1
-----------
192.[B]268[/B].2.2
[/FONT]