cisco labs 2 Flashcards
to learn more about networking
what is the difference between ping and traceroute in networking
ping is used to test whether a device is reachable and how long it will take to send and receive data while traceroute shows the exact route taken to reach the device. traceroute can still be used even if a ping is unsuccessful to show where the connection gets dropped.
what does CIDR notation 0.0.0.0 0.0.0.0 mean in networking
defines an ip block containing all ipv4 addresses
it also sets the gateway of last resort on a router, similar to ip default-gateway
how to configure rip routing protocol on a router
router rip
network address(without subnet/wildcard)
no auto-summary
which commands is used to debug a routing protocol like rip
debug ip rip
what is a multicast address
group of receivers/computers with ip address range from 224.0.0.0 to 239.255.255.255(class D)
difference between unicast, multicast, broadcast, anycast and incast
unicast is one-to-one, multicast one to may, broadcast is one to all, anycast is one to any, and incast is many to one.
what is administrative distance in networking
first criterion that a router uses to determine which routing protocol to use if two or more protocols provide route info for same destination
what is the difference between wildcard mask and subnet mask
wildcard mask is the inverse of the subnet mask it is used in ospf and eigrp setup of the network command
what happens if a route source has an administrative distance of 255
router dismisses that route and does not install it on its routing table
what is a floating static route
it is a backup route configured with a higher administrative distance than the primary route and therefore will not be in the routing table until the primary one fails
difference between ospf and rip
rip allows max of 15 hops while no restriction on hop count for ospf
rip has ad of 120 while ospf has ad of 110
rip uses udp while ospf uses ip
rip calculates metric using hop count while ospf uses bandwidth
rip has multicast address of 224.0.0.9 while ospf has multicast of 224.0.0.5 and 224.0.0.6
what is the difference between metric and administrative distance
AD is used to choose between multiple paths learned via different routing protocols while metric is used to choose between multiple paths learned with the same routing protocol
what is the difference between advertised distance and feasible distance in eigrp
advertised distance your neighbor tells you how far it is for him to reach the destination and feasible distance is total distance to the destination
will two routers on different rip versions experience connectivity
no, they have to be on the same version of rip
can you modify administrative distance of a standard routing protocol
It will make the protocol a static route depriving it its dynamic capability. Modification of administrative distance to be done only on static routes