@@ -136,7 +136,7 @@ Except at the hardware level, where peers directly communicate with each
136136other over a physical medium, peer-to-peer communication is
137137indirect—each protocol communicates with its peer by passing messages to
138138some lower-level protocol, which in turn delivers the message to *its *
139- peer. In addition, there are potentially more than one protocol at any
139+ peer. In addition, there may be more than one protocol at any
140140given level, each providing a different communication service. We
141141therefore represent the suite of protocols that make up a network system
142142with a *protocol graph *. The nodes of the graph correspond to protocols,
@@ -424,9 +424,9 @@ layer is layer 3, and the link or subnet layer below IP is layer 2.
424424 specification of many of its protocols, such as TCP, UDP, IP,
425425 DNS, and BGP. But the Internet architecture also embraces many
426426 protocols defined by other organizations, including IEEE's
427- 802.11 ethernet and Wi-Fi standards, W3C's HTTP/HTML web
428- specifications, 3GPP's 4G and 5G cellular networks standards,
429- and ITU-T's H.232 video encoding standards , to name a few.
427+ 802.3 Ethernet and 802.11 Wi-Fi standards, W3C's HTTP/HTML web
428+ specifications, 3GPP's 4G and 5G cellular network standards,
429+ and ITU-T's H.264 video encoding standard , to name a few.
430430
431431 In addition to defining architectures and specifying protocols,
432432 there are yet other organizations that support the larger goal of
@@ -486,4 +486,3 @@ meetings:
486486 capabilities, and evolve rapidly. The narrow-waisted model is
487487 critical to the Internet’s ability to adapt to new user
488488 demands and changing technologies. :ref: `[Next] <key-pipe-full >`
489-
0 commit comments