Three Options for Managing Secure Wireless Access

As wireless access infrastructures give organizations the ability to tap into powerful new business opportunities, network security teams face a number of management challenges. These include changing the way they deploy wireless access networks, manage connected devices, and support business applications. While users want fast Wi-Fi connections and a seamless experience, network security teams must simultaneously ensure that their connections are also secure—protecting networks, applications, and devices from threats.

Spotlight

TestPro

TestPro is a software testing consultancy firm. Based in Sydney, TestPro has undertaken and completed a number of large and small scaled testing projects.

OTHER ARTICLES
Hyper-Converged Infrastructure, IT Systems Management

Accelerating DevOps and Continuous Delivery with IaaS Virtualization

Article | September 14, 2023

Adopting DevOps and CD in IaaS environments is a strategic imperative for organizations seeking to achieve agility, competitiveness, and customer satisfaction in their software delivery processes. Contents 1. Introduction 2. What is IaaS Virtualization? 3. Virtualization Techniques for DevOps and Continuous Delivery 4. Integration of IaaS with CI/CD Pipelines 5. Considerations in IaaS Virtualized Environments 5.1. CPU Swap Wait 5.2. CPU System/Wait Time for VKernel: 5.3. Memory Balloon 5.4.Memory Swap Rate: 5.5. Memory Usage: 5.6. Disk/Network Latency: 6. Industry tips for IaaS Virtualization Implementation 6.1. Infrastructure Testing 6.2. ApplicationTesting 6.3. Security Monitoring 6.4. Performance Monitoring 6.5. Cost Optimization 7. Conclusion 1. Introduction Infrastructure as a Service (IaaS) virtualization presents significant advantages for organizations seeking to enhance their agility, flexibility, and speed to market within the DevOps and continuous delivery frameworks. Addressing the associated risks and challenges is crucial and can be achieved by employing the appropriate monitoring and testing techniques, enlisted further, in this blog. IaaS virtualization allows organizations to provision and de-provision resources as needed, eliminating the need for long-term investments in hardware and data centers. Furthermore, IaaS virtualization offers the ability to operate with multiple operating systems, databases, and programming languages, empowering teams to select the tools and technologies that best suit their requirements. However, organizations must implement comprehensive testing and monitoring strategies, ensure proper security and compliance controls, and adopt the best resource optimization and management practices to leverage the full potential of virtualized IaaS. To achieve high availability and fault tolerance along with advanced networking, enabling complex application architectures in IaaS virtualization, the blog mentions five industry tips. 2. What is IaaS Virtualization? IaaS virtualization involves simultaneously running multiple operating systems with different configurations. To run virtual machines on a system, a software layer known as the virtual machine monitor (VMM) or hypervisor is required. Virtualization in IaaS handles website hosting, application development and testing, disaster recovery, and data storage and backup. Startups and small businesses with limited IT resources and budgets can benefit greatly from virtualized IaaS, enabling them to provide the necessary infrastructure resources quickly and without significant capital expenditures. Virtualized IaaS is a potent tool for businesses and organizations of all sizes, enabling greater infrastructure resource flexibility, scalability, and efficiency. 3. Virtualization Techniques for DevOps and Continuous Delivery Virtualization is a vital part of the DevOps software stack. Virtualization in DevOps process allows teams to create, test, and implement code in simulated environments without wasting valuable computing resources. DevOps teams can use the virtual services for thorough testing, preventing bottlenecks that could slow down release time. It heavily relies on virtualization for building intricate cloud, API, and SOA systems. In addition, virtual machines benefit test-driven development (TDD) teams that prefer to begin their troubleshooting at the API level. 4. Integration of IaaS with CI/CD Pipelines Continuous integration is a coding practice that frequently implements small code changes and checks them into a version control repository. This process not only packages software and database components but also automatically executes unit tests and other tests to provide developers with vital feedback on any potential breakages caused by code changes. Continuous testing integrates automated tests into the CI/CD pipeline. For example, unit and functionality tests identify issues during continuous integration, while performance and security tests are executed after a build is delivered in continuous delivery. Continuous delivery is the process of automating the deployment of applications to one or more delivery environments. IaaS provides access to computing resources through a virtual server instance, which replicates the capabilities of an on-premise data center. It also offers various services, including server space, security, load balancing, and additional bandwidth. In modern software development and deployment, it's common to integrate IaaS with CI/CD pipelines. This helps automate the creation and management of infrastructure using infrastructure-as-code (IAC) tools. Templates can be created to provision resources on the IaaS platform, ensuring consistency and meeting software requirements. Additionally, containerization technologies like Docker and Kubernetes can deploy applications on IaaS platforms. 5. Considerations in IaaS Virtualized Environments 5.1. CPU Swap Wait The CPU swap wait is when the virtual system waits while the hypervisor swaps parts of the VM memory back in from the disk. This happens when the hypervisor needs to swap, which can be due to a lack of balloon drivers or a memory shortage. This can affect the application's response time. One can install the balloon driver and/or reduce the number of VMs on the physical machine to resolve this issue. 5.2. CPU System/Wait Time for VKernel Virtualization systems often report CPU or wait time for the virtualization kernel used by each virtual machine to measure CPU resource overhead. While this metric can't be directly linked to response time, it can impact both ready and swap times if it increases significantly. If this occurs, it could indicate that the system is either misconfigured or overloaded, and reducing the number of VMs on the machine may be necessary. 5.3. Memory Balloon Memory ballooning is a memory management technique used in virtualized IaaS environments. It works by injecting a software balloon into the VM's memory space. The balloon is designed to consume memory within the VM, causing it to request more memory from the hypervisor. As a result, if the host system is experiencing low memory, it will take memory from its virtual infrastructures, thus negatively affecting the guest's performance, causing swapping, reduced file-system buffers, and smaller system caches. 5.4. Memory Swap Rate Memory swap rate is a performance metric used in virtualized IaaS environments to measure the amount of memory being swapped to disk. When the swap rate is high, it leads to longer CPU swap times and negatively affects application performance. In addition, when a VM is running, it may require more memory than is physically available on the server. In such cases, the hypervisor may use disk space as a temporary storage area for excess memory. Therefore, to optimize, it is important to ensure that VMs have sufficient memory resources allocated. 5.5. Memory Usage Memory usage refers to the amount of memory being used by a VM at any given time. Memory usage is assessed by analyzing the host level, VM level, and granted memory. When memory usage exceeds the available physical memory on the server, the hypervisor may use disk space as a temporary storage area for excess memory, leading to performance issues. The disparity between used and granted memory indicates the overcommitment rate, which can be adjusted through ballooning. 5.6. Disk/Network Latency Some virtualization providers provide integrated utilities for assessing the latency of disks and network interfaces utilized by a virtual machine. Since latency directly affects response time, increased latency at the hypervisor level will also impact the application. An excessive amount of latency indicates the system is overloaded and requires reconfiguration. These metrics enable us to monitor and detect any negative impact a virtualized system might have on our application. 6. Industry tips for IaaS Virtualization Implementation Testing, compliance management and security arecritical aspects of managing virtualized IaaS environments . By implementing a comprehensive strategy, organizations ensure their infrastructure and applications' reliability, security, and performance. 6.1. Infrastructure Testing This involves testing the infrastructure components of the IaaS environment, such as the virtual machines, networks, and storage, aiming to ensure the infrastructure is functioning correctly and that there are no performance bottlenecks, security vulnerabilities, or configuration issues. Testing the virtualized environment, storage testing (testing data replication and backup and recovery processes), and network testing are some of the techniques to be performed. 6.2. Application Testing Applications running on the IaaS virtual environment should be thoroughly tested to ensure they perform as expected. This includes functional testing to ensure that the application meets its requirements and performance testing to ensure that the application can handle anticipated user loads. 6.3. Security Monitoring Security monitoring is critical in IaaS environments, owing to the increased risks and threats. This involves monitoring the infrastructure and applications for potential security threats, vulnerabilities, or breaches. In addition, regular vulnerability assessments and penetration testing help identify and address potential security issues before they become significant problems. 6.4. Performance Monitoring Performance monitoring is essential to ensuring that the underlying infrastructure meets performance expectations and has no performance bottlenecks. This comprises monitoring metrics such as CPU usage, memory usage, network traffic, and disk utilization. This information is used to identify performance issues and optimize resource usage. 6.5. Cost Optimization Cost optimization is a critical aspect of a virtualized IaaS environment with optimized efficiency and resource allocation. Organizations reduce costs and optimize resource usage by identifying and monitoring usage patterns and optimizing elastic and scalable resources. It involves right-sizing resources, utilizing infrastructure automation, reserved instances, spot instances (unused compute capacity purchased at a discount), and optimizing storage usage. 7. Conclusion IaaS virtualization has become a critical component of DevOps and continuous delivery practices. To rapidly develop, test, and deploy applications with greater agility and efficiency by providing on-demand access to scalable infrastructure resources to Devops teams, IaaS virtualization comes into picture. As DevOps teams continue to seek ways to streamline processes and improve efficiency, automation will play an increasingly important role. Automated deployment, testing, and monitoring processes will help reduce manual intervention and increase the speed and accuracy of development cycles. In addition, containers will offer a lightweight and flexible alternative to traditional virtualization, allowing DevOps teams to package applications and their dependencies into portable, self-contained units that can be easily moved between different environments. This can reduce the complexity of managing virtualized infrastructure environments and enable greater flexibility and scalability. By embracing these technologies and integrating them into their workflows, DevOps teams can achieve greater efficiency and accelerate their delivery of high-quality software products.

