Category: Tech Fundas
5G NAS (Non-Access Stratum) Interview Question
Question: What is meant by Reflective QoS? Answer: Link Question: What is the difference between 5G NAS and 4G NAS protocol?
Approaches of Applying Deep Learning in Physical Layer
INTRODUCTION Modern communication systems have performance requirements such as large data volumes, high transmission rates, and fast response speeds, which pose challenges to existing communication technologies. Especially in the processing […]
India 5G Spectrum Auction – Jio 5G Spectrum Details
The recent auction held by Deportment of Telcom (DOT) for spectrum in various low frequency bands (600 MHz, 700 MHz, 800 MHz, 900 MHz, 1800 MHz, 2100 MHz, 2300 MHz, […]
Will 5G Have Much Impact on the Lives of Consumers?
Mobile phone manufacturers have been leaning heavily on the fact that all of their new handsets include 5G telephony. Carriers have pushed even harder in their marketing, touting the fact […]
How to Convert Images into Editable Form?
How to Convert Images into Editable Form? Many times, you will see important information featured in an image that you may want to save in an editable format for later […]
How to Create a Multi-Node K8S cluster on AWS Cloud
While working as vRAN System Engineer interacting with public and private cloud with cloud native applications, in most of the cases, We did not get chance to make my hand […]
How to Copy Files and Folder from Kubernetes Pods ?
In 5G Telcom networks, almost all network elements (RAN, CORE & IMS) are moving to cloud using the cloud native applications. These cloud native applications runs on the Kubernetes workers […]
Security in Kubernetes – Service Account
A mutli-node kubernetes cluster is deployed with different K8s services like kube- schedular, API-server,controller-manager, etcd, etc. on top of Master Node and with the help of kubectl command user can […]
grep Commands Working in Linux
Introduction grep is an essential command utility used in Linux and Unix environments to search text and strings in a given file. In other words, we can say that grep […]
tar.gz – Linux tar command examples
Introduction In the Linux system, “tar” stands for tape archive. The tar command is to compress files and directories into a highly compress and uncompressed archive file commonly called tarball or tar.gz in Linux. When […]