Introduction of internet and www
Introduction of internet and www
HTML Group
The Internet, the interconnected network of computer networks that spans the globe, seems to be
everywhere today.
It is the vast network of networks that allows users to connect, and share data and communication in
real-time.
Intranets and Extranets
Intranet
A private network contained within an organization or business used to share information and
resources among coworkers.
The Intranet is more safe and secure.
Extranet
A private network that securely shares part of an organization’s information or operations with
external partners.
Internet, Extranet and Intranet Core Differences
World Wide Web (www) web
The web invented by English computer scientist Tim Berners-Lee while working at Europe
Organization for Nuclear Research (CERN).
www is an information system enabling documents and other web resources to be accessed over the
internet.
www is using standardized protocols such as HTTP, HTTPS, and FTP.
The WWW
Web site
Web pages
Web
Web arcs
contents
Web Standards and Accessibility
World Wide Web Consortium-W3C
The World Wide Web Consortium (W3C) is an international community that develops open
standards to ensure the long-term growth of the Web.
Web Standard- HTTP, HTML, CSS, JS
Network Overview
Network is consists of two or more computers connected for the purpose of communicating and sharing
resources.
Common components of a network are
Server computers
Client workstation computer(s)
Shared devices such as printers
Networking devices (router and switch)
and the media that connect them
Figure 1: Common components of a network
Types of Network
A LAN is a computer network that consists of access points, cables, routers, and switches.
Devices to connect to web servers and internal servers within a single building, campus, or home network.
Types of Network
Wide Area Network (WAN)
A wide area network (WAN) is a large computer network that is not connected to a single place.
WANs permit communication, information sharing, and more between devices worldwide.
The set of connecting links between local area network LAN.
Eg. Internet
The Client/ Server Model
describe a relationship between two computer programs – the “client” and the “server”
Client
requests some type of service (such as a file or database access) from the server
Server
fulfills the request and transmits the results to the client over a network
The Internet Client/Server Model
Client– Web Browser
Server– Web Server
A URI or Uniform Resource Identifier is a string identifier that refers to a resource on the internet.
A URI has two subsets; URL (Uniform Resource Locator) and URN (Uniform Resource Number).
A URI contains scheme, authority, path, query, and a fragment.
The Syntax of URI: scheme:[//authority]path[?query][#fragment]
• https://example.com/page#section2
• In this example, ‘#section2’ indicates a specific section within the web page identified by the ID ‘section2’.
Uniform Resource Identifiers