Главная » Просмотр файлов » 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), страница 55

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

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

It allows extensive control of routing updatesF. None of the aboveAnswer: A, C, EExplanation:The following describes some of the features and functionality of the OSPF protocol:Open Shortest Path First* Each router discovers its neighbors on each interface. The list of neighbors is kept in aneighbor table.* Each router uses a reliable protocol to exchange topology information with itsneighbors.* Each router places the learned topology information into its topology database.* Each router runs the SPF algorithm against its own topology database.* Each router runs the SPF algorithm against its own topology database to calculate thebest routes to each subnet in the database.* Each router places the best roué to each subnet into the IP routing table.The following list points out some of the key features of OSPF:* Converges very quickly - from the point of recognizing a failure, it often can convergein less than 10 seconds.* Supports VLSM.* Uses short Hello messages on a short regular interval, with the absence of hellomessages indicating that a neighbor is no longer reachable.* Sends partial updates when link status changes and floods full updates every 30minutes.

The flooding, however, does not happened all at once, so the overhead sminimal.* Uses cost for the metric.Incorrect Answers:B. This is incorrect because the hierarchical design characteristics of OSPF actuallyreduce the overhead on larger networks.D. This is not true as OSPF doesn't route between Autonomous Systems. OSPF is anIGP. Routing between autonomous systems is reserved for EGP protocols such as BGP.QUESTION 491:Which of the following are true statements regarding the characteristics of OSPFareas? (Select all that apply)A. All OSPF networks require the use of multiple areasB.

Multiple OSPF areas must connect to area 0C. Single area OSPF networks must be configured in area 1Actualtests.com - The Power of Knowing640-802D. Areas can be assigned any number from 0 to 63535E. Area 0 is called the backbone areaF. Each OSPF area need to be configured with a loopback interfaceAnswer: B, EExplanation:OSPF divides its routing domain into areas.

Area 0, the backbone, is required. Thisdivides interior routing into two levels. If traffic must travel between two areas, thepackets are first routed to the backbone. This may cause non-optimal routes, sinceinterarea routing is not done until the packet reaches the backbone. Once there, it isrouted to the destination area, which is then responsible for final delivery. This layeringpermits addresses to be consolidated by area, reducing the size of the link state databases.All areas must be connected to area 0, either directly or through the use of virtual links.Incorrect Answers:A. OSPF network can only consist of a single area.C.

Single area networks can use any area number. If more than one area is configured inthe network, then at least one of the areas must be area 0.D. The area-id can be an integer between 0 and 4294967295.F. While loopback interfaces are commonly used in OSPF networks, it is not arequirement.QUESTION 492:On what kinds of networks does the OSPF protocol elect a backup designatedrouter? (Select all that apply)A. Point-to-pointB.

Point to multipointC. BroadcastD. Non-broadcast multi-accessE. None of the aboveAnswer: C, DExplanation:The DR and BDR election process is performed on broadcast and non-broadcastmulti-access networks.Incorrect Answers:A, B: There is no DR or BDR on point to point and point to multipoint links. On a pointto point link, only two routers exist so there is no need for a DR or BDR.QUESTION 493:Actualtests.com - The Power of Knowing640-802Three Certkiller routers are configured for OSPF area 0 as shown in the diagrambelow:You wish to ensure that router CK2 will be preferred as the designated router (DR)for the 172.16.1.0 /24 LAN segment.What configuration tasks could be used to establish this preference? (Choose allthat apply)A.

Configure the priority value of the Fa0/0 interface of Router CK2 to a higher valuethan any other interface on the Ethernet network.B. Change the router id for Router CK2 by assigning the IP address 172.16.1.130/24 tothe Fa0/0 interface of Router CK2 .C. Configure a loopback interface on Router CK2 with an IP address higher than any IPaddress on the other routers.D. Change the priority value of the Fa0/0 interface of Router CK2 to zero.E.Change the priority values of the Fa0/0 interfaces of Router CK1 and Router CK3 to zero.F. No further configuration is necessary.G. All of the above will make CK2 the DRAnswer: A, C, EExplanation:In order to ensure that a router will become the OSPF DR for any given segment, thereare a number of options.

