π Index
Complete catalog of every page in the wiki. For MOCs and navigation, see π Home. Updated on every ingest; one-line summary per page.
π Networking
- BGP β Path-vector EGP; policy-driven routing of the internet and cloud hybrid
- 802.1X β Methods Explained β Port-based L2 authentication; EAP methods, supplicant/authenticator/server
- IPsec VPN β L3 encryption framework: AH, ESP, IKE, tunnel vs transport, IKEv2 vs WireGuard
- NAT & PAT β Address translation types, PAT flow mechanics, cloud NAT, IPv6 reality
- PacketFence vs OpenNAC β NAC platform comparison (comparison note)
- RADIUS β AAA workhorse; EAP-over-RADIUS for 802.1X, CoA, RadSec, vs TACACS+
- VLAN & 802.1Q Trunking β L2 segmentation, tag structure, native-VLAN pitfalls, vs VXLAN
OSPF
- OSPF Fundamentals β Link-state mechanics, neighbor states, DR/BDR, network types, metric
- OSPF LSA Types and Areas β All LSA types and how area types (stub, totally stub, NSSA, totally NSSA) filter them
- OSPF Summarization β Inter-area and external summarisation at ABRs and ASBRs
π§ Linux
(empty β MOC scaffold only)
π₯οΈ Server Infrastructure
- Backup Fundamentals β RPO and RTO β RPO vs RTO, backup types, 3-2-1 rule, snapshot vs backup, tiering
- RAID Levels β Striping/mirroring/parity primitives, RAID 0/1/5/6/10, hardware vs software, modern alternatives
- SAN vs NAS β Block vs file vs object storage; FC/iSCSI/NFS/SMB; cloud equivalents
- Type 1 vs Type 2 Hypervisors β Bare-metal vs hosted, virtualization concepts, why network engineers care
βοΈ Cloud
AWS
- AWS Core Concepts β Regions, AZs, global vs regional, shared responsibility, pricing, account structure
- AWS EC2 Fundamentals β VMs as a service: AMIs, instance types, lifecycle, storage, pricing modes
- AWS IAM Fundamentals β Principals, policies, evaluation, AssumeRole, instance profiles, federation
- AWS S3 Fundamentals β Object storage: buckets, keys, storage classes, access control, encryption
- AWS Security Groups vs NACLs β Stateful vs stateless filtering, when to use which, pitfalls
- AWS Study Plan β for Network Engineers β 80/20 roadmap focused on hybrid networking
- AWS VPC Fundamentals β Virtual networks in AWS: CIDR, subnets, routing, IGW/NAT, connectivity options
- VPC knowledge base β AWS VPC reference (image-based)
π¦ Containers
(empty β MOC scaffold only)
π DevOps
(empty β MOC scaffold only)
π Cybersecurity
(empty β MOC scaffold only)
ποΈ Database
- ACID Transactions β Atomicity/Consistency/Isolation/Durability, isolation levels, BASE counterpoint
- Database Indexing β B-trees, composite indexes, leftmost-prefix rule, covering indexes, when indexes hurt
- Databases β Key Tools & Technologies β Quick reference of engines and tools (legacy seed note)
- Relational vs NoSQL Databases β The fundamental split; SQL vs document/KV/wide-column/graph; CAP theorem
π» Programming
- Git Fundamentals β Mental model (snapshot + pointer), merge vs rebase, undoing, .gitignore, GitOps
- Programming Paradigms β Imperative / procedural / OOP / functional; declarative meta-axis
- Python for Operations β Python for IT: types, control flow, venvs, idioms, network/cloud libraries
βοΈ Automation
- Ansible Fundamentals β Inventory β module β task β play β playbook β role; network automation; vs Terraform
- Declarative vs Imperative Automation β The core mental model with concrete Bash-vs-Ansible comparison
- Idempotence β Mathematical definition, automation applications, βruns twiceβ test
π Cross-cutting Concepts
The connective tissue of the vault. Each concept appears in 3+ domains.
- Authentication β 802.1X, PAM, IAM, OAuth, mTLS, Zero Trust
- Automation-IaC β Declarative vs imperative, Terraform/Ansible, GitOps
- DNS β BIND, systemd-resolved, Route 53, Azure DNS, CoreDNS
- Encryption β TLS, IPsec, LUKS, KMS, envelope encryption, PKI
- High Availability β VRRP, ELB, AZs, replicas, active/active vs active/passive
- Identity β RADIUS, LDAP, IAM, Entra, Kerberos, SPIFFE
- Observability β SNMP, journald, CloudWatch, Prometheus, SIEM, eBPF
- Routing β OSPF, BGP, Linux routes, VPC routes, service mesh
- Secrets Management β Vault, KMS, Secrets Manager, Key Vault, SOPS
- Segmentation β VLAN, SG/NSG, NetworkPolicy, microsegmentation
π Abstraction Layers
- L2 β Ethernet, VLAN, MAC, 802.1X, STP
- L3 β IP, routing, OSPF, BGP, VPC/VNet routing
- L4 β TCP/UDP, load balancers, stateful firewalls
- L7 β HTTP, TLS, ALB/App Gateway, service mesh, WAF
- IaaS β EC2, VMs, raw networks
- PaaS β App Service, ECS, managed databases
- SaaS β finished products consumed over the network