• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/5

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

5 Cards in this Set

  • Front
  • Back
Default routes are used to route packets with destinations that
do not match any of the other routes in the routing table
Routers are typically configured with a default route for Internet-bound traffic, since it is often
impractical and unnecessary to maintain routes to all networks in the Internet
A default route is actually a special static route that uses this format:
ip route 0.0.0.0 0.0.0.0 [next-hop-address | outgoing interface ]
The 0.0.0.0 mask, when logically ANDed to the destination IP address of the packet to be routed, will
always yield the network 0.0.0.0
If the packet does not match a more specific route in the routing table, it will be routed to the
0.0.0.0 network