The following schematic depicts how a browser on a personal computer
makes a request for a web page to a web server on a server computer. The web server finds
the skeleton page that was requested, calls a web application that invokes a RDBMS
to obtain page content from a relational database. The web
application then assembles the web page and returns the requested page to
the personal computer.