What Year Was The Internet Invented



when you clicked on this video, your computersent a message to a computer at youtube that might be states or countries or continentsaway. it didn’t know how to get the message there,but it sent it anyway. the message probably arrived after about halfa second and told youtube’s computers to search for a file -- a set of ones and zerospractically indistinguishable from the billions



What Year Was The Internet Invented

What Year Was The Internet Invented, all around it -- and to send that file backto you. youtube’s computers then sent the file backto your computer piece by piece, where those ones and zeros were interpreted as the startof a video. and the ones and zeros are still streamingin, even while you’re watching me talk.


it’s pretty amazing, when you think aboutit. and if you’re curious how we ended up ina world where billions of computers are all interconnected through this strange structurethat we call the internet, then you’re in the right place. because this is the start of a mini-seriesof videos about the history of the internet, from some of the first attempts at makingcomputers work together all the way through modern social networks and on-the-go videoconferences. developing the right combination of software,hardware, technology, and marketing took decades, so we won’t be able to talk about everyimportant engineer and invention.


but we hope you’ll join us as we investigatesome of the crucial ideas and events along the way. people started making computers work togetherpretty early on — as far back as world war ii, when computers were big, clunky machinesthat didn’t do much more than solve really difficult math problems. even with the best computers of the day, itcould take months to solve just one of the complicated physics problems involved in makingthe atomic bomb. but a team led by physicist richard feynmanfound a way of solving a bunch of problems at once: when computers weren’t being usedfor part of one problem, they had those computers


work on part of a different problem. so one problem might still take a month, butthey could also solve three or four in the same amount of time. and for really important calculations, theyused their system to simultaneously do the same problem a whole bunch of times. that way, they were sure of the final answer-- even if a couple computers made mistakes along the way. another early step came in the 1950s and 60s,when colleges started separating their computer terminals, where someone would type theirprogram, from the computers themselves.


this made it easy for lots of different peopleto experiment with the new machines while keeping the circuits and tubes safely awayfrom tinkering hands. it was almost like an early form of today’scloud computing, where a user-friendly computer sends complicated tasks to better, less accessiblecomputers somewhere else. except that today’s cloud uses the internet,and in 1960, there was no internet. but people were starting to think about it. the us department of defense had recentlycreated the advanced research projects agency, also known as arpa, to keep its technologya step ahead of the soviets. and a computer enthusiast named joseph lickliderhelped convince arpa to fund research into


a computer network connecting scientists andengineers throughout the country. a few key colleges agreed to be involved,and arpa started building the network in 1969. they called it arpanet. it started fairly small, as a sort of messagingservice between computers at ucla, uc santa barbara, stanford university, and the universityof utah. but it was the first network of its kind. and as arpanet grew over the next couple decades,its engineers would add features and solve problems that still shape everything we doonline. one of arpanet’s first big innovations waswhat’s known as packet switching.


you know how sometimes in old movies, whensomeone wants to phone a friend they have to call a switchboard operator first? the operator was there because those phonesworked by what’s called circuit switching, where signals could only get from one placeto another if there was a single uninterrupted circuit between them. so the operator’s job was literally to plugthe wire from one phone into the wire from another. circuit switching works great if two placesstay connected for a long time, like they might be for a phone call, which is why mostphones still work through circuit switching — except that now the circuits move automaticallyinstead of manually.


but it would be totally impractical for theinternet to work that way. your computer would only be able to connectto one other computer at a time, and it would take extra time whenever you tried to connectsomewhere else. some modern websites might connect you toten different computers from around the world at the same time. all of them need to respond immediately ifyou click, all the while connecting and monitoring hundreds or thousands of other visitors atonce. so circuits all over the place would constantlybe flipping around, connecting somewhere for a split second before switching away and connectingelsewhere.


it just wouldn’t work. even back in the 1960s, engineers knew thatcomputers send messages far too quickly to make circuit switching practical. so instead, they invented an alternative:packet switching, where different computers send messages along the same set of wiresinstead of each getting one. to communicate with each other, they justsend a message, called a packet, along the wires. every packet had a kind of address label:a string of numbers representing the computer where it was headed. the computer where it started would look upthe address on a table with all the addresses


in the network on it, and then send the packettoward whatever nearby computer was closest to the destination. that second computer would get the packet,look up the destination address, and again send the packet in the right direction. this process would repeat over and over untilthe packet finally got where it was going. no moving circuits or wires, no one-conversation-at-a-timerequirement. arpanet used packet switching from the start,and its packets traveled over phone lines. and at first, packet switching worked exactlyas planned. but there were problems over the next coupleof years, as dozens of new computers from


