Router Architecture

High level view of generic router architecture:

image.png

Input Port Functionality

image.png

Longest Prefix Matching

When looking for the forwarding table entry for a given destination address, use the longest address prefix that matches the destination address.

Longest prefix matching is often performed using ternary content addressable memories (TCAMs).