OS2.org Site Index - Feedback - Imprint
Sprachauswahl / Choose your Language News Software Hardware Projects Forum Tips Links Variety
Tricks Glossary
[Tips]
search in for
[Tips]

( In this area are computer and OS/2 notions explained. ) ( New Notion )


Glossary

Please choose the starting letter.
@ & 0 1 3 4 5 6 7 8 A B C D E F G H

N/MPL
Netscape/Mozilla Publich License: Software liegt im Source vor und ist frei kopier- und modifizierbar. Software, die N/MPL-Sourcen lediglich modifiziert, unterliegt gleichfalls der N/MNPL. Eigene Erweiterungen zu N/MPL-Software unterliegen normalem Copyright. Netscape behält sich jedoch das Recht auf kommerzielle Verwendung von Modifikationen vor, die unter die NPL fallen (zum Beispiel der Communicator-Code).

NAK
"Not AcKnowledge" - Steuerzeichen, das anzeigt, daß die erhaltenen Daten fehlerhaft sind. Oft allgemeine Bezeichnung für eine negative Bestätigung von irgendetwas. Das Gegenstück zum -->ACK.

NAK
NAK /nak/ /interj./ [from the ASCII mnemonic for 0010101] (1.) On-line joke answer to ACK?: "I'm not here."( 2.) On-line answer to a request for chat: "I'm not available." (3.) Used to politely interrupt someone to tell them you don't understand their point or that they have suddenly stopped making sense.

named and anonymous semaphores
A semaphore can be either named or anonymous. A named semaphore is always shared; that is, it is always available to any process that knows the name. An anonymous semaphore can be either private to a process or shared among processes, depending on whether the application includes the DC_SEM_SHARED flag in the function that creates the semaphore. A semaphore intended for use solely among threads of the same process can be anonymous and private. The operating system creates a named semaphore when an application specifies a name in the function that creates the semaphore. The name must have the following form: SEM32SemName The "SEM32" is required, though it need not be uppercase. The semaphore name must conform to the rules for OS/2 file names, although no actual file is created for the semaphore. If the application does not specify a name in the function that creates the semaphore, the operating system creates an anonymous semaphore. The OS/2 operating system permits a system-wide maximum of 65536 (64K) shared semaphores. In addition, each process can use up to 65536 (64K) private semaphores. A shared muxwait semaphore must contain either all shared event semaphores or all shared mutex semaphores. However, a private muxwait semaphore can contain a combination of shared and private event or mutex semaphores. The operating system generates a unique handle when it creates a semaphore. Processes must obtain this handle before they can access the semaphore. A semaphore's handle is always available to the process that created the semaphore. A process can obtain the handle of a named semaphore created in another process by using the appropriate semaphore-opening function. A process that requires access to an anonymous shared semaphore that was created in another process must obtain the handle of the semaphore through some other form of interprocess communication, such as a pipe or a queue.

names tables
There are two names tables in an -->NE header, the -->resident names table and the -->non-resident names table. Each entry in these tables consists of a textual string (the API name) and an ordinal value. Windows executables can access an exported entry in these names tables either by name (such as CreateWindow) or by ordinal (entry 41). The ordinal value is an offset into the entry table discussed below. For this reason, your application's ordinal values should always be distinct within a single executable module. The first entry in each of these tables is reserved as documented below, and contain ordinal values of 0.

nanoacre
A unit (about 2 mm square) of real estate on a VLSI chip. The term gets its giggle value from the fact that VLSI nanoacres have costs in the same range as real acres once one figures in design and fabrication-setup costs.

nanocomputer
A computer with molecular-sized switching elements. Designs for mechanical nanocomputers which use single-molecule sliding rods for their logic have been proposed.

nanokernel
Nanokernels are similar to exokernel, they tend to implement the strict minimum in the kernel itself. Some company such as Hitachi are implementing nanokernel in such a way, that they can run multiple kernels at the same time, which brings them really close to the -->exokernel architecture.

nanotechnology
First a hypothetical fabrication technology, but now more realistic, in which objects are designed and built with the individual specification and placement of each separate atom. The first unequivocal nanofabrication experiments took place in 1990, for example with the deposition of individual xenon atoms on a nickel substrate to spell the logo of a certain very large computer company. Nanotechnology has been a hot topic in the hacker subculture ever since the term was coined by K. Eric Drexler in his book "Engines of Creation" (Anchor/Doubleday, ISBN 0-385-19973-2), where he predicted that nanotechnology could give rise to replicating assemblers, permitting an exponential growth of productivity and personal wealth.

NAS
Network Attached Storage: The setup in which a high-end server, typically a filer, is attached directly to the network that's making use of the backup, instead of to a separate -->SAN. SANs and NAS are often combined in today's storage networks.

NAT
Network Address Translation - Eine Technik, mit der mehr als 200 Anwender simultan auf das Internet zugreifen können

NAT(I)
Network Address Translation - Originally NAT was suggested as a short- term solution to the problem of -->IP depletion. Inn order to beassured of any-to-any comunication in thge Internet, all IP address have to be officially assigned by the Internet Assigned Number Authority(IANA). This is becoming increasingly difficult to achieve, because the number of avaliable address ranges is now severely limited. NAT is defined in RFC 1631. The idea is based on the fact that only a small part of the hosts in a private network are communicating outside of that network. If each host is assigned an IP address from the official IP address pool only when they need to communicate, then onlky a small number of official addresses are required. NAT might be a solution for networks that have private address ranges or illegal addresses and want to communicate with hosts on the Internet. In fact, most of the time, this can also achieved by implementing a firewall. Hence, cleints that communicate with the Internet by using a -->proxy or -->SOCKS server do not expose their adddress to the Internet, so their addresses do not have to be translated anyway. However, for a reason, when proxy and SOCKS are not available or do not meet specific requirements, NAT might be used to manage the traffic between the internal and external network without advertising the internal host adddresses(to be continued).

