Posts

Showing posts with the label Design

Let’s Experiment With Something Interesting Using Route Table

Image
Hello readers, welcome to another exciting blog that demonstrates the use of Routing Table. The Routing Table is the route to perform any task on the network. In this article I would be creating a network by which we can able to connect with google but not with Facebook in spite of having internet  connectivity , So to achieve this network topology we will be using route tables. So let’s start with the experiment First, we will check whether we have internet connectivity and can be able to connect with Google and Facebook using the ping command. ping -c 2 google.com We can see that now we can ping to google and Facebook as well not let's check the routeing table but using the command route -n We can ping due to this route table where it is written destination Ip 0.0.0.0 and the genmask is 0.0.0.0 that means generate the packet no matter what is the IP my system will generate packet or we can say my system is allowed to connect with any network it wants and the gateway it will use t...