Comparative Management Cost Study: Managing VMware vSphere Using Microsoft System Center Increases Costs and Complexity

A growing number of enterprises have begun to consider multiple hypervisor virtualization solutions. Some vendors claim that they offer hypervisor-agnostic or heterogeneous hypervisor management solutions, as Microsoft Corporation does today with its Microsoft System Center 2012 suite.

Spotlight

Splashwire Inc

Splashwire (formerly 2K Networking) is a privately owned technology consulting and solutions company specializing in end-to-end technology support for companies including system integration and migrations; converged architecture, visualization and networking; Chief Information Security Officer (CISO) services, incident response and disaster recovery; and business-class internet and telecommunications solutions.

OTHER ARTICLES
VMware, Vsphere, Hyper-V

Rising Importance of Network Virtualization

Article | May 2, 2023

Network virtualization combines network resources to integrate several physical networks, segment a network, or construct software networks among VMs. IT teams can construct numerous separate virtual networks using network virtualization. Virtual networks can be added and scaled without changing hardware. Teams can start up logical networks more rapidly in response to business needs using network virtualization. This adaptability improves service delivery, efficiency, and control. Importance of Network Virtualisation Network virtualization entails developing new rules for the delivery of network services. This involves software-defined data centers (SDDC), cloud computing, and edge computing. Virtualization assists in the transformation of networks from rigid, wasteful, and static to optimized, agile, and dynamic. To ensure agility and speed, modern virtual networks must keep up with the needs of cloud-hosted, decentralized applications while addressing cyberthreats. You can deploy and upgrade programs in minutes thanks to network virtualization. This eliminates the need to spend time setting up the infrastructure to accommodate the new applications. What is the Process of Network Virtualization? Several network functions that were previously done manually on hardware are now automated through network virtualisation. Network managers can construct, maintain, and provide networks programmatically in software while employing the hardware as a packet-forwarding backplane. Physical network resources, such as virtual private networks (VPNs), load balancing, firewalling, routing, and switching, are pooled and supplied in software. To do this, you merely require Internet Protocol (IP) packet forwarding from the hardware or physical network. Individual workloads, such as virtual machines, can access network services that have been distributed to a virtual layer. There are several kinds of virtual machines accessible. The finest virtual machines enable network administrators to access all parts of a network from a single point of access. Closing Lines Network virtualization will remain a critical component in both business and carrier network architectures. Network virtualization projects in the future will inevitably incorporate zero trust, automation, and edge and cloud computing.

Read More
Server Virtualization

Virtualization Can Help Substantially Reduce Computing Costs

Article | May 17, 2023

Businesses use a lot of technology to keep themselves competitive and Businesses use a lot of technology to keep themselves competitive and operationally efficient. One way that organizations use to make their technology infrastructure more accessible is through the use of virtualization. Let’s discuss what virtualization is, how it benefits businesses, and some examples of how you might consider leveraging virtualization to your company’s benefit. Virtualization for Hardware and Software Virtualization in its most basic sense is taking something and making it virtual. In regards to hardware and software, it involves taking these parts of your technology infrastructure and making them available in a virtual environment. Virtual applications and hardware solutions can be deployed to the cloud so that they can be accessed by any online device. Some examples of virtualization might include creating virtual machines, like workstations and server units, that are hosted in a virtual environment for as-needed access

Read More
Virtual Desktop Tools

ProtonVPN iOS app now supports the OpenVPN protocol

Article | August 12, 2022

Your ProtonVPN iOS app is now better equipped to fight censorship and offers more flexible connection options with the launch of OpenVPN for iOS. The OpenVPN protocol is one of the best VPN protocols because of its flexibility, security, and because it is more resistant to blocks. You now have the option to switch between the faster IKEv2 protocol and the more stable and censorship-resistant OpenVPN protocol.

Read More
Virtual Desktop Tools, Virtual Desktop Strategies

VM Applications for Software Development and Secure Testing

Article | June 8, 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

Spotlight

Splashwire Inc

Splashwire (formerly 2K Networking) is a privately owned technology consulting and solutions company specializing in end-to-end technology support for companies including system integration and migrations; converged architecture, visualization and networking; Chief Information Security Officer (CISO) services, incident response and disaster recovery; and business-class internet and telecommunications solutions.

Related News

Server Virtualization

Stellantis, BlackBerry QNX and AWS Launch Virtual Cockpit, Transforming In-Vehicle Software Engineering

