• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » URI and URL : Uniform resource locator and Uniform Resource Identifier

By Abhishek Ghosh February 9, 2012 10:22 pm Updated on February 9, 2012

URI and URL : Uniform resource locator and Uniform Resource Identifier

Advertisement

URI and URL are often interchangeably used. However, technically there are some differences between Uniform resource locator and Uniform Resource Identifier. In this article, we will briefly discuss on both URI and URL.

 

URI or Uniform Resource Identifiers

 

URI or Uniform Resource Identifiers is basically the broader terminology to cover other conceptual models operated on the information space. Internet is better avoided in this conceptual model.

In WikiPedia you will see to make others understand what is URI, they have used a capsule like diagram to explain URI. It is a matter of fact, URI can not be divided in that way. URI has many subs, these are concepts behind URI. Among these there are four majors – URL, URN, PURL and URC.

Advertisement

---

 

Examples of URI concepts and structures

 

There are big books only on URI itself. Many components of URI are still under pending phase. We are giving few typical examples of URI concepts and structures.

  • http:
  • ftp:
  • tel:
  • git:
  • mailto:
  • isbn:

As you can see there are Internet related as well as non Internet related things included under URI. This is why in this article to complete the whole concept, along with URI we have discussing on URL too.  So URI is Scheme specific part of our next topic – URL

 

What is URL then ?

 

We have given some examples of few schemes of URI. http is a protocol which is a URI scheme. But the example of a typical URL will be :

 

https://thecustomizewindows.com/wp-content/themes/twentyeleven/screenshot.png

 

URL is an important component of many protocols of the Internet, including http: ; ftp: ; mailto: and so on. It is a matter of fact, the file  screenshot.png in above example can be fetched by :

 

sftp://myusername@myip/www.thecustomizewindows.com/web/content/wp-content/themes/twentyeleven/screenshot.png

 

or in this way without  URI part :

 

/www.thecustomizewindows.com/web/content/wp-content/themes/twentyeleven/screenshot.png

 

Or more simple :

 

/themes/twentyeleven/screenshot.png

 

This is how we use inside a theme’s CSS file!

 

Importance of URI and URL

 

URI and URL

URI scheme is not needed for internal usage just like your do not shout at your home to call your father as Mr. Robert Ray. You can simply shout, “where are you, my father?” to locate him. Officially you need to say, I am finding Mr. Robert Ray, my Father. Mr. part is URI scheme in this case. So, its a god practice to avoid saying URI, where your want actually the publicly available path, that contains the URI scheme and URL as a whole. URL of this web page, for example is :

 

https://thecustomizewindows.com/2012/02/uri-and-url-uniform-resource-locator-and-uniform-resource-identifier/

 

Signature Tagged With Describe the difference between a URI (Uniform Resource Identifier) and a URL (Uniform Resource Locator): , why is uniform resource identifier dangerous , Uri The Uniform Resource Identifier (URI) of the content the IWebViewControl is attempting to navigate to , uniform resource identifier and uniform resource locator , the server has not found anything matching the requested uri ESP32 , how to create an Uniform Resource Identifier listing , he server has not found anything matching the requested uri (uniform resource identifier) cors , differene between unform resource locator and uniform resource identifier , difference between uniform resource navigator and locator , difference between a URI (Uniform Resource Identifier) and a URL (Uniform Resource Locator)

This Article Has Been Shared 967 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to URI and URL : Uniform resource locator and Uniform Resource Identifier

  • Syntax Highlighting : All About the Colorful Snippets

    Syntax Highlighting is a method for coloring certain words and characters in a text depending on their importance in in an piece of code or snippet.

  • Google Penguin 2.0 Update Recovery Tips

    Google Penguin 2.0 Update Recovery is possibly required for vast majority of the medium sized business owners and professional bloggers. Here are some tips.

  • Add a Print Button in Genesis Powered WordPress Website

    Add a Print Button in Genesis powered WordPress website in just few steps. You really need not to be a coding expert – its amazingly easy than you can think.

  • How To Use Any Web Font From Own Hosted Library

    How to use any web font from own hosted library describes the ways any web font can be used from either CDN or Server. This guide has good potential for F/OSS.

  • Base64 Encoding and Font CSS

    Base64 Encoding Data URI can be used for Font Face in CSS Files, this is basically a good practice as we are decreasing four HTTP requests per font face.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Comments

  1. AvatarForeign Pensions says

    September 18, 2012 at 9:18 pm

    Interesting article, you invariably write the most
    practical content and of course URI and URL : Uniform resource locator and Uniform Resource Identifier is absolutely no exception
    to this rule!

  2. AbhishekAbhishek says

    September 18, 2012 at 10:44 pm

    Thank you :)

Subscribe To Our Free Newsletter

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (21K Followers)
  • Twitter (5.3k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • WonderFox HD Video Converter Factory Pro Review April 10, 2021
  • What is the Maximum Cable Length Between Arduino/ESP32 and a Sensor April 8, 2021
  • Is the Blockchain Hype Running Out of Breath? April 7, 2021
  • Can You Operate a Website Anonymously? April 6, 2021
  • How to Interface a Piano/Rocker Switch (SPST) With ESP32 Arduino April 5, 2021

 

About This Article

Cite this article as: Abhishek Ghosh, "URI and URL : Uniform resource locator and Uniform Resource Identifier," in The Customize Windows, February 9, 2012, April 10, 2021, https://thecustomizewindows.com/2012/02/uri-and-url-uniform-resource-locator-and-uniform-resource-identifier/.

Source:The Customize Windows, JiMA.in

 

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2021 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy