Understanding web services (2.2)
A web service is the means of communication between two devices based on the request/response methodology using the Hypertext Transfer Protocol (HTTP).
What is IIS? (2.2.1)
Internet Information Services (IIS) is Microsoft's web server. A web server that runs on IIS provides reliable, manageable, and scalable web applications. IIS supports communication protocols such as HTTP, HTTPS, FTP, FTPS, SMTP, and NNTP for communication between the browser and the web server. For dynamic content on the server side, Microsoft has developed scripting technology called Active Server Pages (ASP). From a security perspective, Microsoft has constantly offered features and technologies to make IIS more secure.
In IIS version 10, Microsoft has significantly increased security with the support for scripts that take a long time to execute, including HTTP/2. Add to this Microsoft Edge, a new browser introduced with Windows 10. These and many other improvements have established IIS...