answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the procedure to make two web server to communicate?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How you can communicate two lan segments?

People use servers for such purposes. The server should have at least two network interfaces. Using DHCP server options you can connect two and more networks together.


Which two TCP IP properties must match on hosts in the same LAN if the hosts are to be able to communicate with each other?

DHCP server and default gateway


What is peer ip address?

A peer IP is used by a server to communicate directly with other server(s). Meaning, two servers use peer IP addresses so nothing has to go through a third party server in between. This is needed to speedup the data transfer between two servers. An example of this would be online gaming or file sharing...


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.


How do you play two players on mine-craft Xbox 360 editon?

You have to make a server.


What are the two ways to communicate successfully in a telephone network?

make a call, or send an SMS :)


What is an explanation of in details about rpc?

Socket and HTTP programming use a message-passing paradigm. A client sends a message to a server which usually sends a message back. Both sides ae responsible for creating messages in a format understood by both sides, and in reading the data out of those messages.However, most standalone applications do not make so much use of message passing techniques. Generally the preferred mechanism is that of the function (or method or procedure) call. In this style, a program will call a function with a list of parameters, and on completion of the function call will have a set of return values. These values may be the function value, or if addresses have been passed as parameters then the contents of those addresses might have been changed.The remote procedure call is an attempt to bring this style of programming into the network world. Thus a client will make what looks to it like a normal procedure call. The client-side will package this into a network message and transfer it to the server. The server will unpack this and tunr it back into a procedure call on the server side. The results of this call will be package back up for return to the client.Diagrammatically it looks likewhere the steps areThe client calls the local stub procedure. The stub packages up the parameters into a network message. This is called marshalling.Networking functions in the O/S kernel are called by the stub to send the message.The kernel sends the message(s) to the remote system. This may be connection-oriented or connectionless.A server stub unmarshals the arguments from the network message.The server stub executes a local procedure call.The procedure completes, returning execution to the server stub.The server stub marshals the return values into a network message.The return messages are sent back.The client stub reads the messages using the network functions.The message is unmarshalled. and the return values are set on the stack for the local process.There are two common styles for implementing RPC. The first is typified by Sun's RPC/ONC and by CORBA. In this, a specification of the service is given in some abstract language such as CORBA IDL (interface definition language). This is then compiled into code for the client and for the server. The client then writes a normal program containing calls to a procedure/function/method which is linked to the generated client-side code. The server-side code is actually a server itself, which is linked to the procedure implementation that you write.In this way, the client-side code is almost identical in appearance to a normal procedure call. Generally there is a little extra code to locate the server. In Sun's ONC, the address of the server must be known; in CORBA a naming service is called to find the address of the server; In Java RMI, the IDL is Java itself and a naming service is used to find the address of the service.In the second style, you have to make use of a special client API. You hand the function name and its parameters to this library on the client side. On the server side, you have to explicitly write the server yourself, as well as the remote procedure implementation.


I am using canon mx308 all in one printer i want to make wireless printing using linksys wrt120n router How do you do that?

Printers of such models do not have LAN adapters, but they have USB ports. You have two choices. First one is to have a router with USB ports and print server (many more expensive models have it). Second one is to get a print server and connect it to your router. You might need some software to communicate with the server. Such software is usually included with print servers.


Which IP configuration options must be configured properly to communicate with websites on the internet?

At the very least, the default gateway and the primary DNS server. These two can be set or provided automatically by a DHCP host.


How to use ftp client and server on the same PC?

Why would you want to do that? A file transfer usually takes place between two computers - one is operating as a client and the other as a server. Running the client and server portion on the same PC to transfer files is very inefficient. You can use the ftp client to communicate with the ftp service on the same server/pc the same way as you would across the network; there is no difference.


How many types of exchange server?

two types of exchange server:- exchange server standerd exchange server enterprise


How big is the server that runs WikiAnswers?

There isn't just one server that runs WikiAnswers; in fact, there are many servers that work together to run WikiAnswers, and they communicate with our massive database to serve the useful information that you can find all over the site. The servers that run WikiAnswers are found in two different parts of the United States, in two different massive data centers.