Difference between remoting and web service ?

Answer Posted / ashish kumar

WebService can access on HTTP protocol.
Remoting can access on HTTP , TCP , SMTP etc protocol.


WebService based on Stateless.
Remoting based on Stateless and stateful.


WebService are mostly use for interoperablity.
Remoting are mostly use for C/S.

WebService support only object that can serialized.
Remoting support all object that can inherits
MarsalByRefObject.


WebService is easy to create and deploy.
Remoting is diffcult to create and deploy.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how does assembly versioning in .net prevent dll hell?

630


What are the situations you will use singleton architecture in remoting ?

636


What is asynchronous programming?

645


Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?

615


How can we call methods in remoting asynchronously?

618






How to decide which to use .net remoting or asp.net web services?

564


Is it a good design practice to distribute the implementation to remoting client?

597


define client activated objects (cao)?

708


What is the proxy of the server object in .net remoting?

662


Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?

625


What does manifest consists?

623


What is Remoting?

735


What are the ways to renew lifetime leases of objects?

680


What are the information required to configure remote objects?

581


What are the channels in .net remoting?

612