Вы здесь: infocisco / Тесты Cisco / Тесты Cisco CCNA Exploration 1 / Тесты Cisco CCNA Exploration 1 Chapter 5
Тесты Cisco Exploration 1 Chapter 5

Ответы на вопросы Cisco CCNA Exploration 1 Chapter 5

Неправильные ответы я не перевожу, так как в них может находиться нелогичный смысл.
Перевод помечен зеленым цветом, пояснение - синим.
1. What two characteristics are commonly associated with dynamic routing protocols? (Choose two.)
Какие две характеристики в основном ассоциированы с протоколами динамической маршрутизации?
-require no device configuration
+provide routers with up-to-date routing tables обеспечивают маршрутизаторы новейшими таблицами маршрутизации
-require less processing power than static routes require
+consume bandwidth to exchange route information потребляют пропускную способность для обмена информацией о маршрутах
-prevent manual configuration and maintenance of the routing table
 
2. Which three statements are true about routes and their use? (Choose three.)
Какие три утверждения истинны о маршрутах и их использовании?
-If no route to the destination network is found, the packet is returned to the previous router.
+If the destination network is directly connected, the router forwards the packet to the destination host. Если сеть назначения подключена напрямую (непосредственно к устройству, на котором рассматривается таблица маршрутизации), то маршрутизатор отправит пакет к хосту получателю.
-If multiple network entries exist for the destination network, the most general route is used to forward the packet.
+If no route exists for the destination network and a default route is present, the packet is forwarded to the next-hop router. Если не существует маршрута для сети назначения, но установлен маршрут по умолчанию, пакет будет передан на следующий за этим маршрутизатор.
+If the originating host has a default gateway configured, the packet for a remote network can be forwarded using that route. Если у исходного хоста настроен шлюз, то пакет для удаленной сети будет отправлен используя тот маршрут (на шлюз).
-If a host does not have a route manually configured for the destination network, the host will drop the packet.
 
3. What information is added during encapsulation at OSI Layer 3?
Какая информация добавляется во время инкапсуляции на третьем уровни модели OSI?
-source and destination MAC
-source and destination application protocol
-source and destination port number
+source and destination IP address IP адрес источника и получателя
 
4. In a connectionless system, which of the following is correct?
В системах, функционирующих без установки соединения, какое утверждение из перечисленных ниже правильно?
-The destination is contacted before a packet is sent.
+The destination is not contacted before a packet is sent. Получатель не соединяется с источником перед получением пакета.
-The destination sends an acknowledgement to the source that indicates the packet was received.
-The destination sends an acknowledgement to the source that requests the next packet to be sent.
 
5. What are three common problems with a large network? (Choose three.)
Какие три общие проблемы присутствуют в большой сети?
-too few broadcasts
+performance degradation снижение производительности
+security issues вопросы безопасности
-limited management responsibility
+host identification идентификация хоста
-protocol compatibility
 
6. Which portion of the network layer address does a router use to forward packets?
Какую часть адреса сетевого уровня маршрутизатор использует для передачи пакета?
-host portion
-broadcast address
+network portion часть сети (или порция сети)
-gateway address
 
7. Refer to the exhibit. A network administrator notices that there are too many broadcasts on the network. What two steps can the network administrator take to resolve this problem? (Choose two.)
Посмотрите на картинку. Сетевой администратор приметил, что в сети слишком много широковещательных пакетов. Какие два шага может сделать сетевой администратор для разрешения этой проблемы?
+Replace S2 with a router. Заменить коммутатор S2 на маршрутизатор.
-Place all servers on S1.
-Disable TCP/IP broadcasts.
+Subnet the 192.168.0.0 /24 network. Разделить сеть 192.168.0.0/24 на подсети.
-Disable all unused interfaces on the switches.
 
8. Refer to the exhibit. Using the network in the exhibit, what would be the default gateway address for host A in the 192.133.219.0 network?
Посмотрите на рисунок. Используя показанную на рисунке сеть, определите, какой будет адрес шлюза для хоста A в сети 192.133.219.0?
-192.135.250.1
-192.31.7.1
-192.133.219.0
+192.133.219.1  
 
9. What is the purpose of a default gateway?
Какова цель шлюза по умолчанию (подразумевается шлюз в виде IP-адреса на локальном компьютере)?
-physically connects a computer to a network
-provides a permanent address to a computer
-identifies the network to which a computer is connected
-identifies the logical address of a networked computer and uniquely identifies it to the rest of the network
+identifies the device that allows local network computers to communicate with devices on other networks Идентифицировать устройство, которое позволяет компьютерам локальной сети обмениваться данными с устройствами из других сетей.
 
10. What type of routing uses information that is manually entered into the routing table?
Какой тип маршрутизации использует информацию, которая вручную введена в таблицу маршрутизации?
-dynamic
-interior
+static Статическая маршрутизация
-standard
 
11. When the destination network is not listed in the routing table of a Cisco router, what are two possible actions that the router might take? (Choose two.)
Когда сети назначения нет в списке таблицы маршрутизации маршрутизатора Cisco, какие два возможных действия может совершить маршрутизатор?
-The router sends an ARP request to determine the required next hop address.
+The router discards the packet. Маршрутизатор отбросит (уничтожит) пакет.
-The router forwards the packet toward the next hop indicated in the ARP table.
-The router forwards the packet to the interface indicated by the source address.
+The router forwards the packet out the interface indicated by the default route entry. Маршрутизатор отправит пакет из интерфейса, который указан в записи маршрута по умолчанию.
 
