answersLogoWhite

0


Verified answer

Trace

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Anonymous

Lvl 1
4y ago

Trace

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
4y ago

vfcxv

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
4y ago

Do trace

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
4y ago

Do trace

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

jb

This answer is:
User Avatar
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What are the client server model and Give 3 examples of services on Linux systems that take advantage of this model?

FTP, NFS, DNS, email, and HTTP (the web browsing protocol) all rely on client server model.


Which protocol is responsible for controlling the size and rate of the HTTP messages exchanged between server and client?

TCP (CISCO CCNA - 3.2.1.3 Interaction of Protocols)


Consider an http client that wants to retrieve a web document at a given url. The ip address of the http server is initially unknown. What transport and application-layer protocols are needed in this?

Application layer protocols: DNS and HTTP Transport layer protocols: UDP for DNS and TCP for HTTP


How do you set up a jabber account?

At first you need to choose one of the jabber servers. Try to find some by google, or wiki pages Than you need to download some jabber client. Try this page for example: http://www.jabber.org/web/Clients Once you have chosen server and client application, you can get your account. Most of servers doesn't need to register on-line by some form, just run client application and it will ask you for the login, password and server which you want to be connected to.


What is Advantages and disadvantages using HTTP protocol?

There are a few advantages and disadvantages of the HTTP protocol. The stateless design simplifies the server design because there is no need to dynamically allocate storage to deal with conversations in progress. If a client dies in mid-transaction, no part of the system needs to be responsible for cleaning the present state of the server. A disadvantage of statelessness is that it may be necessary to include additional information in every request, and this extra information will need to be interpreted by the server.

Related questions

What message does a client use to request a webpage?

To request a webpage from the server, an HTTP client sends the server a GET request.


Explain how HTTP is used in client-server system?

HTTP (web traffic) may be used in either peer to peer networks or client server networks. Either way, it is the same protocol. It is used to transmit a browser request to a web server or to transfer a page from a web server to a client browser.


What is client architecture?

http://wiki.answers.com/Q/What_is_client_server_Architecture"e http://wiki.answers.com/Q/What_is_client_server_Architecture"eClient server architecture refers to a network architecture whereby every computer on the network is either a server or a client.


WHAT IS downsizing client server computing?

"http://wiki.answers.com/Q/What_is_downsizing_and_client_server_computing" "http://wiki.answers.com/Q/What_is_downsizing_and_client_server_computing" "http://wiki.answers.com/Q/What_is_downsizing_and_client_server_computing"


When a client runs an application on a terminal server which of the client computers resources does the application utilize?

You can get all the info on the TS on this link http://support.microsoft.com/kb/186498 Server Computer is the head of all the network computers that called as a client computer. Server computer main duty is the main storage of all the data of the client computers. Also, Server computer has the Main system that the client computers will be using.


How do you make a rs2 client?

I belive you are talking about a runescape private server? if so you can go to http://www.moparscape.org/smf and click 'Server Downloads' and then it will have a list of clients and sources. Whats the difference between a client and source? [Client] - You use a client to connect to the source/server, without a client you cannot play the private server/game. [Source/Server] - This is the actual game, this is what you run the server off, and this supplies all of the characters info, and also other things you would like to change. I hope this helps you out, goodluck.


What is Http and how does Http work?

ofcourse we have server and clients first step is open the browser and write the domain name as www.google.com then we note the http is write that is meen the protocol http is commnected the server with client by use the ip address that are resolved by DNS


What is the difference between HTTP and SMTP?

SMTP is push protocol, stateful protocol which is used for sending Mails from Client to Client or Server to Server. Generally SMTP uses the encryption method of 7bit or 8bit ISCII but HTTP dose not use that. HTTP is pull protocol which is preferred for sites demand and this is stateless protocol.


What are the client server model and Give 3 examples of services on Linux systems that take advantage of this model?

FTP, NFS, DNS, email, and HTTP (the web browsing protocol) all rely on client server model.


How do you hook up DLNA?

You need a DLNA server, which is software that is running on your PC and a DLNA client which will show content sent by the server. For a good Windows server, check out Mezzmo (http://www.mezzmo.com)


What is the web server response to the web client GET request?

The response from the server is: HTTP/1.1 200 OK This means that the request from the client succeeded. If the page you requested is already stored in the cache of your browser you will get: HTTP/1.1 304 Not Modified This means that the page has not been modified since it was stored in your cache.


Is the process of a computer or device receiving information such as a Web page from a server on the Internet.?

When you access a webpage, the web browser (client) sends a HTTP request to the web server. The web server processes the request and sends a HTTP status code along with any additional content if needed as a response.You can observe this process by using a packet tracer program or send the HTTP requests yourself from a terminal session:Connect to a web server at port 80 using a Telnet client.Send a GET / HTTP/1.1 followed by a CrLf (enter/return key), then a Host: where is the hostname. After that, send the request by entering two more CrLf's.