Write a function to do forwarding in an ip router


Write a function to do forwarding in an IP router. The procedure has one parameter, an IP address. It also has access to a global table consisting of an array of triples. Each triple contains three integers: an IP address, a subnet mask, and the outline line to use. The function looks up the IP address in the table using CIDR and returns the line to use as its value.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a function to do forwarding in an ip router
Reference No:- TGS097214

Expected delivery within 24 Hours