By Default, Router Will Learn The Directly Connected Network
By Default, Router Will Learn The Directly Connected Network
Process of sending packets from one network to another network is called Routing
1. Static Routing
2. Dynamic Routing
Static Routing:
Routers always maintain the routing table, ie know network and how to sent the packets
192.168.1.0 F0/0 – (router know 192.168.1.0 network and any packets comes for this particular
network; it will be forwarded via F0/0 port)
192.168.2.0 - f0/0 –
192.168.3.0 – F 0/1 – Router knows 3.0 network and if any packets came for this network will be
forwarded via F 0/1 network
In R2 Routing Table information, it don’t have any info about 1.0 network, hence it cannot reply to
PC A packets, So it will be timed out.
We need to tell the router about the indirectly connected network address
If we Write 0.0.0.0 f1/2 – it means any unknow network will be forwarded via f1/2 port. This is
done, because it will be difficult to write each routing information in the router. But there are some
disadvantage it this