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

Define the lease of the object?

0 Answers  


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

2 Answers   DELL,


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

0 Answers  


Types of compatabilities and explain them ?

0 Answers   DELL,


How can we call methods in remoting asynchronously?

0 Answers  






What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  


How do you define the lease of the object?

1 Answers  


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

0 Answers  


what are the various type of channels used by .Net remoting and which is the best one?

1 Answers  


How can you debug failed assembly binds?

1 Answers  


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

0 Answers  


Explain how to directly call a native function exported from a dll?

0 Answers  


Categories