simply a network in the Internet literature.) IP addressing assigns an address to this
subnet: 223.1.1.0/24, where the /24 notation, sometimes known as a subnet mask,
indicates that the leftmost 24 bits of the 32-bit quantity define the subnet
address. The subnet 223.1.1.0/24 thus consists of the three host interfaces
(223.1.1.1, 223.1.1.2, and 223.1.1.3) and one router interface (223.1.1.4). Any additional
hosts attached to the 223.1.1.0/24 subnet would be required to have an
address of the form 223.1.1.xxx. There are two additional subnets shown in Figure
4.15: the 223.1.2.0/24 network and the 223.1.3.0/24 subnet. Figure 4.16 illustrates
the three IP subnets present in Figure 4.15.
The IP definition of a subnet is not restricted to Ethernet segments that connect
multiple hosts to a router interface. To get some insight here, consider Figure 4.17,
which shows three routers that are interconnected with each other by point-to-point
links. Each router has three interfaces, one for each point-to-point link and one for
the broadcast link that directly connects the router to a pair of hosts. What subnets
are present here? Three subnets, 223.1.1.0/24, 223.1.2.0/24, and 223.1.3.0/24, are
similar to the subnets we encountered in Figure 4.15. But note that there are three
340 CHAPTER 4 • THE NETWORK LAYER
223.1.1.0/23
223.1.2.0/23
223.1.3.0/23
Figure 4.16 Subnet addressesadditional subnets in this example as well: one subnet, 223.1.9.0/24, for the interfaces
that connect routers R1 and R2; another subnet, 223.1.8.0/24, for the interfaces that
connect routers R2 and R3; and a third subnet, 223.1.7.0/24, for the interfaces that
connect routers R3 and R1. For a general interconnected system of routers and hosts,
we can use the following recipe to define the subnets in the system:
To determine the subnets, detach each interface from its host or router, creating
islands of isolated networks, with interfaces terminating the end points of the
isolated networks. Each of these isolated networks is called a subnet.
If we apply this procedure to the interconnected system in Figure 4.17, we get six
islands or subnets.
From the discussion above, it’s clear that an organization (such as a company
or academic institution) with multiple Ethernet segments and point-to-point links
will have multiple subnets, with all of the devices on a given subnet having the same
subnet address. In principle, the different subnets could have quite different subnet
addresses. In practice, however, their subnet addresses often have much in common.
To understand why, let’s next turn our attention to how addressing is handled in the
global Internet.
4.4 • THE INTERNET PROTOCOL (IP) 341
223.1.8.1 223.1.8.0
223.1.9.1 223.1.7.1
223.1.2.6
223.1.2.1 223.1.2.2 223.1.3.1 223.1.3.2
223.1.1.3
223.1.9.2 223.1.7.0
223.1.3.27
223.1.1.1 223.1.1.4
R1
R2 R3
Figure 4.17 Three routers interconnecting six subnets
The Internet’s address assignment strategy is known as Classless Interdomain
Routing (CIDR—pronounced cider) [RFC 4632]. CIDR generalizes the notion of
subnet addressing. As with subnet addressing, the 32-bit IP address is divided into
two parts and again has the dotted-decimal form a.b.c.d/x, where x indicates the
number of bits in the first part of the address.
The x most significant bits of an address of the form a.b.c.d/x constitute the
network portion of the IP address, and are often referred to as the prefix (or network
prefix) of the address. An organization is typically assigned a block of contiguous
addresses, that is, a range of addresses with a common prefix (see the
Principles in Practice sidebar). In this case, the IP addresses of devices within the
organization will share the common prefix. When we cover the Internet’s BGP
342 CHAPTER 4 • THE NETWORK LAYER
This example of an ISP that connects eight organizations to the Internet nicely illustrates
how carefully allocated CIDRized addresses facilitate routing. Suppose, as shown in Figure
4.18, that the ISP (which we’ll call Fly-By-Night-ISP) advertises to the outside world that it
should be sent any datagrams whose first 20 address bits match 200.23.16.0/20. The
rest of the world need not know that within the address block 200.23.16.0/20 there are
in fact eight other organizations, each with its own subnets. This ability to use a single prefix
to advertise multiple networks is often referred to as address aggregation (also
route aggregation or route summarization).
Address aggregation works extremely well when addresses are allocated in blocks to
ISPs and then from ISPs to client organizations. But what happens when addresses are
not allocated in such a hierarchical manner? What would happen, for example, if Fly-By-
Night-ISP acquires ISPs-R-Us and then has Organization 1 connect to the Internet through
its subsidiary ISPs-R-Us? As shown in Figure 4.18, the subsidiary ISPs-R-Us owns the
address block 199.31.0.0/16, but Organization 1’s IP addresses are unfortunately outside
of this address block. What should be done here? Certainly, Organization 1 could
renumber all of its routers and hosts to have addresses within the ISPs-R-Us address
block. But this is a costly solution, and Organization 1 might well be reassigned to
another subsidiary in the future. The solution typically adopted is for Organization 1
to keep its IP addresses in 200.23.18.0/23. In this case, as shown in Figure 4.19,
Fly-By-Night-ISP continues to advertise the address block 200.23.16.0/20 and ISPs-R-Us
continues to advertise 199.31.0.0/16. However, ISPs-R-Us now also advertises the block
of addresses for Organization 1, 200.23.18.0/23. When other routers in the larger
Internet see the address blocks 200.23.16.0/20 (from Fly-By-Night-ISP) and
200.23.18.0/23 (from ISPs-R-Us) and want to route to an address in the block
200.23.18.0/23, they will use longest prefix matching (see Section 4.2.2), and route
toward ISPs-R-Us, as it advertises the longest (most specific) address prefix that matches
the destination address.
PRINCIPLES IN PRACTICE
4.4 • THE INTERNET PROTOCOL (IP) 343
Organization 0
200.23.16.0/23
Organization 1
Fly-By-Night-ISP
“Send me anything
with addresses
beginning
200.23.16.0/20”
ISPs-R-Us
200.23.18.0/23
Organization 2
200.23.20.0/23
Organization 7
200.23.30.0/23
Internet
“Send me anything
with addresses
beginning
199.31.0.0/16”
Figure 4.18 Hierarchical addressing and route aggregation
Organization 0
200.23.16.0/23
Organization 2
Fly-By-Night-ISP
“Send me anything
with addresses
beginning
200.23.16.0/20”
ISPs-R-Us
200.23.20.0/23
Organization 7
200.23.30.0/23
Organization 1
200.23.18.0/23
Internet
“Send me anything
with addresses
beginning
199.31.0.0/16 or
200.23.18.0/23”
Figure 4.19 ISPs-R-Us has a more specific route to Organization 1
routing protocol in Section 4.6, we’ll see that only these x leading prefix bits are
simply a network in the Internet literature.) IP addressing assigns an address to thissubnet: 223.1.1.0/24, where the /24 notation, sometimes known as a subnet mask,indicates that the leftmost 24 bits of the 32-bit quantity define the subnetaddress. The subnet 223.1.1.0/24 thus consists of the three host interfaces(223.1.1.1, 223.1.1.2, and 223.1.1.3) and one router interface (223.1.1.4). Any additionalhosts attached to the 223.1.1.0/24 subnet would be required to have anaddress of the form 223.1.1.xxx. There are two additional subnets shown in Figure4.15: the 223.1.2.0/24 network and the 223.1.3.0/24 subnet. Figure 4.16 illustratesthe three IP subnets present in Figure 4.15.The IP definition of a subnet is not restricted to Ethernet segments that connectmultiple hosts to a router interface. To get some insight here, consider Figure 4.17,which shows three routers that are interconnected with each other by point-to-pointlinks. Each router has three interfaces, one for each point-to-point link and one forthe broadcast link that directly connects the router to a pair of hosts. What subnetsare present here? Three subnets, 223.1.1.0/24, 223.1.2.0/24, and 223.1.3.0/24, aresimilar to the subnets we encountered in Figure 4.15. But note that there are three340 CHAPTER 4 • THE NETWORK LAYER223.1.1.0/23223.1.2.0/23223.1.3.0/23Figure 4.16 Subnet addressesadditional subnets in this example as well: one subnet, 223.1.9.0/24, for the interfacesthat connect routers R1 and R2; another subnet, 223.1.8.0/24, for the interfaces thatconnect routers R2 and R3; and a third subnet, 223.1.7.0/24, for the interfaces thatconnect routers R3 and R1. For a general interconnected system of routers and hosts,we can use the following recipe to define the subnets in the system:To determine the subnets, detach each interface from its host or router, creatingislands of isolated networks, with interfaces terminating the end points of theisolated networks. Each of these isolated networks is called a subnet.If we apply this procedure to the interconnected system in Figure 4.17, we get sixislands or subnets.From the discussion above, it’s clear that an organization (such as a companyor academic institution) with multiple Ethernet segments and point-to-point linkswill have multiple subnets, with all of the devices on a given subnet having the samesubnet address. In principle, the different subnets could have quite different subnetaddresses. In practice, however, their subnet addresses often have much in common.To understand why, let’s next turn our attention to how addressing is handled in theglobal Internet.4.4 • THE INTERNET PROTOCOL (IP) 341223.1.8.1 223.1.8.0223.1.9.1 223.1.7.1223.1.2.6223.1.2.1 223.1.2.2 223.1.3.1 223.1.3.2223.1.1.3223.1.9.2 223.1.7.0223.1.3.27223.1.1.1 223.1.1.4R1R2 R3Figure 4.17 Three routers interconnecting six subnetsกลยุทธ์การกำหนดที่อยู่อินเทอร์เน็ตเรียกว่า Classless Interdomainสายงานการผลิต (CIDR — ออกเสียงแดง) [RFC 4632] แนวคิดของ generalizes CIDRเครือข่ายแก้ปัญหา เป็น ด้วยเครือข่ายย่อยกำหนด แอดเดรส 32 บิตถูกแบ่งออกเป็นสองส่วน และอีก มี a.b.c.d/x แบบฟอร์มจุดทศนิยม ที่ x หมายถึงการจำนวนของบิตในส่วนแรกของอยู่บิต x ที่สำคัญของอยู่ของ a.b.c.d/x แบบฟอร์มเป็นส่วนเครือข่ายของอยู่ IP และมีมักเรียกเป็นคำนำหน้า (หรือเครือข่ายคำนำหน้า) ที่อยู่ องค์กรจะกำหนดช่วงของที่อยู่ติดกันอยู่ คือ ช่วงของที่อยู่กับคำนำหน้าทั่วไป (ดูเพราะหลักการใน sidebar แบบฝึกหัด) ในกรณีนี้ อยู่ IP ของอุปกรณ์ภายในองค์กรจะใช้คำนำหน้าทั่วไป เมื่อเราครอบคลุมอินเทอร์เน็ตปอนด์•บทที่ 4 342 ชั้นเครือข่ายแสดงตัวอย่างนี้ของ ISP ที่เชื่อมต่อกับองค์กร 8 อินเทอร์เน็ตอย่างดีCIDRized อยู่ช่วยสายงานการผลิตการปันส่วนวิธีอย่างระมัดระวัง สมมติ แสดงในรูป4.18 ว่า ISP (ซึ่งเราจะเรียก Fly-By-Night-ISP) ชักชวนบุคคลภายนอกควรจะส่ง datagrams ทุกบิตที่มีอยู่ก่อน 20 ตรงกับ 200.23.16.0/20 ที่ส่วนที่เหลือของโลกต้องไม่รู้ว่า ภายใน 200.23.16.0/20 บล็อกที่อยู่ มีในความเป็นจริง 8 องค์กรอื่น มีเครือข่ายย่อยของตนเอง ความสามารถนี้จะใช้คำนำหน้าเดียวการโฆษณาหลายเครือข่ายเป็นมักจะเรียกว่าเป็นรวม (ยังกระบวนผลิตรวม หรือเส้นทางสรุป)ดีมากเมื่อมีการปันส่วนที่อยู่ในบล็อกเพื่องานรวมอยู่Isp แล้ว จาก Isp เพื่อลูกค้าองค์กร แต่เกิดอะไรขึ้นเมื่ออยู่ไม่จัดสรรในลักษณะลำดับชั้น อะไรจะเกิดขึ้น เช่น ถ้า Fly-By-ได้ฝึกฝนคืน ISP Isp จับแล้ว มี 1 องค์กรที่เชื่อมต่อกับอินเทอร์เน็ตผ่านบริษัทในเครือของ Isp-R-เรา ดังแสดงในรูปที่ 4.18 บริษัทในเครือ Isp-R-เราเป็นเจ้าของที่อยู่บล็อก 199.31.0.0/16 แต่องค์กร 1 แอดเดรสจะอยู่นอกแต่ของบล็อกนี้อยู่ ควรจะทำอะไรที่นี่ แน่นอน สามารถ 1 องค์กรกำหนดหมายเลขใหม่ทั้งหมดของเราเตอร์และโฮสต์ที่มีอยู่ในรายชื่อ Isp-R-เราบล็อก แต่นี่คือการแก้ปัญหาค่าใช้จ่าย และ 1 องค์กรดีอาจถูกกำหนดให้กับบริษัทอื่นในอนาคต เป็นโซลูชั่นนำมาใช้โดยทั่วไปสำหรับองค์กร 1การเก็บของที่อยู่ IP ใน 200.23.18.0/23 ในกรณีนี้ ดังที่แสดงในรูปที่ 4.19Fly-By-Night-ISP ยังโฆษณา 200.23.16.0/20 บล็อกอยู่ และ Isp-R-เรายังโฆษณา 199.31.0.0/16 อย่างไรก็ตาม Isp-R-เราตอนนี้ยังลงโฆษณาบล็อคที่อยู่สำหรับองค์กร 1, 200.23.18.0/23 เมื่อเราเตอร์อื่น ๆ ในใหญ่อินเทอร์เน็ตดู 200.23.16.0/20 บล็อกอยู่ (จาก Fly-By-Night-ISP) และ200.23.18.0/23 (จาก Isp-R-เรา) และต้องการกระบวนผลิตอยู่ในบล็อค200.23.18.0/23, they will use longest prefix matching (see Section 4.2.2), and routetoward ISPs-R-Us, as it advertises the longest (most specific) address prefix that matchesthe destination address.PRINCIPLES IN PRACTICE4.4 • THE INTERNET PROTOCOL (IP) 343Organization 0200.23.16.0/23Organization 1Fly-By-Night-ISP“Send me anythingwith addressesbeginning200.23.16.0/20”ISPs-R-Us200.23.18.0/23Organization 2200.23.20.0/23Organization 7200.23.30.0/23Internet“Send me anythingwith addressesbeginning199.31.0.0/16”Figure 4.18 Hierarchical addressing and route aggregationOrganization 0200.23.16.0/23Organization 2Fly-By-Night-ISP“Send me anythingwith addressesbeginning200.23.16.0/20”ISPs-R-Us200.23.20.0/23Organization 7200.23.30.0/23Organization 1200.23.18.0/23Internet“Send me anythingwith addressesbeginning199.31.0.0/16 or200.23.18.0/23”Figure 4.19 ISPs-R-Us has a more specific route to Organization 1routing protocol in Section 4.6, we’ll see that only these x leading prefix bits are
การแปล กรุณารอสักครู่..

