Answer:
WebServices is a cross platform where we can invoke object which are lying on different server or different georphical location.
Both WebService and Remoting are used for same Purpose but the difference in Remoting is that both the server and client should be .NET platform while in WebService the server and client can be in different platform.
Remoting is faster than WebService.
WebService can be access only through http protocol but Remoting can access by any kind of protocol like TCP,HTTP,SMPT,FTP.
Please click here to see more .NET/ASP.NET interview questions
Regards,
Visit Authors blog for more .NET/ASP.NET interview questions