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

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

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

All routersB. All routers and switchesC. Certkiller 1 routerD. Certkiller 2 routerE. Certkiller 3 routerF. None of the aboveAnswer: CExplanation:Network Address Translation (NAT) can be used to hide the private IP addressingscheme of the entire network from the Internet. To do this, NAT needs to only beconfigured on the router that resides between the Internet and the rest of the privateinternal network. In this case, it needs to only be implemented on the Corporate router.Actualtests.com - The Power of Knowing640-802QUESTION 647:In any NAT (network address translation) configuration, what is the Inside GlobalIP address?A.

The summarized address for all internal subnetted addresses.B. A private IP address assigned to a host on the inside network.C. A registered address that represents an inside host to an outside network.D. A unique IP address used on an internal networkE. Non of the aboveAnswer: CExplanation:With NAT, Cisco defines 4 different types of addresses as follows:* Inside local address - The IP address assigned to a host on the inside network. This isthe address configured as a parameter of the computer's OS or received via dynamicaddress allocation protocols such as DHCP.

The address is likely not a legitimate IPaddress assigned by the Network Information Center (NIC) or service provider.* Inside global address - A legitimate IP address assigned by the NIC or serviceprovider that represents one or more inside local IP addresses to the outside world.* Outside local address - The IP address of an outside host as it appears to the insidenetwork. Not necessarily a legitimate address, it is allocated from an address spaceroutable on the inside.* Outside global address - The IP address assigned to a host on the outside network bythe host's owner.

The address is allocated from a globally routable address or networkspace.The above definitions still leave a lot to be interpreted. For this example, this documentredefines these terms by first defining "local address" and "global address." Keep in mindthat the terms "inside" and "outside" are NAT definitions. Interfaces on a NAT router aredefined as "inside" or "outside" with the NAT configuration commands, ip nat inside andip nat outside. Networks to which these interfaces connect can then be thought of as"inside" networks or "outside" networks, respectively.* Local address - A local address is any address that appears on the "inside" portion ofthe network.* Global address - A global address is any address that appears on the "outside" portionof the network.QUESTION 648:SIMULATIONNetwork topology exhibit:Actualtests.com - The Power of Knowing640-802You work as a network technician at Certkiller .com.

Study the exhibit carefully. Youare required to perform configurations to enable internet access. The Certkiller ISPhas given you six public IP addresses in the 198.18.227.25 198.18.227.30 range.Certkiller .com has 30 clients that needs to have simultaneous internet access. Theselocal hosts use private IP addresses in the 192.168.107.33 - 192.168.107.62 range.You need to configure Router Certkiller 1 using the Certkiller A console.You have already made basic router configuration. You have also configured theappropriate NAT interfaces; NAT inside and NAT outside respectively.Now you are required to finish the configuration of Certkiller 1.Answer:Explanation:Certkiller 1#config tCertkiller 1(Config)#access-list 1 permit 192.168.107.33 0.0.0.30Certkiller 1(Config)#access-list 1 deny anyCertkiller 1(Config)#interface fa0/0Certkiller 1(Config-if)#ip nat insideCertkiller 1(Config-if)#exitCertkiller 1(Config)#interface s0/0Certkiller 1(Config-if)#ip nat outsideCertkiller 1(Config-if)#exitCertkiller 1(Config)#ip nat pool test_nat 198.18.227.25 198.18.227.30 prefix-length 24Certkiller 1(Config)#ip nat inside source list 1 pool test_nat overrideVerify using:Certkiller 1#show ip nat translationsQUESTION 649:Certkiller has 25 computers and decides to connect the network to the Internet.Certkiller would like for all of the computers to have access to the Internet at theActualtests.com - The Power of Knowing640-802same time, but Certkiller only has four usable publicly routable IP addresses.What should be configured on the router so that all computers can connect to theInternet simultaneously?A.

