IP Addressing Flashcards
What does unreliable mean for IP?
IP does not have the ability to manage or recover from undelivered or corrupt packets
What is IPv6’s Next header?
an 8 bit field that indicates the payload type that the packet is carrying
What command shoes the ARP table on Cisco IOS and Windows?
ip arp and arp -a
What are two primary assigned addresses?
Physical (MAC) and Logical (IP)
What are the codes for the routes learned?
- L is directly connected local interface
- C is directly connected network
- S is a manually configured static route
- O is OSPF
- D is EIGRP
How long is an IPv6 header in octets?
40 octets that are fixed length
Which layer is responsible for the maximum size of the PDU?
The network layer but it receives information from the data link layer that it uses for its decision.
What is the range of a Class A address?
1 - 127
What directions are protocol header diagrams read?
Left to right, top to bottom
What does the network layer provide?
Services to allow end devices to exchange data across networks
What is time-to-live? What is its abbreviation?
an 8 bit field used to limit the lifetime of a packet. It is set by the originating device and goes down one for each hop it makes. Once it reaches 0, the router drops the packet and sends an ICMP time exceeded message to the source. Since it changes, the checksum has to be recalculated. TTL.
What is the range of a Class C address?
192 - 223
What is differentiated Services? What is it’s short name and abbreviation?
an 8-bit field used to determine the priority of each packet. The first six bits are the differentiated service code point (DSCP) buts and the last two bits are the Explicit congestion notification (ENC) bits. DiffServe and DF
What is an extension header in IPv6?
Optional network layer information
What is the flow label in IPv5?
Provides a way for IPv6 routers and switches to quickly identify packets that belong to the same flow or communication method.
Who decides a packet is destined for a local or remote network?
The source end device
On Windows, how long are ARP mappings retained?
15-45 Seconds
How long do devices learn of a networks default gateway?
- In IPv4, it learns through DHCP or manually
- In IPv6, it learns through router broadcasts, DHCP, or manually
What are the limitations of IPv4?
- limited number of unique public addresses
- NAT introduces additional complexity
- Complex header
- Limited overhead
The routing table stores three types of route entries. What are they?
- directly connected networks are active router interfaces
- remote networks are networks that are connected to other routers
- default routes are use when there are no better match in the IP routing table
What class is 128.17.9.1
Class B
What is IPv6’s traffic class field?
an 8-bit field equivalent to DS in IPv4, which specifies priority.