Web Server
• Each Web server handled the request and sent a response back to the Web browser.
• After that, the Web server closed the connection and released all resources that were involved in the request .
• In addition to serving static HTML files, the Web servers can also handle requests for pages that contain code that will execute at the server
Web Browser
• The Web browser provides a platform-independent means of displaying Web pages that were written with HTML.
• Execute code such as Java-Script and to support plug-ins which improve the user’s experience.
• Technologies such as Asynchronous JavaScript and XML (AJAX) allow the Web browsers to talk to the Web servers without clearing the existing Web pages from the browser window
No comments:
Post a Comment