Static NATB. Global NATC. Dynamic NATD. Static NAT with ACLsE. Dynamic NAT with overloadAnswer: EExplanation:NAT overload, also called many to one NAT or Port Address Translation (PAT) allowsfor many IP hosts to share a single IP address when connecting to the outside. In thiscase, the use of dynamic NAT with overloading will allow for the 25 hosts to use an IPaddress from the NAT pool, which will contain the 4 public IP addresses.QUESTION 650:A Certkiller router has been configured with the following command:IP nat pool nat-test 192.168.6.10 192.168.6.20 netmask 255.255.255.0This is an example of what type of NAT?A. Static NATB.

Dynamic NATC. Dynamic NAT with overloadD. Port Address TranslationE. None of the aboveAnswer: BExplanation:The configuration statement in this example is used to define a pool of IP addresses to beused for dynamic NAT translations.Incorrect Answers:A. Static NAT is used for 1 to 1 translation entries, using the "static" configurationkeyword. In this example a range of addresses are being defined for the use in a pool.C, D.

With NAT overload, also known as Port Address Translation (PAT), the keyword"overload" is added at the end of the configuration statement.QUESTION 651:Actualtests.com - The Power of Knowing640-802The Certkiller network is displayed below:Certkiller .com wants to use NAT in network displayed in the exhibit.Which commands will apply the NAT configuration to the proper interfaces? Selecttwo.A.

Certkiller 1(config)# interface serial0/1Certkiller 1(config-if)# ip nat insideB. Certkiller 1(config)# interface serial0/1Certkiller 1(config-if)# ip nat outsideC. Certkiller 1(config)# interface fastethernet0/0Certkiller 1(config-if)# ip nat insideD. Certkiller 1(config)# interface fastethernet0/0Certkiller 1(config-if)# ip nat outsideE. Certkiller 1(config)# interface serial0/1Certkiller 1(config-if)# ip nat outside source pool 200.2.2.18 255.255.255.252F. Certkiller 1(config)# interface serial0/1Certkiller 1(config-if)# ip nat inside source 10.10.0.0 255.255.255.0Answer: B, CExplanation:After creating the static NAT entries, the router needs to know which interfaces are"inside" and which are "outside." The ip nat inside and ip nat outside interfacesub-commands identify each interface appropriately.Reference: Cisco CCNA ICND, p.271QUESTION 652:Refer to the topology and partial configuration output shown in the graphic below:Actualtests.com - The Power of Knowing640-802The ip subnet-zero configuration command is also in effect on router CK1 .

Afterthis router performs network address translation, which address is a valid "insideglobal address"?A. 10.10.0.1B. 10.10.0.17C. 200.2.2.17D. 200.2.2.18E. 199.99.9.33F. 199.99.9.47Answer: FExplanation:Regarding NAT operation, Cisco defines these terms as follows:1. Inside local address - The IP address assigned to a host on the inside network. This isthe address configured as a parameter of the computer's OS or received via dynamicaddress allocation protocols such as DHCP. The address is likely not a legitimate IPaddress assigned by the Network Information Center (NIC) or service provider.2.

Inside global address - A legitimate IP address assigned by the NIC or service providerthat represents one or more inside local IP addresses to the outside world. In this case, theNAT pool is used to distribute the Inside Global IP addresses.3. Outside local address - The IP address of an outside host as it appears to the insidenetwork. Not necessarily a legitimate address, it is allocated from an address spaceroutable on the inside.4. Outside global address - The IP address assigned to a host on the outside network bythe host's owner. The address is allocated from a globally routable address or networkspace.Reference:http://www.cisco.com/en/US/tech/ CK6 48/ CK3 61/technologies_tech_note09186a0080094837.shtmlActualtests.com - The Power of Knowing640-802QUESTION 653:SIMULATIONNetwork topology exhibit:You work as a network technician at Certkiller .com.

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

Тип файла
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
Средний доход
с одного платного файла
Обучение Подробнее