Satish Kumar has Published 1040 Articles

Binary Synchronous Communication (BISYNC)

Satish Kumar

Satish Kumar

Updated on 08-Feb-2023 21:28:48

1K+ Views

Binary Synchronous Communication (BISYNC) is a communication protocol that uses synchronous transmission to transfer data between devices. In BISYNC, data is transmitted in fixed-length blocks, called frames, with a start and stop bit at the beginning and end of each frame. The start and stop bits are used to synchronize ... Read More

Birman Schiper Stephenson Protocol

Satish Kumar

Satish Kumar

Updated on 08-Feb-2023 21:27:29

531 Views

The Birman-Schiper-Stephenson (BSS) Protocol is a distributed computing protocol that allows a group of computers to maintain a consistent shared state despite the possibility of failures. It was first described in a paper by Michael Birman, Roger Schiper, and Tom Stephenson in 1985. In the BSS Protocol, each computer in ... Read More

Bit Stuffing error detection technique using Java

Satish Kumar

Satish Kumar

Updated on 08-Feb-2023 21:12:56

850 Views

Bit stuffing is a technique used in data communication systems to detect and correct errors that may occur during the transmission of data. It works by adding extra bits to the data being transmitted in order to flag when an error has occurred. One common way to implement bit stuffing ... Read More

Bootstrap Protocol (BOOTP)

Satish Kumar

Satish Kumar

Updated on 08-Feb-2023 21:03:00

3K+ Views

The Bootstrap Protocol (BOOTP) is a legacy computer networking protocol used to automatically assign IP addresses to devices on a network. BOOTP was developed in the 1980s as a way to assign IP addresses to diskless workstations without the need for a DHCP server. BOOTP works by allowing a device ... Read More

Breaking Cryptography

Satish Kumar

Satish Kumar

Updated on 08-Feb-2023 21:01:25

882 Views

Breaking cryptography typically involves attempting to discover the secret key that was used to encrypt a message. Once the secret key is discovered, it can be used to decrypt the original message, making it readable. There are a variety of methods that can be used to try to break a ... Read More

Buffering in Computer Network

Satish Kumar

Satish Kumar

Updated on 08-Feb-2023 20:59:21

5K+ Views

Buffering refers to the process of temporarily storing data in memory (a buffer) before it is sent or received over a network. The buffer helps to smooth out any variations in the rate at which data can be sent or received, and ensures that the sender and receiver can work ... Read More

Bus topology vs Ring topology

Satish Kumar

Satish Kumar

Updated on 08-Feb-2023 20:57:04

3K+ Views

Bus Topology In computer networking, a bus topology is a network architecture in which devices are connected to a common cable called the bus or backbone. The bus is a single cable that runs the length of the network and to which all devices connect. Data transmitted on the bus ... Read More

Calculation of TCP Checksum

Satish Kumar

Satish Kumar

Updated on 08-Feb-2023 20:51:26

13K+ Views

The Transmission Control Protocol (TCP) checksum is a method used to detect errors in TCP packets. The checksum is calculated by taking the binary value of all the fields in the TCP header and the data, treating them as a large integer, and then performing a bit-wise ones complement on ... Read More

Calling Web Service Using Curl With Telnet Connection

Satish Kumar

Satish Kumar

Updated on 08-Feb-2023 20:50:08

6K+ Views

What is Curl? curl is a command-line tool for transferring data using various protocols. It was designed to work without user interaction, so it is ideal for use in scripts and other automated tasks. curl supports a wide variety of protocols, including HTTP, HTTPS, FTP, SFTP, and many more. With ... Read More

CAN Protocol

Satish Kumar

Satish Kumar

Updated on 08-Feb-2023 20:45:00

13K+ Views

The Controller Area Network (CAN) protocol is a communication protocol that was developed for use in the automotive industry, but has also been used in other industries such as industrial automation and medical equipment. It is a serial communication protocol that uses a multi-master, distributed control system. This means that ... Read More

Advertisements