Network security works only if you see the right traffic

Security is nowadays an important part of network management. Secure networks are vital for running an uninterrupted business, preventing data loss and maintaining the overall image of the business. Security challenges are increasing because networking is getting more complex, more dynamic and virtual. The existing approach of network visibility like in legacy times to tap a link and feed this to a tool is no longer valid. This approach is not appropriate because this "link" is not a physical link anymore. It is a virtual link on top of the physical network. The reason is that today more and more networks are designed as overlays.

Spotlight

CloudShare

CloudShare is dedicated to bringing real value to both business and IT professionals, making it simple and intuitive for you to enjoy elastic scalability, infinite reach, and increased productivity through the cloud, without worrying about the details, because those – are on us.

OTHER ARTICLES
Server Hypervisors

Discovering SCVMM and Its Features

Article | May 18, 2023

System Center Virtual Machine Manager (SCVMM) is a management tool for Microsoft’s Hyper-V virtualization platform. It is part of Microsoft’s System Center product suite, which also includes Configuration Manager and Operations Manager, among other tools. SCVMM provides a single pane of glass for managing your on-premises and cloud-based Hyper-V infrastructures, and it’s a more capable alternative to Windows Server tools built for the same purpose.

Read More
Server Virtualization

VM Applications for Software Development and Secure Testing

Article | May 17, 2023

Contents 1. Introduction 2. Software Development and Secure Testing 3. Using VMs in Software Development and Secure Testing 4. Conclusion 1. Introduction “Testing is an infinite process of comparing the invisible to the ambiguous in order to avoid the unthinkable happening to the anonymous.” —James Bach. Testing software is crucial for identifying and fixing security vulnerabilities. However, meeting quality standards for functionality and performance does not guarantee security. Thus, software testing nowadays is a must to identify and address application security vulnerabilities to maintain the following: Security of data history, databases, information, and servers Customers’ integrity and trust Web application protection from future attacks VMs provide a flexible and isolated environment for software development and security testing. They offer easy replication of complex configurations and testing scenarios, allowing efficient issue resolution. VMs also provide secure testing by isolating applications from the host system and enabling a reset to a previous state. In addition, they facilitate DevOps practices and streamline the development workflow. 2. Software Development and Secure Testing Software Secure Testing: The Approach The following approaches must be considered while preparing and planning for security tests: Architecture Study and Analysis: Understand whether the software meets the necessary requirements. Threat Classification: List all potential threats and risk factors that must be tested. Test Planning: Run the tests based on the identified threats, vulnerabilities, and security risks. Testing Tool Identification: For software security testing tools for web applications, the developer must identify the relevant security tools to test the software for specific use cases. Test-Case Execution: After performing a security test, the developer should fix it using any suitable open-source code or manually. Reports: Prepare a detailed test report of the security tests performed, containing a list of the vulnerabilities, threats, and issues resolved and the ones that are still pending. Ensuring the security of an application that handles essential functions is paramount. This may involve safeguarding databases against malicious attacks or implementing fraud detection mechanisms for incoming leads before integrating them into the platform. Maintaining security is crucial throughout the software development life cycle (SDLC) and must be at the forefront of developers' minds while executing the software's requirements. With consistent effort, the SDLC pipeline addresses security issues before deployment, reducing the risk of discovering application vulnerabilities while minimizing the damage they could cause. A secure SDLC makes developers responsible for critical security. Developers need to be aware of potential security concerns at each step of the process. This requires integrating security into the SDLC in ways that were not needed before. As anyone can potentially access source code, coding with potential vulnerabilities in mind is essential. As such, having a robust and secure SDLC process is critical to ensuring applications are not subject to attacks by hackers. 3. Using VMs in Software Development and Secure Testing: Snapshotting: Snapshotting allows developers to capture a VM's state at a specific point in time and restore it later. This feature is helpful for debugging and enables developers to roll back to a previous state when an error occurs. A virtual machine provides several operations for creating and managing snapshots and snapshot chains. These operations let users create snapshots, revert to any snapshots in the chain, and remove snapshots. In addition, extensive snapshot trees can be created to streamline the flow. Virtual Networking: It allows virtual machines to be connected to virtual networks that simulate complex network topologies, allowing developers to test their applications in different network environments. This allows expanding data centers to cover multiple physical locations, gaining access to a plethora of more efficient options. This empowers them to effortlessly modify the network as per changing requirements without any additional hardware. Moreover, providing the network for specific applications and needs offers greater flexibility. Additionally, it enables workloads to be moved seamlessly across the network infrastructure without compromising on service, security, or availability. Resource Allocation: VMs can be configured with specific resource allocations such as CPU, RAM, and storage, allowing developers to test their applications under different resource constraints. Maintaining a 1:1 ratio between the virtual machine processor and its host or core is highly recommended. It's crucial to refrain from over-subscribing virtual machine processors to a single core, as this could lead to stalled or delayed events, causing significant frustration and dissatisfaction among users. However, it is essential to acknowledge that IT administrators sometimes overallocate virtual machine processors. In such cases, a practical approach is to start with a 2:1 ratio and gradually move towards 4:1, 8:1, 12:1, and so on while bringing virtual allocation into IT infrastructure. This approach ensures a safe and seamless transition towards optimized virtual resource allocation. Containerization within VMs: Containerization within VMs provides an additional layer of isolation and security for applications. Enterprises are finding new use cases for VMs to utilize their in-house and cloud infrastructure to support heavy-duty application and networking workloads. This will also have a positive impact on the environment. DevOps teams use containerization with virtualization to improve software development flexibility. Containers allow multiple apps to run in one container with the necessary components, such as code, system tools, and libraries. For complex applications, both virtual machines and containers are used together. However, while containers are used for the front-end and middleware, VMs are used for the back-end. VM Templates: VM templates are pre-configured virtual machines that can be used as a base for creating new virtual machines, making it easier to set up development and testing environments. A VM template is an image of a virtual machine that serves as a master copy. It includes VM disks, virtual devices, and settings. By using a VM template, cloning a virtual machine multiple times can be achieved. When you clone a VM from a template, the clones are independent and not linked to the template. VM templates are handy when a large number of similar VMs need to be deployed. They preserve VM consistency. To edit a template, convert it to a VM, make the necessary changes, and then convert the edited VM back into a new template. Remote Access: VMs can be accessed remotely, allowing developers and testers to collaborate more effectively from anywhere worldwide. To manage a virtual machine, follow these steps: enable remote access, connect to the virtual machine, and then access the VNC or serial console. Once connected, full permission to manage the virtual machine is granted with the user's approval. Remote access provides a secure way to access VMs, as connections can be encrypted and authenticated to prevent unauthorized access. Additionally, remote access allows for easier management of VMs, as administrators can monitor and control virtual machines from a central location. DevOps Integration: DevOps is a collection of practices, principles, and tools that allow a team to release software quickly and efficiently. Virtualization is vital in DevOps when developing intricate cloud, API, and SOA systems. Virtual machines enable teams to simulate environments for creating, testing, and launching code, ultimately preserving computing resources. While commencing a bug search at the API layer, teams find that virtual machines are suitable for test-driven development (TDD). Virtualization providers handle updates, freeing up DevOps teams, to focus on other areas and increasing productivity by 50 –60%. In addition, VMs allow for simultaneous testing of multiple release and patch levels, improving product compatibility and interoperability. 4. Conclusion The outlook for virtual machine applications is highly promising in the development and testing fields. With the increasing complexity of development and testing processes, VMs can significantly simplify and streamline these operations. In the future, VMs are expected to become even more versatile and potent, providing developers and testers with a broader range of tools and capabilities to facilitate the development process. One potential future development is integrating machine learning and artificial intelligence into VMs. This would enable VMs to automate various tasks, optimize the allocation of resources, and generate recommendations based on performance data. Moreover, VMs may become more agile and lightweight, allowing developers and testers to spin up and spin down instances with greater efficiency. The future of VM applications for software development and security testing looks bright, with continued innovation and development expected to provide developers and testers with even more powerful and flexible tools to improve the software development process.

