Taken from an AQA paper: A common misconception is that the Internet is the World Wide Web. Explain the differences between the Internet and the World Wide Web.

Using these terms interchangeably is a pet-hate of Sir Tim-Bernes-Lee, who invented the WWW and works at our university, so it seemed an appriate choice! The internet can be thought of as a massive network (or network of networks). A device within this network is said to be "on the internet". The internet is also a collection of protocols for discovering devices and for placing data "on-the-wire" (that is, sending it between netwrked-devices). The WWW, on the other hand, is an application of the internet. In other words, it is something which makes use of the internet to provide functionality. The WWW is a collection of protocols and standards for sharing information (mainly documents) between internet-networked devices. One such standard you have probably heard of is HTML. This is the standard used to specify web-page content. If you right-click in most browsers, you can select "see source" or "inspect" to see the HTML behind the site. 

GG

Related Computing A Level answers

All answers ▸

Explain how the even parity system works when transmitting ASCII codes. Include a description of the roles of the sending device and the receiving device during transmission.


Explain how the fetch execute cycle works? Include the specific registers and buses being used


A common construct found in many algorithms is a loop. Using pseudocode, write a pre-condition loop to output all of the even numbers between 99 and 201.


What is an Algorithm?