In information technology, telecommunications, and related fields, handshaking is an automated process of negotiation that dynamically sets parameters of a communications channel established between two entities before normal communication over the channel begins. It follows the physical establishment of the channel and precedes normal information transfer.

PropertyValue
p:abstract
  • In information technology, telecommunications, and related fields, handshaking is an automated process of negotiation that dynamically sets parameters of a communications channel established between two entities before normal communication over the channel begins. It follows the physical establishment of the channel and precedes normal information transfer. It is usually a process that takes place when a computer is about to communicate with a foreign device to establish rules for communication. When a computer communicates with another device like a modem or a printer it needs to handshake with it to establish a connection. Handshaking may be used to negotiate parameters that are acceptable to equipment and systems at both ends of the communication channel, including, but not limited to, information transfer rate, coding alphabet, parity, interrupt procedure, and other protocol or hardware features. Handshaking makes it possible to connect relatively heterogeneous systems or equipment over a communication channel without the need for human intervention to set parameters. One classic example of handshaking is that of modems, which typically negotiate communication parameters for a brief period when a connection is first established, and thereafter use those parameters to provide optimal information transfer over the channel as a function of its quality and capacity. The "squealing" (which is actually a sound that changes in pitch 100 times every second) noises made by some modems with speaker output immediately after a connection is established are in fact the sounds of modems at both ends engaging in a handshaking procedure; once the procedure is completed, the speaker might be silenced, depending on the driver. Modem handshakes can often be muted by going to the control panel and selecting the appropriate options. (en)
  • In informatica, l'handshake è il suono prodotto dal modem nella fase di connessione ad internet. In informatica: processo attraverso il quale due computer, tramite software o hardware, stabiliscono le regole comuni, ovvero la velocità, i protocolli di compressione, di criptazione, di controllo degli errori, ecc... Prima di iniziare una connessione tra due computer si crea questo tipo di connessione che consiste nell'inviarsi dei pacchetti per regolare i parametri di connessione. In Matematica luoghi che si riferiscono alla teoria dei grafi,ci riferiamo Handshaking Lemma. Nelle telecomunicazioni e nei sistemi a microprocessore, il termine handshaking ha i seguenti significati: # Nella comunicazione dati, una sequenza di eventi governati da hardware o software, che richiedono reciproco accordo degli stati di modi operazionali precedenti lo scambio di informazioni. # Il processo adoperato per stabilire i parametri di comunicazione tra due stazioni. Letteralmente significa stringersi la mano, sia per salutarsi che per siglare un patto. Il protocollo di trasmissione parallela handshake, utilizzato in architetture master-slave, è una variante del protocollo strobe. A differenza di quest'ultimo, sono presenti due linee di controllo: * la linea REQ, che viene asserita dal dispositivo master quando richiede un'informazione allo slave; * la linea ACK, cioè acknowledge, che invece viene asserita dallo slave quando l'informazione richiesta viene posta sul bus dati. Un ciclo di handshake funziona quindi in questo modo: il master asserisce REQ per richiedere allo slave un'informazione. Vedendo asserita la linea REQ, lo slave elabora la richiesta ricevuta e, non appena termina il processo, asserisce la linea ACK, e in questa maniera il master sa che il dato sul bus è valido e può campionarlo. Contemporaneamente, il master deasserisce REQ e allora lo slave rilascia il controllo del bus. (it)
  • Handshake (z ang. uścisk dłoni) - wymiana informacji między dwoma urządzeniami (na przykład modemami), która ma na celu ustalenie wspólnych parametrów transmisji danych, takich jak np. szybkość transmisji. Analogiczny proces wykorzystywany jest też w niektórych programowych protokołach komunikacyjnych (np. TCP) do rozpoczęcia sesji i ustalenia jej parametrów. (pl)
  • Handshake ou aperto de mão é o processo pelo qual duas máquinas afirmam uma a outra que a reconheceu e está pronta para iniciar a comunicação. O handshake é utilizado em protocolos de comunicação, tais como: FTP, TCP, HTTP, USB etc. Assim você consegue fazer uma conexão entre duas máquinas só esperando o serviço a ser disponibilizado. handshake triplo: Um handshake triplo é necessário porque os números de seqüência não são vinculados a um relógio global na rede e os protocolos TCP podem ter mecanismos diferentes para captar o ISN. O receptor do primeiro SYN não tem meios para saber se este é um segmento antigo atrasado, a menos que tenha registrado o último número de seqüência usado na conexão. Nem sempre é possível lembrar esse número. Assim, o receptor deve pedir ao remetente que verifique esse SYN. O host (A) inicia uma conexão enviando um pacote SYN para o host (B) indicando que o seu ISN = X: A —> B SYN, seq de A = X B recebe o pacote, grava que a seq de A = X, responde com um ACK de X + 1, e indica que seu ISN = Y. O ACK de X + 1 significa que o host B já recebeu todos os bytes até ao byte X e que o próximo byte esperado é o X + 1: B —> A ACK, seq de A = X, SYN seq de B = Y, ACK = X + 1 A recebe o pacote de B, fica sabendo que a sequência de B = Y, e responde com um ACK de Y + 1, que finaliza o processo de estabelecimento da conexão: A —> B ACK, seq de B = Y, ACK = Y + 1 (pt)
  • 在电信和微处理器系统中,术语握手具有以下含义: #在数据通信中,由硬件或软件管理的事件序列,在进行信息交换之前,需要对操作模式的状态互相达成协定。 #在接收站和发送站之间建立通信参数的过程。 注: 握手是在通信电路建立之后,信息传输开始之前。 握手用于达成参数,如信息传输率,字母表,奇偶校验, 中断过程,和其他协议特性。 来源::en:Federal Standard 1037C和:en:MIL-STD-188 (zh)
p:hasPhotoCollection
p:twoOtherUsesProperty
  • Handshaking Lemma (en)
  • handshake (en)
  • the computer science term (en)
  • the greeting habit (en)
  • the mathematical lemma (en)
p:wikiPageUsesTemplate
p:wikipage-it
p:wikipage-pl
p:wikipage-pt
p:wikipage-zh
rdfs:comment
  • In information technology, telecommunications, and related fields, handshaking is an automated process of negotiation that dynamically sets parameters of a communications channel established between two entities before normal communication over the channel begins. It follows the physical establishment of the channel and precedes normal information transfer. (en)
  • In informatica, l'handshake è il suono prodotto dal modem nella fase di connessione ad internet. (it)
  • Handshake (z ang. uścisk dłoni) - wymiana informacji między dwoma urządzeniami (na przykład modemami), która ma na celu ustalenie wspólnych parametrów transmisji danych, takich jak np. szybkość transmisji. Analogiczny proces wykorzystywany jest też w niektórych programowych protokołach komunikacyjnych (np. TCP) do rozpoczęcia sesji i ustalenia jej parametrów. (pl)
  • Handshake ou aperto de mão é o processo pelo qual duas máquinas afirmam uma a outra que a reconheceu e está pronta para iniciar a comunicação. O handshake é utilizado em protocolos de comunicação, tais como: FTP, TCP, HTTP, USB etc. (pt)
  • 在电信和微处理器系统中,术语握手具有以下含义: (zh)
rdfs:label
  • Handshaking (en)
  • Handshake (it)
  • Handshake (pl)
  • Handshake (pt)
  • 握手 (技术) (zh)
skos:subject
foaf:page
p:redirect