subneting and vlsm ntpg

21
1.) What does VLSM allow a network administrator to do? a) utilize one subnet mask throughout an autonomous system b) utilize multiple subnet masks in the same IP address space c) utilize IGRP as the routing protocol in an entire autonomous system d) utilize multiple routing protocols within an autonomous system 2 marks 2.) A Class C network address has been subnetted into eight subnetworks. Using VLSM, the last subnet will be divided into eight smaller subnetworks. What bit mask must be used to create eight smaller subnetworks, each having two usable host addresses? a) /26 b) /27 c) /28 d) /29 e) /30 f) /31 2 marks 3.) The routers in the diagram use the subnet assignments shown. What is the most efficient route summary that can be configured on Router3 to advertise the internal networks to the cloud? a) 192.1.1.0/26 and 192.1.1.64/27 b) 192.1.1.128/25 c) 192.1.1.0/23 and 192.1.1.64/23

Upload: sachii-dosti

Post on 19-Jun-2015

307 views

Category:

Education


3 download

TRANSCRIPT

Page 1: Subneting and vlsm ntpg

1.) What does VLSM allow a network administrator to do?

a) utilize one subnet mask throughout an autonomous systemb) utilize multiple subnet masks in the same IP address spacec) utilize IGRP as the routing protocol in an entire autonomous systemd) utilize multiple routing protocols within an autonomous system

2 marks2.) A Class C network address has been subnetted into eight subnetworks. Using VLSM, the last subnet will be divided into eight smaller subnetworks. What bit mask must be used to create eight smaller subnetworks, each having two usable host addresses?

a) /26b) /27c) /28d) /29e) /30f) /31

2 marks3.)

The routers in the diagram use the subnet assignments shown. What is the most efficient route summary that can be configured on Router3 to advertise the internal networks to the cloud?

a) 192.1.1.0/26 and 192.1.1.64/27b) 192.1.1.128/25c) 192.1.1.0/23 and 192.1.1.64/23d) 192.1.1.0/24e) 192.1.1.0/25f) 192.1.1.0/24 and 192.1.1.64/24

3 marks

Page 2: Subneting and vlsm ntpg

4.)

Router1 and Router2 shown in the topology have been configured with the no ip subnet-zero command. Which of the following valid VLSM network numbers could be used for the serial link between Router1 and Router2? (Choose two.)

a) 192.168.1.0/30b) 192.168.1.4/30c) 192.168.1.8/30d) 192.168.1.96/30e) 192.168.1.138/30f) 192.168.1.190/30

2 marks

5.)

Consider the network shown in the graphic. Which of the following IP addresses would be valid for a company that is leasing a single Class C network address and using VLSM for maximum efficiency?

a) 200.1.1.64 /26 for the 50 users200.1.1.128 /27 for the 25 users200.1.1.176 /27 for the 10 users

Page 3: Subneting and vlsm ntpg

200.1.1.192 /30 for one pair of serial links200.1.1.196 /30 for the second pair of serial links

b) 200.1.1.0 /26 for the 50 users200.1.1.80 /27 for the 25 users200.1.1.96 /27 for the 10 users200.1.1.128 /30 for one pair of serial links200.1.1.132 /30 for the second pair of serial links

c) 200.1.1.64 /26 for the 50 users200.1.1.128 /27 for the 25 users200.1.1.160 /28 for the 10 users200.1.1.176 /30 for one pair of serial links200.1.1.180 /30 for the second pair of serial links

d) 200.1.1.0 /26 for the 50 users200.1.1.64 /26 for the 25 users200.1.1.128 /27 for the 10 users200.1.1.192 /30 for one pair of serial links200.1.1.192 /30 for the second pair of serial links

4 marks6.)

Refer to the graphic. Which of the following addresses is the most efficient summarization of the routes attached to Router A?

a) 192.168.4.0 /20b) 192.168.0.0 /16c) 192.168.4.0 /24d) 192.168.8.0 /22e) 192.168.8.0 /29f) 192.168.8.0 /30

2 marks

Page 4: Subneting and vlsm ntpg

7.)

Refer to the graphic. If the network is running OSPF, which subnetworks can be assigned to the serial links between Router2 and the other routers shown in the diagram?

a) 192.1.1.4/30 and 192.1.1.8/30b) 192.1.1.32/30 and 192.1.1.160/30c) 192.1.1.96/30 and 192.1.1.100/30d) 192.1.1.160/30 and 192.1.1.164/30e) 192.1.1.192/30 and 192.1.1.196/30

2 marks