12. What are the key factors to consider when grouping hosts into a common network? (Choose three.)
Какие рассматриваются ключевые факторы, когда хосты группируются в общую сеть?
-gateways
+purpose цели
-physical addressing
-software version
+geographic location географическое расположение
+ownership собственность (владение)
 
13. What statement describes the purpose of a default route?
Какое утверждение описывает цель маршрута по умолчанию?
-A host uses a default route to transfer data to another host on the same network segment.
-A host uses a default route to forward data to the local switch as the next hop to all destinations.
-A host uses a default route to identify the Layer 2 address of an end device on the local network.
+A host uses a default route to transfer data to a host outside the local network when no other route to the destination exists. Хост использует маршрут по умолчанию для передачи данных к хосту за пределами локальной сети, когда не существует других маршрутов к месту назначения.
 
14. What is a component of a routing table entry?
Что является одним из компонентов записи в таблице маршрутизации?
-the MAC address of the interface of the router
-the destination Layer 4 port number
-the destination host address
+the next-hop address Адрес следующего устройства.
 
15. In an IPv4 environment, what information is used by the router to forward data packets from one interface of a router to another?
В среде IPv4, какая информация используется роутером для передачи пакетов данных из одного интерфейса роутера к другому?
+destination network address адрес сети пункта назначения
-source network address
-source MAC address
-well known port destination address
 
16. Which intermediary devices could be used to implement security between networks? (Choose two.)
Какие промежуточные устройства могут использоваться для реализации безопасности между сетями?
+router Маршрутизатор
-hub
-switch
+firewall Брандмауэр
-access point
-bridge
 
17. Refer to the exhibit. All devices shown in the exhibit have factory default settings. How many broadcast domains are represented in the topology that is shown?
Посмотрите на картинку. Все устройства показанные на схеме (картинке) имеют заводские настройки. Как много широковещательных доменов представлено в показанной сети?
-3
+4  
-5
-7
-8
-11
 
18. Refer to the exhibit. A network administrator is troubleshooting a connectivity problem and needs to determine the address that is used to forward network packets out the network. Using the netstat -r command, the administrator would identify which address as the address to which all hosts send packets that are destined for an outside network?
Посмотрите на картинку. Сетевой администратор ищет неисправность в соединении, и ему необходимо определить адрес, который используется для передачи сетевых пакетов из сети. Используя команду netstat –r администратор может идентифицировать, на какой адрес все хосты отправляют пакеты, которые предназначены для внешней сети. Выберите этот адрес.
-10.10.10.26
-127.0.0.1
+10.10.10.6  
-10.10.10.1
-224.0.0.0
 
19. If the default gateway is configured incorrectly on the host, what is the impact on communications?
Если шлюз настроен на хосте не правильно, то что будет происходить с соединением?
-The host is unable to communicate on the local network.
+The host can communicate with other hosts on the local network, but is unable to communicate with hosts on remote networks. Хост сможет обмениваться данными с другими хостами в локальной сети, но не сможет обмениваться данными с хостами из удаленной сети.
-The host can communicate with other hosts on remote networks, but is unable to communicate with hosts on the local network.
-There is no impact on communications.
 
20. Refer to the exhibit. The network in the exhibit is fully operational. What two statements correctly describe the routing for the topology that is shown? (Choose two.)
Посмотрите на картинку. Сеть, показанная на схеме, работает. Какие два утверждения правильно описывают маршрутизацию в показанной топологии?
+192.168.0.2 is the next-hop address that is used by R3 to route a packet from the 10.0.0.0 network to the 172.16.0.0 network. 192.168.0.2 это адрес следующего устройства, который использует R3 в маршруте от сети 10.0.0.0 к сети 172.16.0.0.
-10.0.0.1 is the next-hop address that is used by R1 to route a packet from the 192.168.12.0 network to the 10.0.0.0 network.
-192.168.0.1 is the next-hop address that is used by R1 to route a packet from the 192.168.12.0 network to the 172.16.0.0 network.
-172.16.0.1 is the next-hop address that is used by R3 to route a packet from the 10.0.0.0 to the 172.16.0.0 network.
+192.168.0.1 is the next-hop address that is used by R2 to route a packet from the 172.16.0.0 network to the 192.168.12.0 network. 192.168.0.1 это адрес следующего устройства, который использует R2 в маршруте от сети 172.16.0.0 к сети 192.168.12.0.
-192.168.0.2 is the next-hop address that is used by R2 to route a packet from the 172.16.0.0 network to the 192.168.12.0 network.
 
21. Which IP packet field will prevent endless loops?
Какое поле IP пакета предотвращает бесконечные циклы?
-type-of-service
-identification
-flags
+time-to-live Время жизни пакета
-header checksum
 
Все права защищены. Копирование информации без разрешения автора сайта - запрещено.
infocisco.ru © 2012-2023 eaneav@gmail.com