NWT1 JG 3 Übungsprotokoll Übungsprotokoll Netzwerktechnik Name: Shrief Ahmed Klasse: 3CHIT Vorgegebener Abgabetermin: 23.12.2021 Tatsächlicher Abgabedatum: 23.12.2021 © FEIC – HTL Wien West – 2019/20 1 NWT1 JG 3 Übungsprotokoll Lab – Calculating Summary Routes with IPv4 and IPv6 Zusammenfassung Summary routen reduzieren die Anzahl der Einträge in Routing-Tabellen und machen den RoutingTabellen-Lookup-Prozess effizienter. Dieser Vorgang reduziert auch den Speicherbedarf des Routers. Eine einzelne statische Route kann verwendet, um mehrere Routen darzustellen. In diesem Lab bestimmt man die Summary routen für verschiedene Subnetze eines Netzwerks. Man, bestimmt dann die Summary route für das gesamte Netzwerk. Topology Addressing Table Subnet IPv4 Address HQ LAN1 192.168.64.0/23 HQ LAN2 192.168.66.0/23 EAST LAN1 192.168.68.0/24 EAST LAN2 192.168.69.0/24 WEST LAN1 192.168.70.0/25 WEST LAN2 192.168.70.128/25 Link from HQ to EAST 192.168.71.4/30 Link from HQ to WEST 192.168.71.0/30 Link from HQ to ISP 209.165.201.0/30 © FEIC – HTL Wien West – 2019/20 2 NWT1 JG 3 Übungsprotokoll Part 1: Calculate IPv4 Summary Routes Step 1: List the HQ LAN1 and HQ LAN2 IP subnet mask in decimal form. Die Subnetzmaske von HQ LAN1 und von HQ LAN2 in decimal form ist 255.255.254.0 Step 2: List the HQ LAN1 and HQ LAN2 IP address in binary form. Die IP-Adresse von HQ LAN1 in binary form lautet 11000000.10101000.01000000.00000000 und die von HQ LAN2 in Binärform lautet 11000000.10101000.01000010.00000000 Step 3: Count the number of far left matching bits to determine the subnet mask for the summary route. a. How many far left matching bits are present in the two networks? Es sind 22 Bits die übereinstimmen. b. List the subnet mask for the summary route in decimal form. Die Subnetzmaske für die summary route lautet 255.255.252.0. Dies kann man Erlangen in dem man die far left matching Bits und für jeden Bit die Zahl 1 einsetzt. Dann fügt man am Ende soviele null hinzu, bis man auf 32 Bits kommt. Step 4: Copy the matching binary bits and then add all zeros to determine the summarized network address. a. List the matching binary bits for HQ LAN1 and HQ LAN2 subnets. Die matching binary bits von HQ LAN1 und von HQ LAN2 lautet: 11000000.10101000.010000 b. Add zeros to comprise the remainder of the network address in binary form. Die network address in binary form lautet: 11000000.10101000.01000000.0000000 c. List the summarized network address in decimal form. Die summarized network address lautet: 192.168.64.0 Subnet IPv4 Address Subnet Mask Subnet IP Address in Binary Form HQ LAN1 192.168.64.0 255.255.254.0 11000000.10101000.01000000.00000000 HQ LAN2 192.168.66.0 255.255.254.0 11000000.10101000.01000010.00000000 HQ LANs Summary Address 192.168.64.0 255.255.252.0 11000000.10101000.01000000.00000000 Step 5: List the EAST LAN1 and EAST LAN2 IP subnet mask in decimal form. Die Subnetzmaske von EAST LAN1 und von EAST LAN2 in Dezimalform ist 255.255.255.0 Step 6: List the EAST LAN1 and EAST LAN2 IP address in binary form. Die IP-Adresse von EAST LAN1 in Binärform lautet 11000000.10101000.01000100.00000000 und die von EAST LAN2 in Binärform lautet 11000000.10101000.01000101.00000000 Step 7: Count the number of far left matching bits to determine the subnet mask for the summary route. a. How many far left matching bits are present in the two networks? Es sind 23 Bits die übereinstimmen. © FEIC – HTL Wien West – 2019/20 3 NWT1 JG 3 Übungsprotokoll b. List the subnet mask for the summary route in decimal form. Die Subnetzmaske für die summary route lautet 255.255.254.0. Dies kann man Erlangen in dem man die far left matching Bits und für jeden Bit die Zahl 1 einsetzt. Dann fügt man am Ende soviele null hinzu, bis man auf 32 Bits kommt. Step 8: Copy the matching binary bits and then add all zeros to determine the summarized network address. a. List the matching binary bits for EAST LAN1 and EAST LAN2 subnets. Die matching binary bits von EAST LAN1 und von EAST LAN2 lautet: 11000000.10101000.0100010 b. Add zeros to comprise the remainder of the network address in binary form. Die network address in binary form lautet: 11000000.10101000.01000100.00000000 c. List the summarized network address in decimal form. Die summarized network address lautet: 192.168.68.0 Subnet IPv4 Address Subnet Mask Subnet Address in Binary Form EAST LAN1 192.168.68.0 255.255.255.0 11000000.10101000.01000100.00000000 EAST LAN2 192.168.69.0 255.255.255.0 11000000.10101000.01000101.00000000 EAST LANs Summary Address 192.168.68.0 255.255.254.0 11000000.10101000.01000100.00000000 Step 9: List the WEST LAN1 and WEST LAN2 IP subnet mask in decimal form. Die Subnetzmaske von WEST LAN1 und von WEST LAN2 in Dezimalform ist 255.255.255.128. Step 10: List the WEST LAN1 and WEST LAN2 IP address in binary form. Die IP-Adresse von WEST LAN1 in Binärform lautet 11000000.10101000.01000110.00000000 und die von WEST LAN2 in Binärform lautet 11000000.10101000.01000110.10000000 Step 11: Count the number of far left matching bits to determine the subnet mask for the summary route. a. How many far left matching bits are present in the two networks? Es sind 24 Bits die übereinstimmen. b. List the subnet mask for the summary route in decimal form. Die Subnetzmaske für die summary route lautet 255.255.255.0. Dies kann man Erlangen in dem man die far left matching Bits und für jeden Bit die Zahl 1 einsetzt. Dann fügt man am Ende soviele null hinzu, bis man auf 32 Bits kommt. Step 12: Copy the matching binary bits and then add all zeros to determine the summarized network address. a. List the matching binary bits for WEST LAN1 and WEST LAN2 subnets. Die matching binary bits von WEST LAN1 und von WEST LAN2 lautet: 11000000.10101000.01000110 b. Add zeros to comprise the remainder of the network address in binary form. Die network address in binary form lautet: 11000000.10101000.01000110.00000000 © FEIC – HTL Wien West – 2019/20 4 NWT1 JG 3 c. Übungsprotokoll List the summarized network address in decimal form. Die summarized network address lautet: 192.168.70.0 Subnet IPv4 Address Subnet Mask Subnet IP Address in Binary Form WEST LAN1 192.168.70.0 255.255.255.128 11000000.10101000.01000110.00000000 WEST LAN2 192.168.70.128 255.255.255.128 11000000.10101000.01000110.10000000 WEST LANs Summary Address 192.168.70.0 255.255.255.0 11000000.10101000.01000110.00000000 Step 13: List the HQ, EAST, and WEST summary route IP address and subnet mask in decimal form. Die summary route IP-Adresse von WEST LAN in decimal form lautet 192.168.70.0 und die Subnetzmaske von WEST LAN in decimal form lautet 255.255.255.0 Die summary route IP-Adresse von HQ LAN in decimal form lautet 192.168.64.0 und die Subnetzmaske von HQ LAN in decimal form lautet 255.255.253.0 Die summary route IP-Adresse von EAST LAN in decimal form lautet 192.168.68.0 und die Subnetzmaske von EAST LAN in decimal form lautet 255.255.254.0 Step 14: List the HQ, EAST, and WEST summary route IP address in binary form. Die summary route IP-Adresse von WEST LAN in binary form lautet 11000000.10101000.01000110.00000000 Die summary route IP-Adresse von HQ LAN in binary form lautet 11000000.10101000.01000000.00000000 Die summary route IP-Adresse von EAST LAN in binary form lautet 11000000.10101000.01000100.00000000 Step 15: Count the number of far left matching bits to determine the subnet mask for the summary route. a. How many far left matching bits are present in the three networks? Es sind 21 Bits die übereinstimmen. b. List the subnet mask for the summary route in decimal form. Die Subnetzmaske der summery route lautet: 255.255.248.0 Step 16: Copy the matching binary bits and then add all zeros to determine the summarized network address. a. List the matching binary bits for HQ, EAST, and WEST subnets. Die matching binary bits von WEST LAN, HQ LAN und EAST LAN lautet: 11000000.10101000.01000 b. Add zeros to comprise the remainder of the network address in binary form. Die network address in binary form lautet: 11000000.10101000.01000000.00000000 c. List the summarized network address in decimal form. Die summarized network address lautet: 192.168.64.0 © FEIC – HTL Wien West – 2019/20 5 NWT1 JG 3 Subnet Übungsprotokoll IPv4 Address Subnet Mask Subnet IP Address in Binary Form HQ 192.168.64.0 255.255.252.0 11000000.10101000.01000000.00000000 EAST 192.168.68.0 255.255.254.0 11000000.10101000.01000100.00000000 WEST 192.168.70.0 255.255.255.0 11000000.10101000.01000110.00000000 Network Address Summary Route 192.168.64.0 255.255.248.0 11000000.10101000.01000000.00000000 Reflection 1. Why are summary routes beneficial to a network? Summary routen machen die Routing-Tabellen-Lookup-Prozesse effizienter und reduzieren die Speicheranforderungen für den Router. © FEIC – HTL Wien West – 2019/20 6