answersLogoWhite

0


Best Answer

On your Windows Desk Top Computer, the Web Client enables programs to create, access, and modify internet-based files.

My Network Places on Windows allows you to access websites you own from your desktop and transfer files by dragging and dropping into an open window, in the same way you can drag a documents from your desktop to your My Documents folder.

In the case of Network places, the folder is on another computer connected to your computer over the internet. You can drop them to your computer (download) or drag files to the computer connected by the internet (upload).

Hope this answers your question. Please feel free to ask for more answers.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is web client give example?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a compiled program that runs on the client?

The program that runs on the client computer is the client program. Web-browser is a prominent example for client program.


What is client program?

As far as web programming is concerned, client side programming is code that runs in the web browser, rather than the web server. JavaScript is an example of client side scripting because the code is sent to the browser, at which point it is executed. PHP is an example of server side scripting because the code is executed on the server, and the resulting code is sent to the browser and displayed.


What is a client?

A client is the requesting program or user in a client/server relationship. For example, the user of a Web browser is effectively making client requests for pages from servers all over the Web. The browser itself is a client in its relationship with the computer that is getting and returning the requested HTML file. The computer handling the request and sending back the HTML file is a server.


If internet is a client server network?

For the internet; your web browser is the client and the web server is the server.


Where can you play hackscape the web client?

http://hackscape.org/client


On the World Wide Web the client is called an?

web browser


What is difference between client server and web server?

client site program always execute on client computer while server site program execute on sever computer


What is a client-side parser?

In general, a parser is a tool that interprets code.We talk about server-side parsers if those tools parse the code they receive before sending a result (i.e. the web page) to the client PC, while client-side parsers process code directly on the client PC.PHP is an example language that is parsed server-side, JavaScript is an example for a client-side language.


What is a client side parser?

In general, a parser is a tool that interprets code.We talk about server-side parsers if those tools parse the code they receive before sending a result (i.e. the web page) to the client PC, while client-side parsers process code directly on the client PC.PHP is an example language that is parsed server-side, JavaScript is an example for a client-side language.


What is a web service client?

Web service is basically a way of two devices, a client and a server, to communicate. The Client is basically the receiver of information from the server. To be honest, there wasn't much on the web on what exactly it is, but this is all I could piece together. Hope this helps.


What is the difference between client and server on the data communication network?

A server will receive connections from a client, and the client will usually receive some service from the server. When you're browsing web sites online, those web sites are hosted on servers. Your web browser acts as a client to connect to the server and interact with it.


How DNS server caching works?

If a client send a query requesting for a particular web page to the DNS server and if the DNS server resolves the page from the other DNS servers & it will be store the same page in the DNS cache and it will give the response to the client with the requested page. If again the same web page is requested by any client then DNS server will get the web page from the DNS cache instead of again fetching the same page from the internet. With this there wont be any delay for the client to get the web page. This helps in bandwidth control. This is how the DNS server caching works.