5G

Content ReferenceNetwork DiagramCharging Reference pointPost-event chargingCharging create service Reference 3GPP TS 23.501 : 5G Architecture3GPP TS 32.240 : Charging Function3GPP TS 32.291 : Charging service based interface protocol3GPP TS 32.290: Charging Service based interface 5G Network diagram Charging Reference Point Port Event Charging Charging Create Service

VM Story

Contents What are virtual machines?What are virtual deployment?Network functionsData centerFinance ApplicationsCloud computingMachine learning applicationAbout modern serversMulti core CPUs HT, Multicore , socketMemoryNUMA, pNUMA, Memory banksNetwork cardsHard diskSSDHow does virtualization work?Host OSGuest OSVirtualization stacksVirtualization tunningCPU pinningPartitioningMemoryNIC cardAlternative solution of VMDockerMulti tenancySecurity aspects in VMData securityHackingVirus attacksInformation theft Networking aspects inside VMTunnelNorth South trafficEast west trafficSetup a … Continue reading VM Story

DPDK Story

Contents About dpdkAPIsInstallation on a Linux boxTunning hugepageCPU coreExample application About DPDK DPDK is all about zero copy of data from kernel space to user space. Mainly used for networking devices where packet data needs to be copied from kernel space to user space for different networking applications like switching, routing, firewalls, deep packet inspection, … Continue reading DPDK Story

Python Coding

Contents Echo server client Echo server client with multi-threading supportEcho client with command line input (todo)Fibonacci series with command line inputWord count of a text fileFormat example in printFTP program to transfer file (todo)monitor script on ifconfig tool (todo)Program to ask random questions from a question bank (todo)Script on calculator (bc tool) (todo)Script on netsnmp … Continue reading Python Coding