Numeric addresses for computers on international network Internet are composed of four parts, separated by periods, of form: xx.yy.xx.mm where xx, yy, zz, and mm are positive integers. Locally, computers are generally known by nickname, as well. You are creating the program to process list of Internet addresses,Purpose: Program must display list of messages recognizing each pair of computers from same locality -that is, each pair of computers with matching values for first two components of address.
In message, computers must be recognized by their nicknamesExample message:Machine platte and green are on same local network.
Follow message by display of full list of addresses and nicknames. Write in your program, member function to read addresses, to print addresses and local_addressesDirections:1. Split your program into 3 files: Network.h, Network.cpp and clientNet.cpp as described in the ADT notes.
2. Explain class called address_t with members for four integers of internet address and fifth member in which to store related nickname of 10 characters. Program must read list up to 100 addresses and nicknames terminated by sentinel address of all zeros and nickname