Read More
Virtual Desktop Tools

Boosting Productivity with Kubernetes and Docker

Article | August 12, 2022

Learn setting up a Docker and Kubernetes environment with the right considerations and choose the best-suited software from ten leading tools, softwares and platforms for your business needs. Contents The blog discusses how Kubernetes and Docker can boost software development and deployment productivity. In addition, it covers the benefits of the role of Kubernetes in orchestrating containerized applications and best practices for implementing these technologies to improve efficiency and streamline workflows. Docker and Kubernetes are both essential containerization ecosystem utilities. Kubernetes, an excellent DevOps solution, manages and automates containers' deployment and scaling, along with operating across clusters of hosts, whereas Docker is used for creating and operating containers. The blog covers tips to consider while choosing tools/platforms. It further enlists ten platforms providing Kubernetes and Docker, featuring their offerings. 1. Considerations While Setting Up a Development Environment with Kubernetes and Docker 1.1 Fluid app delivery A platform for application development must provide development teams with high velocity. Two factors contribute to high velocity: rapid application delivery and brief development cycles. Application platforms must support build processes that start with source code. The platforms must also facilitate the repetitive deployment of applications on any remote staging instance. 1.2 Polyglot support Consistency is the defining characteristic of an application platform. On-demand, repetitive, and reproducible builds must be supported by the platform. Extending a consistent experience across all languages and frameworks elevates the platform experience. The platform must support a native build process and the ability to develop and customize this build process. 1.3 Baked-in security Containerized environments are secured in a significantly different manner than conventional applications. A fundamental best practice is to utilize binaries compiled with all necessary dependencies. The build procedure should also include a directive to eliminate unnecessary components for the application's operation. Setting up a zero-trust architecture between platform components that orchestrate deployments significantly improves the workloads' security posture. 1.4 Adjustable abstractions A platform with paved paths and the flexibility to accommodate the requirements of software engineering teams has a greater chance of success. Open-source platforms score highly in this regard, particularly those with modular architectures that allow the team to swap out parts as they adjust. 2.Top Tips to Consider While Choosing Tools and Platforms for Kubernetes and Docker 2.1 Production-Readiness Configuring Kubernetes or Docker can be complex and resource-intensive. A production-ready platform will ensure having the necessary fully automated features without the need for configuration. Security is an essential aspect of production readiness. Additionally, automation is critical, as production readiness requires that the solution manage all cluster management duties. Automated backup, recovery, and restore capabilities must be considered. Also, ensure the high availability, scalability, and self-healing of the cluster's platform. 2.2 Future-Readiness As the cloud and software evolve, a system's hosting location may affect its efficacy. The current trend is a multi-cloud strategy. Ensure that the platform can support abstracting from cloud or data center providers and building a shared infrastructure across clouds, cloud regions, and data centers, as well as assist in configuring them if required. According to a recent study, nearly one-third of organizations are already collaborating with four or more cloud service providers. (Source: Microsoft and 451 Research) 2.3 Ease of Administration Managing a Docker or Kubernetes cluster is complex and requires various skill sets. Kubernetes generates a lot of unprocessed data, which must be interpreted to comprehend what's happening with the cluster. Early detection and intervention are crucial to disaster prevention. Identifying a platform that eliminates the issue of analyzing raw data is essential. By incorporating automated intelligent monitoring and alerts, such solutions can provide critical status, error, event, and warning data to take appropriate action. 2.4 Assistance and Training As the organization begins to acquire Kubernetesor Docker skills, it is essential to have a vendor that can provide 24/7 support and training to ensure a seamless transition. Incorrect implementation will add a layer of complexity to infrastructure management. Leverage automation tools that offer the support needed to use Kubernetes and Docker without the management burden. 3. 10 Tools and Platforms Providing Kubernetes and Docker 3.1 Aqua Cloud Native Security Platform: Aqua Security provides the Aqua Cloud Native Security Platform, a comprehensive security solution designed to protect cloud-native applications and microservices. Aqua offers end-to-end security for applications operating on Docker Enterprise Edition (Community Edition), protecting the DevOps pipeline and production workloads with complete visibility and control. It provides end-to-end security across the entire application lifecycle, from development to production, for both containerized and serverless workloads. In addition, it automates prevention, detection, and response across the whole application lifecycle to secure the build, cloud infrastructure, and operating workloads, regardless of where they are deployed. 3.2 Weave Gitops Enterprise Weave GitOps Enterprise, a full-stack, developer-centric operating model for Kubernetes, creates and contributes to several open-source projects. Its products and services enable teams to design, build, and operate their Kubernetes platform at scale. Built by the creators of Flux and Flagger, Weave GitOps allows users to deploy and manage Kubernetes clusters and applications in the public or private cloud or their own data center. Weave GitOps Enterprise helps simplify Kubernetes with fully automated continuous delivery pipelines that roll out changes from development to staging and production. Weaveworks has used Kubernetes in production for over eight years and has developed that expertise into Weave GitOps Enterprise. 3.3 Mirantis Kubernetes Engine Mirantis provides the Mirantis Kubernetes Engine, a platform designed to help organizations deploy, manage, and scale their Kubernetes clusters. It includes features such as container orchestration, automated deployment, monitoring, and high availability, all designed to help organizations build and run their applications at scale. Mirantis Kubernetes Engine also includes a set of tools for managing the lifecycle of Kubernetes clusters, including cluster deployment, upgrades, and patching. It also has security scanning and policy enforcement features, as well as integration with other enterprise IT systems such as Active Directory and LDAP. 3.4 Portworx by Pure Storage Portworx's deep integration into Docker gives Portworx container data services benefits directly through the Docker Swarm scheduler. Swarm service creation brings the management capability of Portworx to the Docker persistent storage layer to avoid complex tasks such as increasing the storage pool without container downtime and problems like stuck EBS drives. Portworx is also a multi-cloud-ready Kubernetes storage and administration platform designed to simplify and streamline data management in Kubernetes. The platform abstracts the complexity of data storage in Kubernetes. Additionally, it serves as a software-defined layer that aggregates Kubernetes nodes' data storage into a virtual reservoir. 3.5 Platform9 Platform9 provides a powerful IDE for developers for simplified in-context views of pods, logs, events, and more. Both development and operations teams can access the information they need in an instant, secured through SSO and Kubernetes RBAC. The industry’s first SaaS-managed approach combined with a best-in-class support and customer success organization with a 99.9% consistent CSAT rating delivers production-ready K8s to organizations of any size. It provides services to deploy a cluster instantly, achieve GitOps faster, and take care of every aspect of cluster management, including remote monitoring, self-healing, automatic troubleshooting, and proactive issue resolution, around the clock. 3.6 Kubernetes Network Security Sysdig provides Kubernetes Network Security, a solution that offers cloud security from source to run. The product provides network security for Kubernetes environments by monitoring and blocking suspicious traffic in real time. It helps organizations protect their Kubernetes clusters against advanced threats and attacks. The product and Sysdig Secure offer Kubernetes Network Monitoring to investigate suspicious traffic and connection attempts, Kubernetes-Native Microsegmentation to enable microsegmentation without breaking the application, and Automated Network Policies to save time by automating Kubernetes network policies. 3.7 Kubernetes Operations Platform for Edge Rafay delivers a production-ready Kubernetes Operations Platform for Edge, streamlining ongoing operations for edge applications. It provides centralized multi-cluster management to deploy, manage, and upgrade all Kubernetes clusters from a single console across all edge nodes. In addition, it offers comprehensive lifecycle management, with which users can quickly and easily provision Kubernetes clusters at the edge, where cluster updates and upgrades are seamless with no downtime. Furthermore, the KMC for Edge quickly integrates with enterprise-class SSO solutions such as Okta, Ping One, and Azure AD, among others. Other features include standardized clusters and workflows, integration and automation, and centralized logging and monitoring. 3.8 Opcito Technologies Opcito provides simplified container management with efficient provisioning, deployment, scaling, and networking. Its application containerization expertise helps containerize existing and new applications and dependencies. Opcito is well-versed in leading container orchestration platforms like Docker Swarm and Kubernetes. While it helps choose the container platform that best suits specific application needs, it also helps with the end-to-end management of containers so clients can release applications faster and focus on innovation and business. The container management and orchestration services include: building secured microservices, Enterprise-scale Container Management and Orchestration, Orchestration, and Container Monitoring. 3.9 D2iQ Kubernetes Platform (DKP) D2iQ (DKP) enables enterprises to take advantage of all the benefits of cloud-native Kubernetes while laying the groundwork for intelligent cloud-native innovation by simplifying Kubernetes deployment and maintenance. It simplifies and automates the most difficult parts of an enterprise Kubernetes deployment across all infrastructures. DKP helps enterprises easily overcome operational barriers and set them up in minutes and hours rather than weeks and months. In addition, DKP simplifies Kubernetes management through automation using GitOps workflow, observability, application catalog, real-time cost management, and more. 3.10 Spektra Spektra, by Diamanti, a multi-cluster management solution for DevOps and production teams, provides centralized multi-cluster management, a single control plane to deliver everything needed to provision and manage the lifecycle of multiple clusters. Spektra is built to cater to business needs, from air-gapped on-prem deployments to hybrid and multi-cloud infrastructures. It also enables stretching resources across different clusters within the tenant. Furthermore, it allows you to move workloads and their associated data from one cluster to another directly from its dashboard. Spektra integrates with lightweight directory access protocols (LDAP) and Active Directory (AD) to enable user authentication and streamline resource access. In addition, it offers application migration, data mobility, and reporting. 4. Conclusion It is evident that Kubernetes and Docker can significantly boost software development and deployment productivity. By adopting appropriate containerization platforms and leveraging Kubernetes for orchestration, organizations can streamline workflows, improve efficiency, and enhance the reliability of their applications. Furthermore, following the tips to choose the tools or platform carefully can further improve productivity.

