While taking below exam, I ran into below problem.
Here is the excerpt from cisco press icnd book
"Similary, with OSPF, when a router fails to hear Hellos from a neighbor for an interval called the dead interval, the router believes the silent router has failed. The dead interval is typically set to some multiple of the Hello interval. The the router that stopped receiving the hellos runs a Dijkstra to calculate new routes."
What's more,
"Hello packets serve the same purpose as timed,regular full routing updates serve for distance vector protocols"
so how is this answer c?? can someone explain to me?
http://tcpmag.com/popquiz/article.asp?EditorialsID=74
3. What mechanism is used to address problems in link-state routing protocols?
a. sending periodic updates
b. triggered updates
c. exchanging route summaries at border areas
d. defining infinity as some maximum number
e. split horizon
excerpt from CCNA exam cram 2
"Link state protocols rely on network events to address topology changes. If a router detects a network event (such as one of its neighbors is no longer reachable or a new neighbor appears), it triggers an update."
tcpmag.com 's explanation
3. Answer C is correct. Link-state protocols may have to be tuned to avoid information overload.
This can mean:
* Limiting the distribution of information (exchanging summaries at border areas)
* Flooding information at vulnerable times (dampening the update frequencies)
* Not bothering all stations on the links they run over (targeting updates to multicast addresses instead of broadcasting)
Distance vector protocols need to avoid the effects of wrong routing information. This is done by:
* Recognizing when information is wrong quicker (defining infinity)
* Not assuming they know more than they really do (split horizon)
* Some distance vector protocols passing on network changes immediately (triggered updates)
Sending periodic updates is a feature of distance vector protocols.