When a researcher uses the Mininet network simulator to create a network of hosts and switches connected to an SDN controller, he or she may wish to be able to see what the simulated network topology looks like.
The POX SDN controller includes a component that will send network topology data to the Gephi data visualization platform, which can the show a graph of nodes and links representing the network topology. In this post, I will show how to set up POX and Gephi so we can see the network topologies created using the topology options in the Mininet command.
While we work through this tutorial we will also see how the POX SDN controller, which does not offer a native Northbound API, can use POX components to provide northbound interfaces.
This tutorial assumes you already have the following. I include links to relevant posts if you need to review any of these requirements.
Have you ever wondered just "how" OFDM subcarriers are able to be spaced so tightly together without any guard band in-between? Most Wi-Fi textbooks will simply state that the spacing of the subcarriers allows the harmonics to overlap, thus canceling out any interference.
OFDM subcarrier spacing creates "nulls" canceling out inter-carrier interference (ICI) without the need for guard bands or expensive bandpass filters
OFDM divides a given channel into many narrower subcarriers. The spacing is such that the subcarriers are orthogonal, so they won’t interfere with one another despite the lack of guard bands between them. This comes about by having the subcarrier spacing equal to the reciprocal of symbol time. All subcarriers have a complete number of sine wave cycles that upon demodulation will sum to zero.
This tells us that the spacing of the subcarriers is directly related to the useful symbol time (more specifically, the amount of time the transmitter spends performing IFFT). Because of this relationship, the resulting sinc frequency response curves from each subcarrier create signal nulls in the adjacent subcarrier frequencies thus preventing inter-carrier interference (ICI). OFDM is a form of frequency division multiplexing (FDD), which typically requires guard bands between carriers and specialized hardware Continue reading
The 2014 Network Virtualization Report is available to view online!