Главная » Просмотр файлов » ActualTests.Cisco.640-802.Exam.Q.and.A.08.15.08-DDU

ActualTests.Cisco.640-802.Exam.Q.and.A.08.15.08-DDU (1130589), страница 54

Файл №1130589 ActualTests.Cisco.640-802.Exam.Q.and.A.08.15.08-DDU (Дополнительные материалы) 54 страницаActualTests.Cisco.640-802.Exam.Q.and.A.08.15.08-DDU (1130589) страница 542019-05-12СтудИзба
Просмтор этого файла доступен только зарегистрированным пользователям. Но у нас супер быстрая регистрация: достаточно только электронной почты!

Текст из файла (страница 54)

Which three of the interfaces shown in the exhibit willparticipate in OSPF according to this configuration statement? (Choose three.)A. Serial0/1.103B. FastEthernet 0/1C. Serail0/1.102D. Serial0/0E. FastEthernet 0/0Answer: B, C, DExplanation:OSPF uses the concept of wildcard masks much like access list filters. OSPF networkmatches are done using the network number and wildcard bits. The network number isthe network portion of the IP address, with the host bits all set to zero. The wildcard bitsdetermine which portion of the address the access list will act on.

Only bits set to zero areacted upon (bits set to one are ignored.) This is the exact opposite of a netmask.Remember that this number is in bits, and you will always have all zeros to the left of thefirst one, and all ones to the right of the last zero. The table below shows some examplesof netmasks and wildcard bits.Actualtests.com - The Power of Knowing640-802In this example, the 192.168.12.64 0.0.0.63 will comprise of all interfaces with an IPaddress in the 192.168.12.64-127 range.QUESTION 482:Part of the Certkiller OSPF network is shown below:Configuration exhibit:Actualtests.com - The Power of Knowing640-802You work as a network technician at Certkiller .com.

Study the exhibits carefully.Assume that all router interfaces are operational and correctly configured. Inaddition, assume that OSPF has been correctly configured on Router Certkiller 2.How will the default route configured on Certkiller 1 affect the operation ofCertkiller 2?A. Any Packet destined for a network that is not referenced in the routing table of RouterCertkiller 2 will be directed to Certkiller 1.

Certkiller 1 will then send that packet back toCertkiller 2 and a routing loop will occurB. Any packet destined for a network that is not directly connected to router Certkiller 1will be droppedC. The networks directly connected to router Certkiller 2 will not be able to communicatewith the 172.16.100.0, 172.16.100.128 and 172.16.100.64 subnetworksD. Any packet destined for a network that is not directly connected to Router Certkiller 2will be dropped immediately because of the lack of a gateway on Certkiller 1E. Any packet destined for a network that is not directly connected to router Certkiller 2will be dropped immediatelyF. None of the aboveAnswer: AQUESTION 483:Certkiller 1 is a Backup Designated Router on the Certkiller OSPF network.

Onwhich types of network will OSPF elect a BDR?A. Nonbroadcast and broadcast multi-accessB. Point-To-Multipoint and multi-accessC. Point-To-Point and Point-To-multipointD. Point-To-Point and multi-accessE. NonBroadcast and Broadcast multipointF. None of the aboveAnswer: AExplanation:Actualtests.com - The Power of Knowing640-802DR and BDR are elected on broadcast and nonbroadcast multi-access networks.Reference: Sybex CCNA Study Guide 4th Edition (Page 283)QUESTION 484:The OSPF interface status of two Certkiller devices is shown below:You work as a network technician at Certkiller and are responsible for the OSPFnetwork. You are troubleshooting the OSPF configuration of routers Certkiller 1 andCertkiller 2.

The routers can't establish an adjacency relationship on their commonEthernet link. The graphic shows the output of the "show ip ospf interface eth0"command for routers Certkiller 1 and Certkiller 2. Based on the information in thegraphic, what is the cause of this problem?A.

The priority on Certkiller 1 should bet set higherB. A backup designated router needs to be added to the networkC. The cost on Certkiller 1 should be set higherD. The OSPF area is not configured properlyE. The hello and dead timers are not configured properlyF. The OSPF process ID numbers must matchG. None of the aboveAnswer: EExplanation:As can be seen above, the hello interval for CK1 has been set to 5 seconds, while it is setto 10 for CK2 .

Also, the dead interval on CK1 is set at 20 seconds while on router CK2 itis set to 40 seconds. In order for two routers to establish an OSPF neigh adjacency, thehello and dead timers must match.Actualtests.com - The Power of Knowing640-802QUESTION 485:Which of the following OSPF commands, when used together, will put the network192.168.10.0/24 into OSPF area 0? (Select all valid responses)A. Router(config-router)# network 192.168.10.0 0.0.0.255 0B.

Router(config-router)# network 192.168.10.0 0.0.0.255 area 0C. Router(config-router)# network 192.168.10.0 255.255.255.0 area 0D. Router(config)# router ospf 0E. Router(config)# router ospf 1Answer: B, EExplanation:B. The network command specifies the IP address (192.168.10.0) followed by thewildcard mask (not the subnet mask), and the area that is to be associated with the OSPFaddress range (in this case, area 0). The wildcard mask indicates in binary how much ofthe IP address much be matched with 0s indicating that the bits must match and 1indicating that they may vary.

Thus 0.0.0.255 or00000000.00000000.00000000.11111111 indicates that any bit in the last octet can varywhile all bits in the first 3 octets must match the network address (in other words,192.168.10.xx)E. The router ospf command enables OSPF routing and enters router configuration mode.This command takes a <process-id> argument which identifies the OSPF process.Incorrect Answers:A. This command is correct, except for the fact that the keyword "area" is missing andneeds to be inserted.C.

For OSPF, the inverse mask must be used, not the regular subnet mask.D. OSPF can not use process ID 0, and the goal of this question is to put a specificnetwork in area 0, not the entire routing process.QUESTION 486:Under which circumstance, i.e. network type, would an OSPF router establish aneighbor adjacency, even though the DR/BDR election process was not performed?A. Point-to-pointB. Broadcast multicastC. Nonbroadcast multicastD. Backbone area 0E. Virtual LinkActualtests.com - The Power of Knowing640-802Answer: AExplanation: If there's a point to point connection, there's no need for a designatedrouter or a backup designated router election.

By definition, only two routers existon a point to point connection.Incorrect Answers:B, C. In these network types, the potential for more than two routers on the segmentexist, so the Designated Router and Backup Designated Routers are elected.D. This is not a network type. Area 0 is the backbone of any OSPF network.E. Virtual Links are used in OSPF to link an area to area 0. Every area must be directlyconnected to area 0 at some point, and virtual links are used for areas that do not meetthis requirement.QUESTION 487:On the assumption that every OSPF router in a particular area is configured withthe same priority value; which secondary value would be used as a router ID whenthere is no loopback interface set?A.

The IP address of the first Fast Ethernet interface.B. The IP address of the console management interface.C. The highest IP address among its active interfaces.D. The lowest IP address among its active interfaces.E. There will be no router ID until a loopback interface is configured.Answer: CExplanation: Ordinarily the loopback interface would be selected as the router ID.In the event that no loopback interface is configured, the router ID will be the firstactive interface that comes up on the router. If that particular interface has morethen one IP address, then the highest address will be selected as the Router ID.Incorrect Answers:B.

Putting an IP address on the management console is a concept that is configured on aCatalyst switch, not a router.QUESTION 488:On the topic of OSPF routing; which of the following are the traits of an OSPFarea? (Select all that apply)A. Each OSPF area requires a loopback interface to be configured.B. Areas may be assigned any number from 0 to 65535.C. Area 0 is called the backbone area.D. Hierarchical OSPF networks do not require multiple areas.Actualtests.com - The Power of Knowing640-802E. Multiple OSPF areas must connect to area 0.F.

Single area OSPF networks must be configured in area 1.G. None of the aboveAnswer: C, EExplanation:OPSF uses areas in a hierarchical fashion, and the backbone area is always area 0. Allother areas have at least one connection to area 0.Incorrect Answers:A. Loopback interfaces are often used in OSPF networks, so that the router ID can beconfigured. However, this is not a requirement.B. The area-id can be an integer between 0 and 4294967295.F.

Single area OSPF networks do not have to be configured with the backbone area 0.Although area 1 can indeed be used, it is not required that area 1 is used. Single areaOSPF networks can be any integer from 0-4294967295.QUESTION 489:If the bandwidth of an OSPF interface on a Certkiller router is configured with the"bandwidth 64" command, what would be the calculated cost of the link?A. 1B. 64C. 1562D. 64000E. 1500F. None of the aboveAnswer: CExplanation: The question states that OSPF interface has been configured with thebandwidth 64command. Cisco IOS always interprets the values for the bandwidthcommand as being in kbps, so the bandwidth is configured as 64 kbps. The metricfor any OSPF defaults to 100,000,000/bandwidth.

So, in this example:100,000,000 / 64000 = 1562.5Reference: Sybex CCNA Study Guide edition 4, page 284.QUESTION 490:Certkiller is using OSPF as the routing protocol in their network. What are some ofthe characteristics of this routing protocol? (Select all valid answer choices)Actualtests.com - The Power of Knowing640-802A. It confines network instability to a single area of network.B. It increases the routing overhead of the networkC. It supports VLSMD. It routes between Autonomous Systems.E.