around the country joined. because the way the packet switching systemwas set up meant that every computer always had to keep an updated list of all the othercomputers’ addresses. otherwise, they’d get packets and wouldn’tknow where to send them, or they’d try to send a packet somewhere that might not bearound any more. but the network kept getting bigger and bigger,and sometimes a computer’s address might change if they temporarily disconnected fromthe network or a connection stopped working. and different computers ended up with differentaddress books if they didn’t update fast enough.


so arpanet’s engineers scrapped that systemand selected stanford as the official record-keeper of everyone’s addresses in 1973. this quick fix let arpanet keep growing throughoutthe seventies, with sixty computers in 1974 and over a hundred by 1977. soon, satellites connected california andhawaii, stretching arpanet to what had been one of the most isolated places in the world. then, arpanet jumped across the pond, extendingthe network to england and norway. but by the mid-seventies, arpanet wasn’tthe only network in town. similar networks were popping up around theworld, and some had even more computers on them.


but everyone formatted their packets differently,so even though you could connect different networks together, it was a real headache. the problem was mostly solved back in 1974,but it took until the early eighties before arpanet and most of the other networks startedusing it. the solution was a set of programs calledtcp/ip, or transmission control protocol/internet protocol, which we still use today. the transmission control protocol was a standardway of formatting packets, so that everyone was speaking the same language. and the internet protocol was a standard wayof assigning addresses, so there wasn’t


any confusion about where packets were headed. once two networks used tcp/ip, connectingthem became way easier. so all the different networks were connectedto one another, forming what became known as the internet — with arpanet as the glueholding it all together. but with arpanet growing so quickly and connectingto so many other networks, the record-keepers at stanford were getting overloaded. hosts were always joining and changing addressesand trying to download the updated address book, and occasionally the stanford list wouldhave errors that messed up communication throughout the network.


and sending emails was becoming a real pain. email was invented back in 1971, and by 1973emails made up more than three quarters of arpanet’s packets. but different computers had different emailprograms, and some required a list of every computer it would pass between sender andreceiver -- so people had to keep an updated map of the entire network by their desk, andthey had to type out the path of their email before they could send it. and with hundreds of computers on arpanetand over a thousand across the internet, keeping up those maps was getting impossible.


arpanet’s engineers realized that the entirestructure of the internet had to be reorganized, so they came up with the domain name system,or dns. instead of separating each host and storingtheir addresses in a random order, the hosts were arranged into domains. first came the top-level domains -- thosedot-coms and dot-edus at the end of every website and email address. the new top-level domains meant that insteadof sending an email to john@example like you would’ve before dns, you were emailing john@example.com. then, within these top-level domains, eachhost was called a second-level domain.


so “mit.edu”, for example, now meant “thesecond-level domain ‘mit’ within the top-level domain ‘dot-edu’”. the domain structure organized all those differenthosts from all around the world in a way that computers could handle. then, dns added a whole new network to theinternet whose whole job was to keep track of addresses and connections. one computer on the new network effectivelystored all addresses within the dot-com top-level domain, another got all the dot-edus, anothergot all the dot-orgs, and so on. then, other new computers collectively mappedout the entire network.


so when you wanted to send an email, you didn’thave to check your map and plan out all the connections yourself. that became the dns’s job — and it’sstill the dns’s job today. it’s why your computer didn’t know howto get a message to youtube when you clicked on this video. it basically just told the dns server thatit had something for the domain “youtube” within the top-level domain “dot-com”. and the dns server did the rest. by the late 1980s, the department of defenserealized that it had long-since accomplished its goal.


originally, they just wanted a few reliablyinterconnected computers, but they ended up serving as the backbone of a global networkof thousands of universities, companies, and governments all talking to each other. so they decided to end the arpanet project,and they needed to find someone to take over all those wires — someone to run the internet. but who could be trusted with all that power? and could the internet, this huge complicatedsystem, become accessible to the general public? these were the big questions plaguing theinternet in 1989, and that’s where we’ll pick up in the next episode of this series.


in the meantime, thanks for watching thisepisode of scishow, which was brought to you by our patrons on patreon. if you want to help support this show, justgo to patreon.com/scishow. and don’t forget to go to youtube.com/scishowand subscribe!


Subscribe to receive free email updates:

0 Response to "What Year Was The Internet Invented"

Post a Comment