This document provides an overview of fundamental networking and web architecture concepts, including:
- The OSI 7-layer model and common network topologies like bus, star, and mesh.
- Key protocols like IP, TCP, UDP, and DNS that enable communication and addressing on the internet.
- The basic architecture of the internet and how hardware and protocols interconnect networks.
- How static web pages are organized on websites and accessed via HTTP requests and responses with HTML content.
- REST-based architecture which allows web applications by treating resources as manipulable representations accessed through hypermedia links and queries rather than static pages.