| UDT uses periodic acknowledgments (ACK) to confirm packet delivery, while negative ACKs (loss reports) are used to report packet loss. | UDT использует периодические подтверждения ACK, чтобы подтвердить пакетную доставку, а отрицательные ACK используются, чтобы сообщить о пакетной потере. |
| The server sends back the appropriate SYN+ACK response to the client but discards the SYN queue entry. | Сервер отправляет обратно клиенту правильную последовательность SYN+ACK, но не сохраняет новое соединение в очереди. |
| Urfol was born at the manor of Lannriou in Landouzan in the parish of Le Drennec at the beginning of the 6th century and would have received his religious training at the monastery of Ac'h (or Ack). | Согласно преданию, Урфол родился в поместье Ланнриу (Lannriou) в Ландузане (Landouzan) в приходе Дреннека в начале VI века и получил религиозное образование в монастыре Ак (Ack). |
| the target answers with a packet in which the TCP SYN flag and the ACK flag (with a x+1 acknowledgement number) are activated. | сервер отвечает пакетом с выставленными флагами ТСР SYN и ACK (с номером подтверждения x+1). |
| The data in the second IP packet then holds the TCP connection request (SYN flag is 1 and ACK flag is 0). | Данные второго IP-пакета содержат запрос на TCP соединение (Флаг SYN установлен, ACK снят). |
| the caller sends a packet containing the TCP ACK flag (with a y+1 acknowledgement number) back to the target machine. | клиент шлет пакет с флагом ТСР АСК (и номером подтверждения y+1) серверу. |
| This is also true for the ACK character sent by the card after a P3 character emitted by the interface device. | Это также применимо к знаку АСК, посылаемому карточкой после передачи знака РЗ интерфейсом. |
| The server-side system will add an entry to a queue of half-open connections when it receives the SYN packet and then wait for the final ACK packet before deleting the entry from the queue. | Сервер заполнит очередь подключений полуоткрытыми соединениями, ожидающими окончательного пакета с АСК, до того, как удалит их из очереди. |
| If the server then receives a subsequent ACK response from the client, the server is able to reconstruct the SYN queue entry using information encoded in the TCP sequence number. | Если сервер затем получит АСК ответ от клиента, то он сможет восстановить своё значение SYN последовательности по принятому от клиента значению. |
| When the SYN+ACK is received the client-side responds with a third ACK packet in effect acknowledging the connection. | При его получении клиент отвечает третьим пакетом с АСК для подтверждения соединения. |
| This happens when A sends a TCP packet with an invalid sequence number (since A is desynchronized), B rejects it and sends to A an ACK with the sequence number it expects. | Это происходит, когда А шлет ТСР-пакет с неверным номером последовательности (ведь А десинхронизирована), В отвергает его и шлет машине А АСК-пакет с ожидаемым номером последовательности. |
| A problem arises when the connection-finalizing ACK packet sent by the client is lost, and the application layer protocol requires the server to speak first (SMTP and SSH are two examples). | Однако проблема возрастает когда теряется финальный АСК-пакет от клиента, а протокол прикладного уровня требует, чтобы сервер был инициатором дальнейшего взаимодействия (например, протоколы SMTP и SSH). |
| A receives this ACK, and since the sequence number does not match the expected one, it also sends an ACK to B and B does it again... | Машина А тоже отвергает этот пакет, ведь она тоже ожидает другой номер последовательности. И в свою очередь отправляет АСК-пакет машине В... |