Basic Web Concepts
Basic Web Concepts by breaking down the structure of a web address (URL).
Here’s the explanation:
•https → This is the protocol used to transfer data.
•Hyper → Hyperlinking concept.
•Text → Data or content being transferred.
•Transfer → Movement of data between client and server.
•Protocol → A set of rules for communication.
•Secure → The “s” in https means the connection is encrypted and secure.
:// → This is the separator, which separates the protocol (https) from the domain name.
www → This stands for World Wide Web.
World
Wide
Web
✓Finally:
•https:// → Tells the browser how to communicate with the server securely.
•www → Indicates the website address on the World Wide Web.

Comments
Post a Comment