Layer 5: Application Layer(TCP/IP model)
Application Layer Protocols: https://en.wikipedia.org/wiki/Category:Application_layer_protocols
Layer 7: Application Layer(OSI model)
功能:为应用程序提供接口;
协议:TELNET,FTP,TFTP,SNMP,HTTP,SMTP,DNS,DHCP
Layer 6: Presentation Layer(OSI model)
功能:进行数据格式的转换,以确保 某个系统生成的应用层数据 能被 另个系统的应用层 所识别和理解;
表示层:数据格式化,加密、解密。
数据单元:PPDU
Layer 5: Session Layer(OSI model)
功能:在通信双方之间建立、管理、终止会话;
Layer 4: Transport Layer(OSI model & TCP/IP model)
Transport Layer Protocols: https://en.wikipedia.org/wiki/Category:Transport_layer_protocols
功能:建立、维护、取消单次端到端的数据传输过程。控制传输节奏的快慢,调整数据的排序等等;
协议:TCP,UDP
The protocols of this layer provide host-to-host communication services for applications. It provides services such as connection-oriented communication, reliability, flow control, and multiplexing.