Read More
Hyper-Converged Infrastructure

How NSPs Prepare to Thrive in the 5G Era

Article | October 10, 2023

In my last blog in this series, we looked at the present state of 5G. Although it’s still early and it’s impossible to fully comprehend the potential impact of 5G use cases that haven’t been built yet, opportunities to monetize 5G with little additional investment are out there for network service providers (NSPs) who know where to look. Now, it’s time to look toward the future. Anyone who’s been paying attention knows that 5G technology will be revolutionary across many industry use cases, but I’m not sure everyone understands just how revolutionary, and how quickly it will go down. According to Gartner®, “While 10% of CSPs in 2020 provided commercializable 5G services, which could achieve multiregional availability, this number will increase to 60% by 2024”.[i] With so many recognizing the value of 5G and acting to capitalize on it, NSPs that fail to prepare for future 5G opportunities today are doing themselves and their enterprise customers a serious disservice. Preparing for a 5G future may seem daunting but working with a trusted interconnection partner like Equinix can help make it easier. 5G is so challenging for NSPs and their customers because it is so revolutionary. Mobile radio networks were built with consumer use cases in mind, which means the traffic from those networks is generally dumped straight to the internet. 5G is the first generation of wireless technology capable of supporting enterprise-class business applications, which means it’s also forcing many NSPs to consider alternatives to the public internet to support those applications. User plane function breakout helps put traffic near the app In my last article, I mentioned that one of the key steps mobile network operators (MNOs) could take to enable 5G monetization in the short term would be to bypass the public internet by enabling user traffic functions in the data center. This is certainly a step in the right direction, but to prepare themselves for future 5G and multicloud opportunities, they must go further by enabling user plane function (UPF) breakout. The 5G opportunities of tomorrow will rely on wireless traffic residing as close as possible to business applications, to reduce the distance data must travel and keep latency as low as possible. This is a similar challenge to the one NSPs faced in the past with their wireline networks. To address that challenge, they typically deployed virtual network functions (VNFs) on their own equipment. This helped them get the network capabilities they needed, when and where they needed them, but it also required them to buy colocation capacity and figure out how to interconnect their VNFs with the rest of their digital infrastructure. Instead, Equinix customers have the option to do UPF breakout with Equinix Metal®, our automated bare-metal-as-a-service offering, or Network Edge virtual network services on Platform Equinix®. Both options provide a simple, cost-effective way to get the edge infrastructure needed to support 5G business applications. Since both offerings are integrated with Equinix Fabric™, they allow NSPs to create secure software-defined interconnection with a rich ecosystem of partners. This streamlines the process of setting up hybrid deployments. Working with Equinix can help make UPF breakout less daunting. Instead of investing massive amounts of money to create 5G-ready infrastructure everywhere they need it, they can take advantage of more than 235 Equinix International Business Exchange™ (IBX®) data centers spread across 65 metros in 27 countries on five continents. This allows them to shift from a potentially debilitating up-front CAPEX investment to an OPEX investment spread over time, making the economics around 5G infrastructure much more manageable. Support MEC with a wide array of partners Multiaccess edge compute (MEC) will play a key role in enabling advanced 5G use cases, but first enterprises need a digital infrastructure capable of supporting it. This gets more complicated when they need to modernize their infrastructure while maintaining existing application-level partnerships. To put it simply, NSPs and their enterprise customers need an infrastructure provider that can not only partner with them, but also partner with their partners. With Equinix Metal, organizations can deploy the physical infrastructure they need to support MEC at software speed, while also supporting capabilities from a diverse array of partners. For instance, Equinix Metal provides support for Google Anthos, Amazon Elastic Container Service (ECS) Anywhere and Amazon Elastic Kubernetes Service (EKS) Anywhere. These are just a few examples of how Equinix interconnection offerings make it easier to collaborate with leading cloud providers to deploy MEC-driven applications. Provision reliable network slicing in a matter of minutes Network slicing is another important 5G capability that can help NSPs differentiate their offerings and unlock new business opportunities. On the surface, it sounds simple: slicing up network traffic into different classes of service, so that the most important traffic is optimized for factors such as high throughput, low latency and security. However, NSPs won’t always know exactly what slices their customers will want to send or where they’ll want to send them, making network slice mapping a serious challenge. Preparing for a 5G future may seem daunting but working with a trusted interconnection partner like Equinix can help make it easier.” Equinix Fabric offers a quicker, more cost-effective way to map network slices, with no need for cross connects to be set on the fly. With software-defined interconnection, the counterparty that receives the network slice essentially becomes an automated function that NSPs can easily control. This means NSPs can provision network slicing in a matter of minutes, not days, even when they don’t know who the counterparty is going to be. Service automation enabled by Equinix Fabric can be a critical element of an NSP’s multidomain orchestration architecture. 5G use case: Reimagining the live event experience As part of the MEF 3.0 Proof of Concept showcase, Equinix partnered with Spectrum Enterprise, Adva, and Juniper Networks to create a proof of concept (PoC) for a differentiated live event experience. The PoC showed how event promoters such as minor league sports teams could ingest multiple video feeds into an AI/ML-driven GPU farm that lives in an Equinix facility, and then process those feeds to present fans with custom content on demand. With the help of network slicing and high-performance MEC, fans can build their own unique experience of the event, looking at different camera angles or following a particular player throughout the game. Event promoters can offer this personalized experience even without access to the on-site data centers that are more common in major league sports venues. DISH taps Equinix for digital infrastructure services in support of 5G rollout As DISH looks to build out the first nationwide 5G network in the U.S., they will partner with Equinix to gain access to critical digital infrastructure services in our IBX data centers. This is a great example of how Equinix is equipped to help its NSP partners access the modern digital infrastructure needed to capitalize on 5G—today and into the future. DISH is taking the lead in delivering on the promise of 5G in the U.S., and our partnership with Equinix will enable us to secure critical interconnections for a nationwide 5G network. With proximity to large population centers, as well as network and cloud density, Equinix is the right partner to connect our cloud-native 5G network.” - Jeff McSchooler, DISH executive vice president of wireless network operations

