Link to home
Start Free TrialLog in
Avatar of jtrades
jtrades

asked on

Choose the Appropriate Network Communication Protocol for this Scenario

Suppose I have the following scenario:  I have a server-based application which collects and sorts various data to send to various client Windows-based applications across a large area network.  The client application will initially request information from the server.  However, the server application should be able to send updates to the client applications throughout the day.  Does this scenario call for me to use TCP/IP or is there something else I should consider?  The part that I am most concerned with is having the server application send updates to the client applications after the initial request, since the socket will close after this initial data is sent (at least this is my understanding).  Can someone explain how I may make this work?  
SOLUTION
Avatar of pseudocyber
pseudocyber

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This in fact may vary with the kind of applications you are using. Thus, what do you want to remotely update? Is this an antivirus update? Are we talking here about sql server replication ...?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial