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

What do mean by remotable objects in .net remoting?

517


Garbage collector?s functionality on unmanaged code ?

3094


Define proxy in .net remoting?

562


Explain the Flow of remoting?

593


Can you pass SOAP messages through remoting?

562






How do you implement distributed applications in .net?

505


Explain the types of .net remoting?

605


Define delegates and events?

570


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

548


Are you aware of containment and Aggregation ?

2684


What is objref object in remoting?

686


What are the ways to renew lifetime leases of objects?

571


What is a formatter in .net remoting?

580


Can you explain remoting?

595


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

2302