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

Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?

2 Answers  


Types of compatabilities and explain them ?

0 Answers   DELL,


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

0 Answers  


What are various types of assemblies ?

1 Answers   TCS,


What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?

0 Answers  






When we use web service and when we use Remoting?

2 Answers  


What is boxing and unboxing ?

4 Answers   Amdocs, BirlaSoft, TCS,


Define singleton activation mode in .net remoting?

0 Answers  


How do you reference to a private & shared assembly ?

1 Answers   Digital GlobalSoft,


What are the threading types?

0 Answers  


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

0 Answers  


Define the lease of the object?

0 Answers  


Categories