A piece of code intentionally inserted into a software system that will set off a malicious function when specified conditions are met.
You will find this term commonly used in Cybersecurity
An algorithm for generating a sequence of timestamps in distributed systems to order events and ensure data consistency without relying on synchronized physical clocks. Logical clocks are crucial in the coordination of distributed systems.
You will find this term commonly used in Distributed Systems, Algorithms
A property of distributed systems that ensures all nodes in the system appear to operate in a coherent and consistent manner, despite the possibility of failures or the distributed nature of the system.
You will find this term commonly used in Distributed Systems, Data Management
An abstract model that organizes data elements and standardizes how the data elements relate to one another.
You will find this term commonly used in Data Management
The process of retrieving data lost due to logical errors, such as file corruption, accidental deletion, or formatting, without the need to repair physical damage to the storage media. It often involves file system repair and data extraction techniques.
You will find this term commonly used in Data Recovery, IT Services
The process of reasoning from one or more statements (premises) to reach a logically certain conclusion. It's used in programming, particularly in algorithms that involve decision making, and in proving correctness of algorithms.
You will find this term commonly used in Algorithms, Programming
A partition on a physical storage device that the operating system can manage and access as if it were a physical drive. Logical drives are used to organize and manage data storage more efficiently.
You will find this term commonly used in Storage, Operating Systems
The process of deriving new logical statements from existing statements through the application of logical rules. It's fundamental in automated reasoning, artificial intelligence, and the development of expert systems.
You will find this term commonly used in Artificial Intelligence
A part of network design that precedes the physical implementation, focusing on high-level design aspects such as IP addressing schemes, routing protocols, and network services without dictating specific hardware and connections.
You will find this term commonly used in Networking
An operator that returns a boolean result based on the boolean result of one or two other expressions.
You will find this term commonly used in Programming
Operators used in programming to perform logical operations, such as AND, OR, and NOT, on boolean values. They are fundamental in conditional statements and loops to control the flow of programs based on conditions.
You will find this term commonly used in Programming
A division of a computer's hard disk into separate and independent virtual disks.
You will find this term commonly used in General IT, Hardware
A method of subdividing a computer's hardware resources into multiple sets of logical systems, each capable of running its own operating system and applications. It is used in mainframes and some high-end servers for resource isolation and maximization.
You will find this term commonly used in Virtualization, System Administration
Logical topology refers to the way data is transmitted between nodes in a network regardless of the physical layout.
You will find this term commonly used in Networking
A logical volume is a virtual storage device created by combining multiple physical storage devices such as disks or partitions.
You will find this term commonly used in Storage
A device mapper framework that provides logical volume management for the Linux kernel.
You will find this term commonly used in General IT, Storage
The process by which an individual gains access to a computer system by identifying and authenticating themselves.
You will find this term commonly used in Security, General IT
A software system designed for managing the storage and transportation of goods.
You will find this term commonly used in Supply Chain Management
A web application development pattern used to emulate pushing data from server to client.
You will find this term commonly used in Web Development
A low-power wide-area network protocol designed for wireless battery-operated things in a regional, national, or global network. LoRa enables long-range transmissions with low power consumption, making it ideal for IoT devices.
You will find this term commonly used in Networking, IoT
A web development technique that allows servers to push information to a client once available, by maintaining an open connection until the response is ready. It's used to create near real-time applications without using WebSockets.
You will find this term commonly used in Web Development
Long-term storage refers to storage solutions designed for the retention of data over extended periods, typically months or years.
You will find this term commonly used in Storage
The analysis of data collected from the same subjects over a period of time to observe changes. In IT, it's often applied in user behavior studies, system performance monitoring over time, or tracking the evolution of software projects.
You will find this term commonly used in Data Analysis, Research
A research design that involves repeated observations of the same variables (e.g., people) over short or long periods of time. In IT, it can refer to studies observing the long-term effects or trends in technology use or development.
You will find this term commonly used in Research, Data Analysis
A wave in which the movement of the medium's particles is parallel to the direction of the wave's travel. While more a physics concept, it's relevant in IT for understanding aspects of sound transmission and networking in physical media.
You will find this term commonly used in Physics, Networking
A lookup operation involves searching for a specific piece of information, such as a key or value, within a data structure or database.
You will find this term commonly used in Data Management
A lookup table is a data structure that maps keys to values for efficient retrieval of information.
You will find this term commonly used in Data Structures
A sequence of instruction s that is continually repeated until a certain condition is reached.
You will find this term commonly used in General IT, Software Development
In programming, constructs that allow for the execution of a block of code multiple times under certain conditions. Common loop control structures include for, while, and do-while loops, each with different use cases and behaviors.
You will find this term commonly used in Programming, Software Development
A virtual device that maps a file onto a block device, allowing the file to be accessed as if it were a physical disk. This can be used for mounting disk images and creating virtual filesystems within a single file.
You will find this term commonly used in Operating Systems
A compiler optimization technique that combines adjacent loops that have the same loop bounds but operate on different arrays or perform different operations, into a single loop to reduce loop overhead and improve cache performance.
You will find this term commonly used in Software Development, Optimization
The process of increasing the execution speed and efficiency of loops in programming.
You will find this term commonly used in Software Engineering
An optimization technique that increases a program's speed by reducing the number of instructions executed through the reduction of the loop's control overhead.
You will find this term commonly used in Programming, Compiler Design
A communication channel with only one endpoint. In networking, it's used to test network interfaces.
You will find this term commonly used in Networking
A loopback address is a special IP address (127.0.0.1 in IPv4) used to test the network interface of a device.
You will find this term commonly used in Networking
A loopback interface is a virtual network interface within a device that allows it to communicate with itself, often used for testing or diagnostic purposes.
You will find this term commonly used in Networking
A hardware device used to test the ports of networking devices by sending signals out through the port and receiving them back through the same port. It's useful for diagnosing networking issues and ensuring port functionality.
You will find this term commonly used in Networking, Hardware
A loopback test is a diagnostic procedure used to verify the functionality of a network interface by sending data to itself.
You will find this term commonly used in Networking
In machine learning and optimization, a function that maps an event or values of one or more variables onto a real number intuitively representing some "cost" associated with the event. It's used to guide the optimization of models.
You will find this term commonly used in Machine Learning
Lossless compression is a data compression method that allows the original data to be perfectly reconstructed from the compressed data.
You will find this term commonly used in Data Compression
Lossy compression is a data compression method that sacrifices some data to achieve higher compression ratios.
You will find this term commonly used in Data Compression
A software development platform that enables the creation of applications through graphical user interfaces and configuration instead of traditional hand-coded computer programming.
You will find this term commonly used in Software Development
Development platforms that allow users to build applications with minimal coding, often through graphical user interfaces. They aim to expedite the development process and make it accessible to non-developers.
You will find this term commonly used in Software Development
Internet service provided through satellites in low Earth orbit. LEO systems offer lower latency compared to geostationary satellites and are being developed to provide high-speed internet access globally, particularly in remote areas.
You will find this term commonly used in Networking, Satellite Communications
Low latency refers to the minimal delay or lag in data transmission, critical for real-time applications such as gaming or video conferencing.
You will find this term commonly used in Networking
Low power mode is a state in which a device reduces its power consumption to extend battery life or conserve energy.
You will find this term commonly used in Hardware
A software that provides an environment programmers use to create application software through graphical user interfaces and configuration instead of traditional hand-coded computer programming.
You will find this term commonly used in Software Development
A development environment that enables the creation of application software through graphical user interfaces and configuration instead of traditional hand-coded computer programming, allowing faster development and delivery of business applications.
You will find this term commonly used in Software Development
Satellites that orbit the Earth at altitudes between 160 to 2,000 kilometers. They are used for telecommunications, including internet connectivity, due to their lower latency compared to geostationary satellites but require more satellites to cover the same area.
You will find this term commonly used in Networking, Telecommunications
Part of the software design process, focusing on how components and functions within components should be implemented. It details the modules and their interfaces, data flow, databases, and error handling, following the high-level design (HLD) phase.
You will find this term commonly used in Software Development
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
$129.00 Original price was: $129.00.$51.60Current price is: $51.60.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
$129.00 Original price was: $129.00.$51.60Current price is: $51.60.
Start for only $1. Unlock endless learning opportunities with over 2,600 hours of IT training at our lowest price ever. Plus, get all new and updated online courses for free while your subscription remains active.
Cancel at your convenience. This exceptional deal on IT training provides you access to high-quality IT education at the lowest monthly subscription rate in the market. Boost your IT skills and join our journey towards a smarter tomorrow.
ENDING THIS WEEKEND: Train for LIFE at our lowest price. Buy once and never have to pay for IT Training Again.