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

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

0 Answers  


What is unboxing?

0 Answers  


When we use web service and when we use Remoting?

2 Answers  


About remoting and web services. Difference between them?

6 Answers   Microsoft,


Threading Types ?

3 Answers   DELL,


What are CAO's i.e. Client Activated Objects ?

1 Answers  


How do you define the lease of the object?

1 Answers  


write a example for remoting (code)

2 Answers   Mind Tree,


What are possible implementations of distributed applications in .NET?

2 Answers  


How do you reference to a private & shared assembly ?

1 Answers   Digital GlobalSoft,


What is assembly ?

4 Answers   DELL, TCS,


How do you directly call a native function exported from a DLL?

2 Answers  


Categories