Analysis of the v2s Data Structure for Single Path Mapping in Elastic Optical Network Virtualization Java Implementation
1. Virtual Network Mappingv2s Data Structure v2s represents the data structure for mapping a virtual network to a physical network, which is an object of the Req2Sub class. The design of this class is as follows:public class Req2Sub { public int map; // Mapping status, specific values are detailed in the STATE values of Parameters … Read more