In which conditions do you opt for Remoting services?

Answers were Sorted based on User's Feedback



In which conditions do you opt for Remoting services?..

Answer / maruti tathe

I don't know what Sisir is talking about... Remoting is
something like web services. You might decide to opt for
Remoting instead of web services in following cases...

1) Client and server platform is fixed
2) Protocol is NOT fixed. (Like web services strictly work
on HTTP protocol)
3) Where object serialization is to be done strictly
through CLR.
4) Where platform is fixed i.e. .Net framework.

Is This Answer Correct ?    8 Yes 0 No

In which conditions do you opt for Remoting services?..

Answer / krishna

If client and server belongs to same operation system then
we have to go with remoting services..............

Is This Answer Correct ?    8 Yes 2 No

In which conditions do you opt for Remoting services?..

Answer / prasad

if the two systems are in dotnet platform

Is This Answer Correct ?    8 Yes 2 No

In which conditions do you opt for Remoting services?..

Answer / amarjeet singh

Remoting is used for .Net to .Net communication and in case
of Remoting we can use protocol other than
HTTP.Serialization in .Net remoting is handled by CLR
in .net Remoting.

Is This Answer Correct ?    4 Yes 0 No

In which conditions do you opt for Remoting services?..

Answer / veera

when both the server and client r under our control then we
use .net remoting.

Is This Answer Correct ?    4 Yes 1 No

In which conditions do you opt for Remoting services?..

Answer / vaidyanathan r

Remoting can be prefered
1. Both server and Client sit in different machine.
2. Both server and client are .NET applications
3. The state of the objects transfered accross the network
should be maintained.
4. The objects of the IDictionary interface should be
transfered accross the network.

Is This Answer Correct ?    5 Yes 2 No

In which conditions do you opt for Remoting services?..

Answer / balavardhan reddy

Remoting can be used for .net to .net communication in
distributed environment

Is This Answer Correct ?    4 Yes 1 No

In which conditions do you opt for Remoting services?..

Answer / sisir

when the word iteranet comes in pic we should prifer 2 use
with condistion that saring with lot of pc

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More Dot Net Remoting Interview Questions

Explain serialization formatters in .net remoting

0 Answers  


Define remotable objects in .net remoting?

0 Answers  


What are the types of remotable objects?

0 Answers  


Which one is better WebService and Remoting ?

0 Answers   NA,


Can you configure a .NET Remoting object via XML file?

1 Answers  






Explain marshalling and its types in .net remoting

0 Answers  


What are the differences between Marshal by value and Marshal by reference?

4 Answers   Verizon,


What are the information required to configure remote objects?

0 Answers  


What are the ways to renew lifetime leases of objects?

0 Answers  


Can we configure a .net remoting object via xml file?

0 Answers  


What is a process ?

6 Answers   TCS,


Garbage collector?s functionality on unmanaged code ?

0 Answers   DELL,


Categories