NAT(II)
Consider an internal network that is based on the private IP address space, and the users want to use an application protocol for which there is no application gateway; the only option is to establish IP-level connectivity between hosts in the internal network and hosts on the Internet. Since the routers in the Internetr would not know how to route IP packets back to a private IP address, there is no point in sending IP packets with private IP adddresses as source IP addresses through a router into the Internet. NAT handles this by taking the IP address of an outgoing packet and dynamically translates it to an official address. For incoming packets it translates the official address to an internal address. From the point of two hosts that exchange IP packets with each other, one in the secure network and one in the non-secure network. NAT looks like a standard IP router that forwards IP packets between two network interfaces. ************************************************************** The Translation Mechanism ************************************************************** For each outgoing IP packet, the source address is checked by the NAT configuration rules. If a rule matches the source address, the address is translates to an official address from the address pool. The predefined address pool contains the addresses that NAT can use for translation. For each incoming packet the destination address is checked if it used by NAT. When this is true the address is translated to the original unofficial address. If NAT translates an address for a TCP packet, the checksum is also is also adjusted. For FTP packets the task is even more difficult because the packets can contain addresses in the data of the packet. For example, the FTP PORT command contains an IP address in ASCII. These addresses should also be translated correctrly and checksum updates and even TCP sequence and acknowledgements updates should be made accordingly. Note that only TCP and UDP packets are translated by NAT. THE -->ICMP protocol is not supported by NAT. For example, pinging to the NAT address does not work, because ping uses ICMP(to be continued).

NAT(III)
Since the TCP/IP stack that implements NAT looks like a normal IP router, there is a need to create an appropiate IP network design for connecting two or more IP networks or subnets trough a router. The NAT IP addresses need to come from seperate networks or subnets, and the addresses need to be unambigous with respect to other networks or subnets in the non-secure network. If the non-sevure network is the Internet, the NAT addresses need to come from a public network or subnet, in other words, the NAT addresses need to be assign by IANA(Internet Assign Numbers Authority). The non-secure addreses(official addresses) should be reserved in a pool, in order to use them when needed. If connections are established from a secure network, NAT can just pick the next free public address in the NAT pool and assign that to the requesting secure host. NAT keeps track of which secure IP addresses are mapped to which non-secure IP addresses at any given point in time, so it will be able to map a response it receives from the non-secure network into the corresponding secure IP address.

natürliche Klassifikation
eine Klassifikation, der wesentliche Merkmale der zu klassifizierenden Gegenstände zugrunde liegen. Diese sind unmittelbar durch die Natur der zu untersuchenden Gegenstände und Erscheinungen, durch ihr "Wesen" bestimmt, im Unterschied zu einer künstlichen Klassifikation, der Merkmale zugrunde liegen, die nur vom praktischen Gesichtspunkt aus und zum Zweck der durchzuführenden Untersuchung von Bedeutung sind. Als Beispiel einer natürlichen Klassifikation kann man das Periodensystem der Elemente anführen. Die Abgrenzung zwischen -->künstlicher und natürlicher Klassifikation ist allerdings oft sehr schwer auszuführen. Bekanntlich offenbaren die Dinge ihre Eigenschaften in den Beziehungen zu anderen Dingen. Was für bestimmte Gegenstände unter den einen Bedingungen und in den Beziehungen zu anderen Dingen wesentlich ist, erweist sich unter anderen Bedingungen und in den Beziehungen zu anderen Dingen als unwesentlich.

natürliche Zahlen
Sätze: (1.) 1 ist eine natürliche Zahl, (2.) Jede natürliche Zahl hat genau einen unmittelbaren Nachfolger, (3.) Jede natürliche Zhal ist unmittelbarer Nachfolger von höchstens einer natürlichern Zahl, (4.) Die nätürliche Zahl 0 ist nicht Nachfolger einer natürlichen Zahl.(5.) Wenn eine Mnege K (a.) die 1 enthält und (b.) mit jeder natürlichen Zahl m auch deren unmittelbaren Nachfolger m' enthält, dann enthält K alle natürlichen Zahlen. Diese Definitionen leiten sich ab aus dem Peanoschen --Axiomensystem. Das Peanosche Axiomensystem ist -->monomorph und stellt deshalb eine Charakterisierung der natürlichen Zahlen dar.

National Character Handling(OS/2)
This includes inputting information into the computer(typically using the keyboard), transforming it and storing it, and getting information out of the computer(typically using a display or printer). Character sets, code pages, keyboard layouts, fonts, and character manipulation are all important here. National Character Handling does not include all the functions for manipulating characters. Some of these, such as sorting and monocasing, are provided as part of Country Support, since these functions are primarily country-dependent. National Character handling is dependent both the language used, and on the country. However, since in many cases the language is used in only one country (such as Japanese in Japan), and in other cases there is a national variant of the language(such as Canadian French), the term National Character Handling is normally used. A Character Set defines which characters must be supported for a specific language. A Code Page is a table which defines the mapping in a computer of each of these characters to a unique hexadecimal number, called a code point. In addition, each supported language or country usually has its own keyboard and keyboard layout. Each keyboard has a specific layout of keys, including symbols, non-spacing keys, the numeric key pad, and and even alphabetic characters. This keyboard layout is held in software, and it is not necessarily the same as the character labels on the key tops. Code pages and keyboard layouts are the basic for national character handling.

Nativismus
die Lehre, nach der Wahrheitserkenntnis durch übernatürliche göttliche Eingebung erreicht wird und keinerlei vorhergehender logischer Schlußfolgerungen bedarf. Diese Lehre wird von der irrationalistischen Philosophie und in vielen religiösen Anschauungen vertreten und widerspricht der Erfahrung und Wissenschaft. Wissenschaftliche Beweise führen die Vertreter des Nativismus nicht an und können sie auch nicht anführen.

natum praedicari de pluribus
(lat.) Das Allgemeine läßt sich von Mehreren aussagen (wird von Mehreren ausgesagt)

natura naturans
(lat.) die schaffende Natur, aus der die natura naturata (die geschaffene Natur) hervorgeht. Diese Bezeichnung wurde zuerst von Averroes und der Scholastik(Gott als natura naturans) verwendet, dann von Spinoza (in: Ethik I 29) und schließlich von Schelling (Werke III 284), der darunter die Natur als Gegenstand der Naturphilosophie (Natur als schaffendes Subjekt) zum Unterschied von der Natur als Gegenstand der Naturwissenschaft(Natur als bloßes Erkenntnisobjekt) versteht. "Die Natur als Produktivität (natura naturans) nennen wir Natur als Subjekt, und auf diese allein geht alle Theorie" - nicht auf die "Natur als Produkt(natura naturata)"

