Quiz 3 Notes - echadbourne/NET-330 GitHub Wiki

  1. An authentication header provides all of the following except
  • Confidentiality (ESP does this)
  • ESP and AH are related to IPSEC
  1. IPSEC transport mode encrypts only the payload of a packet
  • True
  • Tunnel encrypts the payload and the dest/source headers (layer 3 and up)
  1. The negotiation protocol that lets two hosts agree on how to build an SA is
  • ISAKMP
  1. How many bits are in any IPv6 address
  • 128
  1. The typical breakdown for an IPv6 address uses ___ bits for the network prefix
  • 48 - just the network prefix, not the subnet id
  • Network ID would be 64
  1. The IPV6 header has more fields than the IPv4 header
  • False, its simpler but longer
  1. Build an IPv6 address using SLAAC and the following information
  • AAAA:400:3:FF:202:45FF:FEBE:AD89
  1. All of these are reasons to segment a network except
  • Increase hob count between networks
  1. access control lists
  • Look for permit ip any any, I just didnt read that one
  1. Which of the following can be used as an access control meathod
  • NAT, firewalls, access control lists