URL (Uniform Resource Locator)
- URL का पूरा नाम Uniform Resource Locator (यूनिफ़ॉर्म रिसोर्स लोकेटर) है। यह एक वेब एड्रेस होता है जिसका इस्तेमाल इंटरनेट पर मौजूद सूचना या रिसोर्स का पता लगाने के लिए किया जाता है।
- दुसरे शब्दों में कहें तो, “URL एक एड्रेस होता है जिसका इस्तेमाल इंटरनेट में वेबसाइट या वेब पेज को एक्सेस करने के लिए किया जाता है।”
- URL किसी वेबसाइट का एक यूनिक एड्रेस होता है. हम वेब ब्राउज़र में URL को टाइप करके किसी भी वेबसाइट को एक्सेस कर सकते हैं।
- इंटरनेट पर मौजूद प्रत्येक वेबसाइट का URL अलग-अलग होता है। किन्हीं दो वेबसाइट का URL एक जैसा नहीं हो सकता।
- URL को “Web Address (वेब एड्रेस)” के नाम से भी जाना जाता है।
- The URL has following parts:
Protocol – Usually it is http, but it can ftp, https, mailto etc.
Host – It is the IP address or domain name of the server.
Port – It is 16 bit integer. 80 for http protocol. If a different port is used then the number can be written explicitly.
Path – The location and name of the file/web page.
It looks like:
Protocol: //host/path
Protocol: //host: port/path
Example of URL http://www.nielit.gov.in/content/digital-literacy-courses
URL (Uniform Resource Locator)
- A URL is the address of a specific webpage or file on the internet.
- It distinguishes one web page to another.
- It is unique identifier for a webpage or file on the internet.
- The URL has following parts:
Protocol – Usually it is http, but it can ftp, https, mailto etc.
Host – It is the IP address or domain name of the server.
Port – It is 16 bit integer. 80 for http protocol. If a different port is used then the number can be written explicitly.
Path – The location and name of the file/web page.
It looks like:
Protocol: //host/path
Protocol: //host: port/path
Example of URL http://www.nielit.gov.in/content/digital-literacy-courses