- Implementing Cisco Networking Solutions
- Harpreet Singh
- 134字
- 2021-07-08 10:02:15
Layer 7 - The application layer
The application layer is the topmost layer of the OSI model, and has no upper-layer protocols. The software applications that need communication with other systems interact directly with the OSI application layer. This layer is not to be confused with the application software, which is the program that implements the software; for example, HTTP is an application layer protocol, while Google Chrome is a software application.
The application layer provides services directly to user applications. It enables the users and software applications to access the network and provides user interfaces and support for services such as email, remote file access and transfer, shared database management, and other types of distributed information services.
Some examples of application layer protocols are HTTP, SMTP, SNMP, FTP, DNS, LDAP, Telnet, and so on.
- Visual C++串口通信技術詳解(第2版)
- 實戰Java高并發程序設計(第3版)
- 零基礎學C語言程序設計
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- Scrapy網絡爬蟲實戰
- Java多線程并發體系實戰(微課視頻版)
- Google Adsense優化實戰
- C# 7.0本質論
- 深入理解Kafka:核心設計與實踐原理
- Leaflet.js Essentials
- 從零開始:Qt可視化程序設計基礎教程
- Java從入門到精通(微視頻精編版)
- ASP.NET MVC 4 Mobile App Development
- F# for Machine Learning Essentials
- Game Development with SlimDX