One way is to manually configure the interface priority asdescribed in option A above using the "ip ospf priority" interface configurationcommand. The second method is described in option C. OSPF routers will always use theloopback interface IP address as the router ID, when configured, and the router with thehighest IP address will be chosen as the DR when the priorities are the same.

The finalActualtests.com - The Power of Knowing640-802method is to change the priority of the other routers in the segment to zero. When theOSPF priority is set to 0, the router is ineligible to become the DR or the BDR. ImportantNote: The OSPF DR/BDR election process is not pre-emptive, so any changes to thenetwork regarding the DR/BDR election process will only occur when the routers arerestarted.Incorrect Answers:B.

This method will not work as the router ID is taken by using the highest IP address ofall interfaces in the router, or from the loopback interface if it is configured. Althoughchoosing this option will give router CK2 the highest IP address on the LAN segment, therouter ID will be taken from the highest IP address in the router, which as shown will be192.168.0.101.D.

This will make CK2 ineligible to become either the DR or the BDR.QUESTION 494:Certkiller uses OSPF in their WAN. The OSPF Hello protocol performs which of thefollowing tasks in this network? (Choose two)A. It maintains neighbor relationships.B. It broadcasts hello packets throughout the internetwork to discover all routers that arerunning OSPF.C. It uses timers to elect the router with the fastest links as the designated router.D. It negotiates correctness parameters between neighboring interfaces.E.

It detects unreachable neighbors in 90 second intervals.F. It provides dynamic neighbor discovery.G. It is only used once when the router boots upAnswer: A, FQUESTION 495:CK1 and CK2 are OSPF routers on a point-point link. On this point-to-pointnetwork, OSPF hello packets are addressed to which address?A.

192.168.0.5B. 254.255.255.255C. 223.0.0.1D. 172.16.0.1E. 224.0.0.5F. 127.0.0.1G. None of the aboveAnswer: EActualtests.com - The Power of Knowing640-802Explanation:The multicast IP address 224.0.0.5 is known as 'AllSPFRouters.' All routers runningOSPF should be prepared to receive packets sent to this address since hello packets arealways sent to this destination. Also, certain OSPF protocol packets are sent to thisaddress during the flooding procedure.Incorrect Answers:A. This is the IP address reserved for the internal loopback on PC hosts. All windowsbased PC's will use this internal IP address, assuming that the TCP/IP stack is correctlyinstalled.B, D.

These addresses are part of the range of addresses reserved for internal use, asdefined in RFC 1918.QUESTION 496:Which of the following statements below best describe the process identifier that isused to run OSPF on a Certkiller router? (Choose two)A. It is an optional parameter required only if multiple OSPF processes are running onthe router.B. It is locally significant.C. It is needed to identify a unique instance of an OSPF database.D. All routers in the same OSPF area must have the same process ID if they are toexchange routing information.E. It is globally significant.F.

It is shared among all OSPF routersAnswer: B, CExplanation:The OSPF process ID is locally significant, and is only used by the local router todiscriminate between multiple OSPF processes. In any given OSPF network, the processID's do not need to match between neighboring routers. This is in contrast to otherrouting protocols, such as EIGRP.Additional info:router ospf process-idno router ospf process-idprocess-idInternally used identification parameter for an OSPF routing process. It is locallyassigned and can be any positive integer. A unique value is assigned for each OSPFrouting process.Reference:http://www.cisco.com/en/US/products/sw/iosswrel/ps1826/products_command_summary_chapter09186a00800dActualtests.com - The Power of Knowing640-802QUESTION 497:The interface information for router Certkiller 3 is displayed below:Router Certkiller 3 was just successfully rebooted.

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

