You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Application layer

From EverybodyWiki Bios & Wiki

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.[1]

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.

Application layer protocols[edit]

(Session Layer under OSI model) The IETF definition document for the application layer in the Internet Protocol Suite is RFC 1123. It provided an initial set of protocols that covered the major aspects of functionality of the early Internet.[1]

Design patterns for application layer protocols[edit]

There are commonly reoccurring problems that occur in the design and implementation of communication protocols that can be addressed by patterns from several different pattern languages: Pattern Language for Application-level Communication Protocols (CommDP[2]),[3][4] Service Design Patterns,[5] Patterns of Enterprise Application Architecture,[6] and Pattern-Oriented Software Architecture: A Pattern Language for Distributed Computing.[7] The first of these pattern languages focuses on the design of protocols and not their implementations. The others address issues in either both areas or just the latter.

Other protocol examples[edit]

References[edit]

  1. 1.0 1.1 Robert Braden, ed. (October 1989). "RFC 1123: Requirements for Internet Hosts – Application and Support". Network Working Group of the IETF.
  2. CommDP
  3. Jorge Edison Lascano, Stephen Clyde, and Ali Raza. “Communication-protocol Design Patterns (CommDP) - COMMDP.” Accessed: 17-Mar-2017.
  4. J. E. Lascano and S. Clyde, “A Pattern Language for Application-level Communication Protocols,” presented at the ICSEA 2016, The Eleventh International Conference on Software Engineering Advances, 2016, pp. 22–30.
  5. R. Daigneau, Service Design Patterns: Fundamental Design Solutions for SOAP/WSDL and RESTful Web Services, 1 edition. Upper Saddle River, NJ: Addison-Wesley Professional, 2011.
  6. M. Fowler, Patterns of Enterprise Application Architecture, 1 edition. Boston: Addison-Wesley Professional, 2002.
  7. F. Buschmann, K. Henney, and D. C. Schmidt, Pattern-Oriented Software Architecture Volume 4: A Pattern Language for Distributed Computing, Volume 4 edition. Chichester England; New York: Wiley, 2007.