How Internet Works


What is Internet ?
The internet is a worldwide system of interconnected computer networks and electronic devices that communicate with each other using an established set of protocols. The internet was conceived by the Advanced Research Projects Agency (ARPA) of the U.S. government.
History of Internet.
In 1960s a US organization established by US government known as ARPA, they were working on the technology of transfering data from one place to another place such that they can secure there DATA in any emergency situation like war they started to work on the networking technology. In 1962 There was a computer sicentest J.C.R. licklider he wrote about the Intergalactic computer network and his idea lead the foundation of the Internet.
Lawrence Robers a computer scientest working at MIT, He connected computer over a telephone line, he wanted to demonstrate the data communication between distance system, from here the concept of networking moves toward large scale networking.
After this the US orginazation ARPANET was the first one who sended the data form a place to another place through the computers connected through telephone line, the first message was “ LOGIN “ but the message revieved was “LO“, ARPANET sent this text message from UCLA to Standford university character by character.
How dose Internet exactly works ??
So as we have seen that tha interconnection of computer in a very large scale in known as internet. If we want to send the data from one computer to another, we have to follow some set of rules or we can say we have to follow some protocols.
Let assume we want to send some data to someone through whatsapp, we always send the data in chunks or segemets which in known as data packets, yes we send a whole text message but internaly we break that message in tiny data packets and then we send that data packets through the network using some protocols.
Once all the packets received at the receiver’s end, all the data packets get reassembled to utilze. In this way we can send the large data easily and this whole process is known as PACKET SWITCHING. This small packets are sended via wires, radio waves etc.
Basic Infrastructure of the Inernet.
We have to connect the computer through any router or modem to connect the devide to the internet.
When we search for any website in browser, our browser push a query command to the ISP(Internet service provider) and ISP is connected with all other services that stores and process data.
Now the device will search for the IP address of the entered url. It sends a DNS query, DSN request goes thrugh ISP and ISP will give the cached IP address or ISP will forward the request to a global DNS resolver
Now the browser will use that IP address to send to a HTTP request to the IP address but again request must travel through ISP’s infrastructure first, ISP takes the request for your device, routes it through their data center
Then the server will send the data(HTML, CSS, IMAGES etc.), in the form of small data packets
Once your browser receives the packets, it reassembles the data packets in the correct order.
Then after arranging the data packets in correct order the browser will render the recieved data.
Step | Action | Role of ISP |
1 | Connect to the internet | Provides the connection via modem/router |
2 | Type URL | Forwards your DNS and HTTP/HTTPS queries |
3 | DNS Lookup | Resolves or routes domain name queries |
4 | Send HTTP request | Transmits request to the destination server |
5 | Receive packets | Delivers packets from the server to your device |
6 | Reassemble packets | (Handled by your browser) |
7 | Render webpage | (Handled by your browser) |
Conclusion
Basicly Internet is a interconnected computer systems and all computers can communicate through each other via internet, in internet the data travel in small tiny packets using some protocols like (TCP/IP) which insures that the data is successfully received to the receiver’s end or not, after receiving the data packets all the packets get reassembled in correct order. Every request from the users browser firstly go through the ISP then the ISP redirects to to main server and when the server respons, response also come through the ISP
Subscribe to my newsletter
Read articles from Aryan Dhirhi directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
