From Surf Wiki (app.surf) — the open knowledge base
Network service
Application running at the network layer and above
Application running at the network layer and above
In computer networking, a network service is an application running at the network 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.
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.
Examples
Examples are the Domain Name System (DNS) which translates domain names to Internet Protocol (IP) addresses and the Dynamic Host Configuration Protocol (DHCP) to assign networking configuration information to network hosts. Authentication servers identify and authenticate users, provide user account profiles, and may log usage statistics.
Email, printing and distributed (network) file system services are common services on local area networks. They require users to have permissions to access the shared resources.
Other network services include:
- Directory services
- File sharing
- Instant messaging
- Online game
- Printing
- File server
- Voice over IP
- Video on demand
- Videotelephony
- World Wide Web
- Simple Network Management Protocol
- Time service
- Wireless sensor network
Application layer
In computer network programming, the application layer is an abstraction layer reserved for communications protocols and methods designed for process-to-process communications across an IP network. Application layer protocols use the underlying transport layer protocols to establish host-to-host connections for network services.
TCP-IP network services
Port numbers
Many IP-based services are associated with a particular well-known port number which is standardized by the Internet technical governance.
For example, World-Wide-Web servers operate on port 80, and email relay servers usually listen on port 25.
TCP versus UDP
Different services use different packet transmission techniques.
In general, packets that must get through in the correct order, without loss, use TCP, whereas real time services where later packets are more important than older packets use UDP.
For example, file transfer requires complete accuracy and so is normally done using TCP, and audio conferencing is frequently done via UDP, where momentary glitches may not be noticed.
UDP lacks built-in network congestion avoidance and the protocols that use it must be extremely carefully designed to prevent network collapse.
References
References
- (12 June 2024). "Network Service".
This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.
Ask Mako anything about Network service — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report