Skip to main content

Drag & Drop (IP Address)

A dental firm is redesigning the network that connects its three locations. The administrator gave the networking team 192.168.164.0 to use for addressing the entire network. After subnetting the address, the team is ready to assign the addresses. The administrator plans to configure ip subnet-zero and use RIP v2 as the routing protocol. As a member of the networking team, you must address the network and at the same time conserver unused addresses for future growth. With those goals in mind, drag the host addresses on the left to the correct router interface. Once of the routers is partially configured. Move your mouse over a router to view its configuration. Not all of the host addresses on the left are necessary.
DD1
How to Find?
Step 1: Find the Number of Hosts for each subnet mask.
Trust me! If you practice and practice, then the below formula will never go out of your head.
Network Bits Host Bits Formula Max. no. of Hosts
25 7 27-2 126 hosts
26 6 26-2 62 hosts
27 5 25-2 30 hosts
28 4 24-2 14 hosts
29 3 23-2 6 hosts
30 2 22-2 2 hosts


Step 2: Find the number of hosts and appropriate Network bits
Hosts Suitable place Network Bits Answer
11 hosts 14 hosts 28 192.168.164.166 /28
16 hosts 30 hosts 27 192.168.164.149 /27
6 hosts 6 hosts 29 192.168.164.178 /29


Step 3: Now the Serial Interface

We need only 2 IP address for Point-to-point Connection. Then suitable Network Bit were “30”.
But we have 2 IP addresses that have “/30”, 192.168.164.189 /30 and 192.168.164.188 /30.

Hint for Exam : The answer is the one that has ODD number in fourth octet. (Meaning .189)

Here goes the explanation:

Network Bits Subnet Mask
30 255.255.255.252


Binary for fourth part of the Subnet Mask (252) is 11111100 (6 1’s & 2 0’s)

If we convert 188 and 189 into binary format we will get

188 10111100

189
10111101


Check last 2 bits of 188 and 189

188 = 00 > Surely Network Address (Host bits were 0’s)
189 = 01 > Surely Assignable IP Address

DD2

Comments

  1. U SAID THE admin used ip subnet-zero which means is the
    188 10111100 is the answer if ip subent zero is not used ur answer would be correct if am not wrong

    ReplyDelete

Post a Comment

Popular posts from this blog

New Questions in CCNA 200-120 (HSRP, VRRP, NetFlow, SNMP)

The below are mock questions that were about to appear in exam CCNA 200-120. Updated : 14 th October 2013 Download the Latest 200-120 dumps : Click Here This file requires Visual Cert Exam Suite: Click Here Download the latest 200-120 dumps in DOCX format : Chapter 1 , Chapter 2 , Chapter 3 , Chapter 4 , Chapter 5, Chapter 6, Chapter 7, Chapter 8 , Chapter 9, Chapter 10, Chapter 11, Chapter 12 CCNA EIGRP Simulation CCNA ACL2 Simulation Question 1 Which three are the components of SNMP? (Choose three) A. MIB B. SNMP Manager C. SysLog Server D. SNMP Agent E. Set Answer : A, B, D Question 2 What are the Popular destinations for syslog messages to be saved? A. Flash B. The logging buffer .RAM C. The console terminal D. Other terminals E. Syslog server Answer: B, C, E Question 3 Syslog was configured with a level 3 trap. Which 3 types of logs would...

Access Control List (ACL) Simlet

An administrator is trying to ping and telnet from Switch to Router with the results shown below: For this question we only need to use the show running-config command to answer all the questions below: Router>enable Router#show running-config   Question 1 Which will fix the issue and allow ONLY ping to work while keeping telnet disabled? A. Correctly assign an IP address to interface fa0/1 B. Change the ip access-group command on fa0/0 from “in” to “out” C. Remove access-group 106 in from interface fa0/0 and add access-group 115 in. D. Remove access-group 102 out from interface s0/0/0 and add access-group 114 in E. Remove access-group 106 in from interface fa0/0 and add access-group 104 in Answer : E Explanation: The question was not about FTP so skip line #1 and line #2. The line #3 denies telnet traffic and line #4 permits icmp-echo traffic. L...

CCNA EIGRP Simulation (NEW)

After adding Interior router, no routing updates are being exchanged between Perimeter and the new location. All other inter connectivity and Internet access for the existing locations of the company are working properly. The Task is to identify the fault(s) and correct the router configurations to provide full connectivity between the routers. Access to the router CLI can be gained by clicking on the appropriate host. All passwords on all routers are cisco. IP Address are listed in the chart below Steps Remove invalid Autonomous System Number and add the correct Autonomous System Number Interior router. The Autonomous System Number is found in the topology: Add the network address of Fa0/0 interface of Perimeter router in EIGRP configuration. Because EIGRP neighbor relationship is not possible without the configuring connected interfaces. Answer Commands First we shou...