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 |
What is a strong name?
what are the requirements to enable remote components to interact each other?
What is the difference between authentication and authorization ?
7 Answers Digital GlobalSoft, Qatar University,
What are the channels in .net remoting?
Can you have two files with the same file name in GAC?
Which Namespaces is used to achieve the Remoting?
What do mean by remotable objects in .net remoting?
Explain what is the relationship between a Process, Application Domain, and Application?
What distributed process frameworks outside .NET do you know?
What are the information required to configure remote objects?
What?s Singleton activation mode?
How do you directly call a native function exported from a DLL?