natura non facit saltus
(lat.) die Natur macht keine Sprünge. Ein metaphysischer Grundsatz der mathematisch-mechanistischen Philosophie des 17. und 18. Jahrhunderts. Von Linne formuliert(Philosophia Botanica), der Sache nach vorher vor allem von Leibniz ausgeführt:"Nichts geschieht auf einen Schlag, und es ist einer meiner wichtigsten Grundsätze, daß die Natur niemals Sprünge macht. Ich habe diesen Satz das Gesetz der Kontinuität genannt(in: Nouveaux essais, Vorrede).

NBDD
-->NetBIOS Datagram Distributor

NBDD
NetBIOS Datagram Distributiuon - Es ist möglich, unter OS/2 einen Samba Server mit einer Erweiterungsfunktion zu versehen, damit diese Option verwirklicht wird.

NBNS
NetBIOS Name Server - Es ist möglich, unter OS/2 einen Samba Server mit einer Erweiterungsfunktion auszustatten, um diese Option zu verwirklichen.

NBNS
NetBIOS Name Server - Es ist möglich, unter OS/2 einen Samba Server mit einer Erweiterungsfunktion auszustatten, um diese Option zu verwirklichen.

NCB
Network Control Block(s) werden im Protokoll des LAN Netzwerkes im Protokoll IBM OS/2 NetBIOS über einen Netzadapter ins Netz gesendet.

NCP
Network Control Program

NDIS
Network Driver Interface Specification - Microsoft Corporation and 3Com Corporation jointly developed the Network Driver Interface Specification (NDIS) as a medium access control (MAC) interface for local area network (LAN) adapter drivers (hereafter referred to as network adapter drivers) and protocol drivers. NDIS has become an industry standard, providing a common, open interface that enables network adapters and LAN software from different manufacturers to communicate with each other. A network adapter driver provides the communication between a network adapter and a protocol, using NDIS as the interface. Network adapter drivers handle the basic transmission and reception of packets on the network. MPTS supports IBM and original equipment manufacturer (OEM) network adapter drivers that comply with NDIS, up to NDIS Version 2.02. MPTS supplies network adapter drivers and also supports the installation and configuration of other IBM and OEM network adapter drivers. A protocol driver provides the communication between an application and a network adapter driver, using NDIS as the interface. Protocol drivers provide a high level of communications between the data link layer and the application layer. MPTS provides the IBM OS/2 NetBIOS, IBM IEEE 802.2, IBM OS/2 TCP/IP over NetBIOS, IBM TCP/IP, IBM Kernel Debug Network Protocol, and IBM NetWare Requester Support protocol drivers. The IBM NetWare Requester Support protocol driver enables an NDIS-compliant network adapter driver to communicate with a protocol stack that complies with the Novell Open Data Link Interface (ODI) specification. For products that install their own protocol drivers and use the LAPS component of MPTS for configuration of those protocol drivers, see Installing Protocol Drivers with Other Products for additional information. MPTS Relationship to LAN Applications shows the relationship of MPTS to applications that require a LAN connection. The highlighted drivers in the figure are the items that you configure with MPTS. MPTS Relationship to LAN Applications

NDIS (protocol driver)
A pseudo-driver that sits above NDIS layer

NE
-->New Executable Header

ne fiat per disjuncta
(lat.) die lateinische Bezeichnung der Regel zur Begriffsbestimmung, nach der in eine Definition keine Einteilung eingehen darf.

ne sit negans
(lat.) die Bezeichnung für die Definitionsregel, nach der eine Definition nicht darauf verweisen darf, welche Merkmale ein Begriff nicht enthält

necessitas probandi incumbit et qui agit
(lat.) die Beweispflicht liegt beim Ankläger. English: The claimant is always bound to prove: the burden of proof lies on him.

negatio
(lat. auch negare : verneinen, negieren) : die Verneinung, die Ablehnung einer Aussage

nego
(lat.: ich verneine): das Wort, das von -->Boethius zur Bezeichnung eines verneinenden Urteils in die Logik eingeführt wurde. Der erste Vokal E dieses Wortes dient zur symbolischen Bezeichnung des allgemeinen verneinenden Urteils, der zweite Vokal O zur Bezeichnung des partikulär verneinenden Urteils.

nequaquam medium capiat conclusio fas est
(lat.) eine Bezeichnung für die Regel des Syllogismus, nach der der Schlußsatz eines Syllogismus niemals den Mittelbegriff enthalten darf. In dem Syllogismus (1.) "Alle Planeten drehen sich um die Sonne", (2.) " Der Mars ist ein Planet", Schlußsatz: "Der Mars dreht sich um die Sonne" ist Planet der Mittelbegriff, der vermittelnde Begriff, der, nachdem er die Prämissen des Syllogismus verknüpft und damit seine Aufgabe erfüllt hat, nicht in den Schlußsatz eingegangen ist. In den Schlußsatz gehen nur die Außenbegriffe ein.

nequid nimis
(lat.) nichts Überflüssiges

nervus probandi
(lat. nervus : die Sehne, Flechse, lat. probandi : Gerundium von probare : gutheißen, beweisen): (1.) ein eigentlicher, entscheidender Beweisgrund (in den Rechtswissenschaften),(2.) ein entscheidendes, hauptsächliches, am stärksten überzeugendes Argument; die Beweiskraft, die im streng logischen Zusammenhang zwischen These und Argumenten bzw. ihrem Beweis besteht; durch den nervus probandi ist jeder, der die Wahrheit der Argumente anerkennt, gezwungen, auch die Wahrheit einer These anzuerkennen, die aus den Argumenten logisch folgt(-->Beweiskraft)

nervus rerum
(lat. der Nerv(d.h. die Triebkraft) der Dinge): (1.) die Triebfeder, die Hauptsache, das Wesen der Sache, (2.) (als Scherz:) das Geld als Antriebskraft, als Zielpunkt allen Strebens, als wichtige Grundlage

NETAPI.DLL(WSeb)
APAR = IC24960 NETAPI.DLL TRAPS BECAUSE OF STACK OVERFLOW. When a 32bit API is called, it traps in 16 bit NETAPI.dll because of low stack space. The test exe runs successfully on W3 and W4, but traps on WSeB. This is fixed with Ip08605(Mar. 2002)

NETAPI(.DLL)
base Network API library

NETAPI32(.DLL)
32-bit base Network API library

