Unit 11: Internet

Contents

1. Basic Internet Terminology

The Internet is a global system of interconnected computer networks that use the standard Internet protocol suite (TCP/IP) to link several billion devices worldwide.

2. Web Browser and its Environment

A Web Browser is a software application used to access information on the World Wide Web. When a user requests a web page from a particular website, the web browser retrieves the necessary content from a Web Server and then displays the page on the user's device.

Common Technologies:

3. Client-Side and Server-Side Scripting

Scripting languages are used to add functionality and interactivity to web pages. They are categorized based on where the code is executed.

Feature Client-Side Scripting Server-Side Scripting
Execution Executed in the user's web browser. Executed on the web server.
Focus User interface and interactivity. Database access and business logic.
Examples JavaScript, VBScript. PHP, Python, Ruby on Rails.

4. Internet Applications

The Internet supports a wide variety of applications that facilitate communication and information exchange.

5. Exam Focus Enhancements

Exam Tips
Common Mistakes
Frequently Asked Questions

Q: What does a Web Server do?
A: It is a computer that stores web files and delivers them to users via the internet when requested through a browser.

Q: Why is HTML called a 'Markup' language?
A: Because it uses 'tags' to 'mark up' or annotate the text so the browser knows how to display it.