Web Technologies terms
Web Technologies terms
The interrelationship among key web technology concepts can be understood as how they
interact and support the functioning of the web.
4. Hyperlinks:
Hyperlinks are elements in a web page (defined using HTML) that link to other web pages,
resources, or locations on the web.
Relationship: Hyperlinks utilize URLs to direct users to other web pages or resources,
making navigation possible across the World Wide Web.
5. Web Server:
A web server is a computer system that hosts websites and delivers web pages to users upon
request. It responds to HTTP requests from web browsers.
Relationship: The web server stores HTML files, images, and other resources, which are
retrieved and displayed by web browsers.
6. Web Page:
A web page is a single document on the web, written in HTML and accessed via a web
browser. It is the basic unit of content on the World Wide Web.
Relationship: Web pages are stored on web servers, linked via hyperlinks, and accessed using
web browsers over HTTP.
8. Web Browser:
A web browser is a software application that retrieves, interprets, and displays web pages. It
acts as the user interface to the World Wide Web.
Relationship: Web browsers use URLs to locate web pages and HTTP to request and display
content from web servers.
9. Uniform Resource Locator (URL):
A URL is the unique address of a web page or resource on the World Wide Web. It specifies
the location of the resource and the protocol used to access it (e.g., HTTP, HTTPS, FTP).
Relationship: URLs are used in hyperlinks and web browsers to locate and retrieve web pages
or files from web servers.
Summary of Interrelationships:
1. World Wide Web serves as the platform where web technologies work together.
2. HTML structures web pages, which are stored on web servers.
3. Web browsers use HTTP to request web pages and display them.
4. Hyperlinks and URLs facilitate navigation between resources.
5. FTP allows files to be uploaded to or downloaded from a web server.
6. Users interact with the web by uploading and downloading files, accessing web pages,
and navigating via hyperlinks.
These concepts collectively enable the seamless functionality of the internet and the
World Wide Web.