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

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

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

The DHCP Discover message uses a special Layer 2 multicast address as thedestination address.D. The DHCP Discover message uses TCP as the transport layer protocol.E. The DHCP Discover message does not use a Layer 2 destination address.F. The DHCP Discover message does not require a transport layer protocol.Answer: A, BExplanation:DHCP uses UDP as its transport protocol. DHCP messages from a client to a server areActualtests.com - The Power of Knowing640-802sent to the DHCP server port (UDP port 67), and DHCP messages from a server to aclient are sent to the DHCP client port (UDP port 68).The client broadcasts aDHCPDISCOVER message on its local physical subnet. The DHCPDISCOVER messagemay include options that suggest values for the network address and lease duration.BOOTP relay agents may pass the message on to DHCP servers not on the same physicalsubnet.Each server may respond with a DHCPOFFER message that includes an availablenetwork address in the "ipaddr" field (and other configuration parameters in DHCPoptions).

Servers need not reserve the offered network address, although the protocol willwork more efficiently if the server avoids allocating the offered network address toanother client. The server unicasts the DHCPOFFER message to the client (using theDHCP/BOOTP relay agent if necessary) if possible, or may broadcast the message to abroadcast address (preferably 255.255.255.255) on the client's subnet.Incorrect Answers:C.

DHCP messages are broadcast to the "all hosts" address. IP multicast addresses are notused.D. UDP is used, not TCP.E. Since DHCP is used so that a client can obtain an IP address, a layer two destinationaddress must be used, as the layer 3 IP address does not yet exist on the client for thereturn traffic.F. DHCP, along with nearly every other type of traffic, requires the use of a transportlayer protocol.QUESTION 270:Which one of the following protocols uses both UDP and TCP ports for thetransport layer operation?A. FTPB. TFTPC. SMTPD.

TelnetE. DNSAnswer: EExplanation:TCP and UDP must use port numbers to communicate with the upper layers. Portnumbers keep track of different conversations crossing the network simultaneously.Originating-source port numbers are dynamically assigned by the source host, which willbe some number starting at 1024. 1023 and below are defined in RFC 1700, whichdiscusses what is called well-known port numbers.Virtual circuits that do not use an application with a well-known port number areassigned port numbers randomly chosen from within a specific range instead.

These portnumbers identify the source and destination host in the TCP segment. Only DNS usesboth UDP and TCP port 53.Actualtests.com - The Power of Knowing640-802QUESTION 271:Your Certkiller trainee Jack is curious about the function of a DHCP Server. Inparticular she wants to know how the process of dynamically assigning IP addressesto hosts work.

What should you tell her?A. Adresses are allocated after a negotiation between the server and the host to determinethe length of the agreement.B. Addresses are permanently assigned so that the hosts uses the same address at alltimes.C. Addresses are assigned for a fixed period of time. At the end of the period, a newrequest for an address must be made, and another address is then assigned.D. Addresses are leased to hosts. A host will usually keep the same address byperiodically contacting the DHCP server to renew the lease.E. None of the answer choices are correct.Answer: DExplanation:As you know, DHCP clients lease their IP addresses from DHCP servers.

When this leaseexpires, that IP address can no longer be utilized by the DHCP client. For that reason,DHCP client must periodically renew their IP address leases, preferably before the leasehas expired or is about to expire.TDHCP client passes through the renewing and rebinding states to renew its IP addresslease.Renewing state: The DHCP client first attempts to renew its lease when 50 percent ofthe lease time has expired.

To renew its lease, the DHCP client sends a directedDHCPREQUEST message to the DHCP server that provided the original lease. Ifrenewal is allowed, the DHCP server automatically renews the lease by responding witha DHCPACK message. This new IP address lease contains not only the original IPaddress if still available (or another IP address otherwise) but any TCP/IP clientconfiguration information.Rebinding state: If, for whatever reason, the DHCP client is not able to communicatewith the original DHCP server the executed its lease, it attempts another approach calledrebinding. Here the DHCP client attempts to contact any available DHCP server when87.5 percent of the lease time has expired.

The leasing process is akin to that detailedover the last several pages.Reference: http://www.windowsitlibrary.com/Content/329/08/5.htmlQUESTION 272:You work as a network technician at Certkiller .com. Study the exhibit carefully.Actualtests.com - The Power of Knowing640-802Based on the output shown above, what should you do to allow the Certkillerworkstations connected to the fastethernet0/0 interface to obtain an IP Address?A. Apply access-group 14 to interface FastEthernet 0/0B.

Add access-list 14 permit any any to the access list configurationC. Configure the IP address of interface FastEthernet 0/0 to 10.90.201.1D. Add an interface description to the FastEthernet 0/0 interface configuration.E. None of the aboveAnswer: CExplanation:According to question and exhibit:Router is configured for DHCP, which can provide the IP Address to host. And Host isconnected on fastethernet0/0 interface. IP Address is not assigned on host connectedinterface. Until assigning the same subnet of pool on interface, host unable to obtain IPAddress from Router.QUESTION 273:Network Topology Exhibit:Actualtests.com - The Power of Knowing640-802Certkiller 2 Fa0/0 exhibit:Certkiller 2 Fa0/1 exhibit:On this Certkiller network segment, the DHCP settings have recently been changedon the DHCP server and the client is no longer able to reach network resources.What should be done to correct this situation?A.

Issue the ipconfig command with the /release and /renew options in a commandwindow.B. Use the tracert command on the DHCP client to first determine where the problem islocated.C. Verify that the DNS server address is correct in the DHCP pool.D. Ping the default gateway to populate the ARP cache.E. Clear all DHCP leases on the router to prevent address conflicts.Answer: AExplanation:ipconfig is a command line utility available on all versions of Microsoft Windowsstarting with Windows NT. ipconfig is designed to be run from the Windows commandprompt.

This utility allows you to get the IP address information of a Windows computer.It also allows some control over active TCP/IP connections. ipconfig is an alternative tothe older 'winipcfg' utility. Using the release and renew options will force the PC to try toobtain an IP address again from the DHCP server.ipconfig /releaseThis option terminates any active TCP/IP connections on all network adapters andreleases those IP addresses for use by other applications. 'ipconfig /release" can be usedwith specific Windows connection names. In this case, the command will affect only thespecified connections and not all. The command accepts either full connection names orwildcard names.ipconfig /renewActualtests.com - The Power of Knowing640-802This option re-establishes TCP/IP connections on all network adapters.

As with therelease option, ipconfig /renew takes an optional connection name specifier.Both /renew and /release options only work on clients configured for dynamic (DHCP)addressing.Reference: http://compnetworking.about.com/od/workingwithipaddresses/a/ipconfig.htmQUESTION 274:Exhibit:You need to configure an IP address for workstation CertkillerA. Based on theinformation shown above, what IP address should be assigned to this host?A. 192.168.1.159/28B. 192.168.1.145/28C.

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

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