Computer Network Articles

Page 111 of 122

System Scaling - Optimization Trade offs

Satish Kumar
Satish Kumar
Updated on 16-Mar-2026 405 Views

System scaling is the process of adjusting infrastructure resources to accommodate changing demands while maintaining optimal performance. As businesses grow and technology evolves, understanding the optimization trade-offs involved in scaling decisions becomes critical for long-term success. System scaling involves adding or removing resources such as servers, storage, or network capacity based on business requirements. Organizations must carefully balance performance improvements against costs, complexity, and future scalability needs. Types of System Scaling There are two primary approaches to system scaling, each with distinct advantages and trade-offs: Horizontal vs Vertical Scaling ...

Read More

Tag Identification Message Formats

Satish Kumar
Satish Kumar
Updated on 16-Mar-2026 509 Views

Tag identification is the process of identifying and tracking physical objects or people using electronic tags. These tags contain unique identifiers that can be read by special devices, enabling businesses to locate, monitor, and manage their assets more efficiently. Tag identification technologies have revolutionized many industries by providing real-time data on parameters such as location, temperature, humidity, and movement. Types of Tag Identification Message Formats Tag identification message formats refer to the various ways through which tags or labels can be identified and their information transmitted from one device to another. Two primary tag identification message formats are ...

Read More

Task Assignment Approach in Distributed System

Satish Kumar
Satish Kumar
Updated on 16-Mar-2026 3K+ Views

Distributed systems are a fundamental aspect of modern computing where multiple independent computers work together as a single entity to achieve a common goal. These computers are connected through a communication network and coordinate by exchanging messages to distribute workloads and resources across different nodes rather than centralizing them in one location. The task assignment approach determines how computational tasks are distributed among nodes in a distributed system. The choice of approach significantly impacts system performance, fault tolerance, and resource utilization. Types of Task Assignment Approaches Centralized Task Assignment Approach In the centralized approach, a single ...

Read More

TCL script to create FTP traffic over TCP

Satish Kumar
Satish Kumar
Updated on 16-Mar-2026 542 Views

TCL (Tool Command Language) is a robust, open-source scripting language used for a wide range of applications. It's known for its flexibility, ease of use, and ability to control complex systems across multiple platforms. With TCL, you can automate repetitive tasks, implement various network protocols, and create custom tools and applications. The power of TCL lies in its simplicity that even beginners can start writing scripts in just a few minutes. Understanding FTP and TCP FTP and TCP Protocol Overview FTP (File Transfer Protocol) is a standard network protocol used to transfer files from one host ...

Read More

TCL Script to Demonstrate Recursive Procedures

Satish Kumar
Satish Kumar
Updated on 16-Mar-2026 907 Views

A TCL script is a program written in the Tool Command Language that demonstrates how recursive procedures can solve complex problems by breaking them into smaller, manageable parts. TCL (Tool Command Language) is a high-level scripting language widely used in networking, automation, and testing applications. Understanding Recursive Procedures A recursive procedure is a function that calls itself repeatedly until it reaches a base case — the terminating condition that stops the recursion and returns a result. This approach is particularly useful for problems involving data structures like trees, mathematical sequences, or any problem that can be divided into ...

Read More

TCL Script to Simulate Link State Routing in NS2

Satish Kumar
Satish Kumar
Updated on 16-Mar-2026 750 Views

Network simulation has become essential for evaluating routing protocols and network behaviors in controlled environments. NS2 (Network Simulator 2) is a widely-used discrete event simulator that employs TCL (Tool Command Language) scripts to automate network simulations. This article demonstrates how to implement a TCL script for simulating Link State Routing in NS2, enabling researchers to study routing protocol performance and network topology behaviors. Link State Routing Link State Routing is a routing protocol where each node maintains complete network topology information in a Link State Database (LSDB). Nodes exchange link state advertisements to build this database and ...

Read More

TCP Flags

Satish Kumar
Satish Kumar
Updated on 16-Mar-2026 4K+ Views

When we think about the internet, we often think of websites and social media platforms. However, beneath the surface of these applications lies a complex network of protocols and technologies that communicate data between devices. One such technology is TCP (Transmission Control Protocol), which is responsible for ensuring reliable data transmission over the internet. Within TCP are a set of flags that play a critical role in facilitating communication between devices. These flags act as control signals that manage connection states and data flow between network endpoints. What are TCP Flags? TCP flags are single-bit control fields ...

Read More

TCP Reno with Example

Satish Kumar
Satish Kumar
Updated on 16-Mar-2026 3K+ Views

TCP Reno is a congestion control algorithm used by the Transmission Control Protocol (TCP) in computer networking. It plays a crucial role in managing data transmission between devices on the internet, ensuring that packets are delivered efficiently while preventing network congestion that could lead to packet loss or connection failures. TCP Reno uses feedback from packet acknowledgments to dynamically adjust transmission rates, maintaining network stability during high traffic periods and optimizing throughput based on available bandwidth. How TCP Reno Works The basic principle behind TCP Reno is to adjust the transmission rate based on how quickly packets ...

Read More

TCP Retransmission

Satish Kumar
Satish Kumar
Updated on 16-Mar-2026 4K+ Views

TCP Retransmission is an essential mechanism in network communication that ensures reliable data transfer between sender and receiver. When data packets are lost or corrupted during transmission, TCP automatically retransmits them until they are successfully received. This process is fundamental to maintaining data integrity and reliability across the Internet. Definition of TCP Retransmission TCP Retransmission refers to the process of resending data packets that have not been acknowledged by the receiving end within a specific timeframe. This occurs when packets are lost or corrupted due to network congestion, faulty equipment, poor signal quality, or other transmission issues. The ...

Read More

TCP with Explicit Link Failure Notification (TCP-ELFN)

Satish Kumar
Satish Kumar
Updated on 16-Mar-2026 578 Views

Transmission Control Protocol (TCP) is a standard protocol for transmitting data over the internet. It is one of the main protocols in the TCP/IP suite, along with Internet Protocol (IP). TCP provides reliable, ordered and error-checked delivery of data between applications running on hosts communicating via an IP network. It manages the transmission control part of the communication by dividing data into smaller packets, numbering them in sequence to ensure proper reassembly at the receiving end, and acknowledging receipt of each packet. TCP is widely used in client-server architecture where a server provides services to multiple clients. Examples ...

Read More
Showing 1101–1110 of 1,220 articles
« Prev 1 109 110 111 112 113 122 Next »
Advertisements