8.)The network 192.1.1.0 has been subnetted for a network design. The 192.1.1.16/28 subnet has been chosen for further subnetting to provide for point-to-point serial link addressing. How many serial link subnets can be created while minimizing the number of wasted addresses?

a) 1b) 2c) 4d) 6e) 8f) 16

2 marks

Page 5: Subneting and vlsm ntpg

9.)

The network shown in the diagram is having problems routing traffic. It is suspected that the problem is with the addressing scheme. What is the problem with the addressing used in the topology?

a) The address assigned to the Ethernet0 interface of Router1 is a broadcast address for that subnetwork.

b) The subnetwork configured on the serial link between Router1 and Router2 overlaps with the subnetwork assigned to Ethernet0 of Router3.

c) The subnetwork assigned to the Serial0 interface of Router1 is on a different subnetwork from the address for Serial0 of Router2.

d) The subnetwork assigned to Ethernet0 of Router2 overlaps with the subnetwork assigned to Ethernet0 of Router3.

2 mark

10.)

Refer to the graphic. Which command will enter a static route to network 192.168.19.0 from router C?

a) C(config)# ip route 192.168.19.0 192.168.17.1b) C(config)# ip static-route 192.168.19.0/24 192.168.17.2c) C(config)# ip route 192.168.17.1 255.255.255.0 192.168.19.0d) C(config)# ip route 192.168.19.0 255.255.255.0 192.168.17.1e) C(config)# ip route 192.168.19.0 0.0.0.0 192.168.17.2f) C(config)# ip default-route 192.168.17.2 255.255.255.0 192.168.19.0

1½marks

Page 6: Subneting and vlsm ntpg

11.)

The LAN devices are configured as shown in the diagram. Why are Host1 and Host2 unable to communicate? (Choose three.)

a) A router is required to forward traffic between the hosts.b) The switch ports are on different VLANs.c) The VLAN port assignments must be contiguous for each VLAN.d) The host default gateway addresses must be on the same logical

network.e) The switch IP address is on the wrong subnet.f) The hosts are configured on different logical networks

1½marks12.)

What does the router shown in the graphic provide to the network? (Choose three.)

a) forwarding of packets between VLANsb) forwarding of broadcast frames between VLANsc) improved efficiency in bandwidth utilization d) connectivity of local hosts with remote resourcese) elimination of VLAN configuration errorsf) prevention of switching loops

1½marks

Page 7: Subneting and vlsm ntpg

13.)Which strategies can a company take to enhance network reliability through redundancy? (Choose two.)

a) Eliminate single points of failure.

b) Flood frames for unknown destinations.

c) Send multiple frames to an end device.

d) Design alternate routes to a destination.

e) Forward MAC address tables to all switches on the network.

f) Eliminate multiple paths to the same destination.2 marks

14.)How does an Ethernet switch improve network performance? (Choose three.)

a) allows multiple frames to be forwarded simultaneouslyb) decreases the number of broadcast domainsc) increases network latencyd) eliminates unnecessary broadcast framese) reduces the size of collision domainsf) increases the number of collision domains

1½marks15.)

)How many collision domains will there be in the entire network shown in the graphic if Hub1 is replaced with a Layer 2 switch?

a) 2b) 3c) 4d) 7e) 8f) 10

1 mark

Page 8: Subneting and vlsm ntpg

16.)Which interior routing protocols support VLSM? (Choose three.)

a) OSPFb) RIP v1c) RIP v2d) EIGRPe) BGPf) IGRP

1½marks

17.)What is the purpose of a default route?

a) A default route will cause packets addressed to unknown destination networks to be dropped.

b) A default route will cause packets addressed to unknown destination networks to be sent to a designated router interface.

c) A default route will cause packets addressed to known destinations to prefer a specified path to the destination network.

d) A default route will direct packets for all destination networks to a designated router and router interface

1 mark18.)Which of the following is the metric that OSPF uses to determine the best route to a destination network?

a) administrative distanceb) costc) hop countd) link delay

1 mark

19.)

Which cables are used to connect the PCs and networking devices shown in the graphic? (Choose three.)

Page 9: Subneting and vlsm ntpg

a) straight-through cable from the switches to the workstationsb) straight-through cable between the two switchesc) straight-through cable from the router to the switchesd) crossover cable from the router to the switchese) crossover cable between the two switchesf) crossover cable from the switches to the workstation

1½marks 20.)

Refer to the graphic. Consider the routing table. What is the purpose of the 128 shown in the following line and bolded in the graphic

a) It is the OSPF metric, which is cost.b) It is the OSPF administrative distance.c) It is the value assigned by the Dijkstra algorithm that designates how