PR Newswire | January 10, 2024

Global automaker Stellantis N.V. led the creation of the world's first virtual cockpit platform as part of its Stellantis Virtual Engineering Workbench (VEW) enabling the delivery of infotainment tech to customers 100 times faster than previous processes. The new platform uses the QNX Hypervisor in the cloud from BlackBerry, which is now on early access release via AWS Marketplace within the QNX Accelerate portfolio of cloud-based tools. Stellantis can now create realistic virtual versions of car controls and systems, making them behave just like they would in a real car, but without needing to change the main software that runs them, taking what used to take months to be achieved down to 24 hours in some cases. Accessing QNX Hypervisor via AWS Marketplace enables Stellantis to include a virtual cockpit high-performance computing (HPC) simulation into a cloud environment. This industry-first platform for mixed-criticality and multi-OS embedded application development includes QNX Hypervisor Amazon Machine Images (AMIs) and industry-standard hardware interfaces as defined in the VirtIO standard Trout v1.2. With tools such as virtualization of graphics, audio, and touchscreen/mouse/keyboard inputs, the solution offers little to no difference between running QNX Hypervisor-based systems in the cloud versus on real hardware. Software is a key building block for Stellantis to deliver clean, safe and affordable mobility, as outlined in the Dare Forward 2030 strategic plan, and the driving force behind the AI-powered STLA Brain, STLA SmartCockpit and STLA AutoDrive technology platforms. In 2022, Stellantis selected AWS as its preferred cloud provider for vehicle platforms and the companies began work on Stellantis' purpose-built, in-house VEW. Taking a software-driven approach and deploying the QNX Hypervisor in the cloud, Stellantis can accelerate customer feedback sessions, and with minimal effort, replicate the cockpit experience of a particular brand and vehicle, and make changes in real time to optimize the experience for the driver. This real-time feedback, underpinned by low-latency access to the cloud, allows Stellantis to solicit valuable feedback from its customer and developer base to build future infotainment features and applications. "Software is becoming increasingly crucial in vehicles, leading us to innovate in how we develop and validate it," said Yves Bonnefont, Chief Software Officer at Stellantis. "With our virtual cockpit, we're revolutionizing not just our approach, but also that of our suppliers and partners in the industry. Essentially, we're able to get closer to our customer's needs through this technology with faster development cycles, faster feedback loops, and quicker delivery of the technology they use and love. It's a leap towards customer-first innovation and efficiency in the automotive world." "We're delighted to introduce early access availability of our trusted QNX Hypervisor platform in the cloud, leveraging the vendor and platform-neutral VirtIO standard that QNX has long-supported for its importance in creating a true-to-life virtual development environment for embedded software," said Mattias Eriksson, President, BlackBerry IoT. "Working with Stellantis to launch the world's first commercial hypervisor in the AWS cloud helps to reduce complexity, accelerate innovation and cut costs on in-car software development throughout the entire product lifecycle." "Software virtualization and abstraction in the cloud is vital to accelerating development and maintaining feature delivery on-pace with consumer demand," said Wendy Bauer, Vice President and General Manager, Automotive and Manufacturing, AWS. "With BlackBerry's QNX Hypervisor on AWS Marketplace, Stellantis can easily harness the power of the cloud to reimagine research and development processes, architect more insightful ways to solicit and integrate feedback, and deliver functions faster than before that delight drivers and further the industry." Standard VirtIO interfaces are also used by a suite of automotive partners to scale their offerings across OEMs and enable plug-and-play across the OEM landscape. Recognizing the benefits, AWS fully supports the VirtIO industry standard for cloud simulation of cockpit HPCs. BlackBerry QNX launched QNX Accelerate in January 2023 with its portfolio initially featuring QNX Neutrino RTOS 7.1 and the QNX OS for Safety 2.2.3, each provided as Amazon Machine Images allowing QNX customers to run a QNX OS natively on AWS cloud hardware. The early access release of QNX Hypervisor in the cloud is available now and general availability will be announced later in 2024. About BlackBerry BlackBerry provides intelligent security software and services to enterprises and governments around the world. The company secures more than 500M endpoints including over 235M vehicles. Based in Waterloo, Ontario, the company leverages AI and machine learning to deliver innovative solutions in the areas of cybersecurity, safety, and data privacy solutions, and is a leader in the areas of endpoint management, endpoint security, encryption, and embedded systems. BlackBerry's vision is clear - to secure a connected future you can trust. About Stellantis Stellantis N.V. is one of the world's leading automakers aiming to provide clean, safe and affordable freedom of mobility to all. It's best known for its unique portfolio of iconic and innovative brands including Abarth, Alfa Romeo, Chrysler, Citroën, Dodge, DS Automobiles, Fiat, Jeep, Lancia, Maserati, Opel, Peugeot, Ram, Vauxhall, Free2move and Leasys. Stellantis is executing its Dare Forward 2030, a bold strategic plan that paves the way to achieve the ambitious target of becoming a carbon net zero mobility tech company by 2038, while creating added value for all stakeholders.

