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

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

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

Change the bandwidth setting on Certkiller 1 to match the actual line speed.D. Verify successful DCE communication between the two sites.E. Verify Layer 1 communication on the Certkiller 1 Serial 0/ interface.Answer: BEncapsulation:The High Level Data Link Control protocol (HDLC) is the default encapsulation used onthe synchronous serial interfaces of a Cisco router.Because of the proprietary nature of vendor HDLC implementations, you should only useHDLC framing on point-to-point links when the router at each end of a link is from thesame vendor. In cases where you want to connect equipment from different vendors overa leased line, the Point-to-Point Protocol (PPP) should be used. Always remember thatthe router on both sides of a point-to-point link must be using the same data framingActualtests.com - The Power of Knowing640-802method in order to communicate.Reference: http://www.2000trainers.com/cisco-ccna-11/ccna-hdlc/QUESTION 750:Exhibit #1:Exhibit #2:You work as a network administrator at Certkiller .com.

You study the exhibitscarefully. What is the most likely reason for disparity between the actual networknumbers at the branches and the routes in the routing table on Certkiller 0?A. Certkiller 1 is configured to only send RIPv1 updates.B. Certkiller 0 is configured to receive only RIPv1 updates.C. Certkiller 2 is configured to send both RIPv1 and RIPv2 updates.D. Certkiller 0 is configured to only receive RIPv2 updates.E.

None of the aboveAnswer: AExplanation:The default version of RIP is version 1, which doesn't supports multicast updates,classless networks, and authentication. It appears that Certkiller 1 router is configured withRIP v1 so it's sending only v1 packets, which means only the classful network of208.149.23.0/24 is being advertised. However, it appears that Certkiller 2 is indeed usingRIPv2 as both the /27 networks are being advertised from that router.If you wish to enable to RIP version 2 on router use following command:Router(Config)#router ripRouter(Config-router)#version 2Actualtests.com - The Power of Knowing640-802QUESTION 751:A receiving host on the Certkiller network named CK1 computes the checksum on aframe and determines that the frame is damaged.

The frame is then discarded. Atwhich OSI layer did this happen?A. ApplicationB. PresentationC. SessionD. TransportE. InternetF. Data LinkG. PhysicalAnswer: FExplanation:The Data Link layer provides the physical transmission of the data and handles errornotification, network topology, and flow control. The Data Link layer formats themessage into pieces, each called a data frame, and adds a customized header containingthe hardware destination and source address. Protocols Data Unit (PDU) on Datalinklayer is called frame. According to this question the frame is damaged and discardedwhich will happen at the Data Link layer.QUESTION 752:Exhibit:You need to troubleshoot an issue on the Certkiller network.

Based on the outputshown in the exhibit, what is the reason that the interface status shows"administratively down, line protocol down"?A. The wrong type of cable is connected to the interface.B. There is no encapsulation type configured.C. The interface needs to be configured as a DTE deviceD. There is a mismatch in encapsulation types.E. The interface has been configured with the shutdown command.F.

The interface is not receiving any keepalives.G. None of the aboveAnswer: EExplanation:Actualtests.com - The Power of Knowing640-802To be an effective troubleshooter, you have to know how things look when all is well, notjust when something is broken! When an interface is functioning correctly, this is whatwe see at the top of the show interface output. I'll use Serial0 for all examples in thissection.Example1: Normal operational status:Router1#show int serial0Serial0 is up, line protocol is upExample2: Interface is administratively down:CK1 #show int serial0Serial0 is administratively down, line protocol is downAdministratively down means the interface is indeed shut down using the "shutdown"interface command. Open the interface with no shutdown.CK1 (config)#int serial0Router1(config-if)#no shutdownAlways wait a minute or so to come up after enabling a serial interface.CK1 #show interface serial0Serial0 is up, line protocol is upQUESTION 753:Exhibit:In the Certkiller switched, network you are unable to connect remotely to switchCertkiller 5.

You initiatea console session and execute the "show ip interface brief"command as shown. Why did the remote connection fail?A. The switch does not have a management IP address assigned.B. The Gigabit Ethernet interfaces are not up.C. VLAN1 is shut down.D. The switch needs to have a clock rate entered on one of its interfaces.E. None of the aboveAnswer: CExplanation:The virtual LAN Interface can be enabled or disabled with shutdown/no shutdownActualtests.com - The Power of Knowing640-802command. If you interface is down, it will display administratively down status.

You canbring up an interface having administratively down interface using no shutdowncommand. Since the only IP configured on the switch belongs to VLAN 1, it needs to beenabled for you to remotely access the device.QUESTION 754:DRAG DROPYou work as a network administrator at Certkiller .com.

Your boss, Mrs. Certkiller,is interested in network user applications. Match the application with the properapplications.Actualtests.com - The Power of Knowing640-802Answer:QUESTION 755:Exhibit #1:Exhibit #2:Actualtests.com - The Power of Knowing640-802You work as a network administrator at Certkiller .com. You study the exhibitscarefully. On an external router Certkiller 3, the network administrator enters theMOTD configuration that is shown in the upper box.

You then log into Certkiller 3router and see the login screen dialg that is shown in the lower box.Why does the intended message not display?A. The banner message exceeds the number of characters allowed.B. The network administrator defined an illegal delimiting character int eh MOTDcommand.C. The MOTD delimiting character appeared in the body of the text.D. MOTD banner text may contain only letters and numbers.E. The IOS image on this router does not support the MOTD configuration shown.F.

None of the aboveAnswer: CExplanation:The banner is displayed whenever anyone logs in to your Cisco router. The syntax is"banner motd # " . MOTD stands for "Message Of The Day".# symbol signifies the start of the banner message to the router. You will be prompted forthe message to be displayed. You need to enter "#" symbol at the end of the message,signifying that the msg has ended. In this case, the # was included in the body of themessage, but the router considers it to be the end of the message so only the textpreceding the "#" will be displayed.QUESTION 756:Exhibit:You are evaluating the efficiency of the current Certkiller network.

RIPv2 is enabledon all Layer 3 devices in the network. In this network, which devices participate inpassing traffic from the PC at 10.10.1.7 to File Server Certkiller A at 10.20.1.6 in theorder that they will forward traffic from source to destination?Actualtests.com - The Power of Knowing640-802A. Switch Certkiller 3, Router Certkiller 1, Router Certkiller 2, Switch Certkiller Certkiller 4B. Switch Certkiller 3, Router Certkiller 1, Switch Certkiller 3, Switch Certkiller Certkiller 4C. Switch Certkiller 3, Switch Certkiller Certkiller 4, Router Certkiller 2, Switch Certkiller 4D.

Switch Certkiller 3, Switch Certkiller Certkiller 4E. None of the aboveAnswer: AExplanation:When data traffic is sent from the PC having the 10.10.1.7 IP address to the PC with10.20.1.6 it goes through Switch Certkiller 3, Router Certkiller 1, Router Certkiller 2,Switch Certkiller Certkiller 4. Since the PC and server reside on different IP subnets trafficwill need to go through a router.The gateway IP address of PC 10.10.1.7 is the router Certkiller 1's Ethernet IP.

So whensending the data it goes to gateway through Certkiller 3 switch. When packet reached toCertkiller 1 router it forwards to the Certkiller 2 router based on the routing table. Finally,router Certkiller 2 forwards the packets to the Certkiller 4 switch.QUESTION 757:What is the purpose of an Address Resolution Protocol (ARP) request message?A. It creates a session by passing a header with destination Layer 2 address to thetransport layer.B. It binds the IP address of a host to the network that it is on.C.

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

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