The Internet commenced as a medium to share files remotely. It didn’t take time to flourish as the most popular globe-spanning communication network for sharing information, messages, and all kind of data. With the evolution of technology, the internet is now the one-stop solution for everything. The Internet made the computers, and then the mobile…
What are the AMBA protocols?
As electronic miniaturization has been an all-time goal of chip manufacturers, motherboard-based computer/electronic systems have been eventually replaced by System-on-Chip (SoC) and Package-on-Package (PoP) ICs. Complex computer systems are now condensed to smartphones and other handheld devices. These sophisticated electronic devices and gadgets have an SoC at their heart which manages complete computing and control.…
What is the difference between current feedback and voltage feedback op amps?
Current feedback (CFB) operational amplifiers (op amps) and voltage feedback (VFB) op amps have almost as many similarities as differences. CFBs and VFBs both have inverting and non-inverting inputs, a signal output, inputs for positive and negative voltage supplies and use feedback and gain resistors to stabilize circuit operation and set circuit gain. That can…
What are the different types of light sensors?
Light sensors or photosensors, which are designed to measure light intensity, are one of the most commonly used sensors in electronic applications. Light intensity is one of the seven base physical quantities. The measurement of light intensity is useful in many consumer, industrial, and security applications. What is a light sensor? A light sensor is…
What is the Z-Wave protocol?
Smart homes need wireless connectivity, and Z-wave has emerged as the ultimate solution for home automation. The Z-wave protocol is a wireless, radio frequency protocol designed primarily for smart home networks. All the existing wireless communication protocols had one or the other problem. Bluetooth and Zigbee often shortfall of range while Wi-Fi poses its own…
What is the HART protocol?
Data communication over analog signals is a common process. In automation, the data is communicated to and from controllers with several different process instruments. Quality is important as the controllers and smart instruments must communicate over long distances. Additionally, the data communication between a device and a controller must be dictated by a protocol (i.e.…
What is an Integrated Circuit? Specifications to tapeout
An integrated circuit, or an IC, is a miniature circuit made up of thousands or even billions of transistors. It can be described as a set of electronic circuits fabricated on a semiconductor material. Usually, this material is silicon. The integration of MOS transistors leads to chips being faster, smaller in size, and less expensive…
What is an SoC?
A System on Chip or an SoC is an integrated circuit that incorporates a majority of components present on a computer. As the name suggests, it is an entire system fabricated on a silicon chip. The beauty of an SoC is that it integrates all the components on a single substrate. In semiconductors, a substrate…
What are inertial sensors?
Inertial sensors are used to transduce inertial force into measurable electrical signals to measure acceleration, inclination, and vibration of an object. Micromachining technology has made it possible to produce MEMS (Micro Electromechanical System) inertial sensors using single-crystal silicon sensor elements. These micron-sized sensors meet all major system design drivers like low-cost, high performance, high precision,…
What is Multiplexer?
A Multiplexer (commonly called Mux) is a device that can select one of several input signals and then forward it to a single output line. It is generally implemented using a combinatorial circuit which prior information on the number of inputs. Mux are generally used to increase the amount of data that can be sent…
What is DFSS?
DAFS is a network file system protocol that enables applications to bypass Operating System control, buffering and network protocol operations while transferring data to and from application buffers. It uses Virtual Interface architecture as its transport mechanism to achieve this and is designed for cluster.ed, shared-file networks used for e-commerce, Internet and database applications over…
What is Digital Footprint?
A digital footprint is the trace left by people when they are online or any interaction with the digital environment. On the internet, a digital footprint may be forum registrations, emails or digital images which leave traces of personal information of the user accessible by other users. It can be an indicator of the users…
What is Data Vaulting?
Data vaulting is the process of protecting the data from hardware failures and security threats by sending it to some other off-site location. This is generally achieved through a direct data line or through the internet. The off site locations may compress and encrypt data for further security and also have auxiliary power backups to…
What is Data Recovery?
Data Recovery is the process of recovering data from a storage medium after the data is not accessible by normal means. This kind of condition may arise in case of damage, failure or corruption or accidental deletion from hard drives, solid state drives, CD’s, DVD’s, RAIDs etc. Recovering data can involve many techniques which include…
What is Data Mirroring?
It is the process of copying data (transaction logs) to a second storage location in real time and keeping the two locations synchronized to provide active backup and redundancy in case of primary server failure or disaster and increasing availability. It was introduced into database software with Microsoft SQL Server 2005. In case the primary…
What is cookie?
A cookie is a piece of information from a website that is stored on the requesting computers hard disk used to send state information to the browser and back to the originating website. It can be a record of user’s preferences which can be used later on, or session information serving as tokens attached to…
What is non volatile memory?
A non-volatile memory is that type of storage in which the data content are retained even when the device is powered down. Most memories like CDs, Magnetic Disks, HDD etc comprise non-volatile memories and are generally used as secondary memory for persistent storage over a large period of time. It also refers to the solid…
What is Massively Parallel Processor?
Massively Parallel Processor is a computer that has networked processors. It has many characteristics similar to cluster computers, but have specialized interconnect networks and are very larger than clusters spanning more than 100 processors. Each node, or processor has its own memory and OS and communicates with the other nodes through a high speed interconnect…
What is memory resident virus?
It is a malicious code that installs in the memory and then infects future programs. Also known as the Terminate and Stay Resident (TSR), it finds a way to load in the computer’s RAM and then infects the executable files that are opened by the user when a certain conditions are met. A few examples…
What is Machine Address?
Often called as the absolute address, it is an explicit and actual designation of a memory location where a datum or instruction or peripheral device is present and retrieved from. It is also called the read address. It is different from relative addresses which refer to a location with respect to another location called…