DEV Community

Cover image for Lets understand working of Internet(S1:E1)
Er. Ankit Parashar
Er. Ankit Parashar

Posted on

Lets understand working of Internet(S1:E1)

As a Frontend Developer, it's important to have a solid understanding of what the internet is and how it works. It's the foundation upon which utmost ultramodern software operations are erected. In order to make effective, secure, and scalable operations and services, you need to have a solid understanding of how the internet works and how to work its power and connectivity.

In this composition we will cover the basics of internet including

  • What it's how it works

  • Some introductory generalities

  • Language and some common protocols that are used to make
    operations and services on the internet

  • Preface to the Internet How the Internet Works An Overview
    Basic generalities and Terminology

  • The Role of Protocols in Internet Understanding IP Addresses

  • Domain Names preface to HTTP and HTTPS structure operations
    with TCP/ IP Securing Internet Communication with SSL/ TLS

  • Conclusion

Let's Begin

Introduction to the Internet

Before we learn what the Internet is, we need to understand what a Network is. A network is a group of computers or other devices which are connected to each other.

Connection between two Devices
For illustration, you at your home might have a network of computers and devices. Your friend living coming door might have a analogous network of devices. Their neighbour might have a analogous network of devices. All these networks when connected together form the internet.

Interconnected Devices
The internet was developed in the late 1960s by the United States Department of Defense as a means of creating a decentralised communication network that could repel a nuclear attack. Over the times, it has evolved into a complex and sophisticated network that spans the globe. Moment, the internet is an essential part of ultramodern life, used by billions of people around the world to search information, communicate with friends and family, conduct business, and much further. As a developer, it's essential to have a solid understanding of how the internet works and the latest technologies and protocols that supports it.

How the Internet Works: An Overview

At a high position, the internet works by connecting devices and computer systems together using a set of standardised protocols. These protocols define how information is changed between devices and insure that data is transmitted reliably and securely. The core of the internet is a global network of connected routers, which are responsible for directing business between different devices and systems.
When you shoot data over the internet, it's broken up into small packets that are transferred from your device to a router. The router examines the packet and forwards it to the coming router in the path towards its destination. This process continues until the packet reaches its final destination.

Data packets sent
To insure that packets are transferred and entered rightly, the internet uses a variety of protocols, including the Internet Protocol( IP) and the Transmission Control Protocol( TCP). IP is responsible for routing packets to their correct destination, while TCP ensures that packets are transmitted reliably and in the correct order. In addition to these core protocols, there are a wide range of other technologies and protocols that are used to enable communication and data exchange over the internet, including the Domain Name System( DNS), the Hypertext Transfer Protocol( HTTP), and the Secure Sockets Layer/ Transport Layer Security( SSL/ TLS) protocol.

ssl transfer
As a developer, it's important to have a solid understanding of how these different technologies and protocols work together to enable communication and data exchange over the internet.

Basic Concepts and Terminology

To understand the internet, it's important to be familiar with some basic concepts and terminology. Here are some key terms and concepts to be aware of:

Packet: A small unit of data that is transmitted over the internet.
Router: A device that directs packets of data between different networks.
IP Address: A unique identifier assigned to each device on a network, used to route data to the correct destination.
Domain Name: A human-readable name that is used to identify a website, such as google.com.
Domain Name
DNS: The Domain Name System is responsible for translating domain names into IP addresses.
HTTP: The Hypertext Transfer Protocol is used to transfer data between a client (such as a web browser) and a server (such as a website).
HTTPS: An encrypted version of HTTP that is used to provide secure communication between a client and server.

The part of Protocols in Internet

Protocols play a critical part in enabling communication and data exchange over the internet. A protocol is a set of rules and norms that define how information is changed between devices and systems.

There are numerous different protocols used in internet communication, including the Internet Protocol( IP), the Transmission Control Protocol( TCP), the User Datagram Protocol( UDP), the Domain Name System( DNS), and numerous others.

IP is responsible for routing packets of data to their correct destination, while TCP and UDP insure that packets are transmitted reliably and efficiently. DNS is used to domain names into IP addresses, and HTTP is used to transfer data between clients and servers.

One of the crucial benefits of using standardised protocols is that they allow devices and systems from different manufacturers and merchandisers to communicate with each other seamlessly. For illustration, a web browser developed by one company can communicate with a web browser developed by another company, as long as they both accepts HTTP protocol.

As a developer, it's important to understand different protocols used in internet communication and how they work together to enable the transfer of data and information over the internet.

Understanding IP Addresses and Domain Names

IP addresses and domain names are both important generalities to understand when working with the internet.

An IP address is a unique identifier assigned to each device on a network. It's used to route data to the correct destination, Guarantee that information is transferred to the intended recipient. IP addresses are generally represented as a series of four figures separated by ages, similar as"192.168.1.1".

Ip-Address

Domain names, on the other hand, are human-readable names used to identify websites and other internet resources. They are generally composed of two or more parts, separated by periods. For illustration,"google.com" is a domain name. Domain names are translated into IP addresses using the Domain Name System( DNS).

