Articles for author: Akshay Mishra

What is Network Hub?

A hub in a computer network is a basic networking device that connects multiple devices in a local area network (LAN). Unlike more advanced devices like switches or routers, hubs in computer network operate at the physical layer and simply broadcast incoming data to all connected devices, regardless of the intended recipient. This can lead to inefficient ...

Count Triplets

Problem Statement An array of integers with the length n is presented to us as Arr[]. The objective is to determine the quantity of triplets (Arr[i],Arr[j],Arr[k]) such that any two numbers added together equal the third number. Example a, b, and c are members of Arr[] with indexes i, j, and k, respectively, such that ...

Akshay Mishra

Web Technology

Web technology encompasses all tools, protocols, and languages used to create, deliver, and interact with content on the internet. It includes HTML, CSS, JavaScript for frontend development, alongside server-side technologies like PHP, Python, databases, and communication protocols like HTTP. Web Technology Web technology refers to the collection of tools, protocols, languages, and methodologies that enable ...

Maximum Product Subarray

Problem Statement You are given a list of integers. Your task is to find and print the contiguous non-empty subarray that produces the largest product when multiplied together. A subarray is a sequence of consecutive and uninterrupted elements within an array. Example If Array = { -2, 6, 4 } All the possible non-empty contiguous subarrays of ...

Applications of Data Structure

To efficiently organize, analyze, store, and retrieve information from a computer, data structures are a specific manner of grouping data in a specialized format. They are a method of handling data that makes it simple to use. The foundation of every program, piece of software, or application of data structure is made up of two elements: algorithms and data. ...

Akshay Mishra

Manchester Encoding

Manchester code, commonly known as phase encoding, is a line code used in communications and data storage in which each data bit is encoded either high then low, or low then high for an equal period of time. The signal is self-clocking and has no DC component. As a result, galvanically isolating electrical connections using the Manchester code is ...

Akshay Mishra

Simple Network Management Protocol

The Simple Network Management Protocol (SNMP) in computer networks is an Internet Standard protocol for gathering, organizing, and altering information about managed devices on IP networks to affect the behavior of the devices. SNMP in computer networks is commonly supported by cable modems, routers, switches, servers, workstations, printers, and other devices.For network monitoring, SNMP is ...

Akshay Mishra

Service Set Identifier

A service set identifier’s main purpose is to distinguish one wireless local area network from another that might be simultaneously broadcasting in the same area. A basic service set (BSS), a network of connected clients and access points, and an extended service set cooperate with a service set identification.A basic service set is a subset ...

Akshay Mishra

Wake-on-LAN protocol

A computer can be awakened or turned on by a network message thanks to the Wake-on-LAN (WoL) Ethernet or token ring networking standard. Scope What Is Wake-on-LAN? Wake-on-LAN (WoL or WOL) is an Ethernet or Token Ring computer networking protocol that enables a machine to be turned on or awakened by a network message.An application ...

Akshay Mishra

Cellular Network

A cellular network is a radio network spread out over land in the form of cells, each of which has a base station permanently installed. Together, these cells offer broader geographic radio coverage. Therefore, even when the user equipment (UE), like a mobile phone, is moving through cells during transmission, communication is still possible. In ...