Security Insights

Deep dives into cybersecurity, observability, and modern infrastructure

Networking May 27, 2026

Link Layer - Part 3: Inside the LAN, MAC Addresses, Switch Learning, and ARP

How a LAN actually works under the hood: Ethernet frame format, MAC address structure (OUI, multicast bit, locally-administered bit), why switches replaced hubs, the switch learning algorithm with a worked example, ARP, ARP spoofing, MAC flooding, and broadcast storms.

LAN Switching ARP
Read Article
Networking May 26, 2026

Link Layer - Part 2: Sharing the Link, How Devices Agree to Take Turns

How TDMA, FDMA, and CDMA partition the channel, how ALOHA, CSMA, CSMA/CD, and CSMA/CA share it, with a worked Ethernet binary exponential backoff and the Wi-Fi RTS/CTS answer to hidden terminals. Plus interference vs jamming.

Link Layer CSMA/CD Wi-Fi
Read Article
Networking May 25, 2026

Link Layer - Part 1: CRC Demystified, the Math That Keeps Ethernet Honest

Opening post of a new Link Layer series. Build CRC from first principles: polynomial division over GF(2), a fully worked example, the generator polynomials inside Ethernet, Wi-Fi, USB and PPP, and what CRC guarantees plus what it doesn't.

Link Layer CRC Ethernet
Read Article
Networking December 23, 2024

Build a BGP ISP Lab with FRRouting - Part 3

Expert-level BGP: Route refresh capabilities, AS-set aggregation, allowas-in, backdoor routes, prevent transit AS, unsuppress-map, advanced route reflectors, and MPLS Layer 3 VPN implementation.

BGP MPLS L3VPN
Read Article
Networking December 20, 2024

Build a BGP ISP Lab with FRRouting - Part 2

Advanced BGP topics: AIGP for IGP metric preservation, BGP communities for route tagging, sophisticated route maps for traffic engineering, and route dampening for network stability.

BGP AIGP Communities
Read Article
Networking December 15, 2024

Build a BGP ISP Lab with FRRouting - Part 1

Learn how to build a complete ISP environment with BGP routing using FRRouting. Hands-on tutorial covering route reflection, iBGP/eBGP relationships, and production-grade routing configurations.

BGP FRRouting Lab
Read Article