Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

home-network-documentation

Professional documentation of my home network — the same format an IT support tech would produce for a small business client.

Why this exists

Every entry-level IT job posting asks for "network documentation experience." Most candidates have none. This repo is the smallest possible proof I can produce that documentation.

What is included

  • network-diagram.png — Visual topology of every device on my network, drawn in Draw.io
  • device-inventory.md — Table of every connected device with hostname, MAC address, static/DHCP IP, and purpose
  • wifi-security-config.md — Write-up of the encryption standard, guest network setup, and firmware update policy
  • troubleshooting-log.md — Real issues I have hit on this network and how I fixed them

Network topology

(add network-diagram.png screenshot here)

Device inventory (sample structure)

Device Hostname MAC address IP Purpose
Router (add) (add) 192.168.1.1 Gateway
Laptop (add) (add) 192.168.1.x (DHCP) Work
Phone (add) (add) 192.168.1.x (DHCP) Personal
Smart TV (add) (add) 192.168.1.x (DHCP) Entertainment

Security choices explained

  • Encryption: WPA3 (or WPA2-AES if router does not support WPA3)
  • Guest network: Isolated, no access to main LAN, 12-character password rotated quarterly
  • Router firmware: Auto-update enabled, verified running current version as of (date)
  • Default admin password: Changed from factory default to 16-character random string

What I learned building this

  • Understanding the difference between LAN, WAN, and guest networks
  • Reading MAC addresses to identify unknown devices
  • Configuring static IPs vs DHCP reservations
  • Documenting for a future maintainer (my future self counts)

Part of my Fall 2026 certification path: Google IT Support + CompTIA A+ + ServiceNow CSA.

About

Professional documentation of my home network - topology diagram, device inventory, security config, troubleshooting log

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors