Outline for April 2, 2007

Question: You hear a lot about how computers have helped humanity, and how people are using them to improve the world. What are some problems that computers have introduced or exacerbated?

  1. Greetings and felicitations!
  2. Coming of the Internet
    1. Recap
      1. First telephone connection from Bell Labs to Dartmouth College
      2. Department of Defense funds development of ARPANET, which becomes operational in 1969
    2. ARPANET splits into two different networks in early 1980s
    3. BITNET, FIDO, CSNET, others appear about this time
    4. NSFNET connects supercomputing centers throughout the country
  3. Coming of the World Wide Web
    1. Email one of the first protocols developed (early 1970s)
    2. Many other protocols in wide use
    3. Tim Berners-Lee develops http protocol to allow physicists at CERN to share research data easily over the Internet
    4. This becomes widely available, and popular, around 1994 ... we've never been the same since!
  4. Anatomy of a computer
    1. CPU: arithmetic, logic, floating-point; Program Counter (PC)
    2. Storage hierarchy: registers, main memory, secondary storage
    3. Connections: the bus
    4. I/O: SCSI, USB, PCI (and PCI-express), others; interrupts (more details on this later)
    5. Software: operating system, applications
  5. How it starts: the boot process
    1. Idea: execute small segment of code in memory that loads bigger program, that loads system ("bootstrap")
    2. When powered up, PC loaded with particular memory address
    3. Address is in BIOS, which has program to run self-test, load information needed to read from secondary storage (more on this later)
    4. Program then determines which secondary storage device to read from (on PCs, order can be set in BIOS; usually floppy, CD, hard drive)
    5. Program reads in boot block (boot sector), which tells computer where to look for the operating system
    6. Computer loads, runs operating system


Here is a PDF version of this document.