home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Special / chip-cd_2001_spec_05.zip / spec_05 / document.cab / gloss.chm / defs.js < prev    next >
Text File  |  1999-10-04  |  23KB  |  120 lines

  1. var defs_loaded=false;
  2.  
  3. ActiveWindowTracking = "<P><B>Active Window Tracking</B></P><P>A window is activated (and optionally brought to the foreground) when the user moves the mouse over it.</P>";
  4.  
  5. ATM = "<P><B>Asynchronous Transfer Mode (ATM)</B></P> <P>A high-speed connection-oriented protocol used to transport many different types of network traffic. Because ATM negotiates the communication rate and other connection characteristics when a connection is established, an ATM network can guarantee the quality of service you specify. Windows ATM Services support ATM communications.</P>";
  6.  
  7. AuthenticationPackage = "<P><B>Authentication package</B></P><P>Dynamic-link libraries (DLLs) loaded by the Local Security Authority (LSA) and used for local logon  and network authentication. MSV1_0, the default authentication package for Windows 2000, identifies users by their user names and validates them by their passwords.</P>";
  8.  
  9. blackholerouter = "<P><B>Black hole router (TCP/IP)</B></P><P>A router that does not return ICMP Destination Unreachable messages when it needs to fragment a TCP packet on which the Don't-Fragment bit is set. TCP must receive Destination Unreachable messages to perform Path MTU Discovery.</P>";
  10.  
  11. BrowseList = "<P><B>Browse list</B></P><P>The list of printers displayed in the Add Printer Wizard.</P>";
  12.  
  13. CodePage = "<P><B>Code page</B></P><P>Maps character codes to individual characters. Different code pages include different special characters, typically  customized for a language or a group of languages. The system uses code pages to translate keyboard input into character values for non-Unicode based applications, and to translate character values into characters for non-Unicode based output displays.</P>";
  14.  
  15. ContextSensitive = "<P><B>Context-sensitive</B></P><P>Menus, buttons, and help text that are associated with a particular point (or context) in a window or dialog box. In Windows, when you right-click a context-senstive point, a menu appears displaying options for that context, or a "What's this" button appears which, when pressed, displays information about the context you clicked. In many dialog boxes, you can display context-sensitive help, that is, information about the context point, by clicking the question mark button on the caption bar and then clicking the context point.</P>";
  16.  
  17. ControlSet = "<P><B>Control set</B></P><P>A complete set of the configuration data required to start devices and system services. The system always maintains at least two control sets in the registry. It identifies one as the <A NAME='nest' HREF='javascript:startPopups("CurrentControlSet")'>current control set</A> and the other as the <A NAME='nest' HREF='javascript:startPopups("LastKnownGood")'>LastKnownGood control set</A>. The current control set is the one that was most recently used to start the system.  The system stores its control set designations in the <A HREF="34102.htm">Select</A> subkey.";
  18.  
  19. CriticalSection = "<P><B>Critical Section</B></P><P>A Win32 object that provides mutual exclusion within a single multithreaded process.</P>";
  20.  
  21. CryptographicKeyCache = "<P><B>Cryptographic key cache</B></P><P>A reserved memory space where MSMQ saves recently-used encrypted symmetric keys so that the keys can be used again. Reusing keys makes encrypting and decrypting messages much faster.</P>  <P>The cryptographic key cache has two sections, one for keys found in incoming messages and another for keys that are generated for outgoing messages. The size of each section can be adjusted by using the <B><A HREF="58663.htm">CryptSendKeyCacheSize</A></B> and <B><A HREF="58662.htm">CryptReceiveKeyCacheSize</A></B> entries.</P>";
  22.  
  23. CurrentControlSet = "<P><B>Current control set</B></P><P>The <A NAME='nest' HREF='javascript:startPopups("ControlSet")'>control set</A> that was  used to start the system this time. Only a successfully started system has a current control set.</P> <P>At startup, the system selects from among the numbered control sets stored in the registry. The number of the control set selected to be the current control set appears in the value of <B><A HREF="34103.htm">Current</A></B> in the <A HREF="34102.htm">Select subkey</A>. The contents of the current control set appears in the <A HREF="26730.htm">CurrentControlSet subkey</A> (HKLM\SYSTEM\CurrentControlSet).</P>";
  24.  
  25. Deadlock = "<P><B>Deadlock</B></P><P>A situation in which a thread will not relinquish its exclusive access to a critical section.</P>";
  26.  
  27. EncryptingFileSystem = "<P><B>Encrypting File System</B></P><P>Allows the file system to automatically encrypt and decrypt file data as it is read and written to the disk, which prevents users from being able to boot under MS-DOS or another operating system and then using a low-level disk editing utility to view data stored on an NTFS volume.</P>";
  28.  
  29. Enumerator = "<P><B>Enumerator</B></P><P>The means by which Windows learns about a device. Enumerator is a concept is used in Windows Plug and Play. It is a property of a device.</P>";
  30.  
  31. EventIdentifier = "<P><B>Event identifier</B></P><P>A number assigned to each event that can appear in an event log. Event identifiers are unique within a event message file (see <B><A HREF="85981.htm">EventMessageFile</A></B>). The last four hexadecimal digits of the event identifier are displayed in decimal format in the <B>Event ID</B> field in Event Viewer.</P><P>When an event occurs, the source program generates an event record. Event Viewer uses the event identifier in the event record to locate text in the event message file that describes the event. Event Viewer uses data in the event record and in the optional parameter message file (see <B><A HREF="85982.htm">ParameterMessageFile</A></B>) to replace variables in the descriptive text. The finished text appears in the <B>Description</B> field in Event Viewer.</P>";
  32.  
  33. FgroundBground = "<P><B>Foreground process<BR>Background process</B></P><P>A process moves to the foreground when a user interacts with it; otherwise, it is a background process. This distinction  lets the operating system optimize the performance of processes that are most important to the user. The system often assigns higher a processor time priority to foreground processes. As a result, the threads of foreground processes can preempt (interrupt) a running thread of a lower priority process. The threads of foreground processes often receive more processor  time each time they run.</P>";
  34.  
  35. FilenameCompletion = "<P><B>Filename completion<BR>Directory name completion</B></P><p>Quick search features of the Windows command processor, Cmd.exe.</p> <UL> <LI>When you type a path and filename and then press the filename completion character, the command processor searches for all files whose path and file name match your entry.</LI> <LI>When you type a path and then press the directory name completion character, the command processor searches for all files whose path (but not necessarily the file name) matches your entry.</LI> </ul> <p>The command processor displays one of the matching filenames each time you type a completion character. To go backward through the list of file names, press SHIFT + <completion-character>.</P>";
  36.  
  37. FileSystemCache = "<P><B>File system cache</B></P><P>An area of physical memory that holds frequently-used pages. It allows applications and services to locate pages rapidly and reduces disk activity.</P>";
  38.  
  39. GlobalCatalog = "<P><B>Global catalog</B></P><P>An Active Directory service that stores directory information from all source domains in a single location in the installation's tree. Users can submit queries to the global catalog about objects without regard to the logical or physical location of the object. The global catalog is optimized for high performance in resolving queries.</P>";
  40.  
  41. GUID = "<P><B>GUID (Globally Unique Identifier)</B></P><P>A 16-byte value generated from the unique identifier on a device, the current date and time, and a sequence number. A GUID is used to identify a particular device or component.</P>";
  42.  
  43. HardwareProfile = "<P><B>Hardware profile</B></P><P>A set of changes to the standard configuration of devices and services (including drivers and Win32 services) loaded by Windows 2000 when the system starts. For example, a hardware profile can include an instruction to disable (that is, not load) a driver, or an instruction not to connect an undocked laptop computer to the network. Because of the instructions in this subkey, users can modify the service configuration for a particular use while preserving the standard configuration unchanged for more general uses.</P><P>To create hardware profiles, use System in Control Panel. Click the Hardware tab, and then click the <B>Hardware Profiles</B> button.</P>";
  44.  
  45. Hotkeys = "<P><B>Hot keys</B></P><P>A key sequence that executes a command such as switching between keyboard layouts.</P>";
  46.  
  47. HotTracking = "<P><B>Hot tracking</B></P><P>When the cursor moves over an item,  highlighting it but not selecting it.</P>";
  48.  
  49. ILMI = "<P><B>Integrated local management interface (ILMI)</B></P><P>A set of functions used to exchange configuration data in an ATM network. The ATM Call Manager in Windows ATM Services uses ILMI for many tasks, such as exchanging ATM addresses.</P><P>By default, the ATM Call Manager uses ILMI on all ATM network adapters, but you can disable this behavior or any particular adapter by changing the value of the <B><A HREF="69599.htm">ILMIRegisteredAddresses</A></B> registry entry in the subkey for the adapter.</P>";
  50.  
  51. InputMethodEditor = "<P><B>Input Method Editor (IME)</B></P><P>Collects keyboard input and composes characters based on that input. Typically, IMEs are used to enter text using Unicode and double-byte character sets, such as Asian languages.</P>";
  52.  
  53. interface = "<P><B>Interface (TCP/IP)</B><BR><P>A set of communications functions that permit core elements of the TCP/IP protocol suite to communicate with TCP/IP services. The most commonly known interfaces, the Transport Driver Interface (TDI) and the Network Device Interface (NDIS) are public, and their specifications are available from Microsoft.  In addition, there are a number of higher level interfaces available to user-mode applications. The most commonly used are Windows Sockets, RPC, and NetBIOS.</P>";
  54.  
  55. Iteration = "<P><B>Iteration</B></P><P>A method of resolving a name request from a client. When using iteration, the DNS server might not provide the requested name. If the DNS server is authoritative for the requested name, it returns the name. If not, the server returns a list of the NS and A records of servers with names similar to the name requested, but it does not attempt to contact those servers. The client can continue the name search by contacting the recommended servers. The alternative method is <A NAME='nest' HREF='javascript:startPopups("RecursiveResolution")'>recursive resolution</A>.</P>";
  56.  
  57. KeyboardLayout = "<P><B>Keyboard layout</B></P><P>Specifies the physical position of the keys on the keyboard and the characters generated by pressing different keys.</P>";
  58.  
  59. LanguageID = "<P><B>LanguageID</B></P><P>A 16-bit value which consists of a primary and a secondary language ID.  Bits 0-9 make up the primary language ID and bits 10-15 are the sub-language ID.</P>";
  60.  
  61. LastKnownGood = "<P><B>LastKnownGood</B></P><P>The <A NAME='nest' HREF='javascript:startPopups("ControlSet")'>control set</A> used most recently used to start the system successfully. The LastKnownGood control set is not another control set; it a designation given to one of the numbered control sets stored in the registry, such as ControlSet001.</P><P>When the system identifies the LastKnownGood control set, it stores the number of the control set in the value of <B><A HREF="34106.htm">LastKnownGood</A></B> in the <A HREF="34102.htm">Select</A> subkey.</P><P>By default, Winlogon declares startup to be successful and designates the LastKnownGood control set. However, you can run a program, such as the Boot Verification Service (Bootvrfy.exe), to determine when a startup is successful and to declare a control set to be the LastKnownGood control set, or you can customized boot verification program write a program that implements your custom criteria for a successful startup and declares a control set to be the LastKnownGood control set.</P><P>At startup, you can choose between the <A NAME='nest' HREF='javascript:startPopups("CurrentControlSet")'>current control set</A> and the LastKnownGood control set. Typically, you would revert to the LastKnownGood control set only when the current control set cannot start the system.</P>";
  62.  
  63. Locale = "<P><B>Locale</B></P><P>A group of user preference information, such as date/time formatting, that is related to the user's language and sub-language, represented as a list of values.</P>";
  64.  
  65. LocaleID = "<P><B>Locale ID</B></P><P>A 32-bit value which consists of the <A NAME='nest' HREF='javascript:startPopups("LanguageID")'>language ID</A> in the low word  (bits 0-15) and the <A NAME='nest' HREF='javascript:startPopups("SortingID")'>sorting id</A> (bit 16-19) and a reserved value (bits 20-31) in the high word.</P>";
  66.  
  67. NDIS = "<P><B>NDIS</B></P><P>Network Driver Interface Specification</P>";
  68.  
  69. NonpagedPool = "<P><B>Nonpaged pool</B></P><P>An area of system memory reserved for objects that must remain in physical memory as long as they are active. The alternative is the <A NAME='nest' HREF='javascript:startPopups("PagedPool")'>paged pool</A>.<P>For more information, seach the <a href='http://www.microsoft.com/isapi/redir.dll?prd=support&sbp=&plcid=&pver=&os=&over=&olcid=&clcid=&ar=SearchKB&sba=&o1=&o2=&o3=' target="out">Microsoft support</a> Web site for article Q126402.</P>";
  70.  
  71. PagedPool = "<P><B>Paged pool</B></P><P>An area of system memory that stores objects that can be transferred to the <A NAME='nest' HREF='javascript:startPopups("PagingFiles")'>paging files</A> on disk when they are not being used. This frees up physical memory for objects that are recently or frequently accessed. The alternative is the <A NAME='nest' HREF='javascript:startPopups("NonpagedPool")'>nonpaged pool</A>.<P>For more information, seach the <a href='http://www.microsoft.com/isapi/redir.dll?prd=support&sbp=&plcid=&pver=&os=&over=&olcid=&clcid=&ar=SearchKB&sba=&o1=&o2=&o3=' target="out">Microsoft support</a> Web site for article Q126402.</P>";
  72.  
  73. PagingFiles = "<P><B>Paging files</B></P><P>Files on a hard disk drive that back up committed physical memory.</P>";
  74.  
  75. Pipe = "<P><B>Pipe</B></P><P>A section of shared memory used for interprocess communication. A program can write to a pipe and a program in another process can read the entry and reply. Processes that create pipes are commonly known as <I>pipe servers</I> and processes that read from the pipe are known as <I>pipe clients.</I></P>";
  76.  
  77. pod = "<P><B>Pod</B></P><P>A group of UNIX computers that are designated to receive password synchronization updates from a Windows 2000 server. When a Windows 2000 password changes, the change is sent to one UNIX host in each pod.</P><P>The UNIX computers that comprise the pod are listed in the value of <B><A HREF="58567.htm">Hosts</A></B>.</P>";
  78.  
  79. PoolLeaks = "<P><B>Pool leaks</B></P><P>Application errors that occur when an application allocates, but does not free, pool space.</P>";
  80.  
  81. PublishedPrinter = "<P><B>Published printer</B></P><P>A printer which appears in the directory.  The list of published printers is accessible through the Add Printer Wizard.</P>";
  82.  
  83. RecursiveResolution = "<P><B>Recursive resultion</B></P><P>Also known as <I>recursion</I>; a method of resolving a name requests from a client. Unlike other methods, recursive resolution results in a complete and definitive answer to a name query. When performing recursive resolution, the DNS server follows referrals from responding servers to other servers and does not stop until the name is found or an authoritative server determines that the name does not exist.</P><P>Recursive resolution is used when a client requests that a name be completely resolved. Not all servers support recursive resolution.</P><P>The alternative to recursion is <A NAME='nest' HREF='javascript:startPopups("Iteration")'>iteration</A>.</P>";
  84.  
  85. referencedarp = "<P><B>Referenced entry<BR> (TCP\IP ARP cache table)</B></P><P>An ARP cache table entry is considered to be referenced when an outbound IP packet is sent to the address described by the entry.</P>";
  86.  
  87. scancode = "<P><B>Scan code</B></P><P>A code number transmitted to an IBM or compatible computer when a key is pressed or released.  Each key on the keyboard has a unique scan code.</P>";
  88.  
  89. SecurityDescriptor = "<P><B>Security Descriptor</B></P> <P>Specifies the security attributes of the service, including the <A NAME='nest' HREF='javascript:startPopups("SID")'>security identifier (SID)</A> and access control lists associated with the service.</P>";
  90.  
  91. ServiceGroup = "<P><B>Service group</B></P><P>A group of similar services that are loaded together at startup. Most services that appear in the CurrentControlSet\Services subkey are part of a service group. Windows 2000 loads one service group at a time. Services that are not in a group are loaded after all service groups are loaded.</P>";
  92.  
  93. ShutdownScript = "<P>Batch files of instructions that run when the user restarts the system or shuts it down. By default, the system does not display the instructions in the shutdown script.</P>";
  94.  
  95. SID = "<P><B>Security identifier (SID)</B></P><P>A unique name that identifies a logged-on user to the security system. SIDs can identify one user or a group of users.</P>";
  96.  
  97. Site = "<P><B>Site</B></P><P>A location in a network holding Active Directory servers. A site is defined as one or more well-connected TCP/IP subnets. "Well-connected" means that network connectivity is highly reliable and fast (e.g. LAN speeds, 10 MM bits-per-second or greater). Defining a site as a set of subnets allows administrators to quickly and easily configure the Active Directory access and replication topology to take advantage of the physical network. When users log in, Active Directory clients find Active Directory servers in the same site as the user. Since machines in the same site are close to each other in network terms, communication among machines in the is reliable, fast, and efficient.</P><P>Determining the local site at login time is easy because the user's workstation already knows what TCP/IP subnet it is on, and subnets translate directly to Active Directory sites.</P>";
  98.  
  99. SNMP = "<P><B>SNMP (Simple Network Management Protocol)</B></P><P>The network management protocol for TCP/IP.</P>";
  100.  
  101. SortingID = "<P><B>Sorting ID</B></P><P>A code which dictates the correct order for sorting the characters of a language.  The sorting ID is used in conjunction with a <A NAME='nest' HREF='javascript:startPopups("LocaleID")'>locale ID</A> to distinguish between default sorts and alternate sorts for locales which have more than one sorting order.</P>";
  102.  
  103. StartupScript = "<P>Batch files of instructions that run before the user is invited to log on. By default, the system does not display the instructions in the startup script.</P>";
  104.  
  105. synflooding = "<P><B>SYN flooding</B></P><P>A SYN is a TCP connection request; SYN flooding is a malicious attempt to impair a server. It occurs when a system sends the server numerous TCP connection requests that contain fictitious IP addresses.  As a result, the server's resources are occupied by futile attempts to send acknowledgements to the fictitious IP addresses.</P><P>To combat SYN flooding, DNS uses the secure secondaries feature; Windows Sockets (Afd.sys) uses dynamic backlog; and TCP/IP uses <A HREF ='synfloodattackprotect.htm' target="out">SYN flooding attack protection</A>. These features are configured by editing the registry.</P><P>Registry entries related to SYN flooding include:<UL><LI><B><A HREF="46775.htm">SecureSecondaries (DNS)</A></B><LI><B><A HREF="58803.htm">TcpMaxConnectResponseRetransmissions (TCP/IP)</A></B><LI><B><A HREF=".htm">DynamicBacklogGrowthDelta (AFD)</A></B><LI>EnableDynamicBacklog (AFD)<LI>MaximumDynamicBacklog (AFD)<LI>MinimumDynamicBacklog (AFD)</UL></P>";
  106.  
  107. TaskManager = "<P><B>Task Manager</B></P><P>A tool included in Windows 2000 that lets you monitor the performance of applications and services running on your computer. It also lets you start and stop applications and services, identify the process in which an application runs, and change the priority of processes in which applications and services run. If you have a debugger installed on the system, you can also use Task Manager to run the debugger on an application or service.</P>";
  108.  
  109. Twips = "<P><B>Twip</B></P><P>One-twentieth of a printer's point (1/1440 inch). The twip notation begins with a dash (-), which, in this context, indicates a twip unit, not a negative value.</P>";
  110.  
  111. UNCProvider = "<P><B>UNC provider</B></P><P>Interprets names in <A NAME='nest' HREF='javascript:startPopups("UniversalNamingConvention")'>Universal Naming Convention</A> format.</P>";
  112.  
  113. UNI = "<P><B>User-to-network interface (UNI)</B></P><P>An <A NAME='nest' A HREF='javascript:startPopups("ATM")'>ATM</A> user-to-network interface (UNI) is the interface and signaling protocol used to establish connections between ATM users or end stations and an ATM switch or network. The ATM Call Manager component of Windows ATM Services support UNI.</P>";
  114.  
  115. UniversalNamingConvention = "<P><B>Universal Naming Convention (UNC)</B></P><P>The full Windows 2000 name of a resource on a network. It conforms to the <i>\\Servername\Sharename</i> syntax, where <i>Servername</i> is the computer name of the server and <i>Sharename</i> is the name assigned to the shared resource. UNC names of directories and files also can include the directory path in the following format: <i>\\Servername\Sharename\Directory name\Filename</i>.</P>";
  116.  
  117. VirtualMachine = "<P><B>Virtual machine</B></P><P>A program that provides an independent operating system environment within another operating system. A virtual machine permits the user to run programs that are native to a different operating system.</P>";
  118.  
  119. defs_loaded = true;
  120.