【收藏版】网络模型对应的协议——后附每个协议的使用场景

在网络通信中,有两个主要的模型:OSI(Open Systems Interconnection)模型和TCP/IP模型。每个模型都定义了一系列的层次,每一层都有对应的网络协议来执行特定的功能。下面是每个网络模型中各层对应的一些常用协议:

OSI模型

OSI模型是一个七层架构,每层都有特定的网络协议:

  1. 应用层(Application Layer)

    • HTTP(Hypertext Transfer Protocol)
    • FTP(File Transfer Protocol)
    • SMTP(Simple Mail Transfer Protocol)
    • SNMP(Simple Network Management Protocol)
    • POP3(Post Office Protocol)
    • IMAP(Internet Message Access Protocol)
  2. 表示层(Presentation Layer)

    • SSL(Secure Sockets Layer)
    • TLS(Transport Layer Security)
    • JPEG
    • MPEG
  3. 会话层(Session Layer)

    • PPTP(Point-to-Point Tunneling Pr

你可能感兴趣的:(运维,网络,网络协议,网络安全,信号处理,信息与通信)