Internet Protocols Explained
Open Source For You|July 2024
In the second part of this series of articles on internet protocols, we shall delve into the journey from unsecure protocols to secure protocols, with a focus on securing the transport and application layers in the OSI model.
Internet Protocols Explained

The Transmission Control Protocol (TCP) is a transport protocol, as it dictates the way data is sent and received. Before transmitting data, TCP opens a connection with the recipient and ensures that all packets arrive in order once the transmission begins. It is via TCP that the recipient acknowledges receiving each packet that arrives. Missing packets are sent again if receipt is not acknowledged. Hence this is a reliable protocol, but not fast.

TCP and IP were originally designed to be used together, and these are often referred to as the TCP/IP suite. However, other transport protocols can be used with IP. The TCP header has a default size of 20 bytes. Up to 40 bytes of options can be added.

TCP flow

Step 1: Establish the connection TCP needs a valid connection as a prerequisite. To establish a connection, it follows a three-way handshake method. ƒ First, the requesting client sends the server a SYN packet

• SYN: SYN stands for synchronise.

• SEQ: SEQ is a unique, random number that ensures full transmission in the correct order and without duplicates.

  • Once the server has received the packet, it agrees to the connection by returning a SYN-ACK packet. The ACK includes the client’s sequence number plus 1. The client will send some random SEQ number.

    • ACK: ACK stands for acknowledging its own sequence number to the client.

  • Finally, the client acknowledges the receipt by sending its own ACK packet, which in this case contains the server’s sequence number plus 1. The client can now begin transferring data to the server.

Esta historia es de la edición July 2024 de Open Source For You.

Comience su prueba gratuita de Magzter GOLD de 7 días para acceder a miles de historias premium seleccionadas y a más de 9,000 revistas y periódicos.

Esta historia es de la edición July 2024 de Open Source For You.

Comience su prueba gratuita de Magzter GOLD de 7 días para acceder a miles de historias premium seleccionadas y a más de 9,000 revistas y periódicos.

MÁS HISTORIAS DE OPEN SOURCE FOR YOUVer todo
Linux Foundation launches LF India to foster open source innovation and support in India
Open Source For You

Linux Foundation launches LF India to foster open source innovation and support in India

The Linux Foundation, a nonprofit organisation dedicated to driving innovation through open source, has announced the launch of LF India.

time-read
1 min  |
January 2025
Red Hat launches Ansible Automation Platform Service on AWS
Open Source For You

Red Hat launches Ansible Automation Platform Service on AWS

Red Hat, Inc., has announced the general availability of the Red Hat Ansible Automation Platform Service on Amazon Web Services (AWS) as a managed offering available through AWS Marketplace.

time-read
1 min  |
January 2025
Fedora Asahi Remix 41 is now generally available
Open Source For You

Fedora Asahi Remix 41 is now generally available

The Fedora and Asahi Linux projects have announced the general availability of Fedora Asahi Remix 41, the latest version of this distribution tailored for Apple Silicon Macs.

time-read
1 min  |
January 2025
SageMath: A Second Glance at Cybersecurity
Open Source For You

SageMath: A Second Glance at Cybersecurity

The eighth article in the series on SageMath explores a classical encryption scheme called the Rail Fence cipher and introduces the concept of symmetric-key encryption.

time-read
10+ minutos  |
January 2025
Building Cross-Platform Mobile Apps with lonic
Open Source For You

Building Cross-Platform Mobile Apps with lonic

Mobile apps are an intrinsic part of daily life today we use them to order food, groceries, taxis, and more. As these apps need to work across platforms, developers are focusing on cross-platform app development so that they code only once to create apps that function on multiple platforms. lonic is a framework that can help developers build apps faster than with native app development, while saving them time and money. Let’s learn how to install and deploy it.

time-read
3 minutos  |
January 2025
Open Source AI Frameworks: Integrating AI with lot
Open Source For You

Open Source AI Frameworks: Integrating AI with lot

Open source Al helps loT devices learn, adapt, and automate actions based on real-time data, improving convenience and security. Here’s an overview of six key open source Al frameworks that help integrate Al with loT, and the challenges they face.

time-read
4 minutos  |
January 2025
Open Source loT: A Primer for Everyone
Open Source For You

Open Source loT: A Primer for Everyone

Open source IoT platforms promise to play a central role in shaping the future, making it possible for more people and businesses to benefit from smarter, more efficient solutions. We look at a brief history of this tech and explore emerging trends.

time-read
10+ minutos  |
January 2025
Using Open Source and Blockchain to Build Decentralised loT Networks
Open Source For You

Using Open Source and Blockchain to Build Decentralised loT Networks

Explore how blockchain is being integrated with loT to create decentralised networks. Find out how leading open source projects like IOTA and Streamr use blockchain to ensure data integrity, security, and privacy in loT ecosystems.

time-read
8 minutos  |
January 2025
Internet of Things: Running Language Models on Edge Devices
Open Source For You

Internet of Things: Running Language Models on Edge Devices

Let’s delve into the technical aspects, challenges, and benefits of deploying language models on edge/loT devices.

time-read
8 minutos  |
January 2025
How Open Source is Making Quantum Computing Accessible to Everyone
Open Source For You

How Open Source is Making Quantum Computing Accessible to Everyone

Open source initiatives are breaking down the barriers to quantum computing, making it accessible to everyone. Explore what quantum computing is, the challenges of traditional adoption, how open source platforms are democratising the technology, and how you can get started in this exciting domain.

time-read
5 minutos  |
January 2025