IP Flashcards
(41 cards)
True/False - A device on one subnet cannot communicate with another device on a different subnet without the help of a router
True
True/False - Subnetting is transparent to the rest of the internet
True
Define subnetting
The process of dividing a network into smaller sized networks
How many hosts are possible on a Class B network
( 2 ^ 16 ) - 2
How many hosts are possible on a Class A network
(2 ^ 24 ) - 2
How many hosts are possible on a Class C network
( 2 ^ 8 ) - 2
What is the purpose of the special IP address 0.0.0.0
Only used in a local network for a src ip until DHCP gives an IP
What is the purpose of the special IP address 255.255.255.255
Limited Broadcast - only for a dst ip in a local network
What are the characteristics of the special IP address type, Network Address
Host ID is all 0’s, cant be used to address to a device
What are the characteristics of the special IP address type, Direct Broadcast
Net ID is specified, host portion is all 1’s, allows broadcast to a different network
How would a special IP address for a specific host on a network look
network id is all 0’s, host id is specified
What is the loopback address and what is its purpose
127.x.x.x , doesnt leave local interface
What are the private IP ranges
10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168. 0. 0 - 192.168.255.255
Describe a subnet mask in terms of the 32 bit sequence
A 32 bit sequence that contains a 1 in every network/subnet portion bit and a 0 in every host portion bit
True/False - All devices including hosts and routers that are located on the same network/subnet must have the same subnet mask
True
True/False - Devices on different subnets may have the same subnet mask
True
True/False - To find the network address, take the IP address and BIT AND it with the subnet mask
True
True/False - IP is a connectionless, unreliable, best-effort service
True
True/False - Routers in the internet ignore the protocol field
True
True/False - IP just checks the header for errors, not the payload
True
True/False - To get the size of the payload take the Total Len and subtract the Hdr Len
True
True/False - Maximum Transmission Unit (MTU) is the Largest Payload a frame can handle
True
True/False - Internet routers treat each fragment as an independent packet
True
True/False - The last fragment must be a multple of 8
False