You should see the following results for your route print | more command.
• Network Destination — The network destination your computer compares with the destination IP address of outgoing packets to determine where to send them.
Press the spacebar one or more times to display the rest of the output. You'll see a row of output labeled Persistent Routes. If you create a route manually and it is to stay in the table between reboots, it is listed here. You will also see your default route listed under Persistent Routes in the IPv4 section of the output.
In case you are wondering about the ip address 8.8.8.8. Google Public DNS operates recursive name servers for public use at the two following IP addresses: 8.8.8.8 and 8.8.4.4 for IPv4 service, as well as 2001:4860:4860::8888 and 2001:4860:4860::8844, for IPv6 access. The addresses are mapped to the nearest operational server by anycast routing. Google Public DNS is a free alternative Domain Name System (DNS) service that is offered to Internet users around the world. The public DNS service and servers that are offered are maintained and owned by Google. It functions as a recursive name server providing domain name resolution for any host on the Internet. The service was announced on 3 December 2009, in an effort described as "making the web faster and more secure". As of 2014, Google Public DNS is the largest public DNS service in the world, handling 400 billion requests per day. Google Public DNS is not related to Google Cloud DNS, which is a free DNS hosting service.
Next, return to the Command Prompt and Type route print | more and press Enter. You will see that the 0.0.0.0 network destination is no longer in the table. Press the spacebar more times to display the rest of the output.
Viewing and Changing Your Computer's Routing Table
Here, you use the route command to view and change your computers internal routing table. Even though your computer is not a router, it maintains an internet routing table with entries for the network interface network, the loopback network, and
details of other internal networks.


• Netmask — The subnet mask of the network destination. A value of 255.255.255.255 indicates that the address in the Network Destination column is a specific IP address rather than a network address; it's referred to as a "host route." A value of 0.0.0.0 is used when the network destination is 0.0.0.0, indicating the default route or gateway.
• Gateway — The next hop address or the on-link, which means the network is connected directly to an interface. Make a note of the value in this the 0.0.0.0 network destination, as you need it later.
• Interface — The address of the interface Windows uses to send the packet to the network destination.
• Metric - The metric assigned to the route. If there are two entries for the network destination, the lower metric is the route chosen.
