From 5b7935994c9f367df5e89b29e6a5de39c712b44b Mon Sep 17 00:00:00 2001 From: sjoh29 <44416532+sjoh29@users.noreply.github.com> Date: Wed, 31 Oct 2018 17:41:37 -0400 Subject: [PATCH] Added "NAT" to the article (#32977) Added the term "Network Address Translation" and its definition to the article --- guide/english/network-engineering/icmp-header/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guide/english/network-engineering/icmp-header/index.md b/guide/english/network-engineering/icmp-header/index.md index 82e4c85914..30f8dc28bf 100644 --- a/guide/english/network-engineering/icmp-header/index.md +++ b/guide/english/network-engineering/icmp-header/index.md @@ -11,6 +11,9 @@ ICMP for IPv4 is encapsulated within an IPv4 packet and contains a data section ICMP packets for IPv4 may not exceed 576 bytes in length, including headers. +##### Network Address Translation [NAT] +* During traffic flow, packets are sent out in order to remap an IP address to modify to another address. This process only works with IPv4. Lastly, this is process ensures that IPv4 addresses will not run out by IP modification on a normal basis. + ##### Type [8-bits] * Type field refers to the type of ICMP message * Some useful ICMP types include: