Give the Hierarchial description of remoting?

Answer Posted / madhu

.Net remoting is replacement of DCOM.
Step 1:Build a proxcy which is looks like a real obj.
Step 2:By useing proxcy U can make method calls on remoting
objs.
Step 3:These method calls know as "Messages", messages can
be serialized by Formater.
Step 4:It send to client channel.
Step 5:Client channel communicate with sever channel. And
Deserialized the Messages.
Step 6:Sever send the exact remot obj.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are static assemblies and dynamic assemblies?

523


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

562


How to decide which to use .net remoting or asp.net web services?

491


Explain when we use web service and when we use remoting?

514


What are the security measures exist for .net remoting in system.runtime.remoting?

591






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

549


When should we choose .net remoting over .net web services?

536


Can you pass SOAP messages through remoting?

564


What are different types of assemblies?

570


Define singleton activation mode in .net remoting?

516


Name the distributed systems available apart from .net remoting?

554


How do you directly call a native function exported from a DLL?

6641


Define proxy in .net remoting?

563


Is it a good design practice to distribute the implementation to remoting client?

500


Are you aware of containment and Aggregation ?

2685