Give the Hierarchial description of remoting?



Give the Hierarchial description of remoting?..

Answer / 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

More Dot Net Remoting Interview Questions

Explain marshalling and its types in .net remoting

0 Answers  


Explain the types of .net remoting?

0 Answers  


About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?

0 Answers   DELL,


What are various types of assemblies ?

1 Answers   TCS,


What are possible implementations of distributed applications in .NET?

2 Answers  






What are the security features in .net remoting?

0 Answers  


Where is global assembly cache located on the system?

3 Answers   HCL, Value Labs,


What is a strong name?

1 Answers  


Write a example code for remoting?

0 Answers  


In which conditions do you opt for Remoting services?

8 Answers   Manland, Tech Mahindra,


What?s SingleCall activation mode used for?

1 Answers  


Explain serialization formatters in .net remoting

0 Answers  


Categories