View | Details | Raw Unified | Return to bug 60049
Collapse All | Expand All

(-)chapter.sgml (-19 / +71 lines)
Lines 7213-7240 Link Here
7213
	<note><para>The IPv4 broadcast address (usually <hostid role="ipaddr">xxx.xxx.xxx.255</hostid>) is expressed
7213
	<note><para>The IPv4 broadcast address (usually <hostid role="ipaddr">xxx.xxx.xxx.255</hostid>) is expressed
7214
	  by multicast addresses in IPv6.</para></note>
7214
	  by multicast addresses in IPv6.</para></note>
7215
7215
7216
      <para>Reserved IPv6 addresses:</para>
7216
      <table>
7217
	<title>Reserved IPv6 addresses</title>
7218
	<tgroup cols="4">
7219
	  <thead>
7220
	    <row>
7221
	      <entry>ipv6-address</entry>
7222
	      <entry>prefixlength (Bits)</entry>
7223
	      <entry>description</entry>
7224
	      <entry>Notes</entry>
7225
	    </row>
7226
	  </thead>
7217
7227
7218
<screen>ipv6-address 	prefixlength(Bits)	description	Notes
7228
	  <tbody>
7229
	    <row>
7230
	      <entry>::</entry>
7231
	      <entry>128 Bits</entry>
7232
	      <entry>unspecified</entry>
7233
	      <entry>cf. 0.0.0.0 in IPv4</entry>
7234
	    </row>
7219
7235
7220
	::			128 Bits			unspecified cf. 0.0.0.0 in IPv4 address
7236
	    <row>
7221
	::1			128 Bits			loopback address cf. 127.0.0.1 in IPv4
7237
	      <entry>::1</entry>
7222
	::00:xx:xx:xx:xx	96 Bits				embedded IPv4	The lower 32 bits are the
7238
	      <entry>128 Bits</entry>
7223
								address	IPv4 address. Also called
7239
	      <entry>loopback address</entry>
7224
								<quote>IPv4 compatible IPv6
7240
	      <entry>cf. 127.0.0.1 in IPv4</entry>
7225
								address</quote>
7241
	    </row>
7226
	::ff:xx:xx:xx:xx	96 Bits		IPv4 mapped     The lower 32 bits are the
7227
						IPv6 address	IPv4 address. For hosts
7228
								which do not support IPv6
7229
	fe80:: - feb::		10 Bits		link-local	cf. loopback address in
7230
						IPv4
7231
	fec0:: - fef::		10 Bits		site-local
7232
	ff::			8 Bits		multicast
7233
	001 (base 2)		3 Bits		global unicast	All global unicast
7234
								addresses are assigned from
7235
								this pool. The first 3 Bits
7236
								are <quote>001</quote>.</screen>
7237
7242
7243
	    <row>
7244
	      <entry>::00:xx:xx:xx:xx</entry>
7245
	      <entry>96 Bits</entry>
7246
	      <entry>embedded IPv4</entry>
7247
	      <entry>The lower 32 bits are the IPv4 address.
7248
		Also called <quote>IPv4 compatible IPv6 address</quote></entry>
7249
	    </row>
7250
				
7251
	    <row>
7252
	      <entry>::ff:xx:xx:xx:xx</entry>
7253
	      <entry>96 Bits</entry>
7254
	      <entry>IPv4 mapped IPv6 address</entry>
7255
	      <entry>The lower 32 bits are the IPv4 address.
7256
		For hosts which do not support IPv6.</entry>
7257
	    </row>
7258
7259
	    <row>
7260
	      <entry>fe80:: - feb::</entry>
7261
	      <entry>10 Bits</entry>
7262
	      <entry>link-local</entry>
7263
	      <entry>cf. loopback address in IPv4</entry>
7264
	    </row>
7265
7266
	    <row>
7267
	      <entry>fec0:: - fef::</entry>
7268
	      <entry>10 Bits</entry>
7269
	      <entry>site-local</entry>
7270
	      <entry>&nbsp;</entry>
7271
	    </row>
7272
7273
	    <row>
7274
	      <entry>ff::</entry>
7275
	      <entry>8 Bits</entry>
7276
	      <entry>multicast</entry>
7277
	      <entry>&nbsp;</entry>
7278
	    </row>
7279
7280
	    <row>
7281
	      <entry>001 (base 2)</entry>
7282
	      <entry>3 Bits</entry>
7283
	      <entry>global unicast</entry>
7284
	      <entry>All global unicast addresses are assigned from this pool.
7285
		The first 3 Bits are <quote>001</quote>.</entry>
7286
	    </row>
7287
	  </tbody>
7288
	</tgroup>
7289
      </table>
7238
    </sect2>
7290
    </sect2>
7239
7291
7240
    <sect2>
7292
    <sect2>

Return to bug 60049