Read More

Virtual Desktop Tools, Virtual Desktop Strategies, Server Virtualization

Netskope Delivers the Next Evolution in Digital Experience Management for SASE with Proactive DEM

PR Newswire | September 01, 2023

Netskope, a leader in Secure Access Service Edge (SASE), today announced the launch of Proactive Digital Experience Management (DEM) for SASE, elevating best practice from the current reactive monitoring tools to proactive user experience management. Proactive DEM provides experience management capabilities across the entire SASE architecture, including Netskope Intelligent SSE, Netskope Borderless SD-WAN and Netskope NewEdge global infrastructure. Digital Experience Management technology has become increasingly crucial amid digital business transformation, with organizations seeking to enhance customer experiences and improve employee engagement. With hybrid work and cloud infrastructure now the norm globally, organizations have struggled to ensure consistent and optimized experiences alongside stringent security requirements. Gartner predicts that "by 2026, at least 60% of I&O leaders will use DEM to measure application, services and endpoint performance from the user's viewpoint, up from less than 20% in 2021." However, monitoring applications, services, and networks is only part of a modern DEM experience, and so Netskope Proactive DEM goes beyond observation, providing Machine Learning (ML)-driven functionality to anticipate, and automatically remediate, problems. Sanjay Beri, CEO and co-founder of Netskope commented, "Ensuring a constantly optimized experience is essential for organizations looking to support the best productivity returns for hybrid workers and modern cloud infrastructure, but monitoring alone is not enough. Customers have told us of the challenges they face managing a multi-vendor cloud ecosystem and so we have yet again innovated beyond industry standards, providing experience management that can both monitor and proactively remediate." For issue identification, Netskope Proactive DEM uniquely combines Synthetic Monitoring with Real User monitoring, creating SMART monitoring (Synthetic Monitoring Augmentation for Real Traffic). This enables full end-to-end 'hop-by-hop' visibility of data, and the proactive identification of experience-impacting events. SMART monitoring enables organizations to anticipate potential events that might impact upon network and application experience. While most SASE vendors rely on "gray cloud" infrastructure - built on public cloud - which limits their ability to granularly identify and control any issues, Proactive DEM leverages Netskope NewEdge - the industry's largest private cloud infrastructure - to deliver 360 visibility and control of end-to-end user experience while providing mitigation of issues, including using various self-healing mechanisms, before the user recognizes their experience has degraded. About Netskope Netskope, a global SASE leader, helps organizations apply zero trust principles and AI/ML innovations to protect data and defend against cyber threats. Fast and easy to use, the Netskope platform provides optimized access and real-time security for people, devices, and data anywhere they go. Netskope helps customers reduce risk, accelerate performance, and get unrivaled visibility into any cloud, web, and private application activity. Thousands of customers trust Netskope and its powerful NewEdge network to address evolving threats, new risks, technology shifts, organizational and network changes, and new regulatory requirements.

Read More

Virtual Desktop Tools, Server Hypervisors

Meter Partners with Cloudflare to Launch DNS Security

Business Wire | August 31, 2023

