πŸ“š Abstraction Layers

The β€œeras” of IT β€” the vertical axis that runs through every domain.

OSI / network layers

  • L2 β€” Ethernet, VLAN, MAC, 802.1X, STP
  • L3 β€” IP, routing, OSPF, BGP, VPC/VNet routing
  • L4 β€” TCP/UDP, load balancers (NLB/Azure LB), firewalls
  • L7 β€” HTTP, TLS, ALB/App Gateway, service mesh, WAF

Cloud service models

  • IaaS β€” EC2, VMs, raw networks
  • PaaS β€” App Service, ECS, managed DBs
  • SaaS β€” finished products consumed over the network

All layer notes

TABLE WITHOUT ID file.link AS "Note", type AS "Type"
FROM "12 - Layers"
WHERE type != "moc"
SORT file.name ASC