• DevOps
    Case Study

    How we built a resilient multi-account, multi-cloud solution for a Health Tech service provider!

    READ CASESTUDY
    icon

    24/7 DevOps as a Service

    Round-the-clock DevOps for uninterrupted efficiency.

    icon

    Infrastructure as a Code

    Crafting infrastructure with ingenious code.

    icon

    CI/CD Pipeline

    Automated CI/CD pipeline for seamless deployments.

    icon

    DevSecOps

    Integrated security in continuous DevOps practices.

    icon

    Hire DevOps Engineers

    Level up your team with DevOps visionaries.

    icon

    Consulting Services

    Navigate success with expert DevOps consulting.

  • TechOps
    Case Study

    How we built a scalable Odoo solution for a Travel Tech service provider!

    READ CASESTUDY

    WEB HOSTING SUPPORT

    icon

    HelpDesk Support

    Highly skilled 24/7 HelpDesk Support

    icon

    Product Support

    Boost your product support with our expertise.

    MANAGED SERVICES

    icon

    Server Management

    Don’t let server issues slow you down. Let us manage them for you.

    icon

    Server Monitoring

    Safeguard your server health with our comprehensive monitoring solutions.

    STAFF AUGMENTATION

    icon

    Hire an Admin

    Transform your business operations with our expert administrative support.

    icon

    Hire a Team

    Augment your workforce with highly skilled professionals from our diverse talent pool.

  • CloudOps
    Case Study

    How we helped a Private Deemed University in India, save US $3500/m on hosting charges!

    READ CASESTUDY
    icon

    AWS Well Architected Review

    Round-the-clock for uninterrupted efficiency

    icon

    Optimize

    Efficient CloudOps mastery for seamless cloud management

    icon

    Manage

    Automated CI/CD pipeline for seamless deployments

    icon

    Migrate

    Upgrade the journey, Migrate & Modernize seamlessly

    icon

    Modernize

    Simplify compliance complexities with our dedicated services

    icon

    FinOps as a Service

    FinOps as a Service

  • SecOps
    Case Study

    How we built a scalable Odoo solution for TravelTech service provider!

    READ CASESTUDY
    icon

    VAPT

    Vulnerability Assessment and Penetration Testing

    icon

    Source Code Review

    Ensuring source code security ans safe practices to reduce risks

    icon

    Security Consultation

    On demand services for improving server security

    icon

    System Hardening

    Reduced vulnerability and proactive protection

    icon

    Managed SoC

    Monitors and maintains system security. Quick response on incidents.

    icon

    Compliance as a Service

    Regulatory compliance, reduced risk

  • Insights
    Case Study

    How we helped a Private Deemed University in India, save US $3,500/m on hosting charges!

    READ CASESTUDY
    icon

    Blog

    Explore our latest articles and insights

    icon

    Case Studies

    Read about our client success stories

    icon

    Flipbook

    Explore our latest Flipbook

    icon

    Events

    Join us at upcoming events and conferences

    icon

    Webinars

    Watch our educational webinar series

  • Our Story
  • Contact Us

Interested to collaborate?

Get in touch with us!

Ready to elevate your business with certified cloud expertise? Contact us today to learn how our team can help you leverage cloud technology to drive growth, streamline operations, and enhance security.

  • AWSAWS
  • Azure CloudAzure Cloud
  • Google CloudGoogle Cloud
  • Akamai CloudAkamai Cloud
  • OVHOVH
  • Digital OceanDigital Ocean
  • HetznerHetzner
  • Kubernetes Consultancy Services
  • K8s & Cloud native Solutions
  • 24/7 Infrastructure Monitoring
  • DevOps as a Service
  • Cloud CI/CD Solutions
  • White Labeled MSP Support
  • Our story
  • Life@SupportSages
  • Insights
  • Careers
  • Events
  • Contact Us

Connect with us!


LinkedInFacebookXInstagramYouTube

aws partneraws advanced partner
SupportSages

Copyright © 2008 – 2026 SupportSages Pvt Ltd. All Rights Reserved.
Privacy PolicyLegal TermsData ProtectionCookie Policy
IP’s – The backbone of Internet Part 1 – OSI Layer

IP’s – The backbone of Internet Part 1 – OSI Layer

Jithin Vijayan

  • 5 min read
IP’s – The backbone of Internet Part 1 – OSI Layer

Generating audio, please wait...

You must be hearing the word IP address from day since you’ve been to internet. Have you ever thought what these numbers signify or what is their role in the internet. Are they really the wheels that drive the DNS. Before going anything in detail I will explain the basics and the seven OSI layers which lays the foundation for network protocols and some other important related topics.

