Satish Kumar

Satish Kumar

937 Articles Published

Articles by Satish Kumar

Page 62 of 94

Static Web Pages

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

A static web page is an HTML document that displays the same content to every visitor, regardless of when or how they access it. Unlike dynamic pages, static pages contain fixed content that doesn't change based on user interactions, database queries, or server-side processing. Static web pages are created using HTML, CSS, and sometimes JavaScript for basic client-side functionality. They are stored as files on a web server and delivered directly to users' browsers without any server-side processing or database interaction. Static Web Page Architecture ...

Read More

Cable TV Networks

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

Cable television networks are television channels that are delivered to viewers through cable television systems, as opposed to broadcast television, satellite television, or the internet. Some examples of popular cable TV networks in the United States include ESPN, TNT, and HBO. Cable networks can also be divided into categories, such as news networks (CNN, Fox News), sports networks (ESPN, NBC Sports), movie networks (HBO, Showtime), and lifestyle networks (Food Network, HGTV). Cable networks operate by subscription where viewers pay the operator to get access to the channels. The cable television infrastructure uses coaxial cables or fiber-optic cables to deliver ...

Read More

The Mobile Web

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

The Mobile Web refers to accessing and browsing the World Wide Web using mobile devices such as smartphones and tablets. Unlike traditional desktop browsing, mobile web experiences are optimized for smaller screens, touch interfaces, and varying network conditions. Mobile web has become the dominant form of internet access, with mobile traffic accounting for over half of global web traffic. This shift has fundamentally changed how websites are designed and how users interact with online content. Mobile Web Ecosystem Mobile Browser Web Content ...

Read More

Calculation of TCP Checksum

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

The TCP checksum is a 16-bit error detection mechanism used to verify the integrity of TCP segments during transmission. It ensures that data has not been corrupted or altered while traveling across the network. The checksum calculation involves creating a pseudo-header that includes parts of the IP header, the entire TCP header (with checksum field set to zero), and the TCP data. This approach provides end-to-end error detection across both network and transport layers. TCP Checksum Calculation Process 1. Pseudo-Header IP addresses + Protocol ...

Read More

Calling Web Service Using Curl With Telnet Connection

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

Curl is a powerful command-line tool for transferring data using various network protocols. It was designed to work without user interaction, making it ideal for scripts and automated tasks. Curl supports numerous protocols including HTTP, HTTPS, FTP, SFTP, Telnet, and many more. With curl, you can send HTTP requests, receive responses, upload and download files, and even handle email using SMTP and IMAP protocols. It provides extensive command-line options to control request behavior, set headers, specify request methods, and handle authentication. What is Curl? Curl is available on most operating systems and comes pre-installed on Linux and ...

Read More

Joint Photographic Experts Group (JPEG)

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

JPEG (Joint Photographic Experts Group) is a standardized image compression technique commonly used for digital photographs. Developed by the Joint Photographic Experts Group in the early 1990s, JPEG is designed to reduce file sizes of digital images while maintaining reasonable image quality through lossy compression. JPEG uses a lossy compression algorithm, meaning some data is permanently lost during compression. The compression level can be adjusted − higher compression yields smaller files but lower quality, while lower compression maintains better quality at the cost of larger file sizes. This flexibility makes JPEG ideal for web usage and digital photography. ...

Read More

Motion Picture Experts Group (MPEG)

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

Motion Picture Experts Group (MPEG) is a family of international standards for audio and video compression and transmission, developed by a working group of the International Organization for Standardization (ISO) and the International Electrotechnical Commission (IEC). MPEG standards enable efficient storage and transmission of multimedia content by significantly reducing file sizes while maintaining acceptable quality. MPEG uses lossy compression, meaning some data is discarded during the compression process to achieve smaller file sizes. The compression level can be adjusted to balance between file size and quality based on specific requirements. MPEG Compression Process ...

Read More

Real Time Streaming Protocol (RTSP)

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

Real Time Streaming Protocol (RTSP) is a network control protocol designed for use in entertainment and communication systems to control streaming media servers. The protocol is used to establish and control media sessions between endpoints, and it can support the transmission of video, audio, and other types of data. RTSP is similar to HTTP, but it is specifically designed for the control of streaming media. It allows a client to issue commands to a server, such as "play, " "pause, " and "record, " and it can also be used to negotiate the delivery of streaming media. RTSP ...

Read More

CAN Protocol

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

The Controller Area Network (CAN) protocol is a robust communication protocol originally developed for the automotive industry but now widely used across various sectors including industrial automation, medical equipment, and avionics. It is a serial communication protocol that implements a multi-master, distributed control system where any device (node) on the network can initiate communication. The protocol enables devices to share information and synchronize actions without requiring a central controller. CAN uses collision detection and arbitration methods to ensure only one node transmits at a time, preventing data collisions on the shared bus. Why CAN? The CAN protocol ...

Read More

Explain Parameter passing Semantics in RPC

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

Remote Procedure Call (RPC) is a communication protocol that enables a process running on one computer to invoke a procedure in another process running on a remote computer. The procedure call appears to the caller as a local procedure call, but in reality, the call is transmitted over a network. RPC involves several aspects such as marshaling of parameters, handling of return values, and communication between client and server. In this article, we will focus on parameter passing semantics in RPC. We will discuss various parameter passing methods and their characteristics, including pass-by-value, pass-by-reference, pass-by-result, and pass-by-object-reference. Parameter ...

Read More
Showing 611–620 of 937 articles
« Prev 1 60 61 62 63 64 94 Next »
Advertisements