Actions

Difference between revisions of "Application Layer"

Line 1: Line 1:
 
The application layer is a layer in the [[Open Systems Interconnection Model (OSI Model)|Open Systems Interconnection Model (OSI) seven-layer model]] and in the [[TCP/IP (Transmission Control Protocol/Internet Protocol)|TCP/IP protocol suite]]. It consists of protocols that focus on process-to-process communication across an [[IP Network]]and provides a firm communication interface and end-user services.<ref>Definition - What does Application Layer Mean? [https://www.techopedia.com/definition/6006/application-layer Techopedia]</ref>
 
The application layer is a layer in the [[Open Systems Interconnection Model (OSI Model)|Open Systems Interconnection Model (OSI) seven-layer model]] and in the [[TCP/IP (Transmission Control Protocol/Internet Protocol)|TCP/IP protocol suite]]. It consists of protocols that focus on process-to-process communication across an [[IP Network]]and provides a firm communication interface and end-user services.<ref>Definition - What does Application Layer Mean? [https://www.techopedia.com/definition/6006/application-layer Techopedia]</ref>
 +
 +
An application layer is an abstraction layer that specifies the shared communications protocols and interface methods used by hosts in a communications network. The application layer abstraction is used in both of the standard models of computer networking: the Internet Protocol Suite (TCP/IP) and the OSI model. Although both models use the same term for their respective highest level layer, the detailed definitions and purposes are different. In TCP/IP, the application layer contains the communications protocols and interface methods used in process-to-process communications across an [[Internet Protocol (IP)]] [[Network|computer network]]. The application layer only standardizes communication and depends upon the underlying transport layer protocols to establish host-to-host data transfer channels and manage the data exchange in a [[Client Server Model|client-server]] or [[Peer-to-Peer Architecture (P2P Architecture)|peer-to-peer]] networking model. Though the TCP/IP application layer does not describe specific rules or data formats that applications must consider when communicating, the original specification (in RFC 1123) does rely on and recommend the robustness principle for application design. In the OSI model, the definition of the application layer is narrower in scope. The OSI model defines the application layer as the user interface responsible for displaying received information to the user. In contrast, the Internet Protocol Suite does not concern itself with such detail. OSI also explicitly distinguishes additional functionality below the application layer, but above the transport layer at two additional levels: the session layer, and the presentation layer. OSI specifies a strict modular separation of functionality at these layers and provides protocol implementations for each layer.<ref>What is Application Layer? [https://en.wikipedia.org/wiki/Application_layer Wikipedia]</ref>

Revision as of 17:30, 18 April 2019

The application layer is a layer in the Open Systems Interconnection Model (OSI) seven-layer model and in the TCP/IP protocol suite. It consists of protocols that focus on process-to-process communication across an IP Networkand provides a firm communication interface and end-user services.[1]

An application layer is an abstraction layer that specifies the shared communications protocols and interface methods used by hosts in a communications network. The application layer abstraction is used in both of the standard models of computer networking: the Internet Protocol Suite (TCP/IP) and the OSI model. Although both models use the same term for their respective highest level layer, the detailed definitions and purposes are different. In TCP/IP, the application layer contains the communications protocols and interface methods used in process-to-process communications across an Internet Protocol (IP) computer network. The application layer only standardizes communication and depends upon the underlying transport layer protocols to establish host-to-host data transfer channels and manage the data exchange in a client-server or peer-to-peer networking model. Though the TCP/IP application layer does not describe specific rules or data formats that applications must consider when communicating, the original specification (in RFC 1123) does rely on and recommend the robustness principle for application design. In the OSI model, the definition of the application layer is narrower in scope. The OSI model defines the application layer as the user interface responsible for displaying received information to the user. In contrast, the Internet Protocol Suite does not concern itself with such detail. OSI also explicitly distinguishes additional functionality below the application layer, but above the transport layer at two additional levels: the session layer, and the presentation layer. OSI specifies a strict modular separation of functionality at these layers and provides protocol implementations for each layer.[2]

  1. Definition - What does Application Layer Mean? Techopedia
  2. What is Application Layer? Wikipedia