Skip to content

Chapter 12 Secure Communications and Network Attacks

Written Lab

  1. Describe the differences between transport mode and tunnel mode of VPNs.

    p.605

  2. Dicuss the benefits of NAT.

    p.614

  3. What are the main differences between circuit switching and packet switching?

    p.620

    Circuit switching is usually associated with physical connections. The link itself is physically established and then dismantled for the communication. Packet switching is usually associated with logical connections because the link is just a logically defined path among possible paths.

  4. What are some security issues with email and options for safeguarding against them?

    Email is inherently insecure because it is primarily a plaintext communication medium and employs nonencrypted transmission protocols. This allows email to be easily spoofed, spammed, flooded, eavesdropped on, interfered with, and hijacked. Defemses against these issues primarily include having stronger authentication requirements and using encryption to protect the content while in transit.

  5. What are the private IP addresses, APIPA addresses, and loopback addresses?

    • private IP addresses:

      • 10.0.0.0 - 10.255.255.255 (a full Class A ranges)
      • 172.16.0.0 - 172.31.255.255 (16 Class B ranges)
      • 192.168.0.0 - 192.168.255.255 (256 Class C ranges)
    • Automatic Private IP Addressing (APIPA)

      APIPA assigns each failed DHCP client with an IP address from the range of 169.254.0.1 to 169.254.255.254 along with the default Class B subnet mask of 255.255.0.0. * loopback addresses

      Technically, the entire 127.0.0.0/8 network is reserved for loopback use in IPv4. However, only the 127.0.0.1 address is widely used.

  6. Name at least six facts about VLANs.

    p.610