Lecture 13: Network Security

Date: October 25, 2013
Homework due: Nov. 1 at 5:00pm

Puzzle. Sarah Palin’s email account was compromised because the attacker could ask that the password be reset and then answer the three security questions based on public information from Sarah Palin’s Wikipedia page. Suppose she asked you how she could prevent this from happening again. What would you suggest?

  1. Personal firewalls
  2. Computer science view of networks
    1. Layers
    2. Networks and subnets
    3. IP addresses and port numbers
    4. Connection vs. connectionless communication
  3. Protecting network traffic with encryption
    1. Link encryption
    2. End-to-end encryption
    3. Virtual private networks (VPNs)
  4. Basic network protocols
    1. icmp: Internet control management protocol
    2. tcp: transport control protocol; three-way handshake to open connection
    3. dns: domain name system; and dnssec (dns secure)
  5. About the cloud
    1. Origins: VPNs; large-scale distributed computing (SETI@home)
    2. Why create and use a cloud?
    3. Idea: share large-scale resources among many clients; called a “Service-Oriented Architecture” (SOA)
    4. Types of services: software (middleware or in support of other services), applications, business processes, etc.
    5. Examples: salesforce.com, Amazon Web Services Elastic Compute Cloud (E2C), Web 2.0
  6. Security in the cloud
    1. Encryption of data – who does this, user or cloud provider?
      1. User: cloud can store encrypted data, but operating on it is hard (“homomorphic encryption”)
      2. Cloud: user must trust cloud to protect the data
    2. Preventing unauthorized access or changes to data
      1. Physical security: how does the provider protect access?
    3. Keeping data available at all times
    4. Legal considerations
      1. Differences in laws; whose apply to data?
      2. Differences in policies among cloud providers
      3. Public clouds vs. private clouds


You can also obtain a PDF version of this. Version of October 24, 2013 at 9:22PM