<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>News Archives - COMIT Solutions</title>
	<atom:link href="https://comit.com.cy/tag/news/feed/" rel="self" type="application/rss+xml" />
	<link>https://comit.com.cy/tag/news/</link>
	<description>Making IT Work For You</description>
	<lastBuildDate>Fri, 16 May 2025 10:23:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://comit.com.cy/wp-content/uploads/2021/05/cropped-COMIT-fav-32x32.jpg</url>
	<title>News Archives - COMIT Solutions</title>
	<link>https://comit.com.cy/tag/news/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>vSphere Clustering Service (vCLS) &#8211; vSphere 7 Update 1</title>
		<link>https://comit.com.cy/vsphere-clustering-service-vcls-vsphere-7-update-1/</link>
		
		<dc:creator><![CDATA[support]]></dc:creator>
		<pubDate>Mon, 16 Nov 2020 15:18:12 +0000</pubDate>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://213.169.159.10/?p=3119</guid>

					<description><![CDATA[<p>The vSphere Clustering Service (vCLS) is a new capability that is introduced in the vSphere 7 Update 1 release. It’s first release provides the foundation to work towards creating a decoupled and distributed control plane for clustering services in vSphere. The challenge being that cluster services, like the vSphere Distributed Resource Scheduler (DRS), depend on [&#8230;]</p>
<p>The post <a href="https://comit.com.cy/vsphere-clustering-service-vcls-vsphere-7-update-1/">vSphere Clustering Service (vCLS) &#8211; vSphere 7 Update 1</a> appeared first on <a href="https://comit.com.cy">COMIT Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The vSphere Clustering Service (vCLS) is a new capability that is introduced in the vSphere 7 Update 1 release. It’s first release provides the foundation to work towards creating a decoupled and distributed control plane for clustering services in vSphere.</p>
<p>The challenge being that cluster services, like the vSphere Distributed Resource Scheduler (DRS), depend on vCenter Server availability for its configuration and operation. And while there’s ways to increase availability for vCenter Server, think about vSphere High Availability (HA) and vCenter Server High Availability (VCHA), its dependency is not ideal. Also, when thinking about vCenter Server scalability in large on-prem and public clouds, we need a better solution to support clustering services. That’s why vCLS is introduced. In the first release, a subset of DRS capabilities is already using the new vCLS feature.</p>
<p>Basic Architecture<br />
The basic architecture for the vCLS control plane consists of maximum 3 virtual machines (VM), also referred to as system or agent VMs which are placed on separate hosts in a cluster. These are lightweight agent VMs that form a cluster quorum. On smaller clusters with less than 3 hosts, the number of agent VMs is equal to the numbers of ESXi hosts. The agent VMs are managed by vSphere Cluster Services. Users are not expected to maintain the lifecycle or state for the agent VMs, they should not be treated like the typical workload VMs.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone wp-image-3120 " src="https://comit.com.cy//wp-content/uploads/2021/06/basic-architecture-1024x599.png" alt="" width="797" height="466" srcset="https://comit.com.cy/wp-content/uploads/2021/06/basic-architecture-1024x599.png 1024w, https://comit.com.cy/wp-content/uploads/2021/06/basic-architecture-300x176.png 300w, https://comit.com.cy/wp-content/uploads/2021/06/basic-architecture-768x450.png 768w, https://comit.com.cy/wp-content/uploads/2021/06/basic-architecture.png 1112w" sizes="(max-width: 797px) 100vw, 797px" /></p>
<p>&nbsp;</p>
<p><strong>Cluster Service Health</strong><br />
The agent VMs that form the cluster quorum state, are self correcting. This means that when the agent VMs are not available, vCLS will try to instantiate or power-on the VMs automatically.</p>
<p><img decoding="async" class="alignnone wp-image-3121 size-full" src="https://comit.com.cy//wp-content/uploads/2021/06/healthy.png" alt="" width="694" height="133" srcset="https://comit.com.cy/wp-content/uploads/2021/06/healthy.png 694w, https://comit.com.cy/wp-content/uploads/2021/06/healthy-300x57.png 300w" sizes="(max-width: 694px) 100vw, 694px" /></p>
<p><strong>There are 3 health states for the cluster services:</strong></p>
<p>Healthy – The vCLS health is green when at least 1 agent VM is running in the cluster. To maintain agent VM availability, there’s a cluster quorum of 3 agent VMs deployed.<br />
Degraded – This is a transient state when at least 1 of the agent VMs is not available but DRS has not skipped it’s logic due to the unavailability of agent VMs. The cluster could be in this state when either vCLS VMs are being re-deployed or getting powered-on after some impact to the running VMs.<br />
Unhealthy – A vCLS unhealthy state happens when a next run of the DRS logic (workload placement or balancing operation) skips due to the vCLS control-plane not being available (at least 1 agent VM).<br />
Agent VM Resources<br />
The vCLS agent VMs are lightweight, meaning that resource consumption is kept to a minimum. vCLS automatically creates a max of 3 agent VMs per cluster in an existing deployment when vCenter Server is upgraded to vSphere 7 update 1. In a greenfield scenario, they are created when ESXi hosts are added to a new cluster. If no shared storage is available, the agent VMs are placed on local storage. If a cluster is formed before shared storage is configured on the ESXi hosts, as would be the case when using vSAN, it is strongly recommended to move the vCLS agent VMs to shared storage after.</p>
<p><strong>The agent VMs run a customized Photon OS. The resource specification per agent VM is listed in the following table:</strong></p>
<p>Memory 128 MB<br />
Memory reservation 100 MB<br />
Swap Size 256 MB<br />
vCPU 1<br />
vCPU reservation 100 MHz<br />
Disk 2 GB<br />
Ethernet Adapter –<br />
Guest VMDK Size ~245 MB<br />
Storage Space ~480 MB</p>
<p>The 2 GB virtual disk is thin provisioned. Also, there’s no networking involved, so there’s no network adapter configured. The agent VMs are not shown in the Hosts and Clusters overview in the vSphere Client. The VMs and Templates view now contains a new folder, vCLS, that contains all vCLS agent VMs. With multiple clusters, all vCLS agent VMs will show, numbered consecutively.</p>
<p><img decoding="async" class="alignnone wp-image-3122 " src="https://comit.com.cy//wp-content/uploads/2021/06/ui-overview-1024x546.png" alt="" width="746" height="398" srcset="https://comit.com.cy/wp-content/uploads/2021/06/ui-overview-1024x546.png 1024w, https://comit.com.cy/wp-content/uploads/2021/06/ui-overview-300x160.png 300w, https://comit.com.cy/wp-content/uploads/2021/06/ui-overview-768x409.png 768w, https://comit.com.cy/wp-content/uploads/2021/06/ui-overview-1536x818.png 1536w, https://comit.com.cy/wp-content/uploads/2021/06/ui-overview.png 1614w" sizes="(max-width: 746px) 100vw, 746px" /></p>
<p>The vSphere Client contains messages and notes to show information about the vCLS agent VMs, also stating that the power state and resources of these VMs is handled by the vCLS.</p>
<p><strong>Operations</strong><br />
As stated before, the agent VMs are maintained by vCLS. There’s no need for VI admins to power-off the VMs. In fact, the vSphere Client shows a warning when a agent VM is powered-off.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-3123 size-full" src="https://comit.com.cy//wp-content/uploads/2021/06/poweroff-warning.png" alt="" width="544" height="367" srcset="https://comit.com.cy/wp-content/uploads/2021/06/poweroff-warning.png 544w, https://comit.com.cy/wp-content/uploads/2021/06/poweroff-warning-300x202.png 300w" sizes="(max-width: 544px) 100vw, 544px" /></p>
<p>&nbsp;</p>
<p>When a host is placed into maintenance mode, the vCLS agent VMs are migrated to other hosts within the cluster like regular VMs. Customers should refrain from removing, or renaming the agent VMs or its folder in order to keep the cluster services healthy.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-3124 size-full" src="https://comit.com.cy//wp-content/uploads/2021/06/system-agent.png" alt="" width="513" height="453" srcset="https://comit.com.cy/wp-content/uploads/2021/06/system-agent.png 513w, https://comit.com.cy/wp-content/uploads/2021/06/system-agent-300x265.png 300w" sizes="(max-width: 513px) 100vw, 513px" /></p>
<p>The lifecycle for vCLS agent VMs is maintained by the vSphere ESX Agent Manager (EAM). The Agent Manager creates the VMs automatically, or re-creates/powers-on the VMs when users try to power-off or delete the VMs. Is the example below, you’ll see a power-off and a delete operation. Both from which the EAM recovers the agent VM automatically.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-3125 " src="https://comit.com.cy//wp-content/uploads/2021/06/vcls-operations-demo.gif" alt="" width="858" height="532" /></p>
<p>&nbsp;</p>
<p>Automation and vCLS<br />
For customer using scripts to automate tasks, it’s important to build in awareness to ignore the agent VMs in, for example clean-up scripts to delete stale VMs. Identifying the vCLS agent VMs is quickly done in the vSphere Client where the agent VMs are listed in the vCLS folder. Also, examining the VMs tab under Administration &gt; vCenter Server Extensions &gt; vSphere ESX Agent Manager lists the agent VMs from all clusters managed by that vCenter Server instance.</p>
<p>Every agent VM has additional properties so they can be ignored with specific automated tasks. These properties can also be found using the Managed Object Browser (MOB). The specific properties include:</p>
<p>ManagedByInfo<br />
extensionKey == “com.vmware.vim.eam”<br />
type == “cluster-agent”<br />
ExtraConfig keys<br />
“eam.agent.ovfPackageUrl”<br />
“eam.agent.agencyMoId”<br />
“eam.agent.agentMoId”<br />
vCLS Agent VMs have an additional data property key “HDCS.agent” set to “true”. This property is automatically pushed down to the ESXi host along with the other VM ExtraConfig properties explicitly set by EAM.</p>
<p>Source: <a href="https://blogs.vmware.com/vsphere/2020/09/vsphere-7-update-1-vsphere-clustering-service-vcls.html">https://blogs.vmware.com/vsphere/2020/09/vsphere-7-update-1-vsphere-clustering-service-vcls.html</a></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3126" src="https://comit.com.cy//wp-content/uploads/2021/06/agentvm-properties.png" alt="" width="300" height="260" /></p>
<p>More Resources to Learn<br />
vSphere 7 – Improved DRS<br />
vSphere 7 – A Closer Look at the VM DRS Score<br />
Load Balancing Performance of DRS in vSphere 7<br />
What’s New with VMware vSphere 7 Update 1</p>
<p>The post <a href="https://comit.com.cy/vsphere-clustering-service-vcls-vsphere-7-update-1/">vSphere Clustering Service (vCLS) &#8211; vSphere 7 Update 1</a> appeared first on <a href="https://comit.com.cy">COMIT Solutions</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>New SonicWall NSa 2700: High Performance and Consolidated Security at Lower TCO</title>
		<link>https://comit.com.cy/new-sonicwall-nsa-2700-high-performance-and-consolidated-security-at-lower-tco/</link>
		
		<dc:creator><![CDATA[support]]></dc:creator>
		<pubDate>Thu, 12 Nov 2020 15:22:09 +0000</pubDate>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://213.169.159.10/?p=3128</guid>

					<description><![CDATA[<p>2020 has brought exponential growth in network traffic, including a 25% to 35% spike in March alone. As the demands on network firewalls continue to increase, many have struggled to keep up without becoming a bottleneck. Meanwhile, cybercriminals are becoming increasingly successful at breaching perimeter defenses using advanced techniques like encrypted threats and embedded malware. To address [&#8230;]</p>
<p>The post <a href="https://comit.com.cy/new-sonicwall-nsa-2700-high-performance-and-consolidated-security-at-lower-tco/">New SonicWall NSa 2700: High Performance and Consolidated Security at Lower TCO</a> appeared first on <a href="https://comit.com.cy">COMIT Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>2020 has brought exponential growth in network traffic, including a <a href="https://www.techrepublic.com/article/report-global-internet-traffic-patterns-have-risen-dramatically/" target="_blank" rel="noopener noreferrer">25% to 35%</a> spike in March alone. As the demands on network firewalls continue to increase, many have struggled to keep up without becoming a bottleneck. Meanwhile, cybercriminals are becoming increasingly successful at breaching perimeter defenses using advanced techniques like encrypted threats and embedded malware.</p>
<p>To address this changing cybersecurity landscape, some companies have deployed multiple security point products. According to CSO Online, enterprises have an <a href="https://www.csoonline.com/article/3042601/defense-in-depth-stop-spending-start-consolidating.html#:~:text=When%20it%20comes%20to%20layered,and%20testing%20for%20security%20practitioners." target="_blank" rel="noopener noreferrer">average of 75 products</a> deployed to secure their network and cloud infrastructure. But these disparate point products pose challenges of their own, including management complexity and lack of interoperability — which in turn have led to an explosion in overall operating costs.</p>
<p>Today’s enterprises need a next-generation firewall that can accommodate the continuing increase in network traffic, while at the same time consolidating security controls to stop evasive threats.</p>
<h2>Introducing SonicWall NS<em>a</em> 2700: A Gen 7 NGFW for Medium and Distributed Enterprises</h2>
<p>The SonicWall Network Security Appliance (NS<em>a</em>) 2700 is a next-generation firewall (NGFW) that delivers industry-leading performance at the lowest total cost of ownership in its class. NS<em>a</em> 2700 protects mid-size networks with comprehensive integrated security services like malware analysis, encrypted traffic inspection, cloud application security and reputation services. It also supports centralized management with a truly intuitive single user interface, significantly improving operational efficiency.</p>
<p>SonicWall NS<em>a</em> 2700 includes advanced networking features such as HA/clustering, SD-WAN, dynamic routing, and virtual routing and forwarding. It combines validated security effectiveness and best-in-class price performance in a single rack unit appliance with high port density. In short, medium enterprises can now get the performance, networking and security capabilities they need from their next-generation firewalls without breaking the bank.</p>
<div class="avia-image-container av-styling- avia-align-center ">
<div class="avia-image-container-inner"><a class="avia_image lightbox-added" href="https://ml86saiperd6.i.optimole.com/1a30Om8-Ep_YH4_x/w:auto/h:auto/q:75/https://i2.wp.com/blog.sonicwall.com/wp-content/uploads/nsa-2700.png?ssl=1"><img decoding="async" class="avia_image jetpack-lazy-image optml_lazyload_img jetpack-lazy-image--handled" title="nsa-2700" src="https://ml86saiperd6.i.optimole.com/1a30Om8-Ep_YH4_x/w:auto/h:auto/q:eco/https://i2.wp.com/blog.sonicwall.com/wp-content/uploads/nsa-2700.png?w=750&amp;ssl=1" alt="" data-opt-src="https://ml86saiperd6.i.optimole.com/1a30Om8-Ep_YH4_x/w:auto/h:auto/q:75/https://i2.wp.com/blog.sonicwall.com/wp-content/uploads/nsa-2700.png" data-recalc-dims="1" data-lazy-loaded="1" /></a></div>
</div>
<h2>NS<em>a</em> 2700 Next Generation Firewall Highlights</h2>
<h4>Appliance at a glance</h4>
<p>NS<em>a</em> 2700 is an energy-efficient, reliable appliance in a compact 1U chassis. Powered by the next-generation SonicOS 7.0 operating system, it is capable of processing millions of connections while delivering multi-gigabit threat prevention throughput. The following are a few high-level features that make NS<em>a </em>2700 an attractive option for medium and distributed enterprises:</p>
<ul>
<li>16 x 1 GbE interfaces</li>
<li>3 x 10 GbE interfaces</li>
<li>3 Gbps of threat prevention performance</li>
<li>6 Gbps of application inspection performance</li>
<li>5 million stateful and 500,00 DPI connections</li>
<li>21,500 connections per second</li>
<li>Dedicated management port</li>
</ul>
<h4>Powered by the new SonicOS 7.0</h4>
<p>The SonicWall NS<em>a </em>2700 runs on <a href="https://www.sonicwall.com/products/sonicos/" target="_blank" rel="noopener noreferrer">SonicOS 7.0</a>, a new operating system built from the ground up to deliver a modern user interface, intuitive workflows and user-first design principles. SonicOS 7.0 provides multiple features designed to facilitate enterprise-level workflows, easy configuration, and simplified and flexible management — all of which allow enterprises to improve both their security and operational efficiency.</p>
<p>SonicOS 7.0 features:</p>
<ul>
<li><a href="https://www.sonicwall.com/resources/brief/tech-brief-advantages-of-reassembly-free-deep-packet-inspection/" target="_blank" rel="noopener noreferrer">Reassembly-Free Deep Packet Inspection® (RFDPI)</a>and <a href="https://www.sonicwall.com/news/sonicwall-invents-real-time-deep-memory-inspection/" target="_blank" rel="noopener noreferrer">Real-Time Deep Memory Inspection™ (RTDMI)</a></li>
<li><a href="https://www.sonicwall.com/solutions/use-cases/secure-sd-wan/" target="_blank" rel="noopener noreferrer">Secure SD-WAN</a></li>
<li>High Availability/Clustering</li>
<li>TLS 1.3 support</li>
<li>Intuitive, single-pane-of-glass management</li>
<li>Gateway Anti-Virus, Intrusion Prevention and Application Control</li>
<li>Capture ATP Multi-Engine Sandboxing</li>
<li>URL Filtering</li>
</ul>
<p>More details about the new SonicOS 7.0 can be found <a href="https://www.sonicwall.com/products/sonicos/" target="_blank" rel="noopener noreferrer">here</a>.</p>
<h2>NS<em>a</em> 2700 Deployment Options</h2>
<p>SonicWall NS<em>a</em> 2700 has two main deployment options for medium and distributed enterprises:</p>
<h4>Internet Edge Deployment</h4>
<p>In this standard deployment option, SonicWall NS<em>a</em> 2700 protects private networks from malicious traffic coming from the Internet, allowing you to:</p>
<ul>
<li>Deploy a proven NGFW solution with highest performance and port density (including 10 GbE connectivity) in its class</li>
<li>Gain visibility and inspect encrypted traffic, including TLS 1.3, to block evasive threats coming from the Internet — all without compromising performance</li>
<li>Protect your enterprise with integrated security, including malware analysis, cloud app security, URL filtering and reputation services</li>
</ul>
<div class="avia-image-container av-styling- avia-align-center ">
<div class="avia-image-container-inner"><a class="avia_image lightbox-added" href="https://ml86saiperd6.i.optimole.com/jOAdMjA-2CbaMTza/w:auto/h:auto/q:75/https://i0.wp.com/blog.sonicwall.com/wp-content/uploads/internet-edge-deployment.png?ssl=1"><img decoding="async" class="avia_image jetpack-lazy-image optml_lazyload_img jetpack-lazy-image--handled" title="internet-edge-deployment" src="https://ml86saiperd6.i.optimole.com/jOAdMjA-2CbaMTza/w:auto/h:auto/q:eco/https://i0.wp.com/blog.sonicwall.com/wp-content/uploads/internet-edge-deployment.png?w=750&amp;ssl=1" alt="" data-opt-src="https://ml86saiperd6.i.optimole.com/jOAdMjA-2CbaMTza/w:auto/h:auto/q:75/https://i0.wp.com/blog.sonicwall.com/wp-content/uploads/internet-edge-deployment.png" data-recalc-dims="1" data-lazy-loaded="1" /></a></div>
</div>
<h4>Medium and Distributed Enterprise Deployment</h4>
<p>The SonicWall NS<em>a </em>2700 supports SD-WAN and can be centrally managed, making it an ideal fit for medium and distributed enterprises. By leveraging NS<em>a</em>’s high port density, which includes 10 GbE connectivity, enterprises can support distributed branches and wide area networks. This deployment allows organizations to:</p>
<ul>
<li>Provide direct secure Internet access to distributed branch offices instead of back-hauling through corporate headquarters</li>
<li>Allow distributed branch offices to securely access internal resources in corporate headquarters or in a public cloud, significantly improving application latency</li>
<li>Reduce complexity and improve operations by using a central management system, which is accessed through an intuitive, single-pane-of-glass user interface</li>
</ul>
<div class="avia-image-container av-styling- avia-align-center ">
<div class="avia-image-container-inner"><a class="avia_image lightbox-added" href="https://ml86saiperd6.i.optimole.com/1a30Om8-Zlsz-AHy/w:auto/h:auto/q:75/https://i2.wp.com/blog.sonicwall.com/wp-content/uploads/medium-distributed-enterprise-deployment.png?ssl=1"><img decoding="async" class="avia_image jetpack-lazy-image optml_lazyload_img jetpack-lazy-image--handled" title="medium-distributed-enterprise-deployment" src="https://ml86saiperd6.i.optimole.com/1a30Om8-Zlsz-AHy/w:auto/h:auto/q:eco/https://i2.wp.com/blog.sonicwall.com/wp-content/uploads/medium-distributed-enterprise-deployment.png?w=750&amp;ssl=1" alt="" data-opt-src="https://ml86saiperd6.i.optimole.com/1a30Om8-Zlsz-AHy/w:auto/h:auto/q:75/https://i2.wp.com/blog.sonicwall.com/wp-content/uploads/medium-distributed-enterprise-deployment.png" data-recalc-dims="1" data-lazy-loaded="1" /></a></div>
</div>
<h2>Overall Solution Value</h2>
<p>The new NS<em>a</em> 2700 offers enterprises a best-in-class next-generation firewall with high speed and port density, all at a lower total cost of ownership. With integrated security services like malware analysis, URLF and cloud application security, NS<em>a </em>2700 offers enterprises superb protection from advanced threats.</p>
<p>To learn more about the new NS<em>a</em> 2700, watch the video or click <a href="https://www.sonicwall.com/resources/videos/nsa-2700-firewall-video/" target="_blank" rel="noopener noreferrer">here</a>.</p>
<p>Source: <a href="https://blog.sonicwall.com/en-us/2020/11/new-sonicwall-nsa-2700-high-performance-and-consolidated-security-at-lower-tco/">https://blog.sonicwall.com/en-us/2020/11/new-sonicwall-nsa-2700-high-performance-and-consolidated-security-at-lower-tco/</a></p>
<p>The post <a href="https://comit.com.cy/new-sonicwall-nsa-2700-high-performance-and-consolidated-security-at-lower-tco/">New SonicWall NSa 2700: High Performance and Consolidated Security at Lower TCO</a> appeared first on <a href="https://comit.com.cy">COMIT Solutions</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>In Business Special Feature</title>
		<link>https://comit.com.cy/in-business-special-feature/</link>
		
		<dc:creator><![CDATA[support]]></dc:creator>
		<pubDate>Thu, 05 Nov 2020 14:56:18 +0000</pubDate>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[News Security]]></category>
		<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://213.169.159.10/?p=3111</guid>

					<description><![CDATA[<p>The New Digital Era</p>
<p>The post <a href="https://comit.com.cy/in-business-special-feature/">In Business Special Feature</a> appeared first on <a href="https://comit.com.cy">COMIT Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The New Digital Era</p>
<p><img loading="lazy" decoding="async" class="alignleft wp-image-3113 size-full" src="https://comit.com.cy//wp-content/uploads/2021/06/INBizp2-scaled-1.jpg" alt="" width="1902" height="2560" srcset="https://comit.com.cy/wp-content/uploads/2021/06/INBizp2-scaled-1.jpg 1902w, https://comit.com.cy/wp-content/uploads/2021/06/INBizp2-scaled-1-223x300.jpg 223w, https://comit.com.cy/wp-content/uploads/2021/06/INBizp2-scaled-1-761x1024.jpg 761w, https://comit.com.cy/wp-content/uploads/2021/06/INBizp2-scaled-1-768x1034.jpg 768w, https://comit.com.cy/wp-content/uploads/2021/06/INBizp2-scaled-1-1141x1536.jpg 1141w, https://comit.com.cy/wp-content/uploads/2021/06/INBizp2-scaled-1-1522x2048.jpg 1522w" sizes="(max-width: 1902px) 100vw, 1902px" /></p>
<p>The post <a href="https://comit.com.cy/in-business-special-feature/">In Business Special Feature</a> appeared first on <a href="https://comit.com.cy">COMIT Solutions</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
