What was web1 or web?
The very first stage of development on the World Wide Web where only simple static websites used to exist.
Those were the times when Personal web pages (mostly static pages) used to be hosted on ISP-run web servers, or on free web hosting services.
What is web2?
Today's internet is all about web2. As per @Wikipedia Web 2.0 refers to websites that emphasize user-generated content, ease of use, participatory culture and interoperability for end users where websites and apps allow anyone to create content and share.
What is web3?
Web3 is a collection of JS libraries, refers to decentralized apps that run on the blockchain (over a peer to peer network).
1. Keep the Kubernetes cluster up to date. 2. Ensure That Only Authorized Images are Used in Your Environment 3. Limit Direct Access to Kubernetes Nodes 4. Create Administrative Boundaries between Resources
5. Keep Secrets Secret! 6. Define Resource Quota 7. Implement Network Segmentation 8. Apply Security Context to Your Pods and Containers 9. Restrict API access. 10. Restrict SSH access.
ss command is a tool that is used for displaying network socket related information on a Linux system.
nmap -
Nmap is short for Network Mapper. It is an open-source Linux cmd-line tool that is used to scan IPs & ports in a nw & to detect installed apps. Nmap allows nw admins to find which devices r running on their nw, discover open ports & services, and detect vulnerabilities.
Everything you need to know about Secure Socket Layer.
A Thread π
What is SSL ?
Itβs a protocol for encrypting and securing communications that take place on the Internet. It's now replaced by an updated protocol called TLS (Transport Layer Security) some time ago.
The main use case for SSL/TLS is securing communications between a client and a server, but it can also secure email, VoIP, and other communications over unsecured networks.
I rarely use password login. And many folks out there even today aren't sure about ssh keys and their usage.
Everything about SSH Keys.
A Thread π
What is SSH?
SSH is a secure protocol used as the primary means of connecting to Linux servers remotely. It provides a text-based interface by spawning a remote shell. After connecting, all commands you type in your local terminal are sent to d remote server and executed there.
Today, the SSH protocol is widely used to login remotely from one system into another, and its strong encryption makes it ideal to carry out tasks such as issuing remote commands and remotely managing network infrastructure and other vital system components.
BGP (Border Gateway Protocol) is the routing method that enables the Internet to function. Without it, we wouldnβt be able to do a Google search or send an email.
What is network routing?
βThe name of a resource indicates what we seek, an address indicates where it is, and a route tells us how to get thereβ.