• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/13

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

13 Cards in this Set

  • Front
  • Back
Version
Version of the IP protocol. Most networks use IPv4 today, with IPv6 becoming more popular. The header format reflects IPv4.
Header Length
Defines the length of the IP header, including optional fields. Because the length of the IP header must always be a multiple of 4, the IP header length (IHL) is multiplied by 4 to give the actual number of bytes.
DS Field
Differentiated Services Field. This byte was orignially called the Type of Service (ToS) byte, but was redefined by RFC 2474 as the DS Field. It is used for marking packets for the purpose of applying different quality of service (QoS) levels to different packets.
Packet Length
Identifies the entire length of the IP packet, including the data.
Identification
Used by the IP packet fragmentation process. If a single packet is fragmented into multiple packets, all fragments of the original packet contain the same identifier, so that the original packet can be reassembled.
Flags
3 bits used by the IP packet fragmentation process.
Fragment Offset
A number set in a fragment of a larger packet that identifies the fragment's location in the larger original packet.
Time to Live (TTL)
A value used to prevent routing loops. Routers decrement this field by 1each time the packet is forwarded; once it decrements to 0, the packet is discarded.
Protocol
A field that identifies the contents of the data portion of the IP packet. For example, protocol 6 implies a TCP header is the first thing in the IP packet data field.
Header Checksum
A value used to store a frame check sequence (FCS) value, whose purpose is to determine if any bit errors occurred in the IP header (not the data) during transmission.
Source IP Address
The 32-bit IP address of the sender of the packet.
Destination IP address
The 32-bit IP address of the intended recipient of the packet.
Optional Header Fields and Padding
IP supports additional header fields for future expansion via optional header. Also, if these optional headers do not use a multiple of 4 bytes, padding bytes are added, comprimised of all binary 0s, so that the header is a multiple of 4 bytes in length.