Read More

Virtualizing Broadband Networks: Q&A with Tom Cloonan and David Grubb

Article | June 11, 2020

The future of broadband networks is fast, pervasive, reliable, and increasingly, virtual. Dell’Oro predicts that virtual CMTS/CCAP revenue will grow from $90 million in 2019 to $418 million worldwide in 2024. While network virtualization is still in its earliest stages of deployment, many operators have begun building their strategy for virtualizing one or more components of their broadband networks.

Read More

Spotlight

CloudShare

CloudShare is dedicated to bringing real value to both business and IT professionals, making it simple and intuitive for you to enjoy elastic scalability, infinite reach, and increased productivity through the cloud, without worrying about the details, because those – are on us.

Related News

VMware

STL, VMware and ASOCS unveil end-to-end 5G Enterprise solution at MWC 2022

Sterlite Technologies Ltd. (STL) | March 04, 2022

STL, an industry-leading integrator of digital networks, together with ASOCS and VMWare, announced the launch of industry's first end-to-end 5G Enterprise solution to address the growing demand for private 5G enterprise connectivity for campus, industrial and venue applications. Unveiled at MWC 2022, where STL demonstrated its All-in 5G offerings, this 5G Enterprise solution will comprise Garuda, STL's O-RAN 5G indoor/outdoor small cells, CYRUS, Open Distributed Unit and Centralised Unit from ASOCS and VMware Edge Compute Stack as the virtualization layer and cloud management . 5G Enterprise networks have proven to be game changers for businesses and are set to have a market value of US$ 14 billion by 2028. These future-ready 5G networks will be enabled by open standards-based architectures and will be able to handle dense environments required for seamless indoor coverage. STL's Garuda small cell radio is ideal for small, medium and large enterprises, supporting more than 30 concurrent user devices per radio. ASOCS' CYRUS, a fully virtualized O-RAN CU/DU enterprise solution, delivers standalone and 5G connectivity in a single software stack. VMware Edge Compute Stack is an edge computing solution that helps to build, run, manage, and protect edge-native applications at the Near and Far Edge. The combination of STL, ASOCS and VMware offers a powerful on-premise fully virtualized and open RAN 5G solution on general purpose servers; this solution can be hosted alongside enterprise IT infrastructure on general purpose commercial off-the-shelf (COTS) servers, seamlessly blending with an enterprise's existing infrastructure. In December 2021, STL & ASOCS had jointly demonstrated the 5G enterprise use-case as a part of the O-RAN Alliance annual plugfest, including the interoperability of Garuda with ASOCS' Distribution Unit/Centralised Unit. Our strong partnership with STL and VMware brings a strong end-to-end Private 5G enterprise network solution which we already see being adopted in Smart Manufacturing and the digital transformation to Industry 4.0. With our CYRUS virtual RAN solution along with STL's Garuda and computation at the edge with VMware, enterprises will be able to easily deploy and manage 5G networks with high high-performance level, security, and flexibility." Gilad Garon, ASOCS CEO Commenting on the solution, Muneyb Minhazuddin, vice president of edge strategy, VMware, said: "We are delighted to associate with STL and ASOCS to bring the 5G enterprise networks solutions to provide compelling benefits to businesses. VMware Edge Compute Stack provides a purpose-built, integrated VM and container-based stack that enables organizations to deploy and secure edge-native apps at the far edge. It will complement STL's Garuda and ASOCS' CYRUS in paving the way for more seamless 5G enterprise connectivity." Speaking on the collaboration, Chris Rice, CEO, Access Solutions, STL, said: "This collaboration is a testament to the benefits of open networking principles - bringing three partners together to offer a very powerful solution to address various 5G Enterprise opportunities, globally. Enterprises will now be able to leverage a robust, secure 5G network that is easy to scale and upgrade and drives greater levels of service efficiency." About STL - Sterlite Technologies Ltd STL is a leading integrator of digital networks providing All-in 5G solutions. Our capabilities across wireless connectivity, optical networking, software, and services, place us amongst the top 5G RAN vendors by Gartner. These capabilities are built on open-source and converged architectures helping telcos, cloud companies, citizen networks, and large enterprises deliver next-gen experiences to their customers. STL partners with service providers globally in achieving a green and sustainable digital future in alignment with UN SDG goals. STL has a strong global presence in India, Italy, the UK, the US, China, and Brazil.

