Netpractice 42 Tutorial

NetPractice is a small, private network administration exercise designed to introduce students to TCP/IP addressing and subnetting. It consists of 10 levels of increasing difficulty. The goal is to fix broken networks by configuring IP addresses, subnet masks, and routing tables.

Used to divide a network into smaller subnets. For example, a netpractice 42 tutorial

| Concept | Explanation | |---------|-------------| | | 32-bit address (e.g., 192.168.1.1 ) | | Subnet Mask | Defines network vs host portion (e.g., 255.255.255.0 = /24 ) | | Network ID | First address of a subnet (host bits = 0) | | Broadcast | Last address of a subnet (host bits = 1) | | Gateway | Router interface that forwards traffic to other networks | | CIDR | /24 = 256 IPs, /30 = 4 IPs | Used to divide a network into smaller subnets

This tutorial breaks down the essential concepts and provides a roadmap for the common hurdles you'll face. Core Concepts: The Toolbox You are given limited IP ranges

One router, two networks. You are given limited IP ranges. Task: Split a /24 network into two /25 networks. Solution:

Metrics unfurled across the screen—throughput, packet loss, jitter. The tutorial encouraged her to set an alert threshold. She configured one for packet loss above 2%. Immediately, the simulation injected a flaky link. Alerts flashed; logs showed retransmissions. Lena traced the problem to an overloaded switch and rerouted traffic, watching packet loss drop as if tension eased.