CodeNewbie Community 🌱

Cover image for Computer Networking | Part-1: History of Internet
Novice
Novice

Posted on • Updated on

Computer Networking | Part-1: History of Internet

History of Internet (How did it start?)



Internet: A network of computer networks.

Around 1957, USA and Russia were on the edge of who will be the first one to take the first step in Networking or Internet.
Ultimately, Russia launched the satellite SPUTNIK.
Later, USA also went on and developed ARPA (ARPA: Advanced Research Project Agency). It was mostly used for defense purposes. Eventually, for ARPA, the ARPA-NET was created.

The ARPA-NET was a private internet.
There were 4 universities in the USA which were connected with each other with the help of ARPA NET. (MIT, Harvard, UC LA, and University of UTA).
These were considered the 4 nodes of ARPA-NET. In order to have a standardized rules to transmit data across each other, they created TCP (Transmission Control Protocol) and these 4 universities were connected to each other with the help of TCP Protocol.

computer-networking-world-wide-web-original-image-anamika

One problem that they were facing was that while sharing links in their Research Paper, the redirection to the link was not automatic. Due to this it was becoming a hectic task to open the links manually every time.
Then came into picture, The World Wide Web. World Wide Web or www was invented by Tim Berners Lee in the year 1990. WWW was used to display HTML pages. It was basically a collection of web-pages linked by a hyperlink. There were no search-engines, as people used to maintain the hyperlinks manually.

Then after came search engines, and we started on with the internet.
In the modern time, we have now reached to Web3. This is known as Modern Internet.

Protocols

A protocol is a set of rules and regulations for sending data over the internet. They are defined and handled by the Internet Society.

There are various types of protocols that support a major and compassionate role in communicating with different devices across the network. Some of these are:

  • Transmission Control Protocol (TCP)
  • Internet Protocol (IP)
  • User Datagram Protocol (UDP)
  • Post office Protocol (POP)
  • Simple mail transport Protocol (SMTP)
  • File Transfer Protocol (FTP)
  • Hyper Text Transfer Protocol (HTTP)
  • Hyper Text Transfer Protocol Secure (HTTPS)
  • Telnet
  • Gopher

Servers and Clients

The working of the Client-Server Architecture can be very easily understood by the following picture-
Servers-and-Clients-Computer-Networking-Anamika

  • Client: In the digital world a Client is a computer (Host) that is capable of receiving information or using a particular service from the service providers (Servers).
  • Servers: A Server is a remote computer which provides information (data) or access to particular services.

So, it is basically that the Client requesting something and the Server is serving it as long as its present in the database.

Localhost : In computer networking, localhost is a hostname that refers to the current device used to access it.
Basically, if we have our client and our server on the same machine, then that particular machine will be called as the localhost.

The IP-Address of the Localhost is 127.0.0.1

ISP (Internet Service Provider)

The term Internet service provider (ISP) refers to a company that provides access to the Internet to both personal and business customers.

anamika's ISP diagram

IP Address

An IP address is a unique address that identifies a device on the internet or a local network. IP stands for "Internet Protocol," which, as already stated, is the set of rules governing the format of data sent via the internet or local network.

Ports

We need IP Address to identify the device, and in order to identify the application, we need ports.
A port is a logical construct that identifies a specific process or a type of network service.

Port Numbers

Ports are 16-bit numbers. If we calculate, then there are around 65,000 (2^16) port numbers available.

Classification of Port Numbers:

  • 0-1023: Reserved Ports
  • 1024-49152: Ports registered for applications
  • Remaining: Can be used by public

Ephemeral Ports
An ephemeral port is a communications endpoint of a transport layer protocol of the Internet protocol suite that is used for only a short period of time for the duration of a communication session.

Sockets

It is not a hardware, but it is an interface between a process and the internet.
A socket can be thought of as a gateway between an application and a network.

How is everything connected? (Computers & Countries)

The internet is not above us, but beneath us. Yes, the giant internet cables are laid deep inside the ocean. You can see how the entire world is connected at submarine maps.
The internet is controlled by different organizations in various parts of the world.

Well a question might arise here that why don't we use satellites instead of the cables. The answer to this question is that cables actually provide a faster speed than what satellites would.

Types of Networks

Networks can be classified into 5 types-

  1. PAN (Personal Area Network)
  2. LAN (Local Area Network)
  3. MAN (Metropolitan Area Network)
  4. WAN (Wide Area Network)
  5. Global Area Network (Internet)

Out of these, the major focus of study are the LAN, WAN, and MAN.

LAN,MAN, and WAN

LAN: Local Area Network
A local area network (LAN) is a collection of devices connected together in one physical location, such as a building, office, or home.
It is connected via Ethernet, WiFi, etc.

MAN: Metropolitan Area Network
A metropolitan area network (MAN) is a computer network that connects computers within a metropolitan area, which could be a single large city, multiple cities and towns, or any given large area with multiple buildings. A MAN is larger than a local area network (LAN) but smaller than a wide area network (WAN). MANs do not have to be in urban areas; the term "metropolitan" implies the size of the network, not the demographics of the area that it serves.

WAN: Wide Area Network
A wide area network (WAN) is a telecommunications network that extends over a large geographic area. Wide area networks are often established with leased telecommunication circuits.
It uses Optical Fiber Cables for connection.

[LAN+MAN+WAN] = Internet

Modem & Router

  • Modem: A modem is used to convert digital signals into analog signals & vice-versa.
    This is done so that we can transfer the signals.

  • Router: A router is a device that routes the data packets based on their IP Address.

Network Topologies

Network topology is the schematic description of the arrangement of the physical and logical elements of a communication network.

computer-networking-network-topologies-anamika

There are several different logical and physical network topologies from which administrators can choose to build a secure, robust, and easily maintainable topology. The most popular configurations include:

  • Bus network topology: It is also known as backbone network topology.
    This configuration connects all devices to a main cable via drop lines.

  • Ring network topology: Two dedicated point-to-point links connect a device to the two devices located on either side of it, creating a ring of devices through which data is forwarded via repeaters until it reaches the target device.

  • Star network topology: It is the most common network topology.
    Star topology connects each device in the network to a central hub. Devices can only communicate with each other indirectly through the central hub.

  • Tree network topology: This topology is a combination of Bus+Star . It consists of a parent-child hierarchy in which star networks are interconnected via bus networks. Nodes branch out linearly from one root node, and two connected nodes only share one mutual connection.

  • Mesh network topology: Each device on the network to another device via dedicated point-to-point link, only carrying data between two devices.

  • Hybrid network topology: Any combination of two or more topologies is a hybrid topology.

Oldest comments (5)

Collapse
 
noviicee profile image
Novice

Upcoming in next part ---> Structure Of The Network

Collapse
 
andrewbaisden profile image
Andrew Baisden

Great refresher.

Collapse
 
noviicee profile image
Novice

Glad you liked it :)

Collapse
 
evancodes150 profile image
evancodes150

This is really a very entertaining story and I can add something else. Recently I thought it was necessary to have a good software structure for your site, so I think you need to acquire knowledge in this area, my friend. I install a lot of apps, and many of my friends tell me that I should develop a website or app to attract more customers. I think this makes sense, so I decided to find out more about business support from this resource Smartmakers. I have heard good reviews about this development company and I think they are really excellent experts.

Collapse
 
noviicee profile image
Novice

Glad you read it @evancodes150 ! 🙂