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 asynchronous programming?

0 Answers  


Difference between .net remoting versus distributed com?

0 Answers  


What are the types of remoting?

0 Answers  


What distributed process frameworks outside .NET do you know?

1 Answers  


What is the difference between private and shared assembly?

1 Answers  


How are the activation URLs different in case of SAO and CAO in .NET remoting?

0 Answers  


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

1 Answers  


What is a process ?

6 Answers   TCS,


What is boxing and unboxing ?

4 Answers   Amdocs, BirlaSoft, TCS,


When we use web service and when we use Remoting?

2 Answers  


Which Namespaces is used to achieve the Remoting?

0 Answers  


Define the lease of the object?

0 Answers  


Categories