]> git.tuebingen.mpg.de Git - aple.git/blobdiff - Networking.m4
Unix_Concepts: Only mark up I/O operations as code and not comma
[aple.git] / Networking.m4
index a3a5d650b0556bb245fbefd7d0c45daa5cfff5a8..f64b341100251d76559d04357ba9d79b046ca12e 100644 (file)
@@ -156,15 +156,15 @@ section aim to get the reader started with both tools. </p>
 
 SUBSECTION(«Virtual Ethernet Interfaces»)
 
 
 SUBSECTION(«Virtual Ethernet Interfaces»)
 
-<p> A bridge can accommodate physical devices like <code> eth0 </code>
-as well as virtual devices. On Linux systems the common approach
-to equip virtual machines with network interfaces employs the <em>
-virtual ethernet </em> (veth) device driver. This driver provides
-virtual pairs of devices where each pair represents an ethernet
-tunnel. Ethernet frames received by one end appear on its pair. To
-set up the network interface for a virtual machine, one end of the
-pair is added to a bridge on the host system while the other end
-represents the ethernet device of the virtual machine. </p>
+<p> A bridge can accommodate physical devices as well as virtual
+devices. On Linux systems the common approach to equip virtual machines
+with network interfaces employs the <em>virtual ethernet</em> device
+driver, veth. This driver provides virtual pairs of devices where
+each pair represents an ethernet tunnel. Ethernet frames received
+by one end appear on its peer. To set up the network interface for
+a virtual machine, one end of the pair is added to a bridge on the
+host system while the other end represents the ethernet device of
+the virtual machine. </p>
 
 EXERCISES()
 <ul>
 
 EXERCISES()
 <ul>
@@ -333,11 +333,11 @@ works and how it can be used to identify networking problems.
 
 SECTION(«Transport Layer»)
 
 
 SECTION(«Transport Layer»)
 
-<p> The protocols of the transport layer provide message transfer services
-which are on one hand independent of the underlying network type,
-and on the other hand independent of the application. Different
-network services on running on the same host are distinguished by
-<em> port numbers</em>, which are 16 bit identifiers. Several  well
+<p> The protocols of the transport layer provide message transfer
+services which are on one hand independent of the underlying network
+type, and on the other hand independent of the application. Different
+network services running on the same host are distinguished by
+<em>port numbers</em>, which are 16 bit identifiers. Several well
 known port numbers are are associated with specific applications.
 The two dominant transport layer protocols on top of IP, TCP and UDP,
 are discussed in the following subsections. </p>
 known port numbers are are associated with specific applications.
 The two dominant transport layer protocols on top of IP, TCP and UDP,
 are discussed in the following subsections. </p>