
One of the improvements implemented on the Transmission Control Protocol (TCP), TCP New Reno was developed to enhance the efficiency of congestion control, particularly in scenarios involving multiple segment losses. It addresses the shortcomings of TCP Reno by focusing on minimizing the impact of segment losses during data transmission. It is regarded as a significant step in improving TCP performance, especially in high-bandwidth and high-latency network environments.Purpose of Developing TCP
EN
Gülçin Özer

One of the most significant problems encountered in data transmission over computer networks is congestion. This issue reduces network efficiency and increases delays. TCP Vegas is a transmission control protocol developed to address this problem. Unlike traditional TCP protocols, TCP Vegas, proposed by Brakmo and colleagues, adopts a proactive rather than reactive approach to detecting congestion. This article examines in detail the structure, algorithms, and performance of TCP Vegas.Key Featur
EN
Gülçin Özer

The Spanning Tree Protocol (STP) is a Layer 2 (data link layer) protocol developed to prevent loop formation in Ethernet-based networks. STP, developed by Dr. Radia Perlman in 1985, is defined by the IEEE 802.1D standard. This protocol controls redundant connections within a LAN by ensuring that only one active path is used, thereby preventing issues such as broadcast storms, MAC address table inconsistencies, and continuous frame loops.Working PrincipleWhen multiple switches in a network are re
EN
Cihat Demirel

Network protocols are a set of rules responsible for communication between various devices on a network. These protocols define the necessary guidelines and regulations for transmitting and receiving data to ensure efficient and reliable communication.A network protocol is a set of rules that govern data communication between different devices on a network. It determines what is to be communicated, how it is to be communicated, and when it is to be communicated. It enables connected devices to c
ENBeyza Nur Türkü

User Datagram Protocol (UDP) is a lightweight transport layer protocol within the TCP/IP protocol suite that operates in a connectionless manner. UDP enables direct data transmission between applications without establishing a connection, providing no error control or delivery guarantee during transmission. This characteristic makes it a fast but unreliable protocol【1】.UDP’s header structure is extremely simple, consisting of only 8 bytes and containing four fundamental fields: source port, dest
ENHüseyin Hanlı
Wh“Cybersecurity is not merely about code. It is a journey shaped by curiosity, patience, and the passion for discovery.”– Oğuzhan YetimhellaçWhy Am I Writing This Article?On the first day I stepped into cybersecurity, I faced a forest but did not know which tree to climb. YouTube videos, forums, Telegram groups… everyone said something different, and finding accurate information took time.I am writing this article for friends like me who have started on this path but do not know where to begin. M
EN
Oğuzhan Yetimhellaç

In today’s world, network technologies have become one of the most essential infrastructures enabling communication among individuals and institutions. Now, it is not just computers but smartphones, tablets, smart systems, and even industrial machines that are connected to the internet. According to research, the number of internet-connected devices worldwide is expected to reach 50 billion by 2025. This development further underscores the critical role networks play in our lives.Basic Component
ENFurkan Reçber

The Transmission Control Protocol (TCP) is a connection-oriented transport layer protocol designed to ensure reliable and ordered data transmission between two endpoint devices in computer networks. TCP was first developed by the Defense Advanced Research Projects Agency (DARPA), part of the United States Department of Defense, and today forms one of the fundamental pillars of data transmission over the Internet. Reliable data transfer is supported by functions such as error control, flow contro
EN
Gülçin Özer

The Transmission Control Protocol (TCP) is a protocol developed primarily to ensure reliable data transmission. TCP Tahoe, designed by Van Jacobson in the late 1980s, is one of TCP’s earliest congestion control mechanisms. This protocol variant treats packet loss as a direct indicator of network congestion and adjusts the transmission rate accordingly. The primary objective of TCP Tahoe is to prevent excessive loading on the network and ensure the continuity of data communication.TCP Tahoe is a
EN
Gülçin Özer