CONFIG.SYS is a text file containing DOS (Disk Operating System) commands that tell the operating system how the computer is initially set up. More specifically, CONFIG.SYS commands specify memory device drivers and programs that control hardware devices; enable or disable system features; and set limits on system resources.
DEFINITION of continuous data protection
Continuous data protection (CDP), also called continuous backup, is a storage system in which all the data in an enterprise is backed up whenever any change is made. In effect, CDP creates an electronic journal of complete storage snapshots, one storage snapshot for every instant in time that data modification occurs.
DEFINITION of cookie
A cookie is information that a Web site puts on your hard disk so that it can remember something about you at a later time. (More technically, it is information for future use that is stored by the server on the client side of a client/server communication.) Typically, a cookie records your preferences when using a particular site.
DEFINITION of corporate area network
A corporate area network (CAN) is a separate, protected portion of a corporation’s intranet. When people are on the corporate area network, they are sometimes said to be in the CAN: they do not have access to the Internet — or to the rest of the corporate network, for that matter. Users may be connected directly, for example in a token ring configuration, or may be geographically dispersed and connected by backbone lines.
DEFINITION of CPU
CPU (central processing unit) is an older term for processor and microprocessor, the central unit in a computer containing the logic circuitry that performs the instructions of a computer’s programs.
DEFINITION of CRC-4
CRC-4 (Cyclic Redundancy Check 4) is a form of cyclic redundancy checking (a method of checking for errors in transmitted data) that is used on E-1 trunk lines. CRC-4 is structured in a multiframe consisting of 16 frames numbered 0 to 15.
DEFINITION of daemon
A daemon (pronounced DEE-muhn) is a program that runs continuously and exists for the purpose of handling periodic service requests that a computer system expects to receive. The daemon program forwards the requests to other programs (or processes) as appropriate.
DEFINITION of DAO
DAO (Data Access Objects) is an application program interface (API) available with Microsoft’s Visual Basic that lets a programmer request access to a Microsoft Access database.
DEFINITION of DCE
1) In network computing, DCE (Distributed Computing Environment) is an industry-standard software technology for setting up and managing computing and data exchange in a system of distributed computers.
DEFINITION of deadlock
A deadlock is a situation in which two computer programs sharing the same resource are effectively preventing each other from accessing the resource, resulting in both programs ceasing to function.