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 Client-activated object in remoting?

0 Answers   DELL,


explain is .NET Remoting?

2 Answers   Mind Tree,


What are the ways to renew lifetime leases of objects?

0 Answers  


What are static assemblies and dynamic assemlies. Differences between them ?

2 Answers   TCS,


What is unboxing?

0 Answers  






What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?

0 Answers  


What are the differences between Marshal by value and Marshal by reference?

4 Answers   Verizon,


What are static assemblies?

0 Answers  


what is sitemap

3 Answers  


How to register a shared assembly ?

1 Answers   Digital GlobalSoft,


What is ODP.NET?

1 Answers   Microsoft, TCS,


What is the purpose of System.EnterpriseServices namespace ?

1 Answers   Digital GlobalSoft,


Categories