Meter, Inc., a leader in Network as a Service (NaaS) for businesses, today announced DNS Security, built in partnership with Cloudflare, the security, performance, and reliability company. Meter DNS Security is now widely available for all Meter Network customers, expanding Meter’s existing NaaS offering and saving teams both time and money, while also improving overall network performance and security, powered by Cloudflare’s Zero Trust platform. “With the number of devices on a network expected to triple by 2030, modern businesses and organizations demand enterprise network controls to ensure safety and peak performance for business critical functions,” said Anil Varanasi, CEO and co-founder of Meter. “Meter DNS Security is the latest example of how we’re continuing to offer our customers enterprise level networks end-to-end. Through our partnership with Cloudflare, we’re enhancing our capabilities to meet the needs of IT professionals at industrial warehouses, educational institutions, security firms, and more.” Meter DNS Security eliminates the hassle of having multiple vendors, by providing content filtering at several layers to all customers within the Meter Dashboard in partnership with one of the best providers in the world. “We’re proud to have Meter leveraging Cloudflare’s Zero Trust platform in a new way, offering our DNS filtering feature natively built into their Meter Dashboard,” said John Graham-Cumming, CTO, Cloudflare. “By building on Cloudflare's platform, Meter enables customers to manage their team’s operations at scale, as well as effectively enforce global corporate policies across diverse corporate spaces, such as offices, schools, and warehouses.” In addition to the ease and scalability of Meter DNS Security, users are ensuring security through enhanced compliance by blocking access to known malicious websites and bad actors. The integration and partnership with Cloudflare provides customers with faster DNS response times, while optimizing network performance by limiting access to high-bandwidth websites and services. Real world examples of this process include, but are not limited to: Ensuring a safe browsing environment at schools by filtering out age inappropriate content Optimizing network performance for warehouses by filtering high bandwidth activities like video streaming Maintaining high security and compliance standards by filtering malicious or illegal content “Tishman Speyer has successfully partnered with Meter to streamline the networking and Wi-Fi experience for our customers,” said Simon Okunev, Managing Director and Chief Information Officer, Tishman Speyer. “The addition of Meter’s DNS Security feature, powered by Cloudflare, will further benefit our customers by providing an additional layer of security.” About Cloudflare Cloudflare, Inc. is on a mission to help build a better Internet. Cloudflare’s suite of products protect and accelerate any Internet application online without adding hardware, installing software, or changing a line of code. Internet properties powered by Cloudflare have all web traffic routed through its intelligent global network, which gets smarter with every request. As a result, they see significant improvement in performance and a decrease in spam and other attacks. Cloudflare was awarded by Reuters Events for Global Responsible Business in 2020, named to Fast Company's Most Innovative Companies in 2021, and ranked among Newsweek's Top 100 Most Loved Workplaces in 2022.

Read More

Server Virtualization

Stellantis, BlackBerry QNX and AWS Launch Virtual Cockpit, Transforming In-Vehicle Software Engineering

PR Newswire | January 10, 2024

