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

What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?

0 Answers  


Can you explain remoting?

0 Answers   QuestPond,


What is assembly ?

4 Answers   DELL, TCS,


What is Remoting?

0 Answers  


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

0 Answers  






Define proxy in .net remoting?

0 Answers  


Which namespace is used for encryption ?

3 Answers   Digital GlobalSoft,


What do you mean by passport authentication?

0 Answers  


Which one is better WebService and Remoting ?

0 Answers   NA,


Garbage collector?s functionality on unmanaged code ?

0 Answers   DELL,


About performance issues on retrieving records ?

1 Answers   DELL,


Elaborate the term WebService and how it differ from Remoting?

0 Answers   QuestPond,


Categories