products:ict:communications:internet:protocols:ip_packet_format
Differences
This shows you the differences between two versions of the page.
products:ict:communications:internet:protocols:ip_packet_format [2024/03/31 18:42] – created wikiadmin | products:ict:communications:internet:protocols:ip_packet_format [2024/03/31 18:42] (current) – wikiadmin | ||
---|---|---|---|
Line 14: | Line 14: | ||
6. **Flags (3 bits)**: Contains flags related to fragmentation and reassembly: | 6. **Flags (3 bits)**: Contains flags related to fragmentation and reassembly: | ||
- | - **Reserved (1 bit)**: Reserved for future use. | + | |
- | | + | **Reserved (1 bit)**: Reserved for future use. |
- | | + | |
+ | **Don' | ||
+ | |||
+ | **More Fragments (MF) (1 bit)**: If set, indicates that more fragments follow this fragment. | ||
7. **Fragment Offset (13 bits)**: Specifies the offset of the current fragment relative to the original packet. It indicates where in the original packet this fragment belongs. | 7. **Fragment Offset (13 bits)**: Specifies the offset of the current fragment relative to the original packet. It indicates where in the original packet this fragment belongs. | ||
Line 35: | Line 38: | ||
The payload of the IP packet contains the actual data being transmitted. The length and structure of the payload depend on the protocol specified in the Protocol field of the IP header. For example: | The payload of the IP packet contains the actual data being transmitted. The length and structure of the payload depend on the protocol specified in the Protocol field of the IP header. For example: | ||
- | - If the Protocol field indicates TCP (Protocol number 6), the payload will contain a TCP segment. | + | |
- | - If the Protocol field indicates UDP (Protocol number 17), the payload will contain a UDP datagram. | + | If the Protocol field indicates TCP (Protocol number 6), the payload will contain a TCP segment. |
- | - If the Protocol field indicates ICMP (Protocol number 1), the payload will contain an ICMP message. | + | |
+ | If the Protocol field indicates UDP (Protocol number 17), the payload will contain a UDP datagram. | ||
+ | |||
+ | If the Protocol field indicates ICMP (Protocol number 1), the payload will contain an ICMP message. | ||
### 3. **Packet Fragmentation**: | ### 3. **Packet Fragmentation**: | ||
Line 60: | Line 66: | ||
``` | ``` | ||
- | - Version: 4 | + | Version: 4 |
- | - Header Length: 5 (20 bytes) | + | |
- | - Type of Service: 00 | + | Header Length: 5 (20 bytes) |
- | - Total Length: 84 bytes | + | |
- | - Identification: | + | Type of Service: 00 |
- | - Flags: 0x4 (Don't Fragment) | + | |
- | - Fragment Offset: 0 | + | Total Length: 84 bytes |
- | - TTL: 64 | + | |
- | - Protocol: 6 (TCP) | + | Identification: |
- | - Header Checksum: b861 | + | |
- | - Source IP Address: c0a8 0001 (192.168.0.1) | + | Flags: 0x4 (Don't Fragment) |
- | - Destination IP Address: c0a8 00c7 (192.168.0.199) | + | |
+ | Fragment Offset: 0 | ||
+ | |||
+ | TTL: 64 | ||
+ | |||
+ | Protocol: 6 (TCP) | ||
+ | |||
+ | Header Checksum: b861 | ||
+ | |||
+ | Source IP Address: c0a8 0001 (192.168.0.1) | ||
+ | |||
+ | Destination IP Address: c0a8 00c7 (192.168.0.199) | ||
This is a simplified overview of the IP packet format. Actual implementations may vary, and additional features and extensions may be included based on specific requirements and protocols. | This is a simplified overview of the IP packet format. Actual implementations may vary, and additional features and extensions may be included based on specific requirements and protocols. |
products/ict/communications/internet/protocols/ip_packet_format.1711892524.txt.gz · Last modified: 2024/03/31 18:42 by wikiadmin