Характеристики

Тип файла
PDF-файл
Размер
12,38 Mb
Тип материала
Высшее учебное заведение

Список файлов учебной работы

Дополнительные материалы
CISCO
ActualTests Cisco.640-802 Exam Questions and Answers-08.15
index.htm
CCNA 1 UPDATED_files
ads_data_003
index.htm
netError.css
strres.js
ads_data
index.htm
sma6.js
cm_data
index.htm
navbar_data
107652916-dom.js
2461938849-navbar1_bundle.css
3625575137-cookies.js
4095335807-common.js
index.htm
urchin.js
65355.php.htm
1450122297-widgets.js
2300090209-widget_css_bundle.css
3727950723-blog_controls.css
Свежие статьи
Популярно сейчас
Как Вы думаете, сколько людей до Вас делали точно такое же задание? 99% студентов выполняют точно такие же задания, как и их предшественники год назад. Найдите нужный учебный материал на СтудИзбе!
Ответы на популярные вопросы
Да! Наши авторы собирают и выкладывают те работы, которые сдаются в Вашем учебном заведении ежегодно и уже проверены преподавателями.
Да! У нас любой человек может выложить любую учебную работу и зарабатывать на её продажах! Но каждый учебный материал публикуется только после тщательной проверки администрацией.
Вернём деньги! А если быть более точными, то автору даётся немного времени на исправление, а если не исправит или выйдет время, то вернём деньги в полном объёме!
Да! На равне с готовыми студенческими работами у нас продаются услуги. Цены на услуги видны сразу, то есть Вам нужно только указать параметры и сразу можно оплачивать.
Отзывы студентов
Ставлю 10/10
Все нравится, очень удобный сайт, помогает в учебе. Кроме этого, можно заработать самому, выставляя готовые учебные материалы на продажу здесь. Рейтинги и отзывы на преподавателей очень помогают сориентироваться в начале нового семестра. Спасибо за такую функцию. Ставлю максимальную оценку.
Лучшая платформа для успешной сдачи сессии
Познакомился со СтудИзбой благодаря своему другу, очень нравится интерфейс, количество доступных файлов, цена, в общем, все прекрасно. Даже сам продаю какие-то свои работы.
Студизба ван лав ❤
Очень офигенный сайт для студентов. Много полезных учебных материалов. Пользуюсь студизбой с октября 2021 года. Серьёзных нареканий нет. Хотелось бы, что бы ввели подписочную модель и сделали материалы дешевле 300 рублей в рамках подписки бесплатными.
Отличный сайт
Лично меня всё устраивает - и покупка, и продажа; и цены, и возможность предпросмотра куска файла, и обилие бесплатных файлов (в подборках по авторам, читай, ВУЗам и факультетам). Есть определённые баги, но всё решаемо, да и администраторы реагируют в течение суток.
Маленький отзыв о большом помощнике!
Студизба спасает в те моменты, когда сроки горят, а работ накопилось достаточно. Довольно удобный сайт с простой навигацией и огромным количеством материалов.
Студ. Изба как крупнейший сборник работ для студентов
Тут дофига бывает всего полезного. Печально, что бывают предметы по которым даже одного бесплатного решения нет, но это скорее вопрос к студентам. В остальном всё здорово.
Спасательный островок
Если уже не успеваешь разобраться или застрял на каком-то задание поможет тебе быстро и недорого решить твою проблему.
Всё и так отлично
Всё очень удобно. Особенно круто, что есть система бонусов и можно выводить остатки денег. Очень много качественных бесплатных файлов.
Отзыв о системе "Студизба"
Отличная платформа для распространения работ, востребованных студентами. Хорошо налаженная и качественная работа сайта, огромная база заданий и аудитория.
Отличный помощник
Отличный сайт с кучей полезных файлов, позволяющий найти много методичек / учебников / отзывов о вузах и преподователях.
Отлично помогает студентам в любой момент для решения трудных и незамедлительных задач
Хотелось бы больше конкретной информации о преподавателях. А так в принципе хороший сайт, всегда им пользуюсь и ни разу не было желания прекратить. Хороший сайт для помощи студентам, удобный и приятный интерфейс. Из недостатков можно выделить только отсутствия небольшого количества файлов.
Спасибо за шикарный сайт
Великолепный сайт на котором студент за не большие деньги может найти помощь с дз, проектами курсовыми, лабораторными, а также узнать отзывы на преподавателей и бесплатно скачать пособия.
Популярные преподаватели
Добавляйте материалы
и зарабатывайте!
Продажи идут автоматически
6418
Авторов
на СтудИзбе
307
Средний доход
с одного платного файла
Обучение Подробнее