I will brief the overview of OSI model first.

OSI(Open Systems Interconnection) model is actually a framework for the networked systems that allow communication over all types of computer systems. The System is divided into seven seperate but related layers. Each one has their own functionalities and need to provide and receive services from the layer above and below respectievely. The OSI layers are

1.Physical Layer

This is the lowest among OSI layers which is responsible for the transmission of data in the network through a physical medium. Physical medium includes the links like cables and wires,the interfaces used to connect the devices, their characteristics etc.These factors influences the transmission rate of data through a medium.

2.Data Layer

As explained earlier each of the layer is related to the other lying above and below. Data Link Layer transforms the raw data from the physical layer and is responible for node-to-node delivery. It makes the physical layer error free to the upper layer.

This layer makes the data received into manageable units called frames. The appropriate protocol to each data is assigned in this layer.Switches and hubs come under this category. They are also known as layer 2 devices.

3. Network Layer

If the above layer is responsible for the node to node delivery this layer is the one responsible for source-to-destination delivery of a packet. If the two systems are connected to same link, there is usually no need for the network layer. But if they are connected in different network then this layer has to play its part to accomplish the delivery of the packets from source to the destination. Packet conceptualisation of data is introduced in this layer. Routers and gateways are the devices included in this layer. They are also known as layer 3 devices. The routing of packets is also done within this layer.

4. Transport Layer

Transport layer ensures the source-to-destination delivery of the entire message. Whereas the network layer ensures only the end-to-end delivery of each packets they don’t recogonize any relationship between those packets. Here this layer makes sure that the entire message is being transmitted to the destination. The message here is divided into different segments. Each segment contains a sequence number which helps them to reassemble the message correctly.

5.Session Layer

The above layers explained how data is transmitted across the network. This layer is responsible for the establishing, maintaining the interaction between the systems. As the name suggests, a session is created between the two devices and they communicate with each other through this session.

6.Presentation Layer
We just read that data is transferred into many forms in their course of transfer from one source to desination. Here the data transmitted is in the form of ones and zero to be precise in binary format. So there should be some syntac and semantics that should be followed in the process. Ensuring the data and message over a node or a network is as much important as maintaining their syntax. The data transmitted should be kept intact after the process then only we can say the process is successful. Encryption, Compression are some techniques that maintains the data integrity.

7. Application Layer
This is the topmost layer on OSI layers and this is the layer which enables humans or software to access or read the data. File transfers, electronic messaging, e-mail are some services included in this layer.

The main idea behind explaining these layers is to provide you an overview of how a data is transmitted and to correlate with terms associated like packets and frames.

IP (Internet Protocol)

It is a protocol used for communication over a network using the Internet Protocol Suite. It is a transmission mechanism used by the TCP/IP protocols. TCP/IP protocol suite was devoloped much before the OSI model. They have five layers: physical,data link, network, transport and application.

IP is a protcol defined by TCP/IP at the network layer. The protocol is an unreliable and connectionless datagram protocol. It only ensure the end-to-end delivery of packets from source-to-destination there isn’t any error check mechanisms or tracking for the data transmitted which make the protocol an unreliable in the transmission. IP is usually paired with reliable protocol TCP (Transmission Control Protocol) to a increase the reliablity. TCP is a protocol defined at the transmission layer of the TCP/IP suite.

As we read that TCP/IP suite have many protocols defined at each layer. At transport layer there are two important protocols TCP and UDP. TCP is a reliable connection oriented protocol where as UDP is a unreliable connecionless protocol. TCP includes functions like error control, flow control, congestion control which ensures the integrity of data transmitted.

Here the role of TCP is acting an intermediary between the application layer and the network layer of protocol suite. TCP/IP Protocol suite holds a structure similar to the layers in OSI. The following figure will help you to understand the architecture better.

  • General
  • Linux
  • Special Offers
  • Training

Adjusting the language settings in spamassassin

SupportSages Logo
  • cPanel
  • Howtos
  • Linux
  • Snippets
logo

Error in Drupal while enabling clean URL

SupportSages Logo
  • General
  • Howtos
  • Linux
logo

How would I checkout a particular version from SVN

SupportSages Logo
  • Howtos
  • Snippets
  • Troubleshooting
logo

IP’s – The backbone of Internet Part 3 – Subnetting and Classless Addressing

IP’s – The backbone of Internet Part 3 – Subnetting and Classless Addressing
  • General
  • Linux
  • Training
logo

Posts by Jithin Vijayan

One of the most inquisitive person you may come across in your life :-). His enthusiasm to unearth the existing technologies and excellent comprehension skills makes him one of the most dependable admin during critical situations. Jithin loves trekking and photography.