07-IP Addressing
07-IP Addressing
• IP address information
– Network Class determined by first octet
• Class A, Class B, Class C
• Subnetting
– Subdividing network single class into multiple, smaller
logical networks (segments)
• Control network traffic
• Make best use of limited number of IP addresses
– Subnet mask varies depending on subnetting
• Nonsubnetted networks use defaults
Network+ Guide to Networks, 5th Edition 11
Assigning IP Addresses
• Government-sponsored organizations
– Dole out IP addresses
– IANA, ICANN, RIRs
• Companies, individuals
– Obtain IP addresses from ISPs
• Every network node must have unique IP address
– Error message otherwise
• Static IP address
– Assignment manually
– Modify client workstation TCP/IP properties
• Only way to change
– Human error cause duplicates
• Automatic IP addressing
– BOOTP and DHCP
– Reduce duplication error
• Mid-1980s
• Application layer protocol
• Central list
– IP addresses, associated devices MAC addresses
– Assign client IP addresses dynamically
• Dynamic IP address
– Assigned to device upon request
– Changeable
• APIPA
– Assigns computer s network adapter IP address from
the pool
– Assigns subnet default Class B network
• 255.255.0.0
– Part of operating system
• No need to register; check with central authority
• Disadvantage
– Computer only communicates with other nodes using
addresses in APIPA range
• Domain
– Group of computers belonging to same organization
– Share common part of IP address
• Domain name
– Identifies domain (loc.gov)
– Associated with company, university, government
organization
• Fully qualified host name (jasmine.loc.gov)
– Local host name plus domain name
• Collection of protocols
– Designed by IETF
– Simplify TCP/IP network node setup
– IP addresses assigned through IPv4LL
• IP version 4 Link Local
– Manages automatic address assignment
• Locally connected nodes
– Not used on larger networks
– Especially useful with network printers
• Provides verification
– TCP/IP installed, bound to NIC, configured correctly,
communicating with network
– Host responding
• Uses ICMP services
– Send echo request and echo reply messages
• Determine IP address validity
• Ping IP address or host name
• Ping loopback address: 127.0.0.1
– Determine if workstation s TCP/IP services running
Network+ Guide to Networks, 5th Edition 54
PING (cont d.)