Read More
Hyper-Converged Infrastructure

Designing an Advanced Data Center for Hyper-Converged Infrastructure

Article | July 13, 2023

Unlocking the potential of hyper-converged infrastructure: Designing an advanced data center with scalability, efficiency, and performance for seamless HCI deployments through recent trends. Contents 1. Introduction 2. Top Trends to consider in HCI 2.1. Public Cloud Services: An Option to On-premises Storage Infrastructure 2.2. Increasing Priority for Edge in Digital Businesses 2.3. Application Modernization 2.4. Hybrid and HCI: The Way to Future 2.5. HCI Automation Software in Pipeline 2.6. Backup and Disaster Recovery 2.7. Quadrupling of Micro Data and Edge Centers 3. Wrap Up 1. Introduction In the era of hyper-converged infrastructure, designing an advanced data center is crucial to unlock the full potential of this transformative technology. With HCI combining compute, storage, and networking into a single platform, the data center must be carefully planned and optimized to ensure scalability, flexibility, and efficient operations. In this article, explore the key considerations and top hyper converged infrastructure trends for designing an advanced data center tailored for HCI, enabling organizations to harness the benefits of this innovative infrastructure. 2. Top Trends to consider in HCI 2.1 Public Cloud Services: An Option to On-premises Storage Infrastructure HCI is experiencing the option of public cloud services as an alternative to on-premises storage infrastructure. By leveraging cloud services and native HCI platform file services, organizations can optimize workloads, leverage data storage services, eliminate silos, and create a unified and high-performance infrastructure. A 2019 ESG survey conducted among IT and data storage professionals found that public cloud storage infrastructure is increasingly favored over on-premises options. The survey revealed that IT professionals are twice as likely to consider public cloud storage infrastructure due to its benefits in cost efficiency, ease of procurement, automation capabilities, and simplified evaluation processes. Hyperconverged infrastructure facilitates on-premises and cloud-based deployments, enabling organizations to integrate and manage their IT infrastructure across both environments seamlessly. As organizations continue to explore hybrid IT strategies, HCI will play a critical role in providing a flexible and efficient infrastructure foundation. 2.2 Increasing Priority for Edge in Digital Businesses Organizations are investing in IT to support this new business model of edge computing, and HCI plays a crucial role in enabling the deployment of edge resources. This trend also drives cloud adoption for such implementations, facilitating rapid responses to evolving business models and enabling dynamic scalability without impacting the core business. The rise of remote workforces has highlighted the importance of edge computing, where computing resources are brought closer to the point of data generation and consumption. This streamlined approach enables organizations to deploy and manage edge resources efficiently, ensuring reliable performance and data availability for remote employees. Furthermore, the adoption of IT infrastructure is complemented by the increasing use of cloud services. HCI serves as a bridge between on-premises infrastructure and the cloud, facilitating seamless integration and enabling organizations to leverage cloud capabilities for rapid scalability and flexibility. 2.3 Application modernization One among Hyper-Converged Infrastructure trends, is application modernization is driving CIOs to seek opportunities for migrating to next-generation digital platforms that leverage HCI and cloud-native approaches. As part of this modernization approach, DevOps practices will need to incorporate containers and orchestration layers to provide the burst capabilities required to keep up with the escalating demands of digital experiences. The need for application modernization makes embracing advanced digital platforms that can efficiently modernize their existing applications compelling. This transformation allows for the rapid development of new products, services, and processes, enhancing customer experiences and increasing customer satisfaction. Containers provide a lightweight and scalable environment, allowing for consistent and reliable application deployment across various platforms. Orchestration tools streamline the management of containerized applications, enabling automated scaling, load balancing, and efficient resource allocation. By leveraging these containerization and orchestration layers, organizations can meet the growing demands of digital experiences, ensuring optimal performance and responsiveness. 2.4 Hybrid and HCI: The Way to Future Traditional, cumbersome infrastructure is slowing down companies and impeding their ability to innovate faster than their more agile competitors. The future of IT infrastructure lies in hybrid environments, and HCI serves as a powerful facilitator for this transition. HCI allows businesses to seamlessly simplify their environments, optimize workload experiences, and improve scalability. According to research by 451 Research, 45% of respondents using HCI report that it facilitates resource scaling across their environments as circumstances and goals evolve. Additionally, an overwhelming 97% of HCI customers agree that HCI simplifies the deployment process for hybrid IT environments. This demonstrates the value and relevance of HCI in supporting the agility and flexibility demanded by the future of IT infrastructure. Fundamental innovations such as compute/storage disaggregation with HCI Mesh, native file services, and Kubernetes integration are broadening the range of applications for which HCI is well suited. With ongoing product innovations, such as compute/storage disaggregation, native file services, and Kubernetes integration, HCI continues to expand its range of applications, providing organizations with the performance, agility, and cost savings needed in modern IT infrastructure. 2.5 HCI Automation Software in Pipeline The highly automated nature of HCI helps mitigate the risk of downtime by automating everyday life-cycle infrastructure management tasks, such as firmware upgrades and system refreshes. This automation reduces the need for complex, disruptive forklift upgrades traditionally prevalent in data centers. As a result, the data center becomes more intelligent and automated through the pervasive use of artificial intelligence and hyper-convergence, particularly in the monitoring and managing of assets and risks. Hyper converged infrastructure vendors are heavily investing in machine learning and automation to improve the underlying hardware and hyper-converged software for providing hyper converged solutions. The development of automation software, machine-learning-based AI for HCI reflects the industry's focus on enhancing HCI's efficiency, resilience, and manageability. Integrating artificial intelligence and automation technologies into HCI offerings paves the way for more intelligent and self-managing data centers. As the trend continues to evolve, organizations can expect greater automation capabilities and improved management of their decentralized and distributed systems through innovative HCI software solutions. 2.6 Backup and Disaster Recovery Increasing concerns for faster data backup and security drive significant growth in the backup and disaster recovery application segment. Research firm MarketsAndMarkets reports that backup and disaster recovery are the fastest-growing applications within the hyper-converged market. One notable trend in the backup and disaster recovery space is the ability of hyper-convergence to reduce the total cost of ownership and operating expenses. Organizations can achieve cost savings and streamline their backup and disaster recovery processes by consolidating backup software, deduplication appliances, and storage arrays into a unified infrastructure. This integrated approach simplifies management, eliminates the need for separate components, and improves overall efficiency. According to MarketsAndMarkets, the global hyper-converged infrastructure market is projected to grow at a compound annual growth rate of 33 percent over the next four years, reaching a value of $17.1 billion by 2023. The demand for continuous application delivery and the increasing awareness among enterprises and small to medium-sized businesses are expected to drive this hyper converged market size expansion. 2.7 Quadrupling of Micro Data and Edge Centers The evolution and adaptation of traditional enterprise data centers, driven by the rise of cloud computing, are paving the way for the expansion of micro or edge data centers. Gartner predicts that by 2025 these edge data centers will quadruple, fueled by innovations such as 5G and hyperconverged infrastructure. This shift presents an opportunity for hyper-converged offerings to consolidate servers, storage, networking, and software into a single, streamlined solution at the edge. While small remote office and edge deployments may require fewer storage and compute resources, they greatly benefit from centralized management and high-availability designs. HCI's ability to consolidate resources and its compact form factor make it an ideal solution for edge environments with limited physical space. 3. Wrap Up Designing an advanced data center for hyper-converged infrastructure trends requires careful planning and consideration of key factors in HCI such as scalability, network architecture, storage requirements, and redundancy. By implementing approaches like modular design, modern digitalization, efficient cooling, proper power distribution, and robust security measures, organizations can create a data center that optimally supports HCI deployments. With an advanced data center, organizations can realize the full potential of HCI, achieving agility, scalability, and improved performance for their IT infrastructure. An advanced data center tailored for hyper-converged infrastructure is essential to fully leverage HCI's benefits. By following the trends & techniques and considering critical factors in design, organizations can create a future-proof and efficient data center that enables seamless deployment and operation of HCI solutions, unlocking agility and scalability for their IT infrastructure.

