Chapter 9 Terms Flashcards
PAT
A form of address translation that uses TCP port numbers to distinguish each client’s transmission, thus allowing multiple clients to share a limited number of Internet-recognized IP addresses.
IMAP
A mail retrieval protocol that allows users to store messages on the mail server rather than download them to the local machine.
NetBIOS
A protocol that associates names with workstations; it is not routable without TCP/IP encapsulation.Operates on Ports 137, 138, and 139.
MIME
A standard for encoding and interpreting binary files, images, video, and non-ASCII character sets within an email message.
Netstat
A TCP/IP troubleshooting utility that displays statistics and the state of current TCP/IP connections.
nbtstat
A TCP/IP troubleshooting utility that provides information about NetBIOS names and their addresses.If you know the NetBIOS name of a workstation, you can use this to determine its IP address.
tracert
A TCP/IP troubleshooting utility that uses ICMP to trace the path from one networked node to another, identifying all intermediate hops between the two nodes.
Nslookup
A TCP/IP utility that allows you to look up the DNS host name of a network node by specifying its IP address or vice versa.
NAT
A technique in which IP addresses used on a private network are assigned a public IP address by a gateway when accessing a public network.
slash notation
In CIDR, a method of denoting network IDs and their subnet boundaries.Example might be 199.34.89.0/22.
default gateway
Packets destined for a remote network are sent to this router.
POP
This protocol is used to retrieve messages from a mail server.These messages are then transferred to the local computer and removed from the mail server.
SMTP
Uses Port 25 by default.It moves messages from one email server to another.