Programming Project 1269140642
Comments are REQUIRED
Directions
The file must be called <YourNameProg1.java> (driver program)
IpAddress.java (IP Address class file)
Example: JohnDoeProg1.java (driver program)
IpAddress.java (stores IP address as an array of four octet int’s.
Ensure you include ALL files required to make your program compile and run.I would like to see your .java files only.
Proper coding conventions required the first letter of the class start with a capital letter and the first letter of each additional word start with a capital letter.
Overall Requirements
Every computer on the Internet has a unique identifying number, called an Internet protocol (IP) address. To contact a computer on the Internet, you send a message to the computer’s IP address. Here are some typical IP addresses:
216.27.6.136
224.0.118.62
There are different formats for displaying IP addresses, but the most common format is the dotted decimal format. The above two IP addresses use the dotted-decimal format. It’s called



