175k views
0 votes
What does ‘‘negotiation’’ mean when discussing network protocols? give an example?

User Mau
by
7.8k points

1 Answer

5 votes
Some protocols have multiple algorithms to choose from for e.g., cryptographic purposes. During connection set up, client and server negotiate which one they'll use.

One example is the set up of a TLS connection. During the handshake, the client shares a list of its supported ciphers (the 'ciphersuites'). The server responds by indicating the best one that both sides support.
What does ‘‘negotiation’’ mean when discussing network protocols? give an example-example-1
User Sabin Neagu
by
7.6k points

No related questions found