Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

About remoting and web services. Difference between them?

Answer Posted / madhusudhanreddy

The real difference between .net remoting and xml web services is:

.net remoting uses tcp channel or http channel or smtp channel or ftp channel in order to communicate with the remote objects which reside on the server which is located in different application domain. Here again tcp channel is used for intranet based implementation where as http channel is used for both intranet and internet based implementaions..Net Remoting provides better and faster way of communication as compared to the web services.But they involve complex programming and difficult to deploy..Net remoting uses formatter classes (binary and soap) to serialize and deserialize the data which has to be transmitted on to the network.Remote objects can be hosted on another .Net managed exe file or in IIS or in .net component services which take the advantage of com+ services which include transactions, object life time and object pooling.It provides .NET TO .NET communication between homogeneous and heterogeneous platforms

Web services are used to publish the services on the server using xml based transmission and are completely managed by the web server(IIS).It uses Soap via Http for transferring the messages on to the network..towards business to business implementations...different vendors communicate with different software's...for this requirement..web services can be used...they are easy to develop and deploy...but there is a limitation on the number of objects which can be serialized..only the data types that are defined in the xsd type system are supported for serialization..

These are small differences for enough to get into an interview...

Thanks and Regards,
Madhusudhanreddy T

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do mean by remotable objects in .net remoting?

988


Define singlecall activation mode in .net remoting?

1039


What do you mean by passport authentication?

1139


Will clr handle unmanaged code or not?

1041


Elaborate the term WebService and how it differ from Remoting?

997


Explain how does assembly versioning in .net prevent dll hell?

1131


Difference between web services & remoting?

1063


What is a formatter in .net remoting?

1137


What are the information required to configure remote objects?

1016


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

991


What are the situations you will use singleton architecture in remoting ?

1013


Are you aware of containment and Aggregation ?

3226


Can you explain remoting?

1080


Is it a good design practice to distribute the implementation to remoting client?

967


When do we use delegates in your remoting applications?

979