Read More
IT Systems Management

Orchestration of Infrastructure in a Hybrid Environment

Article | July 19, 2022

The cloud has dispelled many myths and self-made barriers during the past ten years. The utilization of cloud infrastructure keeps proving the innovators right. The cloud has experienced tremendous adoption, leading to the development of our most pervasive - and disorderly - IT infrastructure systems. This move calls for a new level of infrastructure orchestration to manage the complexity of changing hybrid systems. There are many challenges involved in moving from an on-premises-only architecture to a cloud environment. IT operations teams must manage a considerably more complex overall environment due to this hybrid IT approach. Because of the variable nature of the cloud, IT directors have discovered fast that what worked to manage on-premises infrastructures may not always be applicable. Utilize Infrastructure as Code Tools to Provide Cloud Infrastructure as a Service IT has traditionally managed infrastructure orchestration and automation for business tools and platforms. Service orchestration and automation platforms (SOAPs) let non-IT workers turn on and off cloud infrastructure while IT maintains control. End-users are empowered with automated workflows that spin up infrastructure on-demand instead of opening a ticket for every request and waiting on the helpdesk or cloud service team. Automation benefits both end-users and ITOps. Users gain speed, and IT decides which cloud provider and how much cloud infrastructure is used. Give End Users Access to Code, Low Code, or No Code Modern SOAP lets citizen automators access workflow automation by preference or competence. SOAPs allow end-users to utilize code or no-code, depending on their preference. SOAPs let end-users access automation through Microsoft Teams, Slack, and ServiceNow. Developers and technical team members can access the platform's scripts and code. As enterprises outgrow their legacy systems, infrastructure orchestration solutions become essential. Using a service orchestration and automation platform is one way to manage complicated infrastructures. SOAPs are built for hybrid IT environments and will help organizations master multi-cloud and on-premises tools.

