Intend based networking
What is intend Based Networking (IBN)? Intend based networking is networking software that is used to manage end to end network life cycle. End to end network life […]
What is intend Based Networking (IBN)? Intend based networking is networking software that is used to manage end to end network life cycle. End to end network life […]
What is network slicing in 5G? 5G network slicing is nothing but logically dividing a physical network into multiple virtual networks. Each virtual network will cover specific use
What is Docker? Docker can be defined as below: Docker is an image format. Docker is a container run time library which manages container life cycle. A command
What is Kubernates Architecture? What is Kubernates Architecture? Each thing managed by Kubernetes is represent by an object model. Object model is having two elements. Kubernetes object is
Why would you need container orchestration? Now running software application in a container is giving so many benefits that we have seen already. It is very beneficial for
Packet Processing in Linux Kernel When packets are arrived at NIC, it sends an interrupt request (IRQ) to the CPU. The CPU then stop working task (like computing)
What is Cloud Native? Cloud native term is so much popular now a days especially when we are talking about 5GC and service based architecture. Simply running normal
We are going to discuss following topic in this post Need of Containerization, What are Containers ? and Comparison of Bare metal vs. VM vs. Container Need of