NetBEUI
NetBIOS Extended User Interface -- The application programming interface (-->API) to the -->NetBIOS transport protocol.

NETBIOS
NetBIOS is the "native" protocol used by IBM LAN Server, Artisoft's LANtastic (Version 5 and later, including LANtastic for OS/2), Windows for Workgroups, Microsoft Windows NT, Microsoft LAN Manager, and several other PC-based network software packages. The protocol is fairly well standardized, and all these systems can "talk" to one another. NetBIOS is the highest performance networking protocol available for PCs (or, more precisely, IBM LAN Server 4 Advanced has been rated the fastest PC network server by LANQuest Labs when compared with Microsoft NT Advanced Server, which uses NetBIOS, and Novell Netware, which uses the IPX protocol). However, its major disadvantage is that it cannot be easily routed over wide area networks (see above). The following software packages for OS/2 Warp provide NetBIOS protocol support for network adapters: IBM LAN Distance -- IBM Network Transport Services/2 -- IBM Communications Manager (Version 1.1 or later) -- Most other products with LAPS -- IBM DCE Client Kit for OS/2 -- IBM AnyNet/2 -- Most other products with MPTS --

NetBIOS Datagram Distributor
The NBDD extends the NetBIOS datagram distribution service to the internet environment. When an end node wishes to broadcast a datagram(-->IP datagram), the node sends a unicast datagram, which contains the scope of the broadcast to the NBDD. The NBDD sends a NetBIOS datagram to each end node within the specified NetBIOS scope, using the services of the -->NBNS to obtain the relevant IP addresses(In practice it is likely that the NBNS and NBDD will be implemented on the same device).

NetBIOS End Node
Computers using NetBIOS over TCP/IP are known as NetBIOS end nodes. -->RFC 1001 defines the following three types of an end node: --A. -->Broadcast(B) Node ---B.-->Point-to-Point(P) Node --C.-->Mixed(M) Node. A fourth node type, the -->hybrid(H) node although not defined in thge RFCs, is also widely implemented: -->Hybrid(H) Node.

NetBIOS Name Server
The NBNS registers the NetBIOS name/IP address of each P, M or H node(--NetBIOS End Node) when it is initialized. Whenever a node wishes to contact another node by means of its NetBIOS name, is uses the NBNS to obtain the corresponding IP address for that node. NetBIOS names are combined with their scope identifiers and store in an encoded form(which is a valid domain system name) in the NBNS

NetBIOS session
The NetBIOS session service provides a connection-oriented, reliable, full-duplex message service to a user process. NetBIOS requires one process to be the client and the other to be the server. NetBIOS session establishment requires a preordained cooperation between the two stations. One application must have issued a Listen command when another application issues a Call command. The Listen command references a name in its NetBIOS name table (or WINS server), and also the remote name an application must use to qualify as a session partner. If the receiver (listener) is not already listening, the Call will be unsuccessful. If the call is successful, each application receives notification of session establishment with the session-id. The Send and Receive commands the transfer data. At the end of a session, either application can issue a Hang-Up command. There is no real flow control for the session service because it is assumed a LAN is fast enough to carry the required traffic.

NetBOLLIX
slang for IBM's NetBIOS

NetCDF
Network Common Data Form: An interface for array-oriented data access and a library that provides an implementation of the interface. The netCDF library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data. The netCDF software was developed at the Unidata Program Center in Boulder, Colorado.

netdb
NetDB is a key element in the operation of the Stanford University Network (SUNet). NetDB consists of a database and a web front-end. The NetDB database contains information on SUNet's physical components, such as host computers, workstations, terminal servers, and routers. The NetDB web interface is used by Local Network Administrators (LNAs) to update the NetDB database. The information in NetDB is used to generate configuration information for several important network support functions. ****************************************************************************************** NetDB Functions NetDB is a model of the network. The database contains information about all the components and their relationships. NetDB provides a way of registering a unique name and Internet Protocol (IP) address for each networked computer. Entering these unique elements is required before a computer can operate on SUNet. NetDB gives LNAs and Networking staff a way to keep track of networked computers, providing for the storage of a wide range of information. NetDB includes search and reporting capabilities for extracting this information. NetDB provides input to various network software services, such as the Domain Name System (DNS), the SUNet DHCP service, and the SUNet Whois service.

Netiquette
Die Netiquette(abgeleitet aus "Net-Etikette") ist das Regelwerk für guten Umgang mit anderen Netzteilnehmern. Grobe Verstöße gegen die Netiquette werden von manchen Administratoren sogar mit dem Ausschluß geahndet. Verstöße gegen die Netiquette sind:(1) persönliche Beleidigungen und grobe Verletzung religiöser, weltanschaulicher oder auch ethischer Empfindungen anderer Netzteilnehmer.(2) kommerzielle oder politische Werbung.(3) rassistische und/oder faschistische Äußerungen.(4) Aufforderungen zu Gewalttaten und kriminellen Delikten. Auch das Schreiben in großen Buchstaben ist ebenfalls verpönt, weil es als eine Form des ANSCHREIENS gedeutet wird. Auch das Verfassen von -->Flames verstößt gegen die Netiquette.

netlag
netlag /n./ A condition that occurs when the delays in the IRC network or on a MUD become severe enough that servers briefly lose and then reestablish contact, causing messages to be delivered in bursts, often with delays of up to a minute. (Note that this term has nothing to do with mainstream "jet lag", a condition which hackers tend not to be much bothered by.)

Netmask
-->Subnetzmaske

network address translation
network address translation (-->NAT) (1) In --> SNA network interconnection, the conversion of the network address that is assigned to a logical unit in one network into an address in an adjacent network. This function is provided by the gateway NCP that joins the two networks. See alias address and real address. **************************************************** (2) In a firewall, the conversion of secure IP addresses to external registered addresses. This enables communication with external networks but masks the IP addresses that are used inside the firewall.

Network Common Data Form
-->NetCDF

network drive
A directory resource on the hard disk of a server that DOS or OS/2 LAN Requester users can access by assigning a drive letter to the resource.

New Executable Header
A new executable (or NE) header is a revised header structure used by Windows applications (and also used by OS/2 1.x applications such as EPM). It is much larger than its DOS counterpart, due to the greater complexity of these 'newer' apps. The function of an NE header is to permit the Windows loader to load individual pieces of the executable (for example, a code segment) without having to physically load the entire application into memory. The NE header functions as a giant index into the application binary. For example, if Windows later needs to load another segment found in this app (due to a SegmentNotPresent fault, for example), then the Windows loader can extract the individual segment's offset out of the NE and load that portion of the file containing just that segment into memory. As the Windows kernel refers constantly to the NE data structure, it is loaded into memory along with the application, albeit in a slightly modified form. This in-memory representation of an NE is known as a module database (or MDB)

newline
(1.) [techspeak, primarily Unix] The ASCII LF character (0001010), used under Unix as a text line terminator. A Bell-Labs-ism rather than a Berkeleyism; interestingly (and unusually for Unix jargon), it is said to have originally been an IBM usage. (Though the term `newline' appears in ASCII standards, it never caught on in the general computing world before Unix).( 2.) More generally, any magic character, character sequence, or operation (like Pascal's writeln procedure) required to terminate a text record or separate lines.

nexus
(lat. das Zusammenküpfen, nectere: binden,(ver-)knüpfen): der Zusammenhang, die Verbindung, die Verflechtung

NFS
Network File System - Unter OS/2 ein Softwarewerkzeug, um auf UNIX-Rechner zuzugreifen. Dabei ist es möglich, über Konversionsroutinen auf UNIX-Maschinen Daten zu lesen und zu schreiben. Einer definierten Verbindung wird dabei auf der OS/2 Seite ein Laufwerk zugeordnet, so daß der Benutzer auf bekannte Weise diese Daten nutzen kann. Unter WINOS2 ist zu beachten, daß lange Namen von Dateien nicht dargestellt werden, so daß diese Dateien nicht bearbeitbar sind.

NFSNET
In 1984, the US National Science Foundation (NSF) started designing a high-speed successor to the -->ARPANET that would be open to all university research groups. As a first step, NFS decided to build a backbone network connecting its six supercomputer centres. Later on, they also funded some regional networks that connected to the backbone providing users at universities, research labs, libraries, and museums access to any of the supercomputers and a possibility to communicate with each other. This complete network was called NFSNET. When the NSFNET and the ARPANET were interconnected, the growth became exponential. Many regional networks joined up, and connection were also made to networks in Canada, Europe, South America, Australia, and Asia. Sometime in the mid-1980s, people began viewing this collec- tion of networks as internet, and later as the Internet.

nichtprädikative Definition
eine Definition, in die der zu bestimmende Gegenstand mittels einer Menge eingeführt wird, zu der dieser Gegenstand als Element gehört. Beispiel: "Der Kegler, der der erfolgreichste Kegler der Mannschaft 'Kugelmeister' ist". In der Sprache der mathematischen Logik kann man eine nichtprädikative Definition folgendermaßen charakterisieren: Eine Menge M und ein Objekt m sind derart definiert, daß einerseits m Element von M ist, und andererseits die Definition von m von M abhängt. Eine derartige Definition von m und M heißt nichtprädikativ. Nach Ansicht von -->Kleene ist die nichtprädikative Definition eine Definition, die zumindest der Form nach den logischen Fehler --> circulus vitiosus enthält. Das, was in ihr definiert wird, ist an der eigenen Definition beteiligt. Aber es gibt eine Reihe von nichtprädikativen Definitionen, die völig korrekt sind, z.B. "Zwei ist eine Zahl, die zu sich selbst addiert, genau ihr Quadrat ergibt". Andererseits gibt es eine Reihe nicht korrekter nichtprädikativer Defintionen. Der Terminus nichtprädikativer Definitionen wurde von Poincare eingeführt.

nichtspezifisches Merkmal
ein Merkmal, das nicht nur dem gegebenen Gegenstand zukommt. Die Wärmeleitfähigkeit ist z.B. vielen Gegenständen eigen, nicht nur den Metallen. Somit ist dieses Merkmal für dir Metalle ein nichtspezifisches Merkmal.

nichtsyllogistische Schlußfolgerung
ein Terminus, der in einigen Lehrbüchern der Logik auftritt und zur Bezeichnung von Schlußfolgerungen verwendet wird, die auf logischen Eigenschaften der Beziehungen basieren, z.B. auf Beziehungen der Gleichheit, der Verwandtschaft, der Zeit oder der Größe. Manchmal wird jedoch unter nichtsyllogistischer Schlußfolgerung die Gesamtheit von Schlußfolgerungen verstanden, die nicht als Syllogismen interpretiert werden können. In diesem Fall hat es kaum einen theoretischen und praktischen Sinn, die Schlußfolgerungen in nichtsyllogistische und syllogistische zu teilen. Eine solche Teilung war historisch bedingt durch die Überbewertung des Syllogismus, dem der ganze Formenreichtum beim Schlußfolgern gegenübergestellt wurde.

Nicod-Funktion
Die in der Literatur mitunter verwendete Bezeichnung für die -->Peirce-Funktion(NOR-Funktion)

Nicole, Pierre(1625-1695)
französicher Theologe, Grammatiker, Philosoph und Logiker. In Gemeinschaft mit -->Antoine Arnauld schrieb er 1662 das Buch "La logique ou l'art de penser", das unter dem Namen --> "Logik von Port-Royal" bekannt geworden ist, in dem die Logik als die Kunst definiert wird, den Verstand richtig bei der Erkenntnis der Dinge anzuwenden. Das Werk ist im Grunde eine Interpretation der Descartesschen Lehre von der Deduktion. Nicole stand auch unter dem Einfluß des Mathematikers und Logikers -->Blaise Pascal.

NID(OS/2 C++ datatype)
A 32-bit value to hold a name identifier. Definition: typedef ULONG NID;

nihil est in intellectu, quod non prius fuerit in sensu
(lat.: es ist nichts im Verstand, was nicht vorher in den Empfindungen war): Eine Hauptthese des -->Sensualismus. Der Materialismus des 18. Jahrhunderts hat nach Engels bewiesen, daß der Inhalt des Denkens und Wissens aus der sinnlichen Erfahrung stammt, und "stellte den Satz wieder her: nihil est in itellectu, quod non fuerit in sensu".

nihil est in intellectu, quod non prius fuerit in sensu
(lat. es ist nichts im Verstand, was nicht vorher in den Empfindungen war): Die Hauptthese des -->Sensualismus. Der Materialismus des 18. Jahrhunderts hat nach Engels bewiesen, daß der Inhalt des Denkens und Wissens aus der sinnlichen Erfahrung stammt, und "stellte den Satz wieder her: nihil est in intellectu, quod non fuerit in sensu".

NIL
No. Used in reply to a question, particularly one asked using the `-P' convention. Most hackers assume this derives simply from LISP terminology for `false' (see also T), but NIL as a negative reply was well-established among radio hams decades before the advent of LISP. The historical connection between early hackerdom and the ham radio world was strong enough that this may have been an influence.

ninety-ninety rule
"The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time." Attributed to Tom Cargill of Bell Labs, and popularized by Jon Bentley's September 1985 "Bumper-Sticker Computer Science" column in "Communications of the ACM". It was there called the "Rule of Credibility".

NLS
National Language Support- Diese Extension haben unter OS/2 Dateien, wenn mehrere Sprachen im System unterstützt werden.

NMAKE
The Program Maintenance Utility (NMAKE) automates the process of updating project files. NMAKE compares the modification dates for one set of files (the target files) with those of another set of files (the dependent files). If any dependent files have changed more recently than the target files, NMAKE executes a series of commands to bring the targets up-to-date.

NMI
(multiple) Non Makable Interrupt - An erroneous Trap Error may be caused by the occurrence of multiple Non Maskable Interrupt (NMI) errors. The first NMI error puts the machine into its error recovery process. While the PS/2 is in the error recovery process, a second NMI error occurs. The second error happening before the first error is completely processed, results in an erroneous TRAP error larger than '00FF' being displayed by the error handler (ie, Trap 0458 or Trap 01FF).

NNTP
Network News Transfer Protocol - Ein im RFC 977 beschriebenes Protokoll für die Verteilung, Suche und Abfrage sowie das Versenden von Usenet-Artikeln über das Internet. Es wurde für die Verwendung zwischen einem News-Reader-Client und einem News-Server ausgelegt. Als einfaches ASCII-Text-Protokoll setzt es in der Regel auf dem TCP-Port 119 auf.

Nominalismus
(lat. nomen: Name, Bezeichnung): Eine Richtung der Philosophie und Logik des Mittelalters, die von der These ausging, daß allgemeine Begriffe oder -->Universalien lediglich Bezeichnungen, Namen sind. Die Nominalisten lehrten -->"Universalia post rem"[Universalien nach den Dingen]. Real existieren keine Begriffe, sondern einzelne Dinge mit ihren individuellen Eigenschaften. Gattungen und Arten sind nichts weiter als subjektive Begriffe -->[conceptus] oder allgemeine Namen[nomina voces], mit denen die Menschen ähnliche Gegenstände bezeichnen. Karl Marx nannte in seiner Schrift der "Heiligen Familie" den Nominalismus der "erste Ausdruck des Meterialismus". Ein Mangel der nominalistischen Lehre war, daß die Allgemeinbegriffe von den Nominalisten nur als Namen verstanden wurden, die keine Eigenschaften und Qualitäten von Einzeldingen widerspiegeln. In Wirklichkeit jedoch fixieren Allgemeinbegriffe reale Qualitäten der objektiv existirenden Dinge, und Einzeldinge enthalten Allgemeines.

Nomination
(lat. nominare: nennen, bezeichnen): Eine Bezeichnung, Bennennung; die Beziehung zwischen einem Namen und dem durch den Namen bezeichneten Gegenstand.

non causa pro causa
(lat.) eine Bezeichnung für den logischen Fehler "nicht Ursache wird als Ursache angesehen". Dieser Fehler besteht in folgendem: der logisch geschulte Verstand schließt, nachdem er zwei Erscheinungen gesehen hat, die zeitlich aufeinander folgen, oft voreilig, daß die erste Erscheinung der Grund und die zweite Erscheinung die Folge ist. Indessen stellen zwei aufeinander folgende Erscheinungen nicht stets Ursache und Wirkung dar. English interpretation: This is the most general fallacy of reasoning to conclusions about causality. Some authors describe it as inferring that something is the cause of something else when it isn't, an interpretation encouraged by the fallacy's names. However, inferring a false causal relation is often just a mistake, and it can be the result of reasoning which is as cogent as can be, since all reasoning to causal conclusions is ultimately inductive. Instead, to be fallacious, a causal argument must violate the canons of good reasoning about causation in some common or deceptive way. Thus, to understand causal fallacies, we must understand how causal reasoning works, and the ways in which it can go awry.

non sequitur
(lat.: es folgt nicht): eine Bezeichnung für den logischen Fehler in einem Beweis, hervorgerufen durch den Verstoß gegen den -->Satz vom zureichenden Grunde im Prozeß des Beweises. Das Wesen des jeweiligen Fehlers besteht darin, daß zur Bestätigung einer -->These Argumente benutzt werden, die für sich genommen wahr sind, die jedoch keine ausreichenden Begründung für die These sind und daher die aufgestellte These nicht beweisen. Mit anderen Worten, eine These, die des Beweises bedarf, folgt nicht, geht nicht hervor aus den Argumenten, die zur ihrer Bestätigung angeführt werden. Beispiel: Zum Beweis des Urteils, daß die Erde eine Kugel sei, wurden folgende Argumente angeführt 1. "Bei der Annährung eines Schiffes an das Ufer zeigen sich zuerst über dem Horizont die Mastspitzen und dann erst das ganze Schiff". 2. "Nach Sonnenuntergang beleuchten die Sonnenstrahlen weiterhin noch die Dächer von Wohnhäusern, Berggipfeln und Wolken, später nur die Berggipfel und Wolken und noch später nur noch die Wolken". Aus diesen Argumenten folgt absolut nicht, daß die Erde eine Kugel ist. Die gegebenen Argumente begründen die These nicht hinreichend. Sie beweisen lediglich eine Krümmung des Horizontes am Standpunkt des Beobachters. Die Wahrheit der These von der Kugelgestalt der Erde wird mit anderen Argumenten hinreichend bewiesen, und zwar 1. An jedem beliebigen Ort der Erde bildet der Horozont einen Kreis, wobei die Weite des Horizonts überall gleich ist. 2. Während einer Mondfinsternis hat der Erdschatten, der auf den Mond fällt, immer runde Konturen; einen runden Schatten wirft aber bei beliebiger Lage nur eine Kugel. Aus diesen Argumenten folgt tatsächlich die Wahrheit des Urteils über die Kugelgestalt unseres Planeten.(-->Argument; -->Beweisregel IV.3) English interpretation: When people speak about a logical argument, they are referring to a premise or series of premises that is or are intended to lead to a conclusion. A non sequitur is when such good intentions fail. "Non sequitur" is Latin for "it does not follow." To say that an argument is a non sequitur is simply to say that the conclusion does not follow from the premises. This term would apply to any argument that has a conclusion that doesn't follow from its premises. It is often used, however, to refer to particular types of arguments that clearly do not follow from their premises and never could. It should remared that these premises can be true, but these arguments do not fulfill the necessary assumptions.

non-resident names tabel
The non-resident names table is structurally very similar to the -->resident names table. The first entry of the non-resident names table is the module description from the .DEF file. Additionally, as we'll see below when we cover this table in more detail, the offset of this table in the -->NE is NOT based on the start of the NE itself, unlike most NE pointers, but is rather based off of the start of the MZ header(-->DOS Executable Header)

noncacheable memory
-> cache systems

Nonpareille
Ein -->Schriftgrad der -->Punktgröße d = 6 mit der Buchstabenhöhe von 2,256 mm

Nonplusultra
-->Viertelpetit

NOP(no-op)
No Operation:( 1.) A machine instruction that does nothing (sometimes used in assembler-level programming as filler for data or patch areas, or to overwrite code to be removed in binaries). See -->JFCL. (2.) A person who contributes nothing to a project, or has nothing going on upstairs, or both. As in "He's a no-op." 3. Any operation or sequence of operations with no effect, such as circling the block without finding a parking space, or putting money into a vending machine and having it fall immediately into the coin-return box, or asking someone for help and being told to go away. "Oh, well, that was a no-op." Hot-and-sour soup (--> great-wall) that is insufficiently either is `no-op soup'; so is wonton soup if everybody else is having hot-and-sour.

normative Logik
ein Zweig der formalen Logik, in dem logische Strukturen untersucht werden, die Normen und normative Wirkungen ausdrücken. Man unterscheidet folgende Grundformen der Normen: (1.) Regeln, z.B. Regeln der Ethik und des Geimeinschaftslebens, juristische und syntaktische Regeln, (2.) Vorschriften, z.B. Befehle, Erlasse, (3.) technische Normen

nota
(lat. notare: bezeichnen, bemerken): 1. der Begriffsumfang(Logik), 2. die Rechnung, 3. der Auftrag, 4. das Zeichen, die Anmerkung, die Notiz

nota accidentatis modus
(lat.) ein zufälliges Merkmal

nota notae est nota rei ipsius
(lat.) ein Merkmal eines Merkmals ist Merkmal des Gegenstandes selbst. -->Axiom des einfachen kategorischen Syllogismus

notatio
(lat.) die Bezeichnung, die Beschreibung; die Definition einer Wortbedeutung

notio
(lat.; das Kennenlernen; die Kenntnis, abgeleitet von notus: der Begriff): der Begriff

notio generalis summa, genus summum
(lat.) der höchste Gattungsbegriff

notio generalis superior
(lat.) höherer Gattungsbegriff

notiones aequipollentes
(lat.) gleichwertige Begriffe, äquivalente Begriffe

notiones contradictoriae
(lat. notio : das Kennenlernen; die Kenntnis; "Begriff" zu notius, lat. contradictio : der Widerspruch, der Gegensatz) unvereinbare Begriffe, --> kontradiktorische Begriffe

notiones inter se convenientes
(lat.) teilweise übereinstimmende Begriffe

notitia
(lat.) die Erkenntnis; das Wissen, die Daten

notwendiges Urteil
-->apodiktisches Urteil

Notwendigkeit (engl. necessity)
Eine innere objektive Gesetzmäßigkeit für das Entstehen, die Existenz und die Entwicklung von Gegenständenn und Erscheinungen der materiellen Welt, die sich ständig in bestimmten vorliegenden Bedingungen oder in deren Tendenz äußert. Die Notwendigkeit ist vom Allgemeinen(-->Allgemeines) nicht zu trennen und tritt als Einheit von Möglichkeit und Wirklichkeit auf, von Form und Inhalt. Sie ist untrennbar mit dem Zufall verknüpft; die Notwendigkeit bahnt sich ihren Weg durch alle Zufälligekerten. In Massenprozessen mit seiner sehr großen Anzahl von Elementen äußert sich die Notwendigkeit durch Anwesenheit nur eines bestimmten Minimums von zufälligen Ereignissen. Eine Änderung der Bedingungen zieht oft eine Änderung der Notwenigkeit nach sich. Dabei können notwendige Zusammenhänge unter neuen Bedingungen zu zufälligen werden und zufällige zu notwendigen. Die untrennbare Einheit von Zufall und Notwendigkeit wird auch in der Weise zum Ausdruck gebracht, daß die Notwendigkeit als Maß der Abhängigkeit und der Zufall als Maß der Unabhängigkeit der Erscheinungen betrachtet werden kann. Eine Erscheinung, eine Eigenschaft ist in dem Maße notwenig, indem sie von anderen Erscheinungen und Eigenschaften abhängt; zufällig ist eine Erscheinung, eine Eigenschaft in dem Maße, in dem eine solche Abhängigkeit fehlt. Zufälligkeit und Notwendigkeit werden auseinandergerissen, wenn die Notwendigkeit ausschließlich dem wissenschaftlichen Gesetz zugeschrieben wird. Das Maß der Notwendigkeit einer Erscheinung wird durch die inneren und äußeren Bedingungen bestimmt. Bei der Begründung eines wissenschaftlichen Gesetzes besteht die Hauptaufgabe darin, unter Verwendung der für die betreffende Wissenschaft charakteristischen experimentellen und theoretischen Mittel den notwendigen Zusammenhang zwischen den untersuchten Bedingungen nachzuweisen, in qualitativer und quantitativer Beziehung die Bedeutung der zufälligen, unwesentlichen Faktoren bei der Realisierung des untersuchten Gesetzes zu werten und dazu die voneinander abhängigen und voneinander relativ unabhängigen Ereignisse, Eigenschaften, Seiten von Erscheinungen und Prozessen zu ermitteln, die in diesem Gegenstandsbereich vorliegen. Nach Naletov geht es bei der Begründung des komplizierten dialektischen Charakters der Korrelation von Zufälligkeit und Notwendigkeit im Zusammenhang mit der Begründung eines wissenschaftlichen Gesetzes nicht darum, nach erfolgtem Nachweis der Notwenigkeit "in reiner Form" den Zufall aus der Theorie überhaupt zu eleminieren, sondern darum, seine Rolle(wie unbedeutend sie auch immer sein mag) exakt zu berücksichtigen und ihn in entsprechender experimenteller, konzeptioneller bzw. mathematischer Form auszudrücken. In einigen Untersuchungen gelingt die Eleminierung des Zufalls durch entsprechende Annahmen ohne besondere Mühe, und zwar derart, daß diese "Operationen" den objektiven Prozeß nicht wesentlich entstellt. Dabei wird die Möglichkeit erzielt, Ereignisse eindeutig zu erklären und vorauszusagen. Jedoch bei der Untersuchung einer ganzen Reihe von Erscheinungen, insbesondere solcher, die auf die Quantenmechanik, die Genetik, die Meteorologie u.a. Wissenschaften bei der Erforschung komplizierter Systeme immer häufiger treffen, werden derartige -->Abstraktionen nicht ohne "Opfer" vermieden. Die Bestimmung eines Gesetzes schließt daher zwei Aspekte ein: die Aufdeckung des notwendigen Charakters einer untersuchten Abhängigkeit und die Begründung der Annahmen(Voraussetzungen), die den Anteil des Zufalls an dem untersuchten Prozeß bestimmen. Eine derartige "zweifache" Begründung eines wissenschaftlichen Gesetzes trennt nicht nur die notwendige und zufällige Seite, sondern bestimmt auch zugleich die Grenzbedingungen, unter denen das vorliegende Gesetz realisiert wird und unter denen seine Wirkung allein fehlerfrei bestimmt werden kann.

Noumenon
(gr. nooumenon: das Gedachte): (I) ein Terminus, der in der idealistischen Philosophie und Logik üblich ist zur Bezeichnung eines Verstandes- oder Gedankendinges, das nur mit der Vernunft erkennbar ist; es ist der Gegensatz zum Phainomenon(-->Phänomen). (II) 1. Plato: das mit dem Geist zu Erkennende im Gegensatz zu dem mit den Augen zu Sehende, 2. Kant: das bloß Gedachte, objektiv nicht Wirkliche, Begriff ohne Gegenstand

NSF
National Science Foundation

NTS/2
An OS/2 product containing -->LAN CID Utility and -->SRVIFS. It facilitates redirected installation of clients.

NTSC
National Television Systems Committee, u.a. in den USA und Japan verwendetes Übertragungssystem für Farbfernsehen mit 59,94 Halbbildern (--->Interlace) pro sekunde, --->PAL.

null-terminated string
A string of (n+1) characters where the (n+1)th character is the 'null' character(0x00). Also known as 'zero-terminated' string and -->'ASCIIZ' string

Nullelement
-->neutrales Element(-->Boolsche Algebra I, -->Verband V)

Nullfunktion
-->rekursive Funktion I

nullius in verba
(lat.) man kann Argumente nicht allein auf Worte zurückführen

Nullklasse
-->leere Klasse

Nullmenge
-->leere Menge

numerabilis
(lat.) zählbar

Numerierung
eine Abbildung t aus der Menge der natürlichen Zahlen auf eine gegebene Menge von (im allgemeinen konstruktiven) Objekten. Ist n eine natürliche Zahl aus dem Definitionsbereich von t, so heißt n eine Nummer des Objektes t(n) bei der Numerierung t. Ist die Abbildung t -->eineindeutig(bijektiv), d.h. hat jedes Objekt aus der durch t numerierten Menge nur eine einzige Nummer, so nennt man t eine einwertige Numerierung.

numerischer Ausdruck
Dies ist ein Ausdruck, in dem keine symbolischen Variablen außer den speziellen Konstanten PI, E, EULER, und CATALAN vorkommen. Ein numerischer Ausdruck wie z.B. I^(1/3) + sqrt(PI)*exp(17) ist eine exakte Darstellung einer reellen oder komplexen Zahl. Er kann aus Zahlen, Wurzelausdrücken und Aufrufen spezieller Funktionen zusammengesetzt sein. Mittels der Funktion float() kann ein numerischer Ausdruck in eine reelle oder komplexe Gleitpunktzahl konvertiert werden.

numerus
(lat.) Zahl, Bestandteil, Element

NVRAM
NonVolatile Random-Access Memory: Nonvolatile (sometimes written as "non-volatile") storage (NVS) - also known as nonvolatile memory or nonvolatile random access memory - is a form of static random access memory whose contents are saved when a computer is turned off or loses its external power source. NVS is implemented by providing static RAM with backup battery power or by saving its contents and restoring them from an electrically erasable programmable ROM (EPROM). Some modems use NVS as a place to keep preset or user-specified phone numbers and modem profiles.

Nyman, Alf (1884-1968)
Von 1930 bis 1949 Professor der Philosophie an der Universität Lund. Nyman wurde stark beeinfluß durch den Neukantianer Larsson und durch Vaihinger; er versuchte im Anschluß an Untersuchungen zu Avenarius und Kant sowie zur Problematik von Psychologismus und Logizismus die Ideen des Fiktionanalismus in einer "Untersuchung der Natur und der Hilfsquellen der logsichen Evidenz" auf die Raumnalogien anzuwenden, die er - im Sinne von Vaihinger - als falsch, aber zweckmäßig bezeichnete. Auch Fragen der Wissenschaftstheorie sowie der Philosophiegeschichte waren Gegenstand seiner Forschung. Werke: Psykologism mot logism(1917); Metafor och fiktion(1922); Raumsanalogierna i logiken(1926); Nutidstänkande(1927); Fran Platon till Einstein (1933); Nya vägar inom psykologien(4. Auflage 1944); Problem och problemlösningar inom filosofien(1945); Gränsbegrepp och renodling inom vetenskapen(1951); Experimentet, dess förutsättningar och gränser(1953); Etats scandinaves (in: Les grands courants de la pensee mondiale contemporaine, 1958)

php.net OpenIT" © 1998-2017 by WebTeam OS2.org