what are the differences between windows services and web
services?

Answers were Sorted based on User's Feedback



what are the differences between windows services and web services?..

Answer / rajesh kumar

Window services is a long running executable application
with is run in its own window session.Window services have
the ability to start when the computers boot and it can
manually handled.We can Manulay start,stop,pause window
services.


Webservices is a business logic Components which provide
functionalatily via internet.The funcanality provided by
Webservice can be used by any application irrespective of
the progamming langauge,Hardware platform and Operating
System on it is running.Webservice uses SOAP in ordr to
Expaose the Business Funcationality to world.

Is This Answer Correct ?    44 Yes 2 No

what are the differences between windows services and web services?..

Answer / smriti

An XML Web service is a component that implements program
logic and provides functionality for diseparate
applications. These applications use standard protocols,
such as HTTP, XML, and SOAP, to access the functionality.
XML Web services use XML-based messaging to send and
receive data, which enables heterogeneous applications to
interoperate with each other. You can use XML Web services
to integrate applications that are written in different
programming languages and deployed on different platforms.
In addition, you can deploy XML Web services within an
intranet as well as on the Internet. While the Internet
brings users closer to organizations, XML Web services
allow organizations to integrate their applications.


A Windows service starts much before any user logs in to
the system (if it has been setup to start at boot up
process). A Windows service can also be setup in such a way
that it requires a user to start it manually ? the ultimate
customization!
Windows services run as background processes. These
applications do not have a user interface, which makes them
ideal for tasks that do not require any user interaction.
You can install a Windows service on any server or computer
that is running Windows 2000, Windows XP, or Windows NT.
You can also specify a Windows service to run in the
security context of a specific user account that is
different from the logged on user account or the default
computer account. For example, you can create a Windows
service to monitor performance counter data and react to
threshold values in a database.

Is This Answer Correct ?    23 Yes 4 No

what are the differences between windows services and web services?..

Answer / varun

a windows service is installed on a Windows box and is very
windws platform dependent. it keeps running in the back
ground even if the user has logged off. a service is
typically use ful where on servers there are long running
processes.

Is This Answer Correct ?    20 Yes 5 No

what are the differences between windows services and web services?..

Answer / shubham

A Windows service is an application that runs without a user
being logged into the system, usually to process some data
on the machine that needs no user intervention to work with.

A Web service is a website that, when contacted, returns XML
(typically) in one of several standard formats for the
service consumer to process.

One can't be substituted for the other. They are
fundamentally different.

Is This Answer Correct ?    10 Yes 2 No

what are the differences between windows services and web services?..

Answer / dushyant sharma

web service is a software solution which is deliverd by
internet but on other hand window services is based on
window booting process and gui(graphical user interface)

Is This Answer Correct ?    3 Yes 17 No

Post New Answer

More ASP.NET Interview Questions

What is the significance of finalize method in .net?

0 Answers  


Is asp.net mvc still used? : Asp.Net MVC

0 Answers  


How to remove themes from certain controls?

2 Answers  


Explain diff between dataset and datareader?

0 Answers  


When you use Ajax controls in the ASP.NET application?

0 Answers   Viscus Infotech,






what is machine key error in asp.net? how to solve it?

1 Answers  


Do you know using sql cache invalidation?

0 Answers  


What is Web Application?

2 Answers   HCL,


when user is logged on the information is saved in a cookie, what is the name of that cookie?

5 Answers   Mind Tree,


What does occur first in ASP.Net, Authentication or Authorization?

0 Answers   MCN Solutions,


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

0 Answers  


Where do we store our connection string in asp.net application?

0 Answers  


Categories