首 页详细分类去玩游戏网络学院千一MTV软件下载音乐无极无极天下社区繁體中文
资料(IPSec部分) 设为首页
加入收藏
联系我们
学院: 站长学堂 | 网站开发 | 设计学院 | 软件教程 | 数据库类 | 编程经验 | 服务器类 | 网络技术 | 黑客破解 | 维修中心 | [更多]
源码: ASP 源码 | PHP 源码 | JSP 源码 | CGI 源码 | .NET源码 | FLA 源码 | JAVA源码 |Delphi源码| PB 源码 | VC/C++源码 | 其 它
软件: 系统工具 | 网络工具 | 多媒体类 | 图形图像 | 应用软件 | 行业软件 | 教育教学 | 安全相关 | 联络聊天 | 电子书籍 | [更多]
视频: 网络技术 | 图像动画 | 程序设计 | 机械电子 | 外语学习 | 手机: 手机软件 | 手机游戏手机电影手机维修手机铃声
电驴: 电驴电影 | 电驴游戏电驴音乐电驴软件电驴动漫 | 电驴剧集电驴资料电驴综艺电驴杂志 | [更多电驴共享]
您当前的位置:itlove -> 网络技术 -> 网络相关 -> 资料(IPSec部分) 退出登录 用户管理
推荐精品
热门下载
数据载入中...
热门技术文章
  • ·MDAC2.8下载!
  • ·Sun公司的操作系统:Solaris简介
  • ·RM转VCD/SVCD/DVD/WMV/AVI/MPEG4的终极高手--超级…...
  • ·笔记本电脑解密方法大全
  • ·C#介绍
  • ·win2k NTLDR丢失故障的解决
  • ·教你用PHOTOSHOP制作一寸照片
  • ·JBoss及Lomboz的下载与安装
  • ·入侵六合彩--- 1次入侵的扩散性思维的利用
  • ·PHP入门速成
  • ·SQL Server 服务器安装剖析
  • ·MySQL的JDBC驱动程序下载地址
  • 相关技术文章
  • ·资料(IPSec部分)
  • 资料(IPSec部分)
    作者:Ahaoz.CoM  来源:本站整理  发布时间:2005-12-17 10:18:24  发布人:admin


    1.IKE的phase 1和phase 2

    IKE Phase 1
      The basic purpose of IDE phase 1 is to authenticate the IPSec peers and to set up a secure channel between the peers to enable IKE exchanges.IKE phase 1 performs the following functions:
        --Authenticates and protects the identities of r IPSec peers
        --Negotiates a matching IKE SA policy between peers to protect thd IDE exchange
        --Performs an authenticated Diffie-Hellman exchange with the end result of having matching shared secret keys
        --Sets up a secure tunnel to negotiate IKE phase 2 parameters

      When the IKE negotiation begins,IKE looks for an IKE policy that is the same on both peers.The peer that initiates the negotiation will send all its policies to the remote peer,and the remote peer will try to find a match.The remote peer looks for a match by comparing its own highest priority policy against the other peer's received policies.The remote peer checks each of its policies in order of its priority(highest priority first)until a match is found.
      A match is made when both policies from the two peers contain the same encryption,hash,authentication,and Diffie-Hellman parameter values,and when the remote peer's policy specifies a lifetime less than or equal to the lifetime in the policy being compared.(If the lifetimes are not identical,the shorter lifetime-from the remote peer's policy-will be used.)
      If no acceptable match not found,IKE refuses negotiation and IPSec will not be established.
      If a match is found,IKE will complete negotiation,and IPSec security association will be created.

    IKE Phase 2
      The purpose of IDE phase 2 is to negotiate IPSec SAs to set up the IPSec tunnel.IKE phase 2 performs the following functions:
        --Negotiates IPSec SA parameters protected by an existing IDE SA
        --Establishes IPSec security associations
        --Periodically renegotiates IPSec SAs to ensure security
        --Optionally performs an additional Diffie-Hellman exchange

    2.

    data integrity
      --The receiver can verify that the data was not altered during transit.
    data confidentiality
      --Only entities permitted to see the data will have the capability to view the data.
    authentication
      --The receiver can determine the source of the packet,guaranteeing and certifying the source.
    replay protection
      --The receiver can verify the correct sequence of packets as they arrive.

    3.SA

      An SA is a set of security parameters used by a tunnel for authentication and encryption.Key management tunnels use one SA for both directions of traffic;data management tunnels use at least one SA for each direction of traffic.Each endpoint assigns a unique identifier,called a security parameter index(SPI),to each SA.
      A set of SAs is needed for a protected data pipe,one per direction per protocol.For example,if you have a pipe that supports Encapsulating Security Protocol(ESP) between peers,one ESP SA is required for each direction.SAs are unquirely identified by destination(IPSec endpoint) address,security protocol(AH or ESP),and SPI.
      Note the following regarding SAs:
      --IP Security(IPSec) SAs are unidirectional and are unique in each security protocol.
      --An Internet Key Exchange(IKE) SA is used by IKE only,and unlike the IPSec SA,it is bidirectional(双向的).
      --IKE negotiates and established SAs on behalf of IPSec.
      --A user can also establish IPSec SAs manually.

    4.AH(Authentication Header) and ESP(Encapsulating Security Payload)
    note:
      AH is used to provide data integrity and authentication.It does not provide any form of encryption to the payload of the packet.AH uses a keyed one-way hash function(also call an HMAC) such as MD5 or SHA-1 to guarantee the integrity and origin of the packet.Optionally,it can provide anti-replay protection.
      ESP is primaryily used to provide payload encryption.With the current revision of the RFC for ESP,it also includes the ability to provide authentication and integrity.
      Because ESP can do all the services needed in a secure VPN network(includeing optional Ahs services),most implementations do not include any AH options.When the IPSec standed was created,its developers took into account the need for increased security.
      Therefor,IPSec can use different algorithms for payload encryption,such as DES to give you 56-bit encryption or 3DES to give you 168-bit encryption.As the need for stronger payload encryption arises,the standard will allow vendors to implement other algorithms.



       
    [数据载入中...] [返回上一页] [打 印] [收 藏]
    上一篇技术文章:Cisco 6500 Gos Modular
    下一篇技术文章:巧妙解决ADSL掉线问题
     
    相关技术文章 搜索
  • ★ 在迅雷中搜索更多资料(IPSec部分)相关内容
  • ★ 在百度中搜索更多资料(IPSec部分)相关内容
  • ★ 在GOOGLE中搜索更多资料(IPSec部分)相关内容
  • ★ 在SOGOU中搜索更多资料(IPSec部分)相关内容
  • ★ 在雅虎中搜索更多资料(IPSec部分)相关内容
  • ★ 在腾讯SoSo中搜索更多资料(IPSec部分)相关内容
  • ★ 在中国搜索中搜索更多资料(IPSec部分)相关内容
  •  
    相关技术文章评论    (评论内容只代表网友观点,与本站立场无关!) [更多评论...]

    用户名
    分 值 100分 85分 70分 55分 40分 25分 10分 0分
    说 明
      (注“”为必填内容。)
     
    关于本站 - 网站帮助 - 广告合作 - 下载声明 - 网站地图
    本页主要内容:资料(IPSec部分)
    Copyright © 2002-2008 itlove.net. All Rights Reserved .  苏ICP备05061636号