Read More

VMware

Arrcus and VMware Enable Operational Agility with Hyperscale Networking Solution

Arrcus | March 01, 2022

Mobile World Congress 2022 – Arrcus’ virtualized routing solution, Arrcus ACE 2.0, is now interoperable with VMware Telco Cloud Platform, enabling service providers to dynamically direct network traffic to the compute environment that best meets workload requirements. The solution gives flexibility and operational agility as they deploy a variety of workloads across private, public and edge clouds. The next generation of modern apps requires a modern networking architecture. One that can deliver reliable scale, predictable performance, and seamless orchestration. Running Arrcus ACE 2.0 on VMware Telco Cloud Platform, service providers can modernize their network to become more dynamic, scalable and efficient.” Lakshmi Mandyam, vice president of product management and partner ecosystems, Service Provider & Edge, VMware VMware Telco Cloud Platform provides a single platform on top of which service providers can run and manage all containerized network functions (CNFs) and virtualized network functions (VNFs). Arrcus ACE 2.0 provides a multi-cloud networking (MCN) platform that enables organizations to tightly integrate their data center network and public cloud infrastructure. By running Arrcus ACE 2.0 on VMware Telco Cloud Platform, service providers can take a more discreet approach to route optimization for specific data from source to destination, such as routing hyperscaler specific traffic to improve performance, scale, and efficiency of data plane communication. Sreekanth Kannan, vice president of product management and marketing at Arrcus, said, “We are seeing a convergence of networking and compute transformation driven by the emergence of modern apps. Arrcus and VMware are partnering to help global enterprises and telecommunication service providers to navigate these shifts and set them up to deliver new services more efficiently and cost-effectively to their customers.” Arrcus is proud to announce it has grown the partnership with VMware by joining the VMware Technology Alliance Partner (TAP) program and is now a certified member of the “Ready for Telco Cloud” program. Arrcus ACE platform, based on modern architectural tenets, is a fully programmable, massively scalable, modular, extensible software that enables customers to cost-effectively design, deploy and manage their network infrastructure. VMware’s Technology Alliance Partner (TAP) program enables hardware and software vendors with the tools and resources they need to build and deliver their solutions on VMware infrastructure. Partners can develop, test, integrate, certify/validate and package products with VMware products and services and then publish their joint solutions on the VMware Marketplace to our shared customers. Arrcus achieves “Ready for Telco Cloud” certification. The VMware Ready for Telco Cloud program certifies that Arrcus network functions interoperate with the VMware Telco Cloud platform to support communications service providers to accelerate the deployment of 5G workloads and more. The Arrcus ACE platform is now available in the VMware Marketplace for immediate consumption. About Arrcus Arrcus was founded to enhance business efficiency through superior network connectivity. The Arrcus Connected Edge (ACE) platform offers best-in-class networking with the most flexible consumption model at the lowest total cost of ownership. The Arrcus team consists of world-class technologists who have an unparalleled record in shipping industry-leading networking products, complemented by industry thought leaders, operating executives, strategic partners and top-tier VCs. The company is headquartered in San Jose, Calif.

Read More

Virtual Server Infrastructure

Mobileum and VoerEir Partner to Provide End-to-End Service Assurance and Network Function Virtualization Infrastructure Testing and Benchmarking

Mobileum | February 25, 2022

Mobileum Inc., a leading global provider of analytics solutions for roaming and network services, security, risk management, testing and service assurance, and subscriber intelligence, is pleased to announce their technology partnership with VoerEir, an award-winning edge cloud technology company. The partnership between Mobileum and VoerEir creates the most comprehensive and powerful test platform for end-to-end Service Assurance and network function virtualization infrastructure (NFVI) benchmarking, certification, and validation. Combining Mobileum's SITE active test solution with VoerEir's TOUCHSTONE test suite provides a vertically integrated, full-stack testing solution that enables Communication Service Providers (CSPs) to test services and infrastructure from end-to-end. From the lab to the live network and from virtual and cloud-native network functions and applications (VNF/CNF) to the end device - all in a fully automated manner. Extensive RESTful API and automation capabilities allow the joint solution to be integrated into Telco Continuous Integration and Delivery (CI/CD) pipelines and provide an essential Continuous Testing (CT) component. Gabriel Chiriacescu, Mobileum's SVP for Testing and Service Assurance said: "The virtualized network infrastructure is the foundation on which 5G and future 6G cellular networks are being built. Assuring the NFVI's strict SLAs are met should be top of mind for all communication service providers. Together with VoerEir, we are proud to offer our global customers a best-in-class solution that ensures their next-generation networks are performing as expected." We are excited to announce this cooperation with Mobileum, which will provide our customers with the most comprehensive end-to-end testing solution for network applications (VNF/CNF), infrastructure (NFVI), and devices. VoerEir has been working steadily over the past six years to develop the best automated NVFI performance testing solution in the industry, and thanks to this partnership, we can prepare for the next level of growth." Javier Garcia Gomez, VoerEir´s CEO VoerEir's Touchstone Platform enables Telco operators to facilitate the benchmarking of multiple telco cloud environments spanning across multiple data centers. It provides support for Openstack and Kubernetes environments using an advanced test engine developed by VoerEir. The Touchstone platform includes a wide array of features for environment benchmarking, report management, and Enhanced Platform Aware (EPA) test suites. It is a leading-edge platform for cloud environment test automation, benchmarking, certification, and validation. The Mobileum-VoerEir partnership marks an important breakthrough for operators looking to accelerate their 5G rollouts and scale 5G and Edge testing capabilities. It also highlights Mobileum's open collaboration strategy of working alongside technology partners to integrate and expand its analytics capabilities to help CSPs meet their subscribers' rising service performance standards and expectations. About Mobileum Inc. Mobileum is a leading provider of Telecom analytics solutions for roaming, core network, security, risk management, domestic and international connectivity testing, and customer intelligence. More than 1,000 customers rely on its Active Intelligence platform, which provides advanced analytics solutions, allowing customers to connect deep network and operational intelligence with real-time actions that increase revenue, improve customer experience, and reduce costs. Headquartered in Silicon Valley, Mobileum has global offices in Australia, Germany, Greece, India, Portugal, Singapore, UK, and United Arab Emirates. About VoerEir AB VoerEir AB offers Touchstone, a test tool to facilitate telco cloud testing, deployment, and operation. VoerEir is headquartered in Kista (Sweden) and supplies its test suite and services to Tier-1 Telecommunication Operators and Vendors operating in several countries in Europe, the Middle East, and Asia.

