<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Van-Loc Nguyen</title>
    <description>The latest articles on DEV Community by Van-Loc Nguyen (@vanloc1808).</description>
    <link>https://dev.to/vanloc1808</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1738915%2F0fa6e660-8a2b-4bf6-bff1-6db33c6e1be7.jpg</url>
      <title>DEV Community: Van-Loc Nguyen</title>
      <link>https://dev.to/vanloc1808</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vanloc1808"/>
    <language>en</language>
    <item>
      <title>URL vs URI vs URN</title>
      <dc:creator>Van-Loc Nguyen</dc:creator>
      <pubDate>Sun, 06 Oct 2024 11:43:38 +0000</pubDate>
      <link>https://dev.to/vanloc1808/url-vs-uri-vs-urn-3j9m</link>
      <guid>https://dev.to/vanloc1808/url-vs-uri-vs-urn-3j9m</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzsv1qd77w9h74zsxu5wg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzsv1qd77w9h74zsxu5wg.png" alt="URL vs URI vs URN" width="800" height="798"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;URI: Uniform Resource Identifier&lt;/strong&gt;&lt;br&gt;
URI identifies a logical or physical resource on the web. URL and URN are subtypes of URI.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;URL locates a resource&lt;/li&gt;
&lt;li&gt;URN names a resource
A URI is composed of the following parts:
scheme:[//authority]path[?query][#fragment]&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;URL: Uniform Resource Locator&lt;/strong&gt;&lt;br&gt;
URL is the key concept of HTTP. It is the address of a unique resource on the web. It can be used with other protocols like FTP and JDBC.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;URN: Uniform Resource Name&lt;/strong&gt;&lt;br&gt;
URL uses the urn scheme. URNs cannot be used to locate a resource. A simple example given in the diagram is composed of a namespace and a namespace-specific string.&lt;/p&gt;

&lt;p&gt;Source &lt;a href="https://blog.bytebytego.com/p/ep66-comparison-of-url-uri-and-urn" rel="noopener noreferrer"&gt;ByteByteGo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>network</category>
    </item>
  </channel>
</rss>
