wireshark
-
-
SSL/TLS
Transport Layer Security/ Secure Socket Layer. It works at the application layer which provide a standard security technology for authentication and establishing a secure session using certificates. How TLS Handshake Works: Step 1)…
-
-
DNS
Domain Name System. It is used to resolve host name (e.g., www.example.com) to an IP addresses (e.g., 205.60.368.111). It works at the Application Layer which uses UDP and TCP. A single UDP for…
-
HTTP
Hyper Text Transport Protocol, a text based request-response protocol which works at the application layer. It follow certain rules for which a client/browser and a server communicates. It was designed for transmitting message…