Lessons: 21Length: 2.9 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.2 A Brief History of the World Wide Web

Hey, welcome back. So, how do you access a website nowadays? Well, you type its address into a browser. For example, www.envato.com. But, did you ever wonder what the WWW means? Well, it stands for world wide web. But first a bit of history. The dawn of the internet goes all the way back to 1958 when U.S. Defense Department created ARPA, Advanced Research Projects Agency, which would focus on computer networking and communications technology. In 1969 ARPA created ARPANET, a network that connected the University of California with SRI International. Two years later, the File Transfer Protocol, or FTP, was created. By this time about 15 sites were connected to ARPANET. In 1974 the term Internet was used to describe a single global network. Now I want you to remember this name, Tim Berners-Lee. This man had the most important role in the birth of the Internet as we know it today. He was a software engineer at CERN, which is the European organization for nuclear research. And at that time scientists from all around the world would participate in experiments at CERN. And then would return to their labs back home. However, there was no easy way for them to exchange data and experiment results. Tim Berners-Lee understood this need, and in late 1989 he submitted a proposal to the management of CERN. That proposal specified the technologies that would make the internet accessible to everyone. It was denied at first but by October the next year it was accepted along with the three fundamental technologies of today's web. HTML, which stands for hypertext markup language. This is the publishing format for the web. URI, which stands for uniform resource identifier. This is a unique address to each resource on the web. And then HTTP, which stands for hyper text transfer protocol. This allows for the retrieval of linked resources from across the web. Tim also wrote the first browser and the first web server. Shortly after that, people form all around the world joined the new community. In April 1993, CERN announced that the World Wide Web technology would be available for anyone to use. And that's it, a brief history of the web. Nowadays the web has grown to amazing numbers with more and more people starting using it everyday. Now, since you have a bit of a background on what the web is, it's time to dig into more complex stuff like HTML and CSS, because every webpage has two key components, the HTML and the CSS. So in the next lesson, I'll talk about the HTML.

Back to the top