From 1502346f33a15585b7cc2277a5d8b1591a3dd42f Mon Sep 17 00:00:00 2001 From: "Mr. Cosmo" <114739982+Antonios-TARNANAS@users.noreply.github.com> Date: Fri, 17 Jul 2026 12:30:49 +0200 Subject: [PATCH 1/2] Fix typo in hosts introduction section ln.468 Typo: "hos hosts"->"how hosts" --- hosts/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/introduction.rst b/hosts/introduction.rst index cd5e5a5..44ea985 100644 --- a/hosts/introduction.rst +++ b/hosts/introduction.rst @@ -465,7 +465,7 @@ contains both the IP address of the source or origin of the packet and the IP address of the destination or recipient of the packet. The network uses the destination address to deliver each packet to its final recipient. -Throughout this part, we will consider the Internet as a black box as shown in :numref:`fig-network-blackbox`. We will focus on hos hosts interact and will reveal how the network really operates in the second part of the book. +Throughout this part, we will consider the Internet as a black box as shown in :numref:`fig-network-blackbox`. We will focus on how hosts interact and will reveal how the network really operates in the second part of the book. .. _fig-network-blackbox: From 26fa496001b286de14f4d12f10cbedbbbf525fea Mon Sep 17 00:00:00 2001 From: "Mr. Cosmo" <114739982+Antonios-TARNANAS@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:53:27 +0200 Subject: [PATCH 2/2] Fix formatting of IPv6 address count in introduction.rst Corrected the formatting of the IPv6 address count for clarity and consistency. before. :math:`2^128... after. :math:`2^{128}... --- hosts/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/introduction.rst b/hosts/introduction.rst index 44ea985..a82ee73 100644 --- a/hosts/introduction.rst +++ b/hosts/introduction.rst @@ -553,7 +553,7 @@ The second deployed version of IP is :term:`IP version 6`. This version of IP introduces several changes compared to IP version 4 that will be discussed later. The most important one is the length of the IPv6 addresses. An IPv6 address is 128 bits long. This implies that in theory, there -are :math:`2^128=340,282,366,920,938,463,463,374,607,431,768,211,456` unique IPv6 addresses. The number of IPv6 addresses is +are :math:`2^{128}=340,282,366,920,938,463,463,374,607,431,768,211,456` unique IPv6 addresses. The number of IPv6 addresses is much larger than the number of IPv4 addresses, and we do not expect the IPv6 addressing space to become exhausted one day.