เพียงแค่เครือข่ายในวรรณกรรมอินเทอร์เน็ต ) ที่อยู่ IP กำหนดที่อยู่ใน subnet นี้
: 223.1.1.0/24 ที่ / 24 สัญกรณ์ , บางครั้งเรียกว่า subnet หน้ากาก
แสดงว่าด้านซ้าย 24 บิตของปริมาณ 32 บิตกำหนด subnet
ที่อยู่ ย่อย 223.1.1.0/24 จึงประกอบด้วยสามเจ้าภาพ )
( 223.1.1.1 223.1.1.2 , และ 223.1.1.3 ) และเราเตอร์อินเตอร์เฟซ ( 223.1.1.4 )เพิ่มเติม
โยธาแนบกับ 223.1.1.0/24 ย่อยจะต้องมีที่อยู่ของแบบฟอร์ม 223.1.1.xxx
. มีเพิ่มเติมอีกสอง subnets แสดงในรูป
4.15 : 223.1.2.0/24 เครือข่ายและ 223.1.3.0/24 subnet รูปที่ 4.16 แสดง
3 IP subnets ปัจจุบันในรูปที่ 4.15 .
IP คำนิยามของย่อยไม่ จำกัด การเพิ่มส่วนที่เชื่อมต่อกับ
หลายโฮสต์เราเตอร์อินเตอร์เฟซ เพื่อให้ได้ข้อมูลเชิงลึกบางอย่างที่นี่ พิจารณารูปที่ 4.17
ซึ่งแสดงเราเตอร์สามที่เชื่อมโยงกับแต่ละอื่น ๆโดยการเชื่อมโยงจากจุดหนึ่งไปยังอีกจุดหนึ่ง
แต่ละเราเตอร์ที่มีสาม interfaces , หนึ่งสำหรับแต่ละการเชื่อมโยงจากจุดหนึ่งไปยังอีกจุดหนึ่งและหนึ่งสำหรับ
ออกอากาศ ลิงค์ที่โดยตรงเชื่อมต่อกับเราเตอร์เพื่อคู่ของโฮสต์ สิ่งที่ subnets
มีอยู่ที่นี่ สาม subnets 223.1.1.0/24 223.1.2 , , .0 / 24 และ 223.1.3.0/24 ,
คล้ายกับเครือข่ายย่อยที่เราพบในรูปที่ 4.15 ตามลำดับ แต่ทราบว่ามี 3
340 บทที่ 4 - ชั้น
223.1.2.0 เครือข่าย 223.1.1.0 / 23 / 23 / 23
223.1.3.0 รูปที่ 4.16 addressesadditional subnets subnet ในตัวอย่างนี้เช่นกัน : หนึ่งย่อย 223.1.9.0/24 สำหรับ , อินเตอร์เฟซที่เชื่อมต่อเราเตอร์ R1 กับ R2
; อีก subnet สำหรับอินเตอร์เฟซที่ 223.1.8.0/24 ,
,เชื่อมต่อเราเตอร์ R2 R3 และ ; และสามย่อย 223.1.7.0/24 , , interfaces ที่เชื่อมต่อกับเราเตอร์และ R3 R1
. สำหรับทั่วไปที่เชื่อมโยงระบบของเราเตอร์และโยธา
เราสามารถใช้สูตรดังต่อไปนี้เพื่อกำหนดเครือข่ายย่อยในระบบ :
ระบุ subnets ปลดแต่ละอินเตอร์เฟซจากโฮสต์หรือเราเตอร์ , การสร้าง
เกาะแยกเครือข่ายด้วยอินเทอร์เฟซยกเลิกจุดสิ้นสุดของ
แยกเครือข่าย แต่ละเหล่านี้แยกเครือข่ายเรียกว่า subnet .
ถ้าเราใช้ขั้นตอนนี้เพื่อเชื่อมโยงระบบในรูปที่ 4.17 , เราได้รับหก
เกาะหรือ subnets
จากการสนทนาข้างต้นเป็นที่ชัดเจนว่าองค์กร ( เช่น บริษัท หรือสถาบันวิชาการ
) ส่วน Ethernet หลาย
การเชื่อมโยงจากจุดหนึ่งไปยังอีกจุดหนึ่งมีหลายเครือข่ายย่อยที่มีทั้งหมดของอุปกรณ์ที่ให้มีที่อยู่ subnet subnet เดียวกัน
ในหลักการ , subnets แตกต่างกันสามารถมีที่อยู่ subnet
ค่อนข้างแตกต่างกัน อย่างไรก็ตามในทางปฏิบัติ , ที่อยู่ subnet ของพวกเขามักจะมีมากในทั่วไป .
เข้าใจว่า ทำไม มาหน้าหันความสนใจของเราอย่างไร จะจัดการกับโลกอินเทอร์เน็ตใน
.
4.4 บริการอินเทอร์เน็ตโปรโตคอล ( IP ) 341
223.1.8.1 223.1.8.0
223.1.9.1 223.1.7.1
223.1.2.1 223.1.2.6 223.1.2.2 223.1.3.1 223.1.3.2
223.1.1.3 223.1.9.2 223.1.7.0 223.1.3.27 223.1.1.1 R1 R2 R3 223.1.1.4
รูปที่ 4.17 สามเราเตอร์เชื่อมต่อเครือข่ายย่อยที่ 6
ของอินเทอร์เน็ตที่อยู่งานกลยุทธ์ เป็นที่รู้จักกันเป็นลิง interdomain
เส้นทาง ( cidr ออกเสียงแอปเปิ้ล ) [ RFC 4632 ] cidr เช่นนี้ได้ขยายแนวคิดของ
ย่อยอยู่เป็นกับ subnet ที่อยู่ , ที่อยู่ IP 32 บิต แบ่งเป็นสองส่วน และอีก
มีจุดทศนิยมรูปแบบ a.b.c.d/x ที่บ่งชี้
x จำนวนบิตในส่วนแรกของที่อยู่ .
x ที่สำคัญที่สุดของบิตที่อยู่ในรูปแบบของ a.b.c.d/x เป็น
เครือข่ายส่วนของที่อยู่ IP , และ มักจะถูกเรียกว่าเป็นคำนำหน้า ( หรือเครือข่าย
อุปสรรค ) ของที่อยู่องค์กรโดยทั่วไปจะกำหนดเป็นบล็อกต่อเนื่อง
ที่อยู่ คือช่วงที่อยู่กับคำนำหน้าทั่วไป ( ดูแถบด้านข้าง
หลักการในการปฏิบัติ ) ในกรณีนี้ , ที่อยู่ IP ของอุปกรณ์ภายในองค์กร จะใช้คำนำหน้าทั่วไป
. เมื่อเราปิด Internet BGP 342 บทที่ 4
-
ชั้นเครือข่ายตัวอย่างของ ISP ที่เชื่อมต่อแปดองค์กรอินเทอร์เน็ตอย่างแสดงให้เห็นถึงวิธีการจัดสรรที่อยู่ให้รอบคอบ
cidrized Routing สมมติ ดังแสดงในรูปที่
4.18 ที่ ISP ( ซึ่งเราจะเรียกบินโดย ISP คืน ) ลงโฆษณากับโลกภายนอกที่ต้องส่งใด ๆ datagrams
ที่ 20 ที่อยู่บิตราคา 200.23.16.0/20 .
ส่วนที่เหลือของโลกไม่ต้องรู้ว่าภายในที่อยู่บล็อก 200.23.16.0/20 มี
ในความเป็นจริงแปดคนอื่น ๆในองค์กรแต่ละเครือข่ายย่อยของตนเอง ความสามารถในการใช้คำนำหน้าเดี่ยว
โฆษณาเครือข่ายหลาย ๆ มักจะเรียกว่า ที่อยู่รวม (
เส้นทางรวมหรือเส้นทางสรุป ) .
ที่อยู่รวมงานดีมากเมื่อมีการจัดสรรในบล็อก
ที่อยู่ผู้ให้บริการอินเทอร์เน็ตและจากผู้ให้บริการอินเทอร์เน็ตให้กับองค์กรของลูกค้า แต่เกิดอะไรขึ้นเมื่ออยู่
ไม่ได้จัดสรรในลักษณะลำดับชั้น ? จะเกิดอะไรขึ้น ตัวอย่างเช่น ถ้าบินโดย -
คืน ISP ได้รับ isps-r-us แล้วมีองค์กรหนึ่งเชื่อมต่อกับอินเทอร์เน็ตผ่านทาง บริษัท ย่อย isps-r-us
? ดังแสดงในรูปที่ . ที่ บริษัท isps-r-us เป็นเจ้าของ
199.31.0.0/16 ที่อยู่บล็อก ,แต่องค์กร 1 ที่อยู่ IP จะขออภัยนอก
นี้ที่อยู่บล็อก ควรจะทำอะไรที่นี่ ? แน่นอนองค์กร 1
renumber ทั้งหมดของเราเตอร์และโฮสต์ที่จะมีที่อยู่ภายในบล็อกที่อยู่
isps-r-us . แต่นี้เป็นโซลูชั่นที่ราคาแพง และองค์การอาจจะกำหนดให้
ย่อยอื่นในอนาคตโซลูชั่นสำหรับองค์กรมักจะประกาศใช้ 1
การเก็บของที่อยู่ IP ใน 200.23.18.0/23 . ในกรณีนี้ ดังแสดงในรูปที่ 4.19
บินโดยคืน , ISP ยังคงโฆษณาที่อยู่บล็อกและ 200.23.16.0/20 isps-r-us
ยังคงโฆษณา 199.31.0.0/16 . อย่างไรก็ตาม isps-r-us ตอนนี้ยังลงโฆษณาบล็อก
ที่อยู่ในองค์กร 1 , 200.23.18.0/23 . เราเตอร์ในขนาดใหญ่
เมื่ออื่น ๆอินเทอร์เน็ตดูที่อยู่ บล็อก 200.23.16.0/20 ( บินโดยคืนจาก ISP )
200.23.18.0/23 ( จาก isps-r-us ) และต้องการเส้นทางไปยังที่อยู่ในบล็อก
200.23.18.0/23 พวกเขาจะใช้คำนำหน้าที่ตรงกัน ( ดูหมวด 4.2.2 ) และเส้นทาง
ต่อ isps-r-us ตามที่มันโฆษณาที่เฉพาะเจาะจง ( ที่สุด ) ที่อยู่นำหน้าที่ตรงกับ
ที่อยู่ปลายทาง . หลักการปฏิบัติ
4 .4 บริการอินเทอร์เน็ตโปรโตคอล ( IP ) ได้
0
200.23.16.0 องค์กรองค์กร / 23
1
" บินโดยคืน ISP ส่งอะไร
200.23.16.0 ที่อยู่กับต้น / 20 "
isps-r-us 200.23.18.0 / 23
200.23.20.0 องค์กร 2 องค์กร / 23
7 200.23.30.0 / 23
" ส่งอินเทอร์เน็ต ผมเลย
199.31.0.0 เริ่มต้นกับที่อยู่ / 16 "
รูปลำดับชั้นและ 4.18 กับเส้นทางรวม
0
200.23.16 องค์กร .0 / 23
องค์การ 2
" บินโดยคืน ISP ส่งอะไร
200.23.16.0 ที่อยู่กับต้น / 20 "
isps-r-us 200.23.20.0 / 23
7 องค์กร 200.23.30.0 / 23
200.23.18.0 องค์กร 1 / 23
" อินเทอร์เน็ตส่งอะไร
199.31.0.0/16 ที่มีที่อยู่เริ่มต้นหรือ
200.23.18.0 / 23 "
รูปที่ 4.19 isps-r-us มีมากขึ้นโดยเฉพาะเส้นทางสู่องค์กร 1
ในส่วนของ 4.6 โปรโตคอลเส้นทาง ,เราจะดูที่เหล่านี้นำบิตจะ
x นำหน้า
การแปล กรุณารอสักครู่..
