Skip to content

Instantly share code, notes, and snippets.

@wolfram77
Last active September 26, 2021 04:27
Show Gist options
  • Save wolfram77/3eceeef87235d14da6a7809c31e2f6d8 to your computer and use it in GitHub Desktop.
Save wolfram77/3eceeef87235d14da6a7809c31e2f6d8 to your computer and use it in GitHub Desktop.
Routing protocol : NOTES

Highlighted notes while studying Advanced Computer Networks:
Routing protocol.
Source: Wikipedia.

A routing protocol specifies how routers communicate with each other to distribute information that enables them to select routes between any two nodes on a computer network. Routers perform the "traffic directing" functions on the Internet; data packets are forwarded through the networks of the internet from router to router until they reach their destination computer. Routing algorithms determine the specific choice of route. Each router has a prior knowledge only of networks attached to it directly. A routing protocol shares this information first among immediate neighbors, and then throughout the network. This way, routers gain knowledge of the topology of the network. The ability of routing protocols to dynamically adjust to changing conditions such as disabled data lines and computers and route data around obstructions is what gives the Internet its fault tolerance and high availability.

Wikipedia is a free online encyclopedia, created and edited by volunteers around the world and hosted by the Wikimedia Foundation.

Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment