
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 1045 Articles for Internet

2K+ Views
The internet has progressively spread from desktop computers to laptop computers to portable devices such as smartphones and tablets. However, the internet experience is not the same across all devices due to technology variances. T-Mobile introduced two separate connection offers to give better service: T-Mobile Internet and T-Mobile Web. The biggest distinction between T-Mobile Internet and T-Mobile Web is the amount of internet access they provide. T-Mobile is a German mobile phone network operator. It is the third-largest cellular network operator. It provides vital services and coverage. Hence it is the third-largest firm. T-telephone Mobile's are reasonably priced. It is ... Read More

2K+ Views
With the ever-growing demand for data centers and increased traffic, network administrators are looking for ways to help their operations run more smoothly. One of the most important pieces of equipment when it comes to this is transceivers. Understanding the difference between GBIC and SFP transceivers is essential in order to make sure you have the right device for your system. GBIC modules and SFP modules are both types of optical transceivers used for fiber optic communications. They are both small form factor pluggable (SFP) devices that transmit and receive data over optical fibers. GBIC modules are older and larger ... Read More

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