Router
Everything on SkillVeris tagged Router — collected across the glossary, study notes, blog, and cheat sheets.
14 resources across 3 libraries
Study Notes(6)
Phoenix Framework Basics
An introduction to Phoenix's router, controllers, contexts, and plug pipeline — the core building blocks of a Phoenix web application.
The App Router vs Pages Router
A comparison of Next.js's two routing systems — the legacy Pages Router and the modern App Router built on React Server Components.
React Router Basics
Learn how to add client-side routing to a React app using React Router v6's Routes, Route, Link, and NavLink components.
Navigation Guards
Understand how global, per-route, and in-component navigation guards let you control, cancel, or redirect navigation, e.g. for authentication.
Vue Router Basics
Learn how Vue Router maps URLs to components, enabling single-page applications to feel like multi-page sites without full browser reloads.
Angular Router Basics
Learn how Angular's built-in router maps URL paths to components, enabling single-page applications to feel like multi-page sites without full page reloads.
Cheat Sheets(1)
Interview Questions(7)
Router vs Switch: What is the Difference?
A switch connects devices within a single local network and forwards frames between them using MAC addresses, while a router connects separate networks togethe…
What is a Default Gateway?
A default gateway is the router a device sends traffic to whenever the destination address is not on its own local network, acting as the exit point that forwa…
Hub vs Switch vs Router: What Is the Difference?
A hub is a dumb Layer 1 device that repeats every incoming signal out of all its other ports, a switch is a smart Layer 2 device that reads MAC addresses to fo…
What is a Network Gateway?
A network gateway is the node — usually a router — that sits at the boundary of a local network and provides the exit point to a different network, most common…
What is a Modem and How Does It Differ from a Router?
A modem (modulator-demodulator) is the device that converts digital data from your home network into the analog or carrier signal format used by your ISP’s tra…
What is a Broadcast Domain?
A broadcast domain is the set of devices that all receive a broadcast frame sent by any one member of the group — every host in the same broadcast domain gets…
What is a Router Routing Table?
A routing table is the data structure a router consults for every packet it forwards, listing known destination networks alongside the next-hop address and out…