Global automaker Stellantis N.V. led the creation of the world's first virtual cockpit platform as part of its Stellantis Virtual Engineering Workbench (VEW) enabling the delivery of infotainment tech to customers 100 times faster than previous processes. The new platform uses the QNX Hypervisor in the cloud from BlackBerry, which is now on early access release via AWS Marketplace within the QNX Accelerate portfolio of cloud-based tools. Stellantis can now create realistic virtual versions of car controls and systems, making them behave just like they would in a real car, but without needing to change the main software that runs them, taking what used to take months to be achieved down to 24 hours in some cases. Accessing QNX Hypervisor via AWS Marketplace enables Stellantis to include a virtual cockpit high-performance computing (HPC) simulation into a cloud environment. This industry-first platform for mixed-criticality and multi-OS embedded application development includes QNX Hypervisor Amazon Machine Images (AMIs) and industry-standard hardware interfaces as defined in the VirtIO standard Trout v1.2. With tools such as virtualization of graphics, audio, and touchscreen/mouse/keyboard inputs, the solution offers little to no difference between running QNX Hypervisor-based systems in the cloud versus on real hardware. Software is a key building block for Stellantis to deliver clean, safe and affordable mobility, as outlined in the Dare Forward 2030 strategic plan, and the driving force behind the AI-powered STLA Brain, STLA SmartCockpit and STLA AutoDrive technology platforms. In 2022, Stellantis selected AWS as its preferred cloud provider for vehicle platforms and the companies began work on Stellantis' purpose-built, in-house VEW. Taking a software-driven approach and deploying the QNX Hypervisor in the cloud, Stellantis can accelerate customer feedback sessions, and with minimal effort, replicate the cockpit experience of a particular brand and vehicle, and make changes in real time to optimize the experience for the driver. This real-time feedback, underpinned by low-latency access to the cloud, allows Stellantis to solicit valuable feedback from its customer and developer base to build future infotainment features and applications. "Software is becoming increasingly crucial in vehicles, leading us to innovate in how we develop and validate it," said Yves Bonnefont, Chief Software Officer at Stellantis. "With our virtual cockpit, we're revolutionizing not just our approach, but also that of our suppliers and partners in the industry. Essentially, we're able to get closer to our customer's needs through this technology with faster development cycles, faster feedback loops, and quicker delivery of the technology they use and love. It's a leap towards customer-first innovation and efficiency in the automotive world." "We're delighted to introduce early access availability of our trusted QNX Hypervisor platform in the cloud, leveraging the vendor and platform-neutral VirtIO standard that QNX has long-supported for its importance in creating a true-to-life virtual development environment for embedded software," said Mattias Eriksson, President, BlackBerry IoT. "Working with Stellantis to launch the world's first commercial hypervisor in the AWS cloud helps to reduce complexity, accelerate innovation and cut costs on in-car software development throughout the entire product lifecycle." "Software virtualization and abstraction in the cloud is vital to accelerating development and maintaining feature delivery on-pace with consumer demand," said Wendy Bauer, Vice President and General Manager, Automotive and Manufacturing, AWS. "With BlackBerry's QNX Hypervisor on AWS Marketplace, Stellantis can easily harness the power of the cloud to reimagine research and development processes, architect more insightful ways to solicit and integrate feedback, and deliver functions faster than before that delight drivers and further the industry." Standard VirtIO interfaces are also used by a suite of automotive partners to scale their offerings across OEMs and enable plug-and-play across the OEM landscape. Recognizing the benefits, AWS fully supports the VirtIO industry standard for cloud simulation of cockpit HPCs. BlackBerry QNX launched QNX Accelerate in January 2023 with its portfolio initially featuring QNX Neutrino RTOS 7.1 and the QNX OS for Safety 2.2.3, each provided as Amazon Machine Images allowing QNX customers to run a QNX OS natively on AWS cloud hardware. The early access release of QNX Hypervisor in the cloud is available now and general availability will be announced later in 2024. About BlackBerry BlackBerry provides intelligent security software and services to enterprises and governments around the world. The company secures more than 500M endpoints including over 235M vehicles. Based in Waterloo, Ontario, the company leverages AI and machine learning to deliver innovative solutions in the areas of cybersecurity, safety, and data privacy solutions, and is a leader in the areas of endpoint management, endpoint security, encryption, and embedded systems. BlackBerry's vision is clear - to secure a connected future you can trust. About Stellantis Stellantis N.V. is one of the world's leading automakers aiming to provide clean, safe and affordable freedom of mobility to all. It's best known for its unique portfolio of iconic and innovative brands including Abarth, Alfa Romeo, Chrysler, Citroën, Dodge, DS Automobiles, Fiat, Jeep, Lancia, Maserati, Opel, Peugeot, Ram, Vauxhall, Free2move and Leasys. Stellantis is executing its Dare Forward 2030, a bold strategic plan that paves the way to achieve the ambitious target of becoming a carbon net zero mobility tech company by 2038, while creating added value for all stakeholders.

Read More

Virtual Desktop Tools, Virtual Desktop Strategies, Server Virtualization

Netskope Delivers the Next Evolution in Digital Experience Management for SASE with Proactive DEM

PR Newswire | September 01, 2023

