Sunday, 18 January 2026

Network Story

 Let me tell you a story.


When junior network engineers come to an interview and I ask a question about RIP, many reply:

“Why RIP? It’s not used anymore. Ask me something about OSPF or BGP.”

Okay. Fair enough.

So I ask a very simple follow-up:
How does BGP prevent routing loops?

Silence. Or I hear:
“Uhh… timers?”
“Because it’s Layer 3?”
“Because it’s advanced?”

None of those answers are correct.

Here’s the reality.
RIP teaches you why loops happen.
BGP expects you to already understand that.

BGP prevents loops using AS-PATH:

- Every AS appends its ASN to the path
- If a router sees its own ASN in the AS-PATH
- The route is discarded

Simple. Elegant. Fundamental.

No AS-PATH, BGP collapses.

Why I still ask about RIP?

Because RIP forces you to learn:

- Count-to-infinity
- Split horizon
- Route poisoning
- Hold-down timers

These are not “old ideas”. They are foundations.

If you skip foundations and jump straight to “advanced protocols”, you don’t become advanced. You become fragile.

Final thought:
Wanting to learn BGP before RIP is like wanting to fly a jet before learning how lift works.

Technology changes.
Network behavior doesn’t.

No comments:

Post a Comment

🔥 The Hidden Risk of “Wide Open” Internal Policies — And How To Remove Them Safely

In one of my recent projects, I noticed a wide open internal traffic policy in place. Later, I was asked to work on this issue and remove th...