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

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

Неправильные ответы я не перевожу, так как в них может находиться нелогичный смысл.
Перевод помечен зеленым цветом, пояснение - синим.
1. Why are port numbers included in the TCP header of a segment?
Для чего номер порта вставляется в заголовок TCP сегмента?
-to indicate the correct router interface that should be used to forward a segment
-to identify which switch ports should receive or forward the segment
-to determine which Layer 3 protocol should be used to encapsulate the data
+to enable a receiving host to forward the data to the appropriate application Для того, чтобы получающий хост передал данные соответствующему приложению.
-to allow the receiving host to assemble the packet in the proper order
 
2. With TCP/IP data encapsulation, which range of port numbers identifies all well-known applications?
В TCP/IP инкапсуляции данных, какой диапазон портов идентифицируют все известные приложения?
-0 to 255
-256 to 1022
+0 to 1023  
-1024 to 2047
-49153 to 65535
 
3. Which event occurs during the transport layer three-way handshake?
Какое событие происходит во время тройного обмена данными транспортного уровня?
-The two applications exchange data.
+TCP initializes the sequence numbers for the sessions. TCP инициализирует числовую последовательность для сессии.
-UDP establishes the maximum number of bytes to be sent.
-The server acknowledges the bytes of data received from the client.
 
4. Refer to the exhibit. Host A is using FTP to download a large file from Server 1. During the download process, Server 1 does not receive an acknowledgment from Host A for several bytes of transferred data. What action will Server 1 take as a result?
Посмотрите на картинку. Хост A использует FTP для загрузки большого файла из Сервера 1. В течении процесса загрузки Сервер 1 не получает подтверждения от хоста A для нескольких байт из переданных данных. В результате какое действие произведет Сервер 1.
-create a Layer 1 jam signal
+reach a timeout and resend the data that needs to be acknowledged сервер подождет до достижения тайм-аута (истечения времени ожидания) и повторно отправит данные, для которых требовалось подтверждение.
-send a RESET bit to the host
-change the window size in the Layer 4 header
 
5. Refer to the exhibit. What two pieces of information can be determined from the output that is shown? (Choose two.)
Посмотрите на картинку. Что можно определить из приведенного на картинке? (Выберите два)
+The local host is using three client sessions. У локального хоста 3 сессии
+The local host is using web sessions to a remote server. Локальный хост использует веб сессию с удаленным сервером.
-The local host is listening for TCP connections using public addresses.
-The local host is using well-known port numbers to identify the source ports.
-The local host is performing the three-way handshake with 192.168.1.101:1037.
 
6. Which OSI model layer is responsible for regulating the flow of information from source to destination, reliably and accurately?
Какой уровень модели OSI надежно и точно отвечает за регулирование потока информации от источника к получателю.
-application
-presentation
-session
+transport транспортный уровень
-network
 
7. After a web browser makes a request to a web server that is listening to the standard port, what will be the source port number in the TCP header of the response from the server?
Веб браузер посылает запрос к серверу, который «слушает» стандартный порт. Какой в TCP заголовке будет порт источника из ответа сервера?
-13
-53
+80  
-1024
-1728
 
8. Which is an important characteristic of UDP?
Какая из перечисленных характеристик относится к UDP?
-acknowledgement of data delivery
+minimal delays in data delivery минимальная задержка при передаче данных
-high reliability of data delivery
-same order data delivery
 
9. Refer to the exhibit. In line 7 of this Wireshark capture, what TCP operation is being performed?
Посмотрите на картинку. В картинке в строке №7, какое выполняется TCP действие (операция)?
+session establishment Устанавливается сессия
-segment retransmit
-data transfer
-session disconnect
 
10. Which information is found in both the TCP and UDP header information?
Какая информация присутствует и у TCP, и у UDP заголовка?
-sequencing
-flow control
-acknowledgments
+source and destination источник и пункт назначения (от кого и кому)
 
11. Why is flow control used for TCP data transfer?
Для чего при TCP передаче данных используется управление потоком?
-to synchronize equipment speed for sent data
-to synchronize and order sequence numbers so data is sent in complete numerical order
+to prevent the receiver from being overwhelmed by incoming data для предотвращения получения перегрузки входящих данных
-to synchronize window size on the server
-to simplify data transfer to multiple hosts
 
