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 are the information required to configure remote objects?

0 Answers  


Define singlecall activation mode in .net remoting?

0 Answers  


What is the difference between remoting and webservice?

0 Answers  


What is objref object in remoting?

0 Answers  


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

0 Answers  






What is ODP.NET?

1 Answers   Microsoft, TCS,


What?s SingleCall activation mode used for?

1 Answers  


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

0 Answers  


Threading Types ?

3 Answers   DELL,


How can objects in two diff. App Doimains communicate with each other ?

1 Answers  


What are various types of assemblies ?

1 Answers   TCS,


What are the different types of channels used by .net remoting and which is the best one?

0 Answers  


Categories