
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Found 1515 Articles for Computer Network

5K+ Views
No, two IP addresses cannot be the same in a single network as each IP address serves as a unique identifier for a device connected to a network. In IPv4, an IP address is a 32-bit binary number, typically represented in dotted-decimal notation, that uniquely identifies a device on a TCP/IP network. In IPv6, an IP address is a 128-bit binary number, represented in hexadecimal notation, that also uniquely identifies a device on a TCP/IP network. IP Address Structure An IP address is a numerical label assigned to each device connected to a computer network that uses the Internet Protocol ... Read More

26K+ 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 any device on the network, called a node, can initiate communication and all other nodes on the network can participate in the communication. The protocol provides a way for devices to share information and synchronize their actions without the need for a central controller. The protocol uses a collision detection ... Read More

8K+ 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 curl, you can send HTTP and HTTPS requests, receive and display HTTP and HTTPS responses, upload and download files, and even send and receive email using the SMTP and IMAP protocols. curl also supports various options and command-line arguments that allow you to control the behavior of the request, such ... Read More

17K+ 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 that integer. To calculate the TCP checksum, the following steps are performed − The checksum field in the TCP header is set to zero. The binary values of the source and destination IP addresses, the reserved field, the protocol field (set to 6 for TCP), the TCP length, and ... Read More

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 Network operate by subscription where viewer pays to the operator to get access to the channels. Types of Cable TV Networks There are several different types of cable ... Read More

2K+ Views
Cable television (TV) networks have been used for data transfer in the past. Cable TV networks were initially designed to transmit television signals, but they have also been used to provide internet access and other types of data transfer services. This is typically done using a technology called "cable modem, " which allows data to be sent over the same cable that is used to transmit TV signals. Cable TV companies often provide internet service through cable modems as part of a bundle that includes TV and telephone services. Cable modem internet service is generally faster than DSL and has ... Read More

4K+ 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 is sent to all devices connected to it, but only the intended recipient actually receives and processes the data. One of the main advantage of bus topology is that it is simple and inexpensive to implement, as only a single cable is needed to connect all devices. The main disadvantage ... Read More

7K+ 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 at their own pace without interruption. For example, when streaming a video, the video player may buffer some of the video before it starts playing. This is done so that if the network connection is slow, the video can continue playing without interruption. Similarly, when a computer is sending data ... Read More

1K+ 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 cryptographic system, including − Brute force − Trying all possible secret keys until the correct one is found. Ciphertext-only attack − Attempting to decrypt a message without knowing the key, but only having access to the ciphertext (the encrypted message). Known plaintext attack − Attempting to decrypt a message ... Read More

5K+ 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 to broadcast a request for an IP address on the network. The BOOTP server, which is typically a router or a dedicated BOOTP server, receives the request and assigns an IP address to the device. The device then uses the assigned IP address to communicate with other devices on the ... Read More