Read More

VMware

STL, VMware and ASOCS unveil end-to-end 5G Enterprise solution at MWC 2022

Sterlite Technologies Ltd. (STL) | March 04, 2022

STL, an industry-leading integrator of digital networks, together with ASOCS and VMWare, announced the launch of industry's first end-to-end 5G Enterprise solution to address the growing demand for private 5G enterprise connectivity for campus, industrial and venue applications. Unveiled at MWC 2022, where STL demonstrated its All-in 5G offerings, this 5G Enterprise solution will comprise Garuda, STL's O-RAN 5G indoor/outdoor small cells, CYRUS, Open Distributed Unit and Centralised Unit from ASOCS and VMware Edge Compute Stack as the virtualization layer and cloud management . 5G Enterprise networks have proven to be game changers for businesses and are set to have a market value of US$ 14 billion by 2028. These future-ready 5G networks will be enabled by open standards-based architectures and will be able to handle dense environments required for seamless indoor coverage. STL's Garuda small cell radio is ideal for small, medium and large enterprises, supporting more than 30 concurrent user devices per radio. ASOCS' CYRUS, a fully virtualized O-RAN CU/DU enterprise solution, delivers standalone and 5G connectivity in a single software stack. VMware Edge Compute Stack is an edge computing solution that helps to build, run, manage, and protect edge-native applications at the Near and Far Edge. The combination of STL, ASOCS and VMware offers a powerful on-premise fully virtualized and open RAN 5G solution on general purpose servers; this solution can be hosted alongside enterprise IT infrastructure on general purpose commercial off-the-shelf (COTS) servers, seamlessly blending with an enterprise's existing infrastructure. In December 2021, STL & ASOCS had jointly demonstrated the 5G enterprise use-case as a part of the O-RAN Alliance annual plugfest, including the interoperability of Garuda with ASOCS' Distribution Unit/Centralised Unit. Our strong partnership with STL and VMware brings a strong end-to-end Private 5G enterprise network solution which we already see being adopted in Smart Manufacturing and the digital transformation to Industry 4.0. With our CYRUS virtual RAN solution along with STL's Garuda and computation at the edge with VMware, enterprises will be able to easily deploy and manage 5G networks with high high-performance level, security, and flexibility." Gilad Garon, ASOCS CEO Commenting on the solution, Muneyb Minhazuddin, vice president of edge strategy, VMware, said: "We are delighted to associate with STL and ASOCS to bring the 5G enterprise networks solutions to provide compelling benefits to businesses. VMware Edge Compute Stack provides a purpose-built, integrated VM and container-based stack that enables organizations to deploy and secure edge-native apps at the far edge. It will complement STL's Garuda and ASOCS' CYRUS in paving the way for more seamless 5G enterprise connectivity." Speaking on the collaboration, Chris Rice, CEO, Access Solutions, STL, said: "This collaboration is a testament to the benefits of open networking principles - bringing three partners together to offer a very powerful solution to address various 5G Enterprise opportunities, globally. Enterprises will now be able to leverage a robust, secure 5G network that is easy to scale and upgrade and drives greater levels of service efficiency." About STL - Sterlite Technologies Ltd STL is a leading integrator of digital networks providing All-in 5G solutions. Our capabilities across wireless connectivity, optical networking, software, and services, place us amongst the top 5G RAN vendors by Gartner. These capabilities are built on open-source and converged architectures helping telcos, cloud companies, citizen networks, and large enterprises deliver next-gen experiences to their customers. STL partners with service providers globally in achieving a green and sustainable digital future in alignment with UN SDG goals. STL has a strong global presence in India, Italy, the UK, the US, China, and Brazil.

