Skip to main content

URL - Uniform Resource Locator

What is URL?

A Uniform Resource Locator (URL),
colloquially termed a web address,is a
reference to a web resource that specifies
its location on a computer network and a
mechanism for retrieving it. 
A URL is a
specific type of Uniform Resource
Identifier (URI)


WEBSITE
https://url.spec.whatwg.org



HTTP uses Internet address in a special format called a Uniform Resource Locator Or URL.

URLs look like this:
type://address/path


The other example of URLs are:

ftp://ftp.prenhall.com,http://www.yahoo.com,news://alt.tennis ,www.Instagram.com,www.Facebook.com ,www.blogger.com etc.

A URL is also referred to as Web Address Sometimes.

Element of a URL

A URL(Uniform Resource Locator) is an address of a file on Internet . Let us discuss the components or syntax elements of URLs.

A file's Internet address , or URL, is determined by the following:

  • The type of server or protocol
  • The name/address of the server on the Internet
  • The location of the file on the server ( this location may be related as a "path" through the file hierarchy)
List the types of servers you may encounter, along with the protocol they use, and the type(s) of information they provide.


In any typical URL e.g., http://www.blogger.com, the "http" identifies both the protocol and server. (According to standard URL syntax , a colon(:) and two forward slashes (//) follow the protocol /server.)

Similarly , in URL ftp://www.Facebook.com, the "ftp" identifies both the protocol and server.Here it is FTP type of server. Refer to table for more types of servers.

Comments

Popular posts from this blog

Introduction of python

What is Python? Python is a popular programming language. This language was created by Guido van Rossum  in 1991 and further developed by the Python Software Foundation. As you know it is work quickly and integrate systems more efficiently.   It is manly used for: 1.                   web development (server-side),  2.                   software development, 3.                   mathematics and data analytics 4.                   system scripting etc. What can Python do? It can be used on a server to create web applications. It can also used alongside software to create workflows and connect to dat...

Django in Python

What is Django? Django is a free and open source web application framework written in Python that encourages rapid development and clean pragmatic design. As you know  A framework is nothing more than a collection of modules that  make development easier. They are grouped together, and allow you to create applications or websites from an existing source, instead of from scratch. Some well known sites that use Django include PBS, Instagram, Disqus, Washington Times, Bitbucket and Mozilla. Django offers a big collection of modules which you can use in your own projects. Primarily, frameworks exist to save developers a lot of wasted time and headaches and Django is no different.

ORGANIZATIONAL BEHAVIOUR

 ORGANIZATIONAL BEHAVIOUR The concept of organisational Behaviour Organization is the backbone of management. No management can perform its functions smoothly Without an efficient organization. DEFINITION It's refers to the behavior of individuals and groups within organizations and the interaction between organizational members and their external environment. https://deepanshugautam9899.medium.com/organizational-behaviour-10702e0307ce Nature of organization behaviour  A separate field of study An applied science A total system Approach An Interdisciplinary Approach Normative Science Humanistic and optimistic Approach A separate field of study: A discipline is an accepted science that is based on a theoretical foundation. But ,  organization behaviour  has a multi-interdisciplinary orientation and is, thus, not based on a specific theoretical background. Therefore, it is better reasonable to call  organization behaviour  a separate field of study rather th...