User`s guide

Glossary
340
After a client and server has used Kerberos to prove their
identity, they can also encrypt all of their communications to
assure privacy and data integrity as they go about their
business.
LDAP Lightweight Directory Access Protocol. A software protocol
for enabling anyone to locate organizations, individuals, and
other resources such as files and devices in a network,
whether on the Internet or on a corporate intranet.
LDAP is a "lightweight" (smaller amount of code) version of
DAP (Directory Access Protocol), which is part of X.500, a
standard for directory services in a network.
MAC Medium Access Control. Internationally unique hardware
identification address that is assigned to the NIC (Network
Interface Card) which interfaces the node to the LAN.
Masquerading Where a system acts on behalf of other systems, such as when
an ISP server accesses network services on behalf of a dial-up
user.
MTU Short for Maximum Transmission Unit, the largest physical
packet size, measured in bytes, that a network can transmit.
Any messages larger than the MTU are divided into smaller
packets before being sent.
Every network has a different MTU, which is set by the
network administrator. On Windows, you can set the MTU of
your machine. This defines the maximum size of the packets
sent from your computer onto the network. Ideally, you want
the MTU to be the same as the smallest MTU of all the
networks between your machine and a message's final
destination. Otherwise, if your messages are larger than one
of the intervening MTUs, they will get broken up
(fragmented), which slows down transmission speeds.