This document provides an overview of a session objective that introduces web servers, browsers, how they communicate, ASP (Active Server Pages), and a small ASP application example. The key topics covered are how web servers store and distribute web pages to clients/browsers, how browsers make HTTP requests to web servers and receive HTTP responses, an introduction to ASP for creating dynamic web pages on the server-side, and advantages of using ASP like browser independence and improved security.