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

Elaborate the term WebService and how it differ from Remoting?

0 Answers   QuestPond,


How can you configure a .net remoting object via xml file?

0 Answers  


Explain how does assembly versioning in .net prevent dll hell?

0 Answers  


What are the situations you will use singleton architecture in remoting ?

0 Answers  


How to register a shared assembly ?

1 Answers   Digital GlobalSoft,






Can we configure a .net remoting object via xml file?

0 Answers  


What is a process ?

6 Answers   TCS,


What is UUID and GUID what is the size of this ID ?

2 Answers   DELL,


What is unmanaged code?

0 Answers  


What is fundamental of published or precreated objects in remoting?

0 Answers  


Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?

0 Answers  


What?s Singleton activation mode?

3 Answers  


Categories