Read More

Spotlight

TestPro

TestPro is a software testing consultancy firm. Based in Sydney, TestPro has undertaken and completed a number of large and small scaled testing projects.

Related News

Application Infrastructure, Windows Server OS

Palisade Infrastructure Announces Transaction with Consolidated Communications

businesswire | August 07, 2023

Palisade Infrastructure (“Palisade”) and Consolidated Communications, Inc. (“Consolidated”) have entered into an agreement whereby Palisade, on behalf of its managed funds, will acquire Consolidated’s assets in Washington state. The transaction includes Consolidated’s incumbent networks in Ellensburg and Yelm comprising a mixture of fiber-to-the-home and DSL technologies. Palisade intends to accelerate the build out of the fiber network in these markets, providing high speed, low latency connectivity to households and businesses. This is Palisade’s second broadband investment in Washington State following the announcement of the transaction to acquire Rainier Connect in December 2022. Palisade aims to develop a regional platform for fiber and high-speed broadband connectivity by investing in these markets to benefit all stakeholders including employees, customers and communities. Mike Reynolds, managing director at Palisade Infrastructure said, “We are excited to expand our fiber broadband platform in Washington State, in attractive markets that are in proximity to the Rainier Connect network. We look forward to continuing to grow the platform in the future.” This represents Palisade’s fourth transaction in North America and follows the closing of its investment in the PureSky Energy community solar platform in June 2023. Palisade is planning to launch a new fund focused on investing in digital connectivity and the energy transition later this year. Houlihan Lokey served as exclusive financial advisor and Morgan, Lewis & Bockius LLP served as legal counsel to Palisade. Lazard served as the exclusive financial advisor to Consolidated Communications on the transaction. The transaction remains subject to federal, state and local regulatory approvals and customary closing conditions. About Palisade Infrastructure Palisade Infrastructure forms part of the Palisade Group, a global independent, specialist infrastructure and real assets manager. Palisade Group has 30 active investments in its portfolio covering a broad range of sectors. Palisade Infrastructure’s North American capability focuses on the energy transition, digitization and transport infrastructure sectors. Palisade Infrastructure has a partnership-focused approach with a long-term investment horizon. For more information visit palisadegroup.com. About Consolidated Communications Consolidated Communications Holdings, Inc. (Nasdaq: CNSL) is dedicated to moving people, businesses and communities forward by delivering the most reliable fiber communications solutions. Consumers, businesses and wireless and wireline carriers depend on Consolidated for a wide range of high-speed internet, data, phone, security, cloud and wholesale carrier solutions. With a network spanning more than 57,500 fiber route miles, Consolidated is a top 10 U.S. fiber provider, turning technology into solutions that are backed by exceptional customer support.

