• 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/15

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;

15 Cards in this Set

  • Front
  • Back
Specifies the format of the IP packet header. The 4-bit version field contains the number 4 if it is an IPv4 packet and 6 if it is an IPv6 packet. However, this field is not used to distinguish between IPv4 and IPv6 packets. The protocol type field present in the Layer 2 envelope is used for that.
Version
Indicates the datagram header length in 32-bit words. This is the total length of all header information and includes the two variable-length header fields.
IP header length (HLEN)
8 bits that specify the level of importance that has been assigned by a particular upper-layer protocol.
Type of service (ToS)
16 bits that specify the length of the entire packet in bytes. This includes the data and header. To get the length of the data payload subtract the HLEN from the total length.
Total length
16 bits that identify the current datagram. This is the sequence number.
Identification
A 3-bit field in which the two low-order bits control fragmentation. One bit specifies if the packet can be fragmented and the other indicates if the packet is the last fragment in a series of fragmented packets.
Flags
13 bits that are used to help piece together datagram fragments. This field allows the previous field to end on a 16-bit boundary.
Fragment offset
A field that specifies the number of hops a packet may travel. This number is decreased by one as the packet travels through a router. When the counter reaches zero the packet is discarded. This prevents packets from looping endlessly.
Time to Live (TTL)
8 bits that indicate which upper-layer protocol such as TCP or UDP receives incoming packets after the IP processes have been completed.
Protocol
16 bits that help ensure IP header integrity.
Header checksum
32 bits that specify the IP address of the node from which the packet was sent.
Source address
32 bits that specify the IP address of the node to which the data is sent.
Destination address
Allows IP to support various options such as security. The length of this field varies.
Options
Extra zeros are added to this field to ensure that the IP header is always a multiple of 32 bits.
Padding
Contains upper-layer information and has a variable length of up to 64 bits.
Data