Posts

Showing posts from August, 2020

What is Intellectual Property?

What is Intellectual Property? The phrase "intellectual property" describes any work that is distinct, owned, and protected by patent, trade secret, or copyright laws. Examples of protected work: An invention or technique that you patent (i.e.: the ARM processor in most mobile devices, designed to run fewer instructions and take up less memory). Proprietary technology protected by trade secret laws so that an employee cannot reverse-engineer software or sell information to a competitor. An API package protected by copyright, so that no one may use, modify, or redistribute the API without permission. (i.e.: Google copied Oracle’s JAVA API for android). Copyright is intended for creative work, and does not protect facts, ideas, or common knowledge, such as mathematical calculations or widely-used instructions.  What Do You Have Permission to Use? You may use material that is explicitly stated as: Open Source : made publicly available for use and modification so that it can be a

What is a Computer Network?

Image
What is a Computer Network? Computer Network  is a group of computers connected with each other through wires, optical fibres or optical links so that various devices can interact with each other through a network. The aim of the computer network is the sharing of resources among various devices. In the case of computer network technology, there are several types of networks that vary from simple to complex level. Components Of Computer Network: Major components of a computer network are: NIC(National interface card) NIC is a device that helps the computer to communicate with another device. The network interface card contains the hardware addresses, the data-link layer protocol use this address to identify the system on the network so that it transfers the data to the correct destination. There are two types of NIC: wireless NIC and wired NIC. Wireless NIC:  All the modern laptops use the wireless NIC. In Wireless NIC, a connection is made using the antenna that employs the  radio wav

What is computer virus?

Image
What is Virus in computer?  A virus is a fragment of code embedded in a legitimate program. Virus are self-replicating and are designed to infect other programs. They can wreak havoc in a system by modifying or destroying files causing system crashes and program malfunctions. On reaching the target machine a virus dropper(usually trojan horse) inserts the virus into the system. Various types of virus : File Virus :  This type of virus infects the system by appending itself to the end of a file. It changes the start of a program so that the control jumps to its code. After the execution of its code, the control returns back to the main program. Its execution is not even noticed. It is also called  Parasitic virus  because it leaves no file intact but also leaves the host functional. Boot sector Virus :  It infects the boot sector of the system, executing every time system is booted and before operating system is loaded. It infects other bootable media like floppy disks. These are also k