Difference between remoting and web service ?



Difference between remoting and web service ?..

Answer / 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

More Dot Net Remoting Interview Questions

What is the difference between authentication and authorization ?

7 Answers   Digital GlobalSoft, Qatar University,


What is boxing and unboxing ?

4 Answers   Amdocs, BirlaSoft, TCS,


What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  


What are the different types of channels used by .net remoting?

0 Answers  


Explain the hierarchial description of remoting?

0 Answers  






When should we choose .net remoting over .net web services?

0 Answers  


What?s typical about a Windows process in regards to memory allocation?

1 Answers  


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

0 Answers  


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

0 Answers  


What are static assemblies and dynamic assemblies?

0 Answers  


What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?

0 Answers  


Can we configure a .net remoting object via xml file?

0 Answers  


Categories