URL full form Last Updated : 18 Jul, 2025 Comments Improve Suggest changes 31 Likes Like Report URL is the abbreviation of Uniform Resource Locator. It is the resource address on the internet. The URL (Uniform Resource Locator) is created by Tim Berners-Lee and the Internet Engineering working group in 1994. URL is the character string (address) which is used to access data from the internet. The URL is the type of URI (Uniform Resource Identifier). A URL contains the following information which is listed below:Protocol nameA colon followed by double forward-slash (://)Hostname (domain name) or IP addressA colon followed by port number (optional - unless specified otherwise, ":80" is the default when using HTTP, and ":443" is the default when using HTTPS)Path of the fileSyntax of URL:protocol://hostname/filenameProtocol: A protocol is the standard set of rules that are used to allow electronic devices to communicate with each other. Hostname: It describes the name of the server on the network. Filename: It describes the pathname to the file on the server. The URL https://www.geeksforgeeks.org/php-function/ contains the information protocol: https, hostname: geeksforgeeks.org and filename: php-functions. Create Quiz Comment D dharmendra_kumar Follow 31 Improve D dharmendra_kumar Follow 31 Improve Article Tags : GBlog Explore How To BecomeHow to become a Java Developer? 6 min read How to Become a GenAI Developer 8 min read How to become a Cloud Network Engineer? 11 min read How to Become a DevSecOps Engineer 9 min read How to become an Automation Tester? 11 min read RoadmapFull Stack Developer Roadmap 11 min read Complete DevOps Roadmap - Beginner to Advanced 8 min read Machine Learning Roadmap 8 min read Data Analyst Roadmap 1 min read Interview PreparationInterview Preparation Roadmap 5 min read Top Interview Problems Asked in 2024 (Topic Wise) 2 min read Top HR Interview Questions and Answers (2025) 15+ min read Database Administrator Interview Questions 14 min read Aptitude Questions and Answers 3 min read Project Ideas10 Best Computer Science Projects Ideas for Final Year Students 9 min read Top 10 Mini Project Ideas For Computer Science Students 7 min read 30+ Web Development Projects with Source Code [2025] 4 min read Top 10 Data Science Project Ideas for Beginners 13 min read Java Project Ideas For Beginners and Advanced 15+ min read 10 Best Linux Project Ideas For Beginners 7 min read Top 7 Python Project Ideas for Beginners in 2025 6 min read CertificationTop Machine Learning Certifications in 2025 9 min read DevOps Certification - A Way to Enhance Growth Opportunities 4 min read Top 10 Highest Paying Certifications 11 min read Tech Certifications: Worth the Effort in 2025? 9 min read Like