Networking - What is the Public Key Encryption?

What is the Public Key Encryption?

Public key encryption use public and private key for encryption and decryption. In this mechanism, public key is used to encrypt messages and only the corresponding private key can be used to decrypt them. To encrypt a message, a sender has to know recipient’s public key.
Networking - Explain Transmission Control Protocol, TCP
Transmission Control Protocol, TCP - TCP ensures reliable and end to end delivery of segments of information. Segments are acknowledged to the source when received by the destination..........
Networking - User Datagram Protocol, UDP
User Datagram Protocol, UDP - The UDP is a connectionless, unreliable service. UDP messages can be lost and duplicated........
Networking - What is TCP windowing concept?
What is TCP windowing concept? - TCP windowing concept is primarily used to avoid congestion in the traffic. It controls the amount of unacknowledged data.......
Post your comment