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
What are the remotable objects in .net remoting?
Explain how to perform remoting?
What are the advantage of remoting over web services?
What are the types of remoting?
Define proxy in .net remoting?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
Can you explain remoting?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What are the different types of channels used by .net remoting?
Difference between .net remoting versus distributed com?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
Explain how to directly call a native function exported from a dll?
Explain serialization formatters in .net remoting
What is the Difference between CAO and SAO in Remoting.