Read More

Hyper-Converged Infrastructure, Application Infrastructure

Edgecore Networks Introduces New Scalable and Feature-Rich Entry-Level Ethernet Switches for IDC, Enterprise, and Campus Access Networking

businesswire | May 31, 2023

Edgecore Networks, a leading provider of traditional and open network solutions for enterprises, data centers, and telecommunication service providers, is pleased to announce the launch of its newest high-performance enterprise product family, the EPS120 Series. These optimized 1Gbps open switches are ideal for large retailers, campuses, and enterprise branches, offering robust 1G switching performance with high data transmission bandwidth and a large packet buffer to absorb traffic bursts. The EPS120 Series is powered by the latest Broadcom Trident3-X2 chipset family and a COMe board with an Intel Atom CPU, boasting expanded RAM and SSD capacity for improved switch control-plane performance. The switch series enables container-based NOS architectures, such as SONiC, to create feature-rich, unified, and scalable 1G networks, bringing BGP EVPN-VxLAN deployments to enterprise and campus environments. Its full line-rate L2/L3 forwarding and switching, multi-homing, telemetry, and large packet buffer make it ideal for both access and management networks. The switch series’ PoE model, the EPS122, features 6 x 10G uplinks and 48 x 1G downlinks with non-blocking capacity, of which eight can deliver up to 90 Watts of power per port, and the remaining 40 can deliver up to 30 Watts to each connected powered device. This flexibility allows for seamless deployment of Power-over-Ethernet wireless access networks, security applications, and campus networks utilizing existing Cat. 6/Cat. 6A cable infrastructure to power and connect surveillance cameras, wireless access points, and VoIP Phones. Additionally, the enhanced PoE budget of up to 1850W makes it effortless for network administrators to plan and deploy powered devices in ultra-high-density retail or warehouse environments for security and surveillance purposes. The EPS121 model combines 48 x 1G downlinks and 6 x 10G uplinks with non-blocking capacity, and SONiC for a simplified and unified deployment across data and management planes, connecting to 48 x 1G RJ-45 management ports of switches, servers, and storage devices per rack in a cloud data center or enterprise data center. With the EPS121 acting as a management switch and running the same SONiC stack as the ToR, leaf, and spine switches, the operation, management, monitoring, and control of the entire network is greatly simplified. "Edgecore is dedicated to advancing open networking towards the edge of the enterprise," said Powen Tsai, Product Line Manager. "The EPS120 switches running SONiC software provide the performance required for access networks. And, by utilizing Edgecore’s cutting-edge and proven robust designs, enterprises are able to build networks that minimize operational expenses and total cost of ownership. At Edgecore, we continue to prioritize user experience first." About Edgecore Networks Edgecore Networks Corporation is a wholly owned subsidiary of Accton Technology Corporation, the leading network ODM. Edgecore Networks delivers wired and wireless networking products and solutions through channel partners and system integrators worldwide for Data Center, Service Provider, Enterprise and SMB customers. Edgecore Networks is the leader in open networking, providing a full line of open 1G-400G Ethernet OCP Accepted™ switches, core routers, cell site gateways, virtual PON OLTs, packet transponders, and Wi-Fi access points that offer choice of commercial and open source NOS and SDN software.

