Create a list with 3 ip addresses


Problem 1: Write a fake_create_initial_network_list function, that creates a list with 3 IP addresses. IPs are your choice, 127.0.0.1, etc.

Problem 2: Writr a fake_add_to_network function, that takes a network list and an ip, and adds the new IP to the list.

Problem 3: Write a get_server_at_index function, that takes a network list and an index into the list, and return the IP. Return "None" if an invalid (such as -10) or out-of-range index is provided.

It should be in python

Request for Solution File

Ask an Expert for Answer!!
Computer Networking: Create a list with 3 ip addresses
Reference No:- TGS03253713

Expected delivery within 24 Hours