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

How to perform Remoting?

1 Answers  


Explain Singleton design pattern of Remoting?

0 Answers   PUCIT,


What are the channels in .net remoting?

0 Answers  


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

2 Answers  


What is the proxy of the server object in .net remoting?

0 Answers  






What are the ways to configure remoting objects before client can use them?

0 Answers  


Which Namespaces is used to achieve the Remoting?

0 Answers  


What is Remoting?

0 Answers  


When do we use delegates in your remoting applications?

0 Answers  


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

0 Answers  


What?s typical about a Windows process in regards to memory allocation?

1 Answers  


What?s a Windows process?

1 Answers  


Categories