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 are different types of assemblies?

0 Answers  


What are the types of remotable objects?

0 Answers  


Define the lease of the object?

0 Answers  


What is a formatter in .net remoting?

0 Answers  


How can you create a strong name for a .NET assembly?

2 Answers  






What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?

0 Answers  


About performance issues on retrieving records ?

1 Answers   DELL,


Will clr handle unmanaged code or not?

0 Answers  


How does assembly versioning in .NET prevent DLL Hell?

3 Answers   Satyam, Siebel Systems,


About .NET Remoting and types of remoting ?

2 Answers   MMTS, SunGard,


How do you define the lease of the object?

1 Answers  


Can you have two files with the same file name in GAC?

2 Answers  


Categories