Answer:
n computer networking, a network service is an application running at the network application layer and above, that provides data storage, manipulation, presentation, communication or other capability which is often implemented using a client-server or peer-to-peer architecture based on application layer network protocols.[1]
Each service is usually provided by a server component running on one or more computers (often a dedicated server computer offering multiple services) and accessed via a network by client components running on other devices. However, the client and server components can both be run on the same machine.
Clients and servers will often have a user interface, and sometimes other hardware associated with it.
Contents
1 Examples
2 Application layer
2.1 TCP-IP network services
2.1.1 Port numbers
2.2 TCP versus UDP
3 See also
4 References
Explanation: