DEFINITION of root directory

In a computer file system that is organized as a hierarchy or tree, the root directory is the directory that includes all other directories. (Unlike a real tree, a tree file system has only one root!) In UNIX-based as well as in other operating systems, the root directory has no name. It is simply represented by the special character that separates directories in a file system.

Read More

DEFINITION of Resilient File System

ReFS (Resilient File System) is a file system designed for next-generation operating systems, such as Windows Server 8.  ReFS combats bit rot (the corruption of bits in a file system over time) through disk scrubbing tasks that read and validate data. It maintains a high level of compatibility with NTFS and builds on that foundation

Read More

DEFINITION of queue

In general, a queue is a line of people or things waiting to be handled, usually in sequential order starting at the beginning or top of the line or sequence. In computer technology, a queue is a sequence of work objects that are waiting to be processed. The possible factors, arrangements, and processes related to queues is known as queuing theory.

DEFINITION of FDDI

FDDI (Fiber Distributed Data Interface) is a set of ANSI and ISO standards for data transmission on fiber optic lines in a local area network (LAN) that can extend in range up to 200 km (124 miles). The FDDI protocol is based on the token ring protocol. In addition to being large geographically, an FDDI local area network can support thousands of users. FDDI is frequently used on the backbone for a wide area network (WAN).

Read More

DEFINITION of hard disk

A hard disk is part of a unit, often called a “disk drive,” “hard drive,” or “hard disk drive,” that stores and provides relatively quick access to large amounts of data on an electromagnetically charged surface or set of surfaces. Today’s computers typically come with a hard disk that contains several billion bytes (gigabytes) of storage.

Read More

DEFINITION of namespace

In general, a namespace uniquely identifies a set of names so that there is no ambiguity when objects having different origins but the same names are mixed together. Using the Extensible Markup Language (XML), an XML namespace is a collection of element type and attribute names. These element types and attribute names

Read More

DEFINITION of peer-to-peer

1) Peer-to-peer is a communications model in which each party has the same capabilities and either party can initiate a communication session. Other models with which it might be contrasted include the client/server model and the master/slave model. In some cases, peer-to-peer communications is implemented by giving each

Read More