Difference between internet and web services
Answers
Answered by
3
A web service is a collection of open protocols and standards used for exchanging data between applications or systems. Software applications written in various programming languages and running on various platforms can use web services to exchange data over computer networks like the Internet in a manner similar to inter-process communication on a single computer. This interoperability (e.g., between Java and Python, or Windows and Linux applications) is due to the use of open standards (XML, SOAP, HTTP) whereas Internet is a global computer network providing a variety of information and communication facilities, consisting of interconnected networks using standardized communication protocols.
Similar questions