Netskope, a leader in Secure Access Service Edge (SASE), today announced the launch of Proactive Digital Experience Management (DEM) for SASE, elevating best practice from the current reactive monitoring tools to proactive user experience management. Proactive DEM provides experience management capabilities across the entire SASE architecture, including Netskope Intelligent SSE, Netskope Borderless SD-WAN and Netskope NewEdge global infrastructure. Digital Experience Management technology has become increasingly crucial amid digital business transformation, with organizations seeking to enhance customer experiences and improve employee engagement. With hybrid work and cloud infrastructure now the norm globally, organizations have struggled to ensure consistent and optimized experiences alongside stringent security requirements. Gartner predicts that "by 2026, at least 60% of I&O leaders will use DEM to measure application, services and endpoint performance from the user's viewpoint, up from less than 20% in 2021." However, monitoring applications, services, and networks is only part of a modern DEM experience, and so Netskope Proactive DEM goes beyond observation, providing Machine Learning (ML)-driven functionality to anticipate, and automatically remediate, problems. Sanjay Beri, CEO and co-founder of Netskope commented, "Ensuring a constantly optimized experience is essential for organizations looking to support the best productivity returns for hybrid workers and modern cloud infrastructure, but monitoring alone is not enough. Customers have told us of the challenges they face managing a multi-vendor cloud ecosystem and so we have yet again innovated beyond industry standards, providing experience management that can both monitor and proactively remediate." For issue identification, Netskope Proactive DEM uniquely combines Synthetic Monitoring with Real User monitoring, creating SMART monitoring (Synthetic Monitoring Augmentation for Real Traffic). This enables full end-to-end 'hop-by-hop' visibility of data, and the proactive identification of experience-impacting events. SMART monitoring enables organizations to anticipate potential events that might impact upon network and application experience. While most SASE vendors rely on "gray cloud" infrastructure - built on public cloud - which limits their ability to granularly identify and control any issues, Proactive DEM leverages Netskope NewEdge - the industry's largest private cloud infrastructure - to deliver 360 visibility and control of end-to-end user experience while providing mitigation of issues, including using various self-healing mechanisms, before the user recognizes their experience has degraded. About Netskope Netskope, a global SASE leader, helps organizations apply zero trust principles and AI/ML innovations to protect data and defend against cyber threats. Fast and easy to use, the Netskope platform provides optimized access and real-time security for people, devices, and data anywhere they go. Netskope helps customers reduce risk, accelerate performance, and get unrivaled visibility into any cloud, web, and private application activity. Thousands of customers trust Netskope and its powerful NewEdge network to address evolving threats, new risks, technology shifts, organizational and network changes, and new regulatory requirements.

Read More

Virtual Desktop Tools, Server Hypervisors

Meter Partners with Cloudflare to Launch DNS Security

Business Wire | August 31, 2023

Meter, Inc., a leader in Network as a Service (NaaS) for businesses, today announced DNS Security, built in partnership with Cloudflare, the security, performance, and reliability company. Meter DNS Security is now widely available for all Meter Network customers, expanding Meter’s existing NaaS offering and saving teams both time and money, while also improving overall network performance and security, powered by Cloudflare’s Zero Trust platform. “With the number of devices on a network expected to triple by 2030, modern businesses and organizations demand enterprise network controls to ensure safety and peak performance for business critical functions,” said Anil Varanasi, CEO and co-founder of Meter. “Meter DNS Security is the latest example of how we’re continuing to offer our customers enterprise level networks end-to-end. Through our partnership with Cloudflare, we’re enhancing our capabilities to meet the needs of IT professionals at industrial warehouses, educational institutions, security firms, and more.” Meter DNS Security eliminates the hassle of having multiple vendors, by providing content filtering at several layers to all customers within the Meter Dashboard in partnership with one of the best providers in the world. “We’re proud to have Meter leveraging Cloudflare’s Zero Trust platform in a new way, offering our DNS filtering feature natively built into their Meter Dashboard,” said John Graham-Cumming, CTO, Cloudflare. “By building on Cloudflare's platform, Meter enables customers to manage their team’s operations at scale, as well as effectively enforce global corporate policies across diverse corporate spaces, such as offices, schools, and warehouses.” In addition to the ease and scalability of Meter DNS Security, users are ensuring security through enhanced compliance by blocking access to known malicious websites and bad actors. The integration and partnership with Cloudflare provides customers with faster DNS response times, while optimizing network performance by limiting access to high-bandwidth websites and services. Real world examples of this process include, but are not limited to: Ensuring a safe browsing environment at schools by filtering out age inappropriate content Optimizing network performance for warehouses by filtering high bandwidth activities like video streaming Maintaining high security and compliance standards by filtering malicious or illegal content “Tishman Speyer has successfully partnered with Meter to streamline the networking and Wi-Fi experience for our customers,” said Simon Okunev, Managing Director and Chief Information Officer, Tishman Speyer. “The addition of Meter’s DNS Security feature, powered by Cloudflare, will further benefit our customers by providing an additional layer of security.” About Cloudflare Cloudflare, Inc. is on a mission to help build a better Internet. Cloudflare’s suite of products protect and accelerate any Internet application online without adding hardware, installing software, or changing a line of code. Internet properties powered by Cloudflare have all web traffic routed through its intelligent global network, which gets smarter with every request. As a result, they see significant improvement in performance and a decrease in spam and other attacks. Cloudflare was awarded by Reuters Events for Global Responsible Business in 2020, named to Fast Company's Most Innovative Companies in 2021, and ranked among Newsweek's Top 100 Most Loved Workplaces in 2022.

Read More

Events