SMSoumyajyoti Mahalanobishinsoumyajyoti-devops.hashnode.dev·Apr 8, 2023 · 2 min readHow different types of traffic are carried over TCPLet's start with the most basic form of traffic HTTP and HTTPS, which is through the entire web system generally operates. HTTP and HTTP(S) traffic is carried over TCP using a client-server communication model. In this model, the client sends a reque...00
SMSoumyajyoti Mahalanobishinsoumyajyoti-devops.hashnode.dev·Mar 17, 2023 · 3 min readHTTPS and secure communication on the internetThere are two types of encryption/decryption systems, Symmetric and Asymmetric/Public Key methods. Symmetric Encryption: Where you encrypt and decrypt a given piece of information using the same key. Now what it might look like is that this encrypti...00