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...

Cisco Packet Tracer Multi User Connection

Multiuser communication allows multiple point-to-point (peer) connections between multiple instances of Packet Tracer. By allowing communication between Packet Tracer instances, a new door has been opened to a fun, interactive, social, collaborative, and competitive learning environment. Instructors will now be able to create a variety of activities for students to learn in groups that will facilitate greater social interaction between students. Students will benefit from this environment by working together to solve problems and share ideas. Both students and teachers should take full advantage that Multiuser will offer in their learning environment. Technical Information Communicates between instances using PTMP. PTMP is TCP based. By default, uses TCP port 38000, is customizable, and each new instances on the same PC will use the next available port. On by default. UPnP will attempt to establish port forwarding to facilitate home networks. All network co...

CCNA RIPv2 Simulation

Central Florida Widgets recently installed a new router in their Apopka office. Complete the network installation by performing the initial router configurations and configuring RIPv2 routing using the router command line interface (CLI) on the Apopka router. To configure the router (Apopka) click on the console host icon that is connected to a router by a serial console cable (shown in the diagram as a dashed black line). Each of the windows can be minimized by clicking on the [-]. You can also reposition a window by dragging it by the title bar. The “Tab” key and most commands that use the “Control” or “Esc” keys are not supported and are not necessary to complete this simulation. The help command does not display all commands of the help system. Configure the router per the following requirements: Name of the router is Apopka Enable-secret password is ish555ana The password to access user EXEC mode using the console is New2Rtr The password to allow te...