Тип файла
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
Свежие статьи
Популярно сейчас
Почему делать на заказ в разы дороже, чем купить готовую учебную работу на СтудИзбе? Наши учебные работы продаются каждый год, тогда как большинство заказов выполняются с нуля. Найдите подходящий учебный материал на СтудИзбе!
Ответы на популярные вопросы
Да! Наши авторы собирают и выкладывают те работы, которые сдаются в Вашем учебном заведении ежегодно и уже проверены преподавателями.
Да! У нас любой человек может выложить любую учебную работу и зарабатывать на её продажах! Но каждый учебный материал публикуется только после тщательной проверки администрацией.
Вернём деньги! А если быть более точными, то автору даётся немного времени на исправление, а если не исправит или выйдет время, то вернём деньги в полном объёме!
Да! На равне с готовыми студенческими работами у нас продаются услуги. Цены на услуги видны сразу, то есть Вам нужно только указать параметры и сразу можно оплачивать.
Отзывы студентов
Ставлю 10/10
Все нравится, очень удобный сайт, помогает в учебе. Кроме этого, можно заработать самому, выставляя готовые учебные материалы на продажу здесь. Рейтинги и отзывы на преподавателей очень помогают сориентироваться в начале нового семестра. Спасибо за такую функцию. Ставлю максимальную оценку.
Лучшая платформа для успешной сдачи сессии
Познакомился со СтудИзбой благодаря своему другу, очень нравится интерфейс, количество доступных файлов, цена, в общем, все прекрасно. Даже сам продаю какие-то свои работы.
Студизба ван лав ❤
Очень офигенный сайт для студентов. Много полезных учебных материалов. Пользуюсь студизбой с октября 2021 года. Серьёзных нареканий нет. Хотелось бы, что бы ввели подписочную модель и сделали материалы дешевле 300 рублей в рамках подписки бесплатными.
Отличный сайт
Лично меня всё устраивает - и покупка, и продажа; и цены, и возможность предпросмотра куска файла, и обилие бесплатных файлов (в подборках по авторам, читай, ВУЗам и факультетам). Есть определённые баги, но всё решаемо, да и администраторы реагируют в течение суток.
Маленький отзыв о большом помощнике!
Студизба спасает в те моменты, когда сроки горят, а работ накопилось достаточно. Довольно удобный сайт с простой навигацией и огромным количеством материалов.
Студ. Изба как крупнейший сборник работ для студентов
Тут дофига бывает всего полезного. Печально, что бывают предметы по которым даже одного бесплатного решения нет, но это скорее вопрос к студентам. В остальном всё здорово.
Спасательный островок
Если уже не успеваешь разобраться или застрял на каком-то задание поможет тебе быстро и недорого решить твою проблему.
Всё и так отлично
Всё очень удобно. Особенно круто, что есть система бонусов и можно выводить остатки денег. Очень много качественных бесплатных файлов.
Отзыв о системе "Студизба"
Отличная платформа для распространения работ, востребованных студентами. Хорошо налаженная и качественная работа сайта, огромная база заданий и аудитория.
Отличный помощник
Отличный сайт с кучей полезных файлов, позволяющий найти много методичек / учебников / отзывов о вузах и преподователях.
Отлично помогает студентам в любой момент для решения трудных и незамедлительных задач
Хотелось бы больше конкретной информации о преподавателях. А так в принципе хороший сайт, всегда им пользуюсь и ни разу не было желания прекратить. Хороший сайт для помощи студентам, удобный и приятный интерфейс. Из недостатков можно выделить только отсутствия небольшого количества файлов.
Спасибо за шикарный сайт
Великолепный сайт на котором студент за не большие деньги может найти помощь с дз, проектами курсовыми, лабораторными, а также узнать отзывы на преподавателей и бесплатно скачать пособия.
Популярные преподаватели
Добавляйте материалы
и зарабатывайте!
Продажи идут автоматически
6418
Авторов
на СтудИзбе
307
Средний доход
с одного платного файла
Обучение Подробнее