Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Network service
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Application layer== {{IP stack}} {{OSI model}} In [[computer network programming]], the [[application layer]] is an [[abstraction layer]] reserved for [[communications protocol]]s 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.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)