answersLogoWhite

0


Best Answer

url = uniform resource locator or universal resource locator, this is the address of a specific internet site or resource.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does a server url means?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Server means what?

url = uniform resource locator or universal resource locator, this is the address of a specific internet site or resource.


What is a URL in java?

URL is not a java-specific term. It means "uniform resource locator"; informally, it is the same as an "Internet address" - for example, the address to access a Web page, or an FTP server.


Which server porvides the trarslation od url to ip addresses?

It's called DNS server.


How do you find a pictures HTML?

Using HTML to display images you use the tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image (skull) you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored on the server. It should look like this: Broken down it means < img source = "the address (URL) of the image is located / (for the name of the image) Youri_picture.jpg">


How you make a HTML code of your photo?

Using HTML to display images you use the tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored (the server)It should look like this: Broken down it means < img source = the address (URL) of the image location/ (for the name of the image) yourimage.jpg>


Is there a website with a good introduction to application server load balancing?

There is an excellent PDF breakdown of server load balancing at [url]http://www.radharc.com/whitepapers/Server_Load_Balancing.pdf[/url]. Also, check out the white paper associated with this Linux article: [url]http://www.linux-mag.com/id/4136[/url]. There is a good website for server load balancing. The address is http://content.websitegear.com/article/load_balance.htm. It offers a good introduction to server load balancing.


Which role service within IIs enables the web server to forward incoming request for a specific url to another url?

.NET


Which role service within IIs enables the web server to forward incoming requests for a specific URL to another URL?

.NET


How many URL'S are there in the World Wide Web?

The term URL means the Urban Realestate Legion. Founded in 1987, it current has only one branch. Thus, the answer is one.us No, the term URL means Uniform Resource Locator in this context, and NetCraft estimates that as of march 2011, there are around 300,000,000 (300 million) hostnames in existence. http://news.netcraft.com/archives/category/web-server-survey/


What is the pathname in a URL?

A pathname is the location of a file or object in the context of a file system. A URL is the location of a file or object in the context of an internet web server.


How does HTML deal with a picture on a webpage?

Using HTML to display images you use the &lt;img&gt; tag. To display an image on a page, you need to use the (source attribute) src= The value of the src attribute is the URL of the image you want to display on your page which means that the image you want to display must be uploaded to a server, and have a web address (URL). The URL for the image points to the location where the image is stored on the server. It should look like this: &lt;img src="http://www.theURLfortheimage.com/Yourimage.jpg"&gt; Broken down it means &lt; img source = the address (URL) of the image is located / (for the name of the image) Yourimage.jpg&gt;


When creating a HTML webpage where do you write the url address?

HTML pages do not create their complete URL. The URL is generated by the Web server. Part of the URL is the saved name of the HTML file (e.g. page.html). The rest of the URL depends on where the HTML document is saved on the Web server (e.g. www.webserver.com/directory/page.html). You specify the name of the Web page in the HTML file by using the &lt;title&gt;My Page Name&lt;/title&gt; tags.