How frequently do routing tables change in core-network routers? Once every 30sec? once every minute? every 5minutes?

I know that there is a Border Gateway Protocol that runs in the core Internet routers and learns about optimal network paths between adjacent routers, I am just wondering about the frequency of the routing table updates.

If, for example, a Youtube video starts streaming to my PC, what is the chance that the route taken by the packets - which start their journey, in theory, from some Google server, and end up after 15-20 hops to my PC - changes DURING the time I am watching the 10min video? Is it fair to say, that in most cases, the intermediate routers stay the same for a period of 10min? What is the probability of this not being the case? 5%? 20% ?

Thanks in advance.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

From Cisco documentation "BGP neighbors exchange full routing information when the TCP connection between neighbors is first established. When changes to the routing table are detected, the BGP routers send to their neighbors only those routes that have changed. BGP routers do not send periodic routing updates, and BGP routing updates advertise only the optimal path to a destination network. "

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.