Read More

5G Wireless Advancements Support Future Network Connectivity

HITInfrastructure | August 01, 2018

The impending release of 5G wireless has organizations considering how they can leverage the technology. The ever-increasing number of connected medical devices leaves wireless networks strained, and the potential of 5G can help increase bandwidth for more devices. 5G is the fifth generation of wireless technology with speeds that could reach up to 20 Gbps, edging out the current 4G LTE which typically clocks in around 1 Gbps. This improvement over the current wireless broadband technology healthcare organizations are using can support bigger data sets and faster network connections. Connected medical devices are not limited to mobile devices or wireless networks. Organizations need to balance network traffic among wired connections, wireless internet, and cellular connections. This allows organizations to prioritize traffic.

Read More

Application Infrastructure, Windows Server OS

Palisade Infrastructure Announces Transaction with Consolidated Communications

businesswire | August 07, 2023

Palisade Infrastructure (“Palisade”) and Consolidated Communications, Inc. (“Consolidated”) have entered into an agreement whereby Palisade, on behalf of its managed funds, will acquire Consolidated’s assets in Washington state. The transaction includes Consolidated’s incumbent networks in Ellensburg and Yelm comprising a mixture of fiber-to-the-home and DSL technologies. Palisade intends to accelerate the build out of the fiber network in these markets, providing high speed, low latency connectivity to households and businesses. This is Palisade’s second broadband investment in Washington State following the announcement of the transaction to acquire Rainier Connect in December 2022. Palisade aims to develop a regional platform for fiber and high-speed broadband connectivity by investing in these markets to benefit all stakeholders including employees, customers and communities. Mike Reynolds, managing director at Palisade Infrastructure said, “We are excited to expand our fiber broadband platform in Washington State, in attractive markets that are in proximity to the Rainier Connect network. We look forward to continuing to grow the platform in the future.” This represents Palisade’s fourth transaction in North America and follows the closing of its investment in the PureSky Energy community solar platform in June 2023. Palisade is planning to launch a new fund focused on investing in digital connectivity and the energy transition later this year. Houlihan Lokey served as exclusive financial advisor and Morgan, Lewis & Bockius LLP served as legal counsel to Palisade. Lazard served as the exclusive financial advisor to Consolidated Communications on the transaction. The transaction remains subject to federal, state and local regulatory approvals and customary closing conditions. About Palisade Infrastructure Palisade Infrastructure forms part of the Palisade Group, a global independent, specialist infrastructure and real assets manager. Palisade Group has 30 active investments in its portfolio covering a broad range of sectors. Palisade Infrastructure’s North American capability focuses on the energy transition, digitization and transport infrastructure sectors. Palisade Infrastructure has a partnership-focused approach with a long-term investment horizon. For more information visit palisadegroup.com. About Consolidated Communications Consolidated Communications Holdings, Inc. (Nasdaq: CNSL) is dedicated to moving people, businesses and communities forward by delivering the most reliable fiber communications solutions. Consumers, businesses and wireless and wireline carriers depend on Consolidated for a wide range of high-speed internet, data, phone, security, cloud and wholesale carrier solutions. With a network spanning more than 57,500 fiber route miles, Consolidated is a top 10 U.S. fiber provider, turning technology into solutions that are backed by exceptional customer support.

