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.

この蚘事は Open Source For You の July 2024 版に掲茉されおいたす。

7 日間の Magzter GOLD 無料トラむアルを開始しお、䜕千もの厳遞されたプレミアム ストヌリヌ、9,000 以䞊の雑誌や新聞にアクセスしおください。

この蚘事は Open Source For You の July 2024 版に掲茉されおいたす。

7 日間の Magzter GOLD 無料トラむアルを開始しお、䜕千もの厳遞されたプレミアム ストヌリヌ、9,000 以䞊の雑誌や新聞にアクセスしおください。

OPEN SOURCE FOR YOUのその他の蚘事すべお衚瀺
Securing Workloads in the Cloud: Challenges and Best Practices
Open Source For You

Securing Workloads in the Cloud: Challenges and Best Practices

Is cloud security on your mind? Here are some insights into overcoming the complexity of securing cloud workloads by utilising advanced AWS cloud workload protection tools and methodologies, such as micro segmentation and zero trust network access (ZTNA).

time-read
8 分  |
August 2024
The Linux System Call Execution Model: An Insight
Open Source For You

The Linux System Call Execution Model: An Insight

This two-part series of articles focuses on the system call execution model in Linux based operating systems. This first part explains what system calls are, why they are required and the role of the glibc wrapper in system call execution. It then touches on the system call execution model from the Linux kernel perspective.

time-read
5 分  |
August 2024
Evolution of Log Analysis Architectures
Open Source For You

Evolution of Log Analysis Architectures

Going down memory lane, it's easy to see how changing needs have helped evolve log analysers since the mid-2000s. What worked then, will not work today. But the journey is to be cherished.

time-read
4 分  |
August 2024
Low-Code and No-Code Platforms: Get Ready for the Future
Open Source For You

Low-Code and No-Code Platforms: Get Ready for the Future

Software development has received a boost with the emergence of low-code/no-code (LCNC) platforms that allow even those not initiated in coding to create applications in quick time. We take a look at some of the best LCNC platforms in the open source domain.

time-read
5 分  |
August 2024
Popular Free Platforms for Developing AI Chatbots
Open Source For You

Popular Free Platforms for Developing AI Chatbots

Almost all medium and large businesses are using AI chatbots to interact with clients and understand their needs better. Several open source and free platforms can be used to build and enhance the functioning of these chatbots. You can choose from these.

time-read
9 分  |
August 2024
CodePen: Why it Makes Developers' Life Easy
Open Source For You

CodePen: Why it Makes Developers' Life Easy

Developed specifically to help front-end developers create and share web code snippets, CodePen is a well-known online code editor and development environment. It enables users to create JavaScript, HTML, and CSS right in the browser and view the code’s real-time results. CodePen’s live preview feature allows for instant visual feedback, which makes it a perfect platform for experimentation, learning, and rapid prototyping. Let’s explore it further


time-read
6 分  |
August 2024
Onsen Ul: A Boon for Mobile App Developers
Open Source For You

Onsen Ul: A Boon for Mobile App Developers

Onsen Ul is a robust framework that deserves a prominent position in the toolset of every developer looking to build functional and accessible hybrid mobile apps. It seamlessly blends the benefits of native interfaces with the efficiency and agility of web technologies, allowing developers to build powerful mobile apps while optimising development time and resources.

time-read
4 分  |
August 2024
The Transformative Power of Software and Hardware Integration
Open Source For You

The Transformative Power of Software and Hardware Integration

The importance of fusion of software and hardware in reshaping industries, enhancing efficiency, and connecting businesses to their customers is more pronounced than ever.

time-read
7 分  |
August 2024
Some Cool Calc Tricks for Indian Taxpayers
Open Source For You

Some Cool Calc Tricks for Indian Taxpayers

If you do not consider yourself a Calc or Excel expert but must do your taxes in a spreadsheet, then these cool tricks can help you a great deal.

time-read
5 分  |
August 2024
Open Source: Providing Pathways to Professional Growth
Open Source For You

Open Source: Providing Pathways to Professional Growth

Open source contributions offer fresh graduates a gateway to career opportunities by showcasing their skills in collaborative environments and demonstrating their commitment to innovation and communitydriven projects.

time-read
4 分  |
August 2024