Questions: The Internet Origins: ARPANET and Decentralized Networks
5 questions to test your understanding
Score: 0 / 5
Question 1 Short Answer
ARPANET was designed to survive a nuclear attack by routing packets around destroyed nodes. Is this account accurate?
Think about your answer, then reveal below.
Model answer: The nuclear survivability narrative is largely a myth. Paul Baran at RAND did propose survivable distributed communication networks in 1962, and packet switching does have resilience properties — but ARPANET's actual designers (Larry Roberts, Bob Taylor) were primarily motivated by enabling resource sharing among research computers, not nuclear survivability. The confusion arose because Baran's survivability research and ARPANET's development were contemporaneous and overlapping in the same technical community, and the story was appealing as a Cold War justification for the project.
This is a well-documented historical misconception. Katie Hafner and Matthew Lyon's 'Where Wizards Stay Up Late' provides the definitive account of ARPANET's actual origins and motivations.
Question 2 Short Answer
What was 'packet switching,' and why was it radical compared to the existing circuit-switched telephone network?
Think about your answer, then reveal below.
Model answer: Circuit switching (used in telephone networks) establishes a dedicated physical connection between caller and receiver for the duration of a call — the circuit is reserved whether or not data is being sent, which is inefficient. Packet switching, developed by Paul Baran (RAND) and Donald Davies (NPL, UK) independently in the early 1960s, breaks messages into small chunks (packets), each of which travels independently through the network and is reassembled at the destination. This was radical because: packets share network capacity more efficiently (bandwidth is used only when needed); the network can route around failures (different packets take different paths); no central switching office is needed. TCP/IP is the protocol family implementing packet switching for internet communication.
Packet switching is the foundational design choice that makes the internet's decentralized architecture possible. All internet communication — web, email, video — is transmitted as packets.
Question 3 Multiple Choice
Tim Berners-Lee invented the World Wide Web while working at CERN in 1989. How did the Web differ from the underlying Internet?
AThe Web replaced the Internet's packet-switching architecture with a more efficient content delivery system
BThe Internet is the underlying communication infrastructure; the Web is an application — a system of linked documents accessible via browsers using HTTP and HTML protocols — built on top of the Internet
CThe Web and the Internet are the same thing; Berners-Lee invented both
DBerners-Lee invented the Web as a commercial competitor to the government-funded Internet
The Internet (physical infrastructure, TCP/IP protocol) and the World Wide Web (application built on top of it) are often conflated but are distinct. The Internet existed since 1969 as ARPANET and had email, FTP, and other applications before the Web existed. The Web — hypertext documents linked by URLs, accessed via browsers using HTTP — was invented by Berners-Lee at CERN in 1989-1991 and made the Internet accessible to non-specialists through a graphical interface. Other applications (email, streaming, peer-to-peer) also run on the Internet but are not the Web.
Question 4 True / False
The Internet's decentralized architecture was a deliberate design choice that embeds political assumptions about how communication should be structured.
TTrue
FFalse
Answer: True
The Internet's architecture reflects deliberate choices about where intelligence and control reside. The 'end-to-end principle' (Saltzer, Reed, Clark, 1984) holds that network functions should be implemented at the endpoints (computers) rather than in the network core, keeping the network simple and neutral. This embeds assumptions: no single node can control what others say; content decisions are made at the edges; the network is 'dumb' and content-agnostic. These are political choices, not technical necessities. Many authoritarian states have built architectures where the network core can filter, monitor, and block content — demonstrating that internet architecture is a choice with political consequences.
Question 5 Short Answer
Mosaic, the first graphical Web browser, was released in 1993. What was its significance for Internet adoption?
Think about your answer, then reveal below.
Model answer: Mosaic (developed by Marc Andreessen and Eric Bina at NCSA) made the Web accessible to non-technical users by displaying images inline with text and providing point-and-click navigation. Before Mosaic, Web browsers were text-only and used complex commands. Mosaic's graphical interface reduced the barrier to entry dramatically; Netscape Communications (founded by Andreessen) commercialized a successor browser, and rapid commercial adoption of the Web followed 1993-1995. The transition from 1 million to 100 million Internet users took roughly 7 years (1993-2000). Mosaic is often credited with triggering the commercialization of the Internet.