Webbrowser and Webserver
Webbrowser and Webserver
Programming
WWW - URL – DNS – HTTP
WWW
• It was in 1989 that Tim Berners-Lee first outlined the advantages
of a hypertext-based, linked information system.
• The term hypertext persists as the label for technology that
connects multimedia documents and information resources
through links.
• Tim Berners-Lee to (in his own words) “marry together” the notion
of hypertext with the power of the Internet
• The Web is rooted in the fundamental protocols associated with the
Internet.
• The Web is built on top of core Internet protocols that had been in
existence for many years prior to the Web’s inception.
• World Wide Web Consortium (W3C) is the main
international standards organization for the World
Wide Web.
Building Blocks of the Web
• Basic components devised by Tim Berners-Lee comprising
the essence of Web technology
– A markup language for formatting hypertext documents
– A uniform notation scheme for addressing accessible
resources over the network
– A protocol for transporting messages over the network
URLs
• Uniform Resource Identifier (URI) is the more general way
of referring the resources on the Internet.
• URI denotes both Uniform Resource Locator (URL) and
Uniform Resource Name (URN)
• URN can be used to identify certain resources in a way that is
independent of their location
• The problem is that URNs have failed to materialize as a
globally
• URLs utilize ‘locator’ information that embeds both a server
address and a file location
URLs
• Versions
Thank You