Read More

VMware

Arrcus and VMware Enable Operational Agility with Hyperscale Networking Solution

Arrcus | March 01, 2022

Mobile World Congress 2022 – Arrcus’ virtualized routing solution, Arrcus ACE 2.0, is now interoperable with VMware Telco Cloud Platform, enabling service providers to dynamically direct network traffic to the compute environment that best meets workload requirements. The solution gives flexibility and operational agility as they deploy a variety of workloads across private, public and edge clouds. The next generation of modern apps requires a modern networking architecture. One that can deliver reliable scale, predictable performance, and seamless orchestration. Running Arrcus ACE 2.0 on VMware Telco Cloud Platform, service providers can modernize their network to become more dynamic, scalable and efficient.” Lakshmi Mandyam, vice president of product management and partner ecosystems, Service Provider & Edge, VMware VMware Telco Cloud Platform provides a single platform on top of which service providers can run and manage all containerized network functions (CNFs) and virtualized network functions (VNFs). Arrcus ACE 2.0 provides a multi-cloud networking (MCN) platform that enables organizations to tightly integrate their data center network and public cloud infrastructure. By running Arrcus ACE 2.0 on VMware Telco Cloud Platform, service providers can take a more discreet approach to route optimization for specific data from source to destination, such as routing hyperscaler specific traffic to improve performance, scale, and efficiency of data plane communication. Sreekanth Kannan, vice president of product management and marketing at Arrcus, said, “We are seeing a convergence of networking and compute transformation driven by the emergence of modern apps. Arrcus and VMware are partnering to help global enterprises and telecommunication service providers to navigate these shifts and set them up to deliver new services more efficiently and cost-effectively to their customers.” Arrcus is proud to announce it has grown the partnership with VMware by joining the VMware Technology Alliance Partner (TAP) program and is now a certified member of the “Ready for Telco Cloud” program. Arrcus ACE platform, based on modern architectural tenets, is a fully programmable, massively scalable, modular, extensible software that enables customers to cost-effectively design, deploy and manage their network infrastructure. VMware’s Technology Alliance Partner (TAP) program enables hardware and software vendors with the tools and resources they need to build and deliver their solutions on VMware infrastructure. Partners can develop, test, integrate, certify/validate and package products with VMware products and services and then publish their joint solutions on the VMware Marketplace to our shared customers. Arrcus achieves “Ready for Telco Cloud” certification. The VMware Ready for Telco Cloud program certifies that Arrcus network functions interoperate with the VMware Telco Cloud platform to support communications service providers to accelerate the deployment of 5G workloads and more. The Arrcus ACE platform is now available in the VMware Marketplace for immediate consumption. About Arrcus Arrcus was founded to enhance business efficiency through superior network connectivity. The Arrcus Connected Edge (ACE) platform offers best-in-class networking with the most flexible consumption model at the lowest total cost of ownership. The Arrcus team consists of world-class technologists who have an unparalleled record in shipping industry-leading networking products, complemented by industry thought leaders, operating executives, strategic partners and top-tier VCs. The company is headquartered in San Jose, Calif.

