Appearance
Lab Manual β
This lab series takes you from L2 to L3, progressively understanding how networks work.
Lab List β
| Lab | Topic | Learning Content | Time |
|---|---|---|---|
| Lab 1 | Single Subnet Experiment | L2 Forwarding, ARP, IP Configuration, Packet Capture | 30 minutes |
| Lab 2 | VLAN Experiment | VLAN Isolation, Access Port, 802.1Q | 30 minutes |
| Lab 3 | Router Connecting Multiple Subnets | L3 Forwarding, Gateway, Routing Table | 30 minutes |
Environment Requirements β
- GNS3 installed and configured
- Docker installed (for Linux containers)
Components Used β
This tutorial uses Linux as network devices:
| Component | Purpose | Description |
|---|---|---|
| Linux | Switch / Router | Uses ip command and bridge tools |
| VPCS | End Hosts | GNS3 built-in lightweight host simulation |
| Wireshark | Packet Analysis | GNS3 built-in integration |
Why Use Linux? β
- β Free and Open Source - No licenses or registration required
- β Real Environment - Same network stack as actual servers/devices
- β Practical Skills - Commands learned can be directly applied at work
- β Lightweight Resources - Smaller and faster than commercial NOS images
Network Fundamentals Review β
L2 vs L3 β
| Layer | Name | Address | Device | Scope |
|---|---|---|---|---|
| L2 | Data Link | MAC | Switch | Same Segment (LAN) |
| L3 | Network | IP | Router | Cross Segment (WAN) |
Important Terms β
| Term | Description |
|---|---|
| Bridge | Linux software switch |
| VLAN | Virtual LAN, logical isolation |
| Gateway | Default gateway, exit point for cross-segment traffic |
| ARP | IP β MAC translation protocol |
| TTL | Time To Live, prevents infinite packet loops |
Start Labs β
Ready? Let's begin with Lab 1: Single Subnet Experiment!