many hops away the network is.d) It is the value assigned to an interface that is used by the DUAL

algorithm to determine the metric.1 mark

21.)The following command was added to a router's configuration: ip route 192.168.20.0 255.255.255.0 172.16.15.3. What will adding this command accomplish? (Choose two.)

a) A default route will be created.b) A static route will be created.c) Information about the 192.168.20.0 network learned dynamically

will be ignored as long as the static route exists.d) All packets with an unknown destination address will be forwarded out

interface 192.168.20.245.e) The route will be added as a RIP route in the routing table

2 marks

Page 10: Subneting and vlsm ntpg

22.)

Refer to the graphic. Which of the following commands is used to configure switch port 2 for the host on VLAN 2?

a) (config)# interface fastethernet 0/2(config-if)# switchport mode access(config-if)# switchport access vlan 2

b) (config)# interface vlan 2(config-subif)# switchport mode access 2

c) (config)# interface vlan 2(config-subif)# switchport mode trunk dot1q

d) (config)# interface fastethernet 0/2(config-if)# vlan 2

1½marks23.)Which of the following are advantages to adding a switch to a network? (Choose two.)

a) Switches decrease the size of broadcast domains.b) Switches create collision-free domains.c) Switches decrease network throughput.d) Switches establish permanent virtual circuits for communications.e) Switches allow full allocation of bandwidth

1 mark24.)Which device provides connectivity between IP routed networks and subnetworks?

a) switchb) bridgec) routerd) active hub

1 mark

Page 11: Subneting and vlsm ntpg

25.)

What type of connectivity (refer to point A in the graphic) is required between SW1 and SW2? Note that SW1 has VLANs 2, 3, 4, and 5 configured and SW2 has VLANs 5, 6, 7, and 8 configured. Also, the computers on the same VLAN need the ability to communicate with one another.

a) accessb) channelc) interVLANd) intraVLANe) trunk

1 mark26.)

A network administrator located at the East site needs to check the configuration of a switch located at the Corporate site. The show hosts command is entered on the East router but does not produce any output. Which command can be used to gain access to the Corporate LAN switch assuming the switch is assigned the IP address 172.16.15.5/24?

a) dial Corporate 172.16.15.5b) line vty 0 4

telnetc) telnet Corporated) telnet 172.16.15.5

1 mark

Page 12: Subneting and vlsm ntpg

27.)Which of the following tasks must be completed to configure a router interface to setup the newly added network 192.168.10.64/27 and to advertise this network over RIP v2? (Choose three.)

a) RIP v2 must be configured with the network command and the IP network number for the new network.

b) RIP v2 must be configured with the network command and the IP host address and subnet mask for the newly activated interface.

c) The router must be configured with the ip subnet-zero command so that this network can be added and advertised.

d) A network host address and subnet mask must be applied to the newly activated interface.

e) The routing protocol must be activated with the router rip and version 2 commands.

f) RIP v2 must be configured on the other enterprise routers with an entry for the newly added network.

1½marks

28.)A network administrator is having problems with excessive collisions on the corporate network. If the network currently uses hubs, what is the most cost effective way to reduce collisions?

a) add additional hubsb) replace hubs with switches c) replace hubs with access pointsd) add a router to every hub segment

1 mark29.)

Refer to the graphic. Both routers are configured using RIP v1. Both routers are sending updates about the directly connected routes. R1 can successfully ping the serial interface of R2. The routing table on R1 does not contain any

Page 13: Subneting and vlsm ntpg

dynamically learned routes from R2, and the routing table on R2 shows no dynamically learned routes from R1. What is the problem?

a) Subnetting is not supported by RIP v1.b) One of the routers needs a clock rate on the serial interface.c) CIDR is not supported by RIP v1.d) VLSM is not supported by RIP v1.

2 marks

30.)

Refer to the graphic. Which commands would direct outbound traffic from R1 to the ISP and inbound traffic from the ISP to network 200.1.1.0?

a) R1(config)# ip route 144.1.1.0 255.255.255.192 serial 0/0ISP(config)# ip route 0.0.0.0 0.0.0.0 serial 0/1

b) R1(config)# ip route 0.0.0.0 0.0.0.0 serial 0/0ISP(config)# ip route 0. 0.0.0 0.0.0.0 serial 0/0

c) R1(config)# ip route 0.0.0.0 0.0.0.0 serial 0/0ISP(config)# ip route 200.1.1.0 255.255.255.0 serial 0/1

d) R1(config)# ip route 144.1.1.0 255.255.255.192 serial 0/0ISP(config)# ip route 200.1.1.0 255.255.255.0 serial 0/1

2 marks