12. During a TCP communication session, if the packets arrive to the destination out of order, what will happen to the original message?
В течении TCP сессии, если пакеты прибывают к месту назначения не по порядку, то что произойдет с сообщением?
-The packets will not be delivered.
-The packets will be retransmitted from the source.
+The packets will be delivered and reassembled at the destination. Пакеты будут доставлены и собраны в месте назначения.
-The packets will be delivered and not reassembled at the destination.
 
13. Which transport layer protocol provides low overhead and would be used for applications which do not require reliable data delivery?
Какой протокол транспортного уровня обеспечивает низкие накладные расходы (накладки) и может быть использован для приложений, которым не требуется надежная доставка данных.
-TCP
-IP
+UDP  
-HTTP
-DNS
 
14. Refer to the exhibit. The initial TCP exchange of data between two hosts is shown in the exhibit. Assuming an initial sequence number of 0, what sequence number will be included in Acknowledgment 2 if Segment 6 is lost?
Посмотрите на картинку. На рисунке изображено начало TCP обмена данными между двумя хостами. Если предположить, что начальное число последовательности = 0, то какой номер последовательности будет включать подтверждение №2, при условии, что сегмент №6 потерян (испорчен)?
-2
-3
-6
-1850
+3431  
-3475
 
15. What mechanism is used by TCP to provide flow control as segments travel from source to destination?
Какой механизм использует TCP для обеспечения управления потоком следования сегментов от источника к получателю?
-sequence numbers
-session establishment
+window size Размер окна
-acknowledgments
 
16. Refer to the exhibit. Host1 is in the process of setting up a TCP session with Host2. Host1 has sent a SYN message to begin session establishment. What happens next?
Посмотрите на картинку. Хост 1 находится в процессе установления TCP сессии с Хостом 2. Хост 1 отправил SYN сообщение для начала установления сессии. Что произойдет дальше?
-Host1 sends a segment with the ACK flag = 0, SYN flag = 0 to Host2.
-Host1 sends a segment with the ACK flag = 1, SYN flag = 0 to Host2.
-Host1 sends a segment with the ACK flag = 1, SYN flag = 1 to Host2.
-Host2 sends a segment with the ACK flag = 0, SYN flag = 1 to Host1.
-Host2 sends a segment with the ACK flag = 1, SYN flag = 0 to Host1.
+Host2 sends a segment with the ACK flag = 1, SYN flag = 1 to Host1. Хост 2 отправит сегмент с ACK флагом = 1 и SYN флагом = 1 к Хосту 1.
 
17. What is dynamically selected by the source host when forwarding data?
Что динамически выбирается у хоста-источника, когда отправляются данные?
-destination logical address
-source physical address
-default gateway address
+source port порт источника
 
18. Which two options represent Layer 4 addressing? (Choose two.)
Выберите два пункта, которые относятся к адресации 4 уровня?
-identifies the destination network
-identifies source and destination hosts
+identifies the communicating applications идентифицирует коммуникационное приложение
+identifies multiple conversations between the hosts идентифицирует несколько «разговоров» между хостами
-identifies the devices communicating over the local media
 
19. What are two features of the User Datagram Protocol (UDP)? (Choose two.)
Какие 2 особенности имеются у UDP? (Выберите две)
-flow control
+low overhead низкие накладные расходы (накладки)
+connectionless без установки соединения
-connection-oriented
-sequence and acknowledgements
 
20. Based on the transport layer header shown in the diagram, which of the following statements describe the established session? (Choose two.)
На рисунке показан заголовок сегмента транспортного уровня. Основываясь на нем, какие следующие утверждения описывают установленную сессию?
-This is a UDP header.
+This contains a Telnet request. В нём содержится Telnet запрос.
-This contains a TFTP data transfer.
-The return packet from this remote host will have an Acknowledgement Number of 43693.
+This is a TCP header. Это TCP заголовок.
 
21. Which three features allow TCP to reliably and accurately track the transmission of data from source to destination?
Какие три особенности позволяют TCP надежно и точно отслеживать передачу данных от источника к получателю?
-encapsulation
+flow control управление потоком
-connectionless services
+session establishment создание сессии
+numbering and sequencing нумерация и последовательность
-best effort delivery
 
Все права защищены. Копирование информации без разрешения автора сайта - запрещено.
infocisco.ru © 2012-2023 eaneav@gmail.com