- Implementing Cisco Networking Solutions
- Harpreet Singh
- 86字
- 2021-07-08 10:02:15
Layer 6 - The presentation layer
The presentation layer provides a common representation of the data transferred between application entities, and provides independence from differences in data representation/syntax. This layer is also sometimes referred to as the syntax layer. The presentation layer works to transform data into the form that the application layer can accept. This layer is also responsible for encryption and decryption for the application data.
Some examples of protocols at the presentation layer are MIME, ASCII, GIF, JPEG, MPEG, MIDI, SSL, and so on.
推薦閱讀
- Python編程自學手冊
- Python 3.7網絡爬蟲快速入門
- DevOps for Networking
- Rust實戰
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- Web開發的貴族:ASP.NET 3.5+SQL Server 2008
- Python爬蟲開發與項目實戰
- Java虛擬機字節碼:從入門到實戰
- 信息安全技術
- Visual Basic程序設計與應用實踐教程
- FFmpeg入門詳解:音視頻原理及應用
- Mastering Predictive Analytics with Python
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Java語言程序設計教程
- Java圖像處理:基于OpenCV與JVM