知识库 知识库
首页
  • Hyperskill - Java

    • Java basic
    • Java OOP
    • 应知
    • 扩展
    • IO & Stream
    • Error & Exception
    • Algorithm & Data structure
    • Design pattern
    • Web
    • Spring boot
  • 练习题

    • 选择题 & 填空题
    • 代码题
  • Frank - Java与生活 (OOP)

    • 参考资料
    • Java基础
    • OOP上半部分
    • OOP下半部分
  • Frank - Java API进阶

    • Base API
    • Unit Test and main function
  • 学习笔记
  • 学习笔记

    • 数据库
  • Frank - MySQL删库跑路

    • 安装、连接、配置
    • 基本操作——数据库
    • 基本操作——表
    • 基本操作——数据
    • 数据类型
    • 列属性完整性
    • 数据库设计思维
    • 单表查询
    • 多表查询
  • 学习笔记

    • 其它
  • Frank - Linux现代方法

    • 必知
    • 命令
    • 技巧
  • 技术文档
  • Git
  • GitHub技巧
  • 前端
  • Khan Academy - 语法
  • Monthly
  • 阅读
  • Others
  • 学习
  • 面试
  • 心情杂货
  • 实用技巧
  • 友情链接
收藏
  • 标签
  • 归档
GitHub (opens new window)

Jim FuckPPT

Java小学生
首页
  • Hyperskill - Java

    • Java basic
    • Java OOP
    • 应知
    • 扩展
    • IO & Stream
    • Error & Exception
    • Algorithm & Data structure
    • Design pattern
    • Web
    • Spring boot
  • 练习题

    • 选择题 & 填空题
    • 代码题
  • Frank - Java与生活 (OOP)

    • 参考资料
    • Java基础
    • OOP上半部分
    • OOP下半部分
  • Frank - Java API进阶

    • Base API
    • Unit Test and main function
  • 学习笔记
  • 学习笔记

    • 数据库
  • Frank - MySQL删库跑路

    • 安装、连接、配置
    • 基本操作——数据库
    • 基本操作——表
    • 基本操作——数据
    • 数据类型
    • 列属性完整性
    • 数据库设计思维
    • 单表查询
    • 多表查询
  • 学习笔记

    • 其它
  • Frank - Linux现代方法

    • 必知
    • 命令
    • 技巧
  • 技术文档
  • Git
  • GitHub技巧
  • 前端
  • Khan Academy - 语法
  • Monthly
  • 阅读
  • Others
  • 学习
  • 面试
  • 心情杂货
  • 实用技巧
  • 友情链接
收藏
  • 标签
  • 归档
GitHub (opens new window)
  • Hyperskill - Java

    • Java basic

    • Java OOP

    • 应知

    • 扩展

    • IO & Stream

    • Error & Exception

    • Algorithm & Data structure

    • Design pattern

    • Web

      • Theory:World Wide Web
        • What is the Web?
        • The history of the Web
        • Internet vs WWW
        • Conclusion
      • Theory:HTTP
      • Theory:HTTP URL
      • Theory:HTTP messages
      • Theory:MVC
      • Theory:Introduction to Spring Web MVC
      • Theory:REST
      • Theory:Postman
      • Theory:Getting data from REST
      • Theory:Posting and deleting data via REST
      • Theory:REST Exception handling
      • Theory:Handling requests with bodies
      • Theory:Domains
      • Theory:HTTP Basic Auth
      • Theory:IP
      • Theory:Authentication and Authorization
      • Theory:OAuth
      • Theory:Java 11 HTTP client
    • Spring boot

  • 练习题

  • Frank - Java与生活

  • Frank - Java API进阶

  • 学习笔记

  • Java
  • Hyperskill - Java
  • Web
Jim
2022-07-04
目录

Theory:World Wide Web

# What is the Web?

Have you ever wondered what images will appear in the heads of future generations when it comes to the era in which we live now? It is likely that the 21st century will spark associations with the advent of the Internet and the World Wide Web. Their creation caused major changes not only in the military and science structures but also in the lives of ordinary people, giving us opportunities that previously could only be imagined.

You so often hear phrases like "The World Wide Web has engulfed our planet", that the definition of the Web is naturally pre-assumed and taken for granted. But really, what is this Web and why is it so global?

The World Wide Web is a collection of information resources scattered around the world and linked together by reference. Sometimes this term is shortened to WWW, W3 or simply Web.

img

The Web is also sometimes ironically called Wild Wild Web by analogy with the movie title Wild Wild West: come to think of it, the resemblance is undeniable.

A unit of hypertext data on the W3 is called a web page. A web page may contain text, media files, graphics and links to other pages.

img

A group of Web pages that share a common content theme, design and links to each other is called a website. Special programs — browsers — are used to download and browse these websites. Most popular browsers: Firefox, Chrome, Opera, Safari.

Often when you visit sites, you can see "www" in the address bar of the browser:

img

This prefix indicates that the address of the website belongs to the Internet space of the World Wide Web and is not mandatory.

# The history of the Web

The World Wide Web was created at the European Organization for Nuclear Energy (CERN). The development of the internal computer network was carried out by the scientist Tim Berners-Lee. In 1989, he was the first to suggest the idea of an information management system that used links to consolidate documents across the network. He and his colleagues created a prototype project and released it for presentation. The first few years of the web pages were purely text-based until the first NCSA Mosaic graphics browser was introduced in 1993. The event allowed the World Wide Web to transform itself from scientific research into a media outlet.

Initially, the Internet only allowed users to search and read information. This period of time is conditionally referred to as Web 1.0 (1990-2000) to provide a general presentation of the ever-changing Internet environment.

Soon people were able to interact with each other and share their content. This period is unofficially called Web 2.0 (2000-2010).

The development of the World Wide Web continues to this day and we will be able to see what changes Web 3.0 (2010- ...) will bring. Currently, Web 3.0 aims to improve content analysis and provide faster and more relevant search results using artificial intelligence.

# Internet vs WWW

Most people use the terms "Internet" and "WWW" interchangeably, but in fact, these are two separate notions. The Internet is a global computer network, i.e., a technical infrastructure that connects millions of computers around the world. While W3 is used to distribute data that contains links to other data, the Internet connects computers to each other to provide access to the information.

img

# Conclusion

Simply put, the World Wide Web is a way of obtaining information over the Internet, yet the Internet is also used to access information that is not a part of the Web. Hypertext documents - web pages are the units of the WWW. They may include different content and are usually joined by a shared topic and links into websites. Specific programs called browsers can download websites, so we can explore them. Now you understand that the World Wide Web and the Internet actually mean different things. More importantly, now you can demonstrate your knowledge and explain this difference to your friends.

编辑 (opens new window)
#Web
上次更新: 2022/10/12, 17:01:25
Theory:Decorator
Theory:HTTP

← Theory:Decorator Theory:HTTP→

最近更新
01
《挪威的森林》
04-14
02
青钢影
04-14
03
Processing strings
02-18
更多文章>
Theme by Vdoing | Copyright © 2022-2023 Jim Frank | MIT License
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式