Router

Nerd Cafe

Function:

Layer 3 device that makes forwarding decisions based on logical network addresses (e.g., IP addresses).

Key Features:

  • Segments networks by not forwarding broadcast packets by default, creating separate broadcast domains per port.

  • Each port also creates a separate collision domain, enhancing network efficiency.

  • Supports advanced features like QoS for traffic prioritization.

Topology

Summary Table of IP Assignments

Device
Interface
IP Address
Subnet

Router

fa0/0

192.168.1.1

192.168.1.0/24

Router

fa0/1

192.168.2.1

192.168.2.0/24

PC0

NIC

192.168.1.10

192.168.1.0/24

PC1

NIC

192.168.1.11

192.168.1.0/24

PC2

NIC

192.168.2.10

192.168.2.0/24

PC3

NIC

192.168.2.11

192.168.2.0/24

Configure the Router Interfaces

Test Connectivity

On a PC, open Command Prompt → ping the other subnet:

Congratulations!

You have built a two-subnet, router-on-a-stick-style topology in Packet Tracer, perfect for practicing basic routing between LANs.

Last updated