Found 1259 Articles for Computers

Technical Challenges of Mobile Computing

Satish Kumar
Updated on 12-Jul-2023 09:45:10

2K+ Views

Introduction Mobile computing refers to the use of portable computing devices such as smartphones, tablets, and laptops that are designed to be easily transported and used while on the go. The rise of mobile computing has been a game−changer in today's world. It has transformed the way people communicate, access information, and perform tasks. With mobile devices becoming increasingly powerful and ubiquitous, it's no surprise that businesses such as Apple and Samsung have invested significantly in this area. The Definition of Mobile Computing Mobile computing is defined as any technology that allows wireless communication between devices or ... Read More

TCP with Explicit Link Failure Notification (TCP-ELFN)

Satish Kumar
Updated on 12-Jul-2023 09:39:10

202 Views

Introduction 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. ... Read More

TCP Timers

Satish Kumar
Updated on 12-Jul-2023 09:36:44

5K+ Views

Introduction TCP (Transmission Control Protocol) is a crucial protocol in network communication, responsible for ensuring reliable data transfer between devices over the Internet. However, due to the unpredictable nature of networks and the fact that it relies on underlying IP (Internet Protocol) for data transmission, TCP cannot guarantee that all packets will be delivered successfully. This is where TCP timers come into play. Definition of TCP Timers TCP timers are mechanisms used by the protocol to manage and control various aspects of the data transmission process. Essentially, these timers are implemented by a device's operating system and are ... Read More

How to Create a List of All Worksheet Names from a Workbook

Pradeep Kumar
Updated on 12-Jul-2023 14:53:24

142 Views

Accessing and managing worksheet names is an important skill because Excel is a potent tool for data analysis and organisation. Regardless of your level of Excel proficiency, this tutorial will walk you through the procedure step-by-step. Have you ever struggled to remember the names of all the worksheets in a large Excel workbook with numerous worksheets? Maybe you needed to refer to a particular sheet but forgot its name, or you wanted to make a table of contents for quick access. We will examine a quick and effective technique to create a list of all worksheet names in an Excel ... Read More

TCP Tahoe and TCP Reno

Satish Kumar
Updated on 11-Jul-2023 18:59:30

3K+ Views

Introduction The Transmission Control Protocol (TCP) is one of the most widely used protocols in computer networking. It provides a reliable, ordered, and error−checked delivery of data between applications running on hosts communicating over an IP network. TCP has been used in a wide range of applications, including web browsing, email, file transfer, and real−time communication. Understanding TCP Tahoe Definition and Origin of TCP Tahoe TCP Tahoe is one of the earliest congestion control algorithms developed for the Transmission Control Protocol (TCP) for use in computer networks. The algorithm was first implemented in 1988 by Van Jacobson, a ... Read More

TCP Retransmission

Satish Kumar
Updated on 11-Jul-2023 18:57:53

2K+ Views

TCP Retransmission is an essential component of network communication that ensures data transfer between the sender and receiver is error−free. TCP Retransmission ensures that no data packets are lost during transmission, and any lost or corrupted packets are retransmitted until they arrive correctly. For reliable communication to occur over the internet, it is imperative that TCP Retransmission functions efficiently. Definition of TCP Retransmission TCP Retransmission refers to the process of resending a packet of data after it is not acknowledged by the receiving end within a specific timeframe. It happens when there's packet loss or corruption in a ... Read More

TCP Reno with Example

Satish Kumar
Updated on 11-Jul-2023 18:55:47

1K+ Views

Introduction TCP Reno is a protocol that plays a crucial role in computer networking. It is responsible for effectively managing data transmission between different devices on the internet, ensuring that data packets are delivered efficiently and without errors. Without such protocols, the internet as we know it today would not exist. TCP Reno uses a congestion control algorithm to detect network congestion and adjust data transmission rates accordingly. This ensures that the network remains stable during high traffic periods and prevents packet loss, which could result in data corruption or even complete connection failure. Understanding TCP Reno ... Read More

TCP Port

Satish Kumar
Updated on 11-Jul-2023 18:54:17

520 Views

Introduction Transmission Control Protocol (TCP) is a fundamental communication protocol used to transmit data over the internet and other networks. A TCP port is a 16−bit number that identifies specific processes running on a device in a networked environment. The function of TCP ports is closely related to the concept of IP addresses, which identify individual devices on a network. Ports are essentially virtual channels, which allow multiple applications and services to communicate with each other using the same IP address. The combination of an IP address and port number uniquely identifies a process or service running on ... Read More

TCP Flags

Satish Kumar
Updated on 11-Jul-2023 18:52:05

2K+ Views

Introduction 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, or 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. In this article, we will dive into the world of TCP flags − what they are, why they matter, and how they work. Definition ... Read More

TCP Connection Termination

Satish Kumar
Updated on 11-Jul-2023 18:49:25

1K+ Views

Introduction TCP (Transmission Control Protocol) is regarded as one of the most fundamental communication protocols, allowing computers to communicate over a network. It is responsible for ensuring that data packets sent from one device arrive correctly and undamaged at their destination. The two devices must establish a reliable connection before they can exchange information, and this connection must be properly terminated once complete. In this article, we will delve into the details of TCP connection termination, its importance to network communications, and best practices for achieving successful terminations. TCP Connection Termination Process When it comes to terminating ... Read More

Advertisements