IP Addressing Flashcards
InterNIC
Internet Network Information Center (international organization primarily responsible for the allocation of domain name and IP address)
Normal Public masks Class A = Class B = Class C =
Class A = 255.0.0.0 Class B = 255.255.0.0 Class C = 255.255.255.0
The /X
The /X = the number of 1’s in the binary mask. There are a total of 8 possible 1’s for each octet. 255 has 8 1’s, so 255.0.0.0 is a /8. 255.255.0.0 = /16 etc…
Possible number of subnets
To find the number of subnets use 2^n for the on bits 172.20.0.0 255.255.255.224 11111111.11111111.11111111.11100000 (11 bits on) so 2^11=2048 subnets
Possible Number of hosts per subnet
To find the number of host per subnet use 2^n-2 for the off bits
172.20.0.0 255.255.255.224 11111111.11111111.11111111.11100000 (5 bits off) so 2^5-2=30 host per subnet So a mask of 255.255.255.224 = 11111111.11111111.11111111.11100000 Each octet represents 128,64,32,16,8,4,2,1 or 2n where n is the position from the left. So the last “1” is in the 32 position and 256-224=32 you have to subtract the network and the broadcast address to get the number of hosts = 30.
Most Significant bits (MSBs) ?
- Class A =
- Class B =
- Class C =
Most Significant bits (MSBs)?
- Class A = 0
- Class B = 10
- Class C = 110
What command would you use to determine if all seven layers of OSI reference model are operational between a local and remote host and gain login access to the remote host
Telnet
What are the 4 DHCP messages and are they Broadcast or Unicast
DHCPDISCOVER (Broadcast) Client to Server
DHCPOFFER (Unicast) Server to Client
DHCPREQUEST (Broadcast) Client to Server
DHCPACK or DHCPNAK (Unicast) Server to Client
IOS interface configuration Command is used to enable DHCP relay agent on the specified router interface.
ip helper-address
Protocol - What Protocol is used to obtain the IP address for a machine based on the MAC address.
RARP - Reverse Address Resolution Protocol
NAT
NAT - 4 Types 1. Static 2. Dynamic - Maps a Private IP to a Public address from a range of Public IPs. (Translation table populated as the required traffic flows through the NAT enabled device) 3. Overloading 4. Overlapping
IOS command will enable you to use hostnames with the Ping or traceroute commands in place of IPs
ip domain-lookup
IOS command to specify the IP address of one or more DNS Servers
ip name-server
DNS
Service responsible for resolving WEB URLs to their assigned IP and vise versa.
IOS Command to re-enable DHCP and DHCP relay agent if disabled.
service dhcp