Articles on Trending Technologies

Technical articles with clear explanations and examples

What are the threats on the Internet?

Bhanu Priya
Bhanu Priya
Updated on 16-Mar-2026 2K+ Views

Internet threats are malicious software programs and attack methods that target users when they browse the web, access online services, or download content. These web-based threats are designed to steal personal information, damage systems, or gain unauthorized access to devices and networks. Major Threats on Internet The following are the most common and dangerous threats that users face while using the internet: Spam Spam refers to unsolicited bulk emails that flood inboxes with unwanted content. While spam emails may seem like mere annoyances, they often serve as delivery mechanisms for malware, phishing links, and fraudulent schemes. ...

Read More

What are the interesting facts about Computer Viruses?

Bhanu Priya
Bhanu Priya
Updated on 16-Mar-2026 2K+ Views

A computer virus is a type of malware that corrupts or destroys files on computer systems. Computer viruses have been around since the 1980s and are programs capable of self-replication, spreading from one machine to another without the user's knowledge. Computer viruses typically run in the background while users browse the internet. As more devices connect to networks and people increasingly use the web, security threats and risks continue to grow exponentially. Computer Virus Infection Process Clean System Virus Entry ...

Read More

Network Software

Vikyath Ram
Vikyath Ram
Updated on 16-Mar-2026 33K+ Views

Network software encompasses a broad range of software used for the design, implementation, operation, and monitoring of computer networks. Traditional networks were hardware-based with software embedded directly into the devices. With the advent of Software-Defined Networking (SDN), software is separated from the hardware, making it more adaptable to the ever-changing nature of computer networks. Functions of Network Software Network software performs several critical roles in managing and maintaining a computer network − Network setup and installation − Helps to set up and install computer networks by configuring devices, assigning IP addresses, and establishing connectivity. ...

Read More

Home Networks

Arushi
Arushi
Updated on 16-Mar-2026 2K+ Views

A home network is a small-sized LAN that is used to connect devices within the small area of a home. It facilitates sharing of files, peripheral devices, programs, and Internet access among the computers in a home. Home networks may be wired, i.e., connections within devices are done with cables; or wireless, i.e., connections are provided using Wi-Fi and Bluetooth. Most modern home networks use a combination of both wired and wireless connections. A typical setup involves an Internet Service Provider (ISP) connection coming into a modem, which connects to a wireless router that distributes the network to all ...

Read More

Wide Area Network (WAN)

Rishi Raj
Rishi Raj
Updated on 16-Mar-2026 25K+ Views

A Wide Area Network (WAN) is a computer network that covers a large geographical area comprising a region, a country, a continent, or even the whole world. WAN includes the technologies to transmit data, image, audio, and video information over long distances and among different LANs and MANs. The Internet is the largest and most well-known example of a WAN. Organizations use WANs to connect their branch offices, data centers, and cloud services spread across different cities or countries. Distinguishing Features of WAN Large capacity and scalability − WANs connect a large number of computers ...

Read More

Metropolitan Area Networks (MAN)

Vikyath Ram
Vikyath Ram
Updated on 16-Mar-2026 6K+ Views

A Metropolitan Area Network (MAN) is a network with a size greater than a LAN but smaller than a WAN. It normally comprises networked interconnections within a city that also offers a connection to the Internet. A MAN typically covers a geographical area ranging from 5 to 50 kilometers, making it ideal for connecting multiple offices, campuses, or buildings across a city. Distinguishing Features of MAN Network size − Generally ranges from 5 to 50 km. It may be as small as a group of buildings in a campus to as large as covering an entire ...

Read More

Local Area Networks

Rishi Raj
Rishi Raj
Updated on 16-Mar-2026 17K+ Views

A Local Area Network (LAN) is a private network that connects computers and devices within a limited area like a residence, an office, a building, or a campus. On a small scale, LANs are used to connect personal computers to printers. However, LANs can also extend to a few kilometers when used by companies, where a large number of computers share a variety of resources like hardware (e.g., printers, scanners, audiovisual devices), software (e.g., application programs), and data. Distinguishing Features of LAN Limited geographic scope − Network size is limited to a small geographical area, presently ...

Read More

Basic Network Hardware

Jai Janardhan
Jai Janardhan
Updated on 16-Mar-2026 30K+ Views

The basic computer hardware components that are needed to set up a network are as follows. Each device plays a specific role in enabling communication between computers and other devices on the network. Network Cable NIC Switch Router Gateway Internet ...

Read More

HTML DOM KeyboardEvent getModifierState( ) Method

AmitDiwan
AmitDiwan
Updated on 16-Mar-2026 252 Views

The getModifierState() method is a property of the KeyboardEvent interface that returns a boolean value indicating whether the specified modifier key was pressed when the keyboard event occurred. This method is essential for detecting the state of modifier keys like Ctrl, Alt, Shift, and CapsLock during user input. Syntax Following is the syntax for the getModifierState() method − event.getModifierState(keyArg) Parameters The method takes a single parameter − keyArg − A string representing the modifier key to check. The parameter is case-sensitive. Return Value The method returns a boolean ...

Read More

HTML DOM Input Password name Property

AmitDiwan
AmitDiwan
Updated on 16-Mar-2026 182 Views

The HTML DOM Input Password name property is used for setting or returning the name attribute of an input password field. The name attribute helps in identifying the form data after it has been submitted to the server. JavaScript can also use the name attribute to reference form elements for manipulation. Syntax Following is the syntax for setting the name property − passwordObject.name = name Following is the syntax for getting the name property − var name = passwordObject.name Parameters The name parameter is a string that specifies the ...

Read More
Showing 1–10 of 61,302 articles
« Prev 1 2 3 4 5 6131 Next »
Advertisements