Consensus (computer science)A fundamental problem in distributed computing and multi-agent systems is to achieve overall system reliability in the presence of a number of faulty processes. This often requires coordinating processes to reach consensus, or agree on some data value that is needed during computation. Example applications of consensus include agreeing on what transactions to commit to a database in which order, state machine replication, and atomic broadcasts.
Fault toleranceFault tolerance is the property that enables a system to continue operating properly in the event of the failure of one or more faults within some of its components. If its operating quality decreases at all, the decrease is proportional to the severity of the failure, as compared to a naively designed system, in which even a small failure can cause total breakdown. Fault tolerance is particularly sought after in high-availability, mission-critical, or even life-critical systems.
CommunicationCommunication is usually defined as the transmission of information. The term can also refer to the message itself, or the field of inquiry studying these transmissions, also known as communication studies. The precise definition of communication is disputed. Controversial issues are whether unintentional or failed transmissions are included and whether communication does not just transmit meaning but also create it. Models of communication aim to provide a simplified overview of its main components and their interaction.
AmnesiaAmnesia is a deficit in memory caused by brain damage or disease, but it can also be caused temporarily by the use of various sedatives and hypnotic drugs. The memory can be either wholly or partially lost due to the extent of damage that was caused. There are two main types of amnesia: retrograde amnesia and anterograde amnesia. Retrograde amnesia is the inability to retrieve information that was acquired before a particular date, usually the date of an accident or operation.
Retrograde amnesiaIn neurology, retrograde amnesia (RA) is the inability to access memories or information from before an injury or disease occurred. RA differs from a similar condition called anterograde amnesia (AA), which is the inability to form new memories following injury or disease onset. Although an individual can have both RA and AA at the same time, RA can also occur on its own; this 'pure' form of RA can be further divided into three types: focal, isolated, and pure RA.
Post-traumatic amnesiaPost-traumatic amnesia (PTA) is a state of confusion that occurs immediately following a traumatic brain injury (TBI) in which the injured person is disoriented and unable to remember events that occur after the injury. The person may be unable to state their name, where they are, and what time it is. When continuous memory returns, PTA is considered to have resolved. While PTA lasts, new events cannot be stored in the memory. About a third of patients with mild head injury are reported to have "islands of memory", in which the patient can recall only some events.
Computer networkA computer network is a set of computers sharing resources located on or provided by network nodes. Computers use common communication protocols over digital interconnections to communicate with each other. These interconnections are made up of telecommunication network technologies based on physically wired, optical, and wireless radio-frequency methods that may be arranged in a variety of network topologies. The nodes of a computer network can include personal computers, servers, networking hardware, or other specialized or general-purpose hosts.
Distributed operating systemA distributed operating system is system software over a collection of independent software, networked, communicating, and physically separate computational nodes. They handle jobs which are serviced by multiple CPUs. Each individual node holds a specific software subset of the global aggregate operating system. Each subset is a composite of two distinct service provisioners. The first is a ubiquitous minimal kernel, or microkernel, that directly controls that node's hardware.
Anterograde amnesiaIn neurology, anterograde amnesia is the inability to create new memories after an event that caused amnesia, leading to a partial or complete inability to recall the recent past, while long-term memories from before the event remain intact. This is in contrast to retrograde amnesia, where memories created prior to the event are lost while new memories can still be created. Both can occur together in the same patient.
Byzantine faultA Byzantine fault (also Byzantine generals problem, interactive consistency, source congruency, error avalanche, Byzantine agreement problem, and Byzantine failure) is a condition of a computer system, particularly distributed computing systems, where components may fail and there is imperfect information on whether a component has failed. The term takes its name from an allegory, the "Byzantine generals problem", developed to describe a situation in which, to avoid catastrophic failure of the system, the system's actors must agree on a concerted strategy, but some of these actors are unreliable.