Stateless and stateful systems comparison

Introduction Stateless and stateful systems are two distinct approaches in information technology which handle and manage data and transactions differently. This article explores the differences between these two concepts and provide examples of stateless and stateful technologies in both software development and infrastructure systems. Stateless Systems In a stateless system, the server or application does … Read more

Load balancing solutions and design considerations

Introduction to load balancing Load balancing plays a vital role in distributing network traffic efficiently across multiple servers or resources. This article provides a comprehensive overview of load balancers, including their theory, design considerations, persistence types, and load balancing methods. Furthermore, it presents a detailed list of commercial and open source load balancer solutions. Load … Read more

Internet Explorer 11 retirement

Internet Explorer 11

Internet Explorer 11 retirement announcement As per Microsoft MC378271 announcement, the Internet Explorer (IE) 11 desktop application will be retired on June 15, 2022, on certain versions of Windows 10. This means that the IE11 desktop application will no longer be supported and will be progressively redirected to Microsoft Edge over the following months, and … Read more

Windows DCOM hardening

security and privacy

Introduction The Distributed Component Object Model (DCOM) Remote Protocol is a protocol for exposing application objects by way of remote procedure calls (RPCs). The protocol consists of a set of extensions layered on Microsoft Remote Procedure Call Protocol Extensions as specified in [MS-RPCE]. The DCOM Remote Protocol is also referred to as Object RPC or … Read more

Software toolkit for cloud engineers

software toolkit for cloud engineers

Introduction If you are a Cloud engineer or possess a similar technical Cloud related role, you need to ensure that you can automate your daily tasks and better manage your workload. This post serves as a compilation of a software toolkit which I regard to include the most frequently used and most useful software applications … Read more

The Microsoft Inside Track

The Microsoft Inside Track

Introduction When implementing IT solutions which are complex and require proper in-depth planning, it is crucial to perform technical assessments and creating an inventory of the “as-is” situation as well as assess the organization’s operational and business requirements alongside the technical requirements. Implementing an IT solution, especially when this involves some sort of migration, requires … Read more

Microsoft TCO calculator overview

Microsoft TCO calculator overview

Introduction to Microsoft TCO calculator When planning your on-premise to Azure migration there are a lot of technical and business factors which need to be taken into account. First off, you need to assess your existing on-premises infrastructure and make decisions as to whether or not to migrate everything to Azure or keep a hybrid … Read more

Comparison of DaaS and VDI services

Azure Virtual Desktop

Desktop As A Service (DaaS) is a broad term which covers remote computing services running in a cloud (private, public or hybrid). In the framework of DaaS services, end-users can utilize virtual apps and virtual desktops running on a cloud infrastructure. Virtual Desktop Infrastructure (VDI) is a very similar concept in which virtual desktop services … Read more

Azure database for MySQL zone and region disaster recovery

Azure database for MySQL

Azure database for MySQL zone and region disaster recovery The Azure database for MySQL instance can be scaled up and down depending on your organization requirements without downtime, as described at: . This article describes all possible failure events (except for region-level failure), which are automatically managed by the Azure database for MySQL service, without … Read more

Hosting SQL Server workloads in the Azure Cloud

Azure SQL Server databases

Introduction This article provides a high-level overview of services for hosting SQL Server workloads in the Azure Cloud. Microsoft Azure offers a handful of cloud services for hosting your SQL as well as NoSQL databases and in-memory databases. The supported SQL databases are SQL Server, Oracle database, MySQL, PostGreSQL and MariaDB. Hosting SQL databses in … Read more