Read More

Hyper-Converged Infrastructure, Application Infrastructure

Edgecore Networks Introduces New Scalable and Feature-Rich Entry-Level Ethernet Switches for IDC, Enterprise, and Campus Access Networking

businesswire | May 31, 2023

Edgecore Networks, a leading provider of traditional and open network solutions for enterprises, data centers, and telecommunication service providers, is pleased to announce the launch of its newest high-performance enterprise product family, the EPS120 Series. These optimized 1Gbps open switches are ideal for large retailers, campuses, and enterprise branches, offering robust 1G switching performance with high data transmission bandwidth and a large packet buffer to absorb traffic bursts. The EPS120 Series is powered by the latest Broadcom Trident3-X2 chipset family and a COMe board with an Intel Atom CPU, boasting expanded RAM and SSD capacity for improved switch control-plane performance. The switch series enables container-based NOS architectures, such as SONiC, to create feature-rich, unified, and scalable 1G networks, bringing BGP EVPN-VxLAN deployments to enterprise and campus environments. Its full line-rate L2/L3 forwarding and switching, multi-homing, telemetry, and large packet buffer make it ideal for both access and management networks. The switch series’ PoE model, the EPS122, features 6 x 10G uplinks and 48 x 1G downlinks with non-blocking capacity, of which eight can deliver up to 90 Watts of power per port, and the remaining 40 can deliver up to 30 Watts to each connected powered device. This flexibility allows for seamless deployment of Power-over-Ethernet wireless access networks, security applications, and campus networks utilizing existing Cat. 6/Cat. 6A cable infrastructure to power and connect surveillance cameras, wireless access points, and VoIP Phones. Additionally, the enhanced PoE budget of up to 1850W makes it effortless for network administrators to plan and deploy powered devices in ultra-high-density retail or warehouse environments for security and surveillance purposes. The EPS121 model combines 48 x 1G downlinks and 6 x 10G uplinks with non-blocking capacity, and SONiC for a simplified and unified deployment across data and management planes, connecting to 48 x 1G RJ-45 management ports of switches, servers, and storage devices per rack in a cloud data center or enterprise data center. With the EPS121 acting as a management switch and running the same SONiC stack as the ToR, leaf, and spine switches, the operation, management, monitoring, and control of the entire network is greatly simplified. "Edgecore is dedicated to advancing open networking towards the edge of the enterprise," said Powen Tsai, Product Line Manager. "The EPS120 switches running SONiC software provide the performance required for access networks. And, by utilizing Edgecore’s cutting-edge and proven robust designs, enterprises are able to build networks that minimize operational expenses and total cost of ownership. At Edgecore, we continue to prioritize user experience first." About Edgecore Networks Edgecore Networks Corporation is a wholly owned subsidiary of Accton Technology Corporation, the leading network ODM. Edgecore Networks delivers wired and wireless networking products and solutions through channel partners and system integrators worldwide for Data Center, Service Provider, Enterprise and SMB customers. Edgecore Networks is the leader in open networking, providing a full line of open 1G-400G Ethernet OCP Accepted™ switches, core routers, cell site gateways, virtual PON OLTs, packet transponders, and Wi-Fi access points that offer choice of commercial and open source NOS and SDN software.

Read More

5G Wireless Advancements Support Future Network Connectivity

HITInfrastructure | August 01, 2018

The impending release of 5G wireless has organizations considering how they can leverage the technology. The ever-increasing number of connected medical devices leaves wireless networks strained, and the potential of 5G can help increase bandwidth for more devices. 5G is the fifth generation of wireless technology with speeds that could reach up to 20 Gbps, edging out the current 4G LTE which typically clocks in around 1 Gbps. This improvement over the current wireless broadband technology healthcare organizations are using can support bigger data sets and faster network connections. Connected medical devices are not limited to mobile devices or wireless networks. Organizations need to balance network traffic among wired connections, wireless internet, and cellular connections. This allows organizations to prioritize traffic.

Read More

Events