DNS is a critical part of the internet structure, responsible for rephrasing domain names into IP addresses. When you enter a domain name into your web browser, your computer sends a DNS query to a DNS server, which returns the corresponding IP address. Your computer also uses that IP address to connect to the website or other resource you've requested.

Understanding to HTTP and HTTPS

HTTP( Hypertext Transfer Protocol) and HTTPS( HTTP Secure) are two of the most generally used protocols in internet- grounded operations and services.

HTTP is the protocol used to transfer data between a customer( similar as a web browser) and a server( similar as a website). When you visit a website, your web browser sends an HTTP request to the server, asking for the webpage or other resource you've requested. The server also sends an HTTP response back to the customer, containing the requested data.

HTTPS is a more secure interpretation of HTTP, which encrypts the data being transmitted between the customer and server using SSL/ TLS( Secure Sockets Subcaste/ Transport Layer Security) encryption. This provides an additional layer of security, helping to cover sensitive information similar as login credentials, payment information, and other particular data.

HTTP vs HTTPS

When you visit a website that uses HTTPS, your web browser will display a padlock icon in the address bar, indicating that the connection is secure. You may also see the letters" https" at the beginning of the website address, rather than" http".

Create Connections with TCP/ IP

TCP/ IP( Transmission Control Protocol/ Internet Protocol) is the underlying communication protocol used by utmost internet- grounded operations and services. It provides a dependable, ordered, and error- checked delivery of data between operations running on different devices.

When structure operations with TCP/ IP, there are a many crucial generalities to understand

Ports: Ports are used to identify the operation or service running on a device. Each operation or service is assigned a unique port number, allowing data to be transferred to the correct destination.
Sockets: A socket is a combination of an IP address and a port number, representing a specific endpoint for communication. Sockets are used to establish connections between devices and transfer data between operations.
Connections: A connection is established between two sockets when two devices want to communicate with each other. During the connection establishment process, the device negotiate different parameters similar as the maximum member size and window size, which determine how data will be transmitted over the connection.
Data transfer: Once a connection is established, data can be transferred between the applications running on each device. Data is generally transmitted in parts, with each member containing a sequence number and other metadata to insure dependable delivery.
When structure operations with TCP/ IP, you will need to insure that your application is designed to work with the appropriate ports, sockets, and connections. You will also need to be familiar with the different protocols and norms that are generally used with TCP/ IP, similar as HTTP, FTP( train Transfer Protocol), and SMTP( Simple Correspondence Transfer Protocol). Understanding these generalities and protocols is essential for erecting effective, scalable, and secure internet- grounded operations and services.

Securing Internet Communication with SSL/ TLS

As we discussed before, SSL/ TLS is a protocol used to encrypt/cipher data being transmitted over the internet. It's generally used to give secure connections for operations similar as web browser, email clients, and file transfer programs.

When using SSL/ TLS to secure internet communication, there are a many crucial generalities to understand

Certificates: SSL/ TLS certificates are used to establish trust between the client and server. They contain information about the identity of the server and are signed by a trusted third party( a Certificate Authority) to verify their authenticity.

Handshake: During the SSL/ TLS handshake process, the client and server exchange information to negotiate the encryption algorithm and other parameters for the secure connection.

Encryption: Once the secure connection is established, data is translated using the agreed- upon algorithm and can be transmitted securely between the client and server.

When cleating internet- based operations and services, it's important to understand how SSL/ TLS works and to insure that your application is designed to use SSL/ TLS when transmitting sensitive data similar as login credentials, payment information, and other particular data. You will also need to insure that you obtain and maintain valid SSL/ TLS certificates for your servers, and that you follow best practices for configuring and securing your SSL/ TLS connections. By doing so, you can help cover your user's data and insure the integrity and confidentiality of your operation's communication over the internet.

Conclusion

And that brings us to the end of this session. We have covered a lot of ground, so let's take a moment to review what we have learned

  • The internet is a global network of connected computers that
    uses a standard set of communication protocols to change
    data.

  • The internet works by connecting devices and computer
    systems together using standardised protocols, similar as IP
    and TCP.

  • The core of the internet is a global network of connected
    routers that direct traffic between different devices and systems.

  • Basic concepts and terminology that you need to familiarize
    yourself with include packets, routers, IP addresses, domain
    names, DNS, HTTP, HTTPS, and SSL/ TLS.

  • Protocols play a critical part in enabling communication and
    data exchange over the internet, allowing devices and
    systems from different manufacturers and merchandisers to
    communicate seamlessly.
    I hope you set up this content useful.If you have any questions or comments, please feel free to leave them below. Thanks for reading!

Top comments (2)

Collapse
 
rozerbagh profile image
Rozer Bagh

Thank u so much Ankit for this clarity of our first generation of tech.

Collapse
 
ankitparashar700 profile image
Er. Ankit Parashar

No issue will update more tech info so that we can learn more