SuperUser:-
A special UNIX privilege level, with unlimited access to all files, directories, and commands that allows system managers to perform certain functions.
Swap file:-
On a hard disk, a file used to store parts of running programs that have been swapped out of memory temporarily to make room for other running programs. A swap file may be permanent, always occupying the same amount of hard-disk space even though the application that created it may not be running, or temporary, created as and when needed.
Swapping:-
The process of exchanging one item for another. In a virtual memory system, swapping occurs when a program requests a virtual memory location that is not currently in memory. Swapping may also refer to changing floppy disks as needed when using a single floppy disk drive.
Symmetrical Multiprocessing:-
A multiprocessing design that assigns a task to a processor in response to system load as the application starts running. This design makes for a much more flexible system than asymmetrical multiprocessing, in which the programmer matches a specific task to a certain processor while writing the program. In symmetrical multiprocessing, the overall workload is shared by all processors in the system; system performance increases as more processors are added into the system. The draw back is that symmetrical multiprocessing operating systems are much harder to design than asymmetrical multiprocessing operating systems.
Synchronization:-
The timing of separate elements or events to occur simultaneously. In computer-to-computer communications, the hardware and software must be synchronized so that file transfers can take place.
Synchronous Transmission:-
A transmission method that uses a clock signal to regular data flow. In synchronous transmissions, frames are separated by equalized time intervals. Timing must be controlled precisely on the sending and the receiving computers. Special characters are embedded in the data stream to begin synchronization and to maintain synchronization during the transmission, allowing both computers to check for and correct any variations in timing.
SysCon:-
A Novell NetWare 3.x workstation utility used to manage the file servers on the network; most of the supervisory tasks associated with the file server can be performed with SYSCON, including setting up accounts and account restrictions, assigning file-system rights, and managing users. In NetWare 4x\ these functions are performed through NETADMIN or NWADMIN.
Systems Application Architecture:-
Abbreviated SAA. A set of IBM standards, first introduced in 1987, that defines a consistent set of interfaces for future-IBM software. Three standards are defined:
• Common User Access (CUA): A graphical user, interface definition for products designed for use in an object-oriented operating environment. The OS/2 desktop follows CUA guidelines in its design, and Microsoft Windows implements certain CUA features.
• Common Programming Interface (CPI): A set of Application Programming Interfaces (APIs) designed to encourage independence from the underlying operating system. The standard database query language is Structured Query Language (SQL).
• Common Communications Support (CCS): A common set of communications protocols that interconnect SAA systems and devices.
[Previous 15 | Next 15] |