Read More

Virtual Server Infrastructure

Mobileum and VoerEir Partner to Provide End-to-End Service Assurance and Network Function Virtualization Infrastructure Testing and Benchmarking

Mobileum | February 25, 2022

Mobileum Inc., a leading global provider of analytics solutions for roaming and network services, security, risk management, testing and service assurance, and subscriber intelligence, is pleased to announce their technology partnership with VoerEir, an award-winning edge cloud technology company. The partnership between Mobileum and VoerEir creates the most comprehensive and powerful test platform for end-to-end Service Assurance and network function virtualization infrastructure (NFVI) benchmarking, certification, and validation. Combining Mobileum's SITE active test solution with VoerEir's TOUCHSTONE test suite provides a vertically integrated, full-stack testing solution that enables Communication Service Providers (CSPs) to test services and infrastructure from end-to-end. From the lab to the live network and from virtual and cloud-native network functions and applications (VNF/CNF) to the end device - all in a fully automated manner. Extensive RESTful API and automation capabilities allow the joint solution to be integrated into Telco Continuous Integration and Delivery (CI/CD) pipelines and provide an essential Continuous Testing (CT) component. Gabriel Chiriacescu, Mobileum's SVP for Testing and Service Assurance said: "The virtualized network infrastructure is the foundation on which 5G and future 6G cellular networks are being built. Assuring the NFVI's strict SLAs are met should be top of mind for all communication service providers. Together with VoerEir, we are proud to offer our global customers a best-in-class solution that ensures their next-generation networks are performing as expected." We are excited to announce this cooperation with Mobileum, which will provide our customers with the most comprehensive end-to-end testing solution for network applications (VNF/CNF), infrastructure (NFVI), and devices. VoerEir has been working steadily over the past six years to develop the best automated NVFI performance testing solution in the industry, and thanks to this partnership, we can prepare for the next level of growth." Javier Garcia Gomez, VoerEir´s CEO VoerEir's Touchstone Platform enables Telco operators to facilitate the benchmarking of multiple telco cloud environments spanning across multiple data centers. It provides support for Openstack and Kubernetes environments using an advanced test engine developed by VoerEir. The Touchstone platform includes a wide array of features for environment benchmarking, report management, and Enhanced Platform Aware (EPA) test suites. It is a leading-edge platform for cloud environment test automation, benchmarking, certification, and validation. The Mobileum-VoerEir partnership marks an important breakthrough for operators looking to accelerate their 5G rollouts and scale 5G and Edge testing capabilities. It also highlights Mobileum's open collaboration strategy of working alongside technology partners to integrate and expand its analytics capabilities to help CSPs meet their subscribers' rising service performance standards and expectations. About Mobileum Inc. Mobileum is a leading provider of Telecom analytics solutions for roaming, core network, security, risk management, domestic and international connectivity testing, and customer intelligence. More than 1,000 customers rely on its Active Intelligence platform, which provides advanced analytics solutions, allowing customers to connect deep network and operational intelligence with real-time actions that increase revenue, improve customer experience, and reduce costs. Headquartered in Silicon Valley, Mobileum has global offices in Australia, Germany, Greece, India, Portugal, Singapore, UK, and United Arab Emirates. About VoerEir AB VoerEir AB offers Touchstone, a test tool to facilitate telco cloud testing, deployment, and operation. VoerEir is headquartered in Kista (Sweden) and supplies its test suite and services to Tier-1 Telecommunication Operators and Vendors operating in several countries in Europe, the Middle East, and Asia.

Read More

Events