Arpanet
The precursor to the modern internet.
ARPANET (Advanced Research Projects Agency Network) was a pioneering packet-switching network and the first network to implement the TCP/IP protocol suite. Launched by the U.S. Department of Defense's Advanced Research Projects Agency (ARPA) in 1969, its primary goal was to facilitate resource sharing among research institutions and to develop robust, decentralized communication capabilities that could withstand partial outages. The network's architecture was based on distributed nodes connected via dedicated lines, using Interface Message Processors (IMPs) – early routers – to handle packet switching. Data was broken down into small packets, each routed independently across the network and reassembled at the destination. This packet-switching approach was a significant departure from circuit-switched telephony. ARPANET laid the foundational groundwork for the modern internet, demonstrating the feasibility of large-scale, resilient data networks. Its development spurred innovations in network protocols, distributed systems, and the concept of an 'internetwork'.
graph LR
Center["Arpanet"]:::main
Pre_computer_science["computer-science"]:::pre --> Center
click Pre_computer_science "/terms/computer-science"
Rel_tcp_ip["tcp-ip"]:::related -.-> Center
click Rel_tcp_ip "/terms/tcp-ip"
Rel_http["http"]:::related -.-> Center
click Rel_http "/terms/http"
Rel_apache_http_server["apache-http-server"]:::related -.-> Center
click Rel_apache_http_server "/terms/apache-http-server"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 5 yaşındaki gibi açıkla
The world's first network where computers could send small chunks of data to each other instead of staying connected on a single line.
🤓 Expert Deep Dive
ARPANET's architecture was revolutionary, employing a distributed, store-and-forward packet-switching paradigm. The IMPs acted as gateways, managing the flow of packets between host computers and the network. The initial protocol was the Network Control Program (NCP), later superseded by the more robust TCP/IP suite, which enabled the interconnection of diverse networks (internetworking). The design prioritized resilience; the loss of a single node or link would not cripple the entire network due to the dynamic routing capabilities. Key architectural decisions included the use of host-to-host protocols for reliable data transfer and the separation of network functions from host functions. Trade-offs inherent in its early design included limited bandwidth, relatively high latency compared to modern standards, and the complexity of managing a distributed system. ARPANET's success validated the theoretical underpinnings of packet switching and directly influenced the design of subsequent network protocols and architectures, including the foundational protocols of the global internet.