AppendixD. Definitions of terms
NAT
NAT(Network Address Translation), also known as masquerading, is a way to hide a network from outside
computers.Used with firewalls to hide the computers on the internal network from the rest of the world.
Netmask
Seenetwork mask.
Networkmask
Anetwork mask tells what computers can be accessed locally without using a gateway, and what computers
canonly be reached through a gateway. The bits in the network mask determine what is a network and what is
acomputer. The total number of bits is 32 and the "one-bits" are for networks. The network mask can be
specifiedas the number of one-bits grouped in the same way as IP addresses. For what formerly was called a
classC network, the network mask is 24, which can also be expressed as 255.255.255.0 (i.e., 24 one-bits
groupedin octets and then interpreted as binary numbers). If this network is divided into several parts, the
networkmask is different, depending on how the division is done. For example, the network mask
255.255.255.224gives a network with 32 IP addresses in it. See also the table of network masks in appendix
C,Lists of Reserved Ports, ICMP Types and Codes, and Internet Protocols.
News
Newsis a distributed, loose conference system, which includes the entire Internet and more. News originated
ine-mail, so it has many similarities to e-mail. It can also be called Usenet News and NetNews.
Newsis a conference system for exchange of ideas, questions and answers, and so on, just like in a BBS or
COMsystem. What is written in News is not stored on a central computer; it is sent out all over the world and
storedin several places. Your organization may choose to retrieve News and store all textslocally.
Tokeep track of everything, News is divided into news groups. A news group focuses on a specific area of
interest.Each news group can have divisions and subgroups.
rec.motorcycles.harleyis an example of a group name. rec is the main group, Recreational, which includes
hobbies,recreation and the arts. A subgroup of rec is motorcycles, which is solely about motorcycles. A
subgroupof rec.motorcycles is harley, which is only about Harley Davidson motorcycles. Another example is
sci.geo.geology.Anyone can post articles to News; remember that several million people may be reading what
youwrite. Make sure that all users are aware of this and are restrictive of what they write.
Newsservers use the NNTP protocol to communicate with each other. Many client programs also use NNTP to
communicatewith the news server. NNTP communication uses port 119.
NFS,Network File System
NFSis a protocol for mounting disks from other computers over the network. NFS should be blocked against
unsecureexternal networks. NFS uses port 2049.
NIS/YP,Network Information Service/Yellow Pages®
NIS/YPis used to distribute central information to client machines in a network. Passwords and e-mail aliases
aretypical examples of such information. This also often used to allow users to sit at any work station, log in
asthemselves, and access their user accounts. NIS/YP should be blocked against unsecure external networks.
NNTP
SeeNews.
NTP
NTPstands for Network Time Protocol and is used for synchronizing computer clocks. The synchronization
normallyuses a computer with a very accurate clock, e. g., a computer with an atomic clock.
Aclient computer wanting to synchronize with a server via NTP usually uses a high port on the client, port
123on the server and the UDP protocol. The server returns data using UDP from port 123 to a high port on the
clientcomputer.
143