Chapter 7: Internet Protocol Version 4 (IPv4)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

flashcard set

Earn XP

Description and Tags

This set of flashcards covers key vocabulary and concepts related to Internet Protocol Version 4 (IPv4) and its role in the TCP/IP protocol suite.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

Datagram

A variable-length packet consisting of a header and data used in the network layer.

2
New cards

Fragmentation

The process of dividing a datagram into smaller packets to accommodate the maximum transmission unit (MTU) of the network.

3
New cards

Checksum

An error detection method used to verify the integrity of a packet by comparing the calculated value at the sender and the receiver.

4
New cards

IP Protocol

The transmission mechanism used at the network layer of the TCP/IP protocol suite.

5
New cards

MTU (Maximum Transfer Unit)

The maximum size of a packet that can be transmitted over a network.

6
New cards

IP Header

The section of an IPv4 datagram that contains essential routing and delivery information.

7
New cards

ATM (Asynchronous Transfer Mode)

A network technology that encapsulates IP packets in cells for transmission over a switched WAN.

8
New cards

Options in IP Datagram

Variable-length fields in the IP header that are not required but can be used for network testing and debugging.

9
New cards

TTL (Time to Live)

A field in the IP header that determines the lifetime of a packet and prevents it from circulating indefinitely.

10
New cards

Encapsulation

The process of wrapping data within another form, such as adding a header to a data packet.

11
New cards

Protocol Field

A part of the IP header that indicates the next level protocol used in the IP packet.

12
New cards

IGMP (Internet Group Management Protocol)

An IP protocol used for managing multicast group memberships.

13
New cards

Source IP Address

The IP address of the device sending the IP packet.

14
New cards

Destination IP Address

The IP address of the device intended to receive the IP packet.

15
New cards

Variable Length

Refers to the ability of datagrams to be of different sizes, allowing flexible transmission depending on the data.

16
New cards

Fragment Offset

A field in the IP header that indicates where in the datagram a fragment belongs.

17
New cards

Strict Source Route

An option in an IP header that specifies all routers a packet must pass through.

18
New cards

Loose Source Route

An option in an IP header that specifies some routers a packet must pass through, while allowing flexibility for others.

19
New cards

Record Route Option

An option that records the route taken by the packet, allowing for tracing of the path it follows.

20
New cards

No Operation (NO-OP)

An option in an IP header used primarily for alignment purposes.

21
New cards

UDP (User Datagram Protocol)

A transport layer protocol that emphasizes low-latency transmission of data.

22
New cards

TCP (Transmission Control Protocol)

A transport layer protocol that ensures reliable transmission of data.