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 the Flow of remoting?

770


Explain when we use web service and when we use remoting?

728


What are the advantage of remoting over web services?

661


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

730


Hello, I want to connect a system in LAN and i want to access that.When ever i am moving a mouse in my desktop the similar thing have to happend in the another system in which i have connected. I need coding for this in c# and .NET . any one please help me.It is very urgent to me Advance thanks. my email id:manojkumarchallagundla@gmail.com

2493


Difference between web services & remoting?

783


What are the types of remotable objects?

768


What do you mean by passport authentication?

730


What are the remotable objects in .net remoting?

713


What are the types of remoting?

748


What are the steps to publish an object outside the service domain

723


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

762


How can we call methods in remoting asynchronously?

714


Explain the differences between marshal by value and marshal by reference?

785


define client activated objects (cao)?

810