background image
168
Chapter 3
Internet Protocols
run programs. File Transfer Protocol (FTP) is a connection-oriented
service that allows you to transfer files. Trivial FTP (TFTP) is a connec-
tionless file transfer program. Simple Mail Transfer Protocol (SMTP) is a
send mail program.
Remember the Host-to-Host layer protocols. Transmission Control
Protocol (TCP) is a connection-oriented protocol that provides reliable
network service by using acknowledgments and flow control. User
Datagram Protocol (UDP) is a connectionless protocol that provides low
overhead and is considered unreliable.
Remember the Internet layer protocols. Internet Protocol (IP) is a con-
nectionless protocol that provides network address and routing through an
internetwork. Address Resolution Protocol (ARP) finds a hardware address
from a known IP address. Reverse ARP (RARP) finds an IP address from
a known hardware address. Internet Control Message Protocol (ICMP)
provides diagnostics and unreachable messages.
Remember the Class A range. The IP range for a Class A network is
1
-126. This provides 8 bits of network addressing and 24 bits of host
addressing by default.
Remember the Class B range. The IP range for a Class B network is
128
-191. Class B addressing provides 16 bits of network addressing and
16 bits of host addressing by default.
Remember the Class C range. The IP range for a Class C network is
192
-223. Class C addressing provides 24 bits of network addressing and
8 bits of host addressing by default.
Understand the difference between a subnet address and a broadcast
address.
A subnet address is calculated by turning all host bits off. A
broadcast address is calculated by turning all host bits on.
Be able to calculate Class C and Class B subnets and find their valid
hosts.
Make sure you can understand, by looking at the first octet,
which class of address the IP address is a member of. Once you do that,
you need to find your host bits and determine which bits are used for sub-
netting and which bits are used for host addressing. Then turn the host bits
all off to get the subnet address, and turn the bits all on to get the broad-
cast address. The valid host addresses are always the numbers between the
subnet address and the broadcast address.
Copyright ©2002 SYBEX, Inc., Alameda, CA
www.sybex.com