zoukankan      html  css  js  c++  java
  • 两种模式的区别

    Main Mode and Aggressive Mode

    IKE phase 1 negotiations are used to establish IKE SAs. These SAs protect the IKE phase 2 negotiations. IKE uses one of two modes for phase 1 negotiations: main mode or aggressive mode. The choice of main or aggressive mode is a matter of tradeoffs. Some of the characteristics of the two modes are:

    • Main mode
      • Protects the identities of the peers during negotiations and is therefore more secure.
      • Enables greater proposal flexibility than aggressive mode.
      • Is more time consuming than aggressive mode because more messages are exchanged between peers. (Six messages are exchanged in main mode.)
    • Aggressive mode
      • Exposes identities of the peers to eavesdropping, making it less secure than main mode.
      • Is faster than main mode because fewer messages are exchanged between peers. (Three messages are exchanged in aggressive mode.)
      • Enables support for fully qualified domain names (FQDNs) when the router uses preshared keys.

    The next section describes aggressive mode in more detail.

  • 相关阅读:
    网络编程
    反射函数与元类
    面向对象进阶
    对象的封装与接口
    对象继承
    面向对象
    包,logging模块与haslib模块
    闭包函数及装饰器
    函数对象、函数的嵌套、名称空间及作用域
    函数简介及函数参数介绍
  • 原文地址:https://www.cnblogs.com/jjkv3/p/1797298.html
Copyright © 2011-2022 走看看