{"id":1867,"date":"2026-05-26T13:09:04","date_gmt":"2026-05-26T13:09:04","guid":{"rendered":"https:\/\/integrationobjects.com\/blog\/?p=1867"},"modified":"2026-08-03T10:26:01","modified_gmt":"2026-08-03T10:26:01","slug":"what-is-dcom","status":"publish","type":"post","link":"https:\/\/integrationobjects.com\/blog\/what-is-dcom\/","title":{"rendered":"What is DCOM?"},"content":{"rendered":"<p>Distributed Component Object Model (DCOM) is a proprietary Microsoft Windows technology. It enables software components to communicate directly over a network. Components on a server and a client need to be configured and must correspond with each other to enable the DCOM network communication.<\/p>\n<p>Windows lists components requiring DCOM communication in the Management Console, accessed using the Component Services dialog box or by running the <em>dcomcnfg<\/em> command.<\/p>\n<h2>How DCOM actually works<\/h2>\n<p>DCOM is an extension of COM (Component Object Model), the standard Microsoft framework that lets 2 programs running on the same Windows machine share data and call each other&#8217;s functions. DCOM takes that same idea and extends it across a network: a program on one computer can call functions on a component running on a remote computer.<\/p>\n<p>To make that work, DCOM handles 3 things transparently in the background:<\/p>\n<ul>\n<li><strong>Locating the component <\/strong>using identifiers stored in the Windows Registry (CLSID, ProgID, and AppID) so the client machine knows which component to talk to and on which machine.<\/li>\n<li><strong>Authenticating the connection <\/strong>using Windows user accounts, either through Active Directory\/Kerberos in a domain environment or matching local accounts in a workgroup.<\/li>\n<li><strong>Transporting the calls <\/strong>over TCP\/IP, using a Remote Procedure Call (RPC) mechanism, with a directory port <a href=\"https:\/\/integrationobjects.com\/blog\/verify-tcp-port-is-open-to-establish-opcnet-broker-communications\/\">(TCP 135)<\/a> that tells the client which dynamic port the target component is actually listening on.<\/li>\n<\/ul>\n<figure id=\"attachment_2011\" aria-describedby=\"caption-attachment-2011\" style=\"width: 640px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"size-large wp-image-2011\" src=\"https:\/\/integrationobjects.com\/blog\/wp-content\/uploads\/2025\/10\/dcom-connection-establishment-flow.png-1024x546.png\" alt=\"Flow diagram showing the three steps of establishing a DCOM connection: locate, authenticate, and transport \" width=\"640\" height=\"341\" srcset=\"https:\/\/integrationobjects.com\/blog\/wp-content\/uploads\/2025\/10\/dcom-connection-establishment-flow.png-1024x546.png 1024w, https:\/\/integrationobjects.com\/blog\/wp-content\/uploads\/2025\/10\/dcom-connection-establishment-flow.png-300x160.png 300w, https:\/\/integrationobjects.com\/blog\/wp-content\/uploads\/2025\/10\/dcom-connection-establishment-flow.png-768x409.png 768w, https:\/\/integrationobjects.com\/blog\/wp-content\/uploads\/2025\/10\/dcom-connection-establishment-flow.png-1536x819.png 1536w, https:\/\/integrationobjects.com\/blog\/wp-content\/uploads\/2025\/10\/dcom-connection-establishment-flow.png.png 1600w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><figcaption id=\"caption-attachment-2011\" class=\"wp-caption-text\">How a DCOM connection is established and where it tends to break<\/figcaption><\/figure>\n<p><strong>COM vs. DCOM in one line: <\/strong>COM is local, in-machine communication between software components. DCOM is that same communication extended across a network. An OPC server is a COM server whether it&#8217;s accessed locally or remotely. Windows decides which path (local COM or networked DCOM) to use based on whether the client and server are on the same machine.<\/p>\n<p>This is also why DCOM has a reputation for being difficult: it depends on registry configuration, matching Windows credentials, dynamic port negotiation, and firewall rules all lining up correctly on both the client and server machines. A mismatch in any one of them causes the connection to fail &#8211; often silently.<\/p>\n<figure id=\"attachment_2012\" aria-describedby=\"caption-attachment-2012\" style=\"width: 640px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"size-large wp-image-2012\" src=\"https:\/\/integrationobjects.com\/blog\/wp-content\/uploads\/2025\/10\/com-vs-dcom-comparison.png-1024x529.png\" alt=\"Diagram comparing COM on a single machine versus DCOM communicating across two machines over a network\" width=\"640\" height=\"331\" srcset=\"https:\/\/integrationobjects.com\/blog\/wp-content\/uploads\/2025\/10\/com-vs-dcom-comparison.png-1024x529.png 1024w, https:\/\/integrationobjects.com\/blog\/wp-content\/uploads\/2025\/10\/com-vs-dcom-comparison.png-300x155.png 300w, https:\/\/integrationobjects.com\/blog\/wp-content\/uploads\/2025\/10\/com-vs-dcom-comparison.png-768x396.png 768w, https:\/\/integrationobjects.com\/blog\/wp-content\/uploads\/2025\/10\/com-vs-dcom-comparison.png-1536x793.png 1536w, https:\/\/integrationobjects.com\/blog\/wp-content\/uploads\/2025\/10\/com-vs-dcom-comparison.png-1170x606.png 1170w, https:\/\/integrationobjects.com\/blog\/wp-content\/uploads\/2025\/10\/com-vs-dcom-comparison.png.png 1600w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><figcaption id=\"caption-attachment-2012\" class=\"wp-caption-text\">COM vs. DCOM: same communication, different distance<\/figcaption><\/figure>\n<h2>Why do you need DCOM for OPC Classic?<\/h2>\n<p>OPC Classic DA (Data Access), A&amp;E (Alarms &amp; Events), and HDA (Historical Data Access) communications are based on COM and DCOM technology. Indeed, OPC clients and servers use COM to communicate with each other when deployed on the same machine and use DCOM for the remote communications across a network.<\/p>\n<table style=\"height: 410px;\" width=\"854\">\n<thead>\n<tr>\n<td width=\"187\"><strong>OPC Classic specification<\/strong><\/td>\n<td width=\"245\"><strong>What it does<\/strong><\/td>\n<td width=\"209\">\n<p style=\"text-align: left;\"><strong>Relies on DCOM when\u2026<\/strong><\/p>\n<\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td width=\"187\">OPC DA (Data Access)<\/td>\n<td width=\"245\">Real-time process data exchange between servers and clients<\/td>\n<td width=\"209\">Client and server run on different machines<\/td>\n<\/tr>\n<tr>\n<td width=\"187\">OPC A&amp;E (Alarms &amp; Events)<\/td>\n<td width=\"245\">Deliver alarm and event notifications from industrial systems<\/td>\n<td width=\"209\">Alarm client is on a separate machine from the alarm\/event server<\/td>\n<\/tr>\n<tr>\n<td width=\"187\">OPC HDA (Historical Data Access)<\/td>\n<td width=\"245\">Retrieve stored historical process data from a historian<\/td>\n<td width=\"209\">The historian client queries a historian server remotely<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>This is the reason DCOM shows up so often in industrial environments: most SCADA architectures don&#8217;t run every OPC client and server on a single machine. A historian, a remote HMI, or a secondary SCADA node typically needs to pull data from an OPC server sitting elsewhere on the plant network, and that&#8217;s exactly the scenario where DCOM configuration becomes unavoidable, and where most connectivity problems originate.<\/p>\n<h2>How to configure DCOM to enable remote OPC communications?<\/h2>\n<p>You can download our DCOM configuration guidelines document from <a href=\"https:\/\/integrationobjects.com\/FileDownload\/PDF\/IO_DCOM_DA_Config_Guideline_WinSeven_Workgroup_Rev6.pdf\">here<\/a> to properly configure DCOM and enable remote communications between your OPC client and OPC server components. These guidelines include detailed instructions on how to configure DCOM related settings in the OPC server machine and in the OPC client machine.<\/p>\n<p><strong>At a glance, correct DCOM configuration for remote OPC communications typically requires:<\/strong><\/p>\n<ol>\n<li>Matching Windows user accounts (same username\/password) on both machines in a workgroup, or domain membership with Kerberos authentication.<\/li>\n<li>Launch and Access permissions granted to the client identity in dcomcnfg.exe (Component Services \u2192 My Computer \u2192 DCOM Config \u2192 [OPC server application] \u2192 Security tab).<\/li>\n<li>TCP port 135 open inbound on the OPC server machine for the RPC Endpoint Mapper.<\/li>\n<li>A defined dynamic port range (rather than the full 1024\u201365535 range) opened in the firewall, to avoid exposing thousands of ports.<\/li>\n<li>Consistent DCOM authentication levels between client and server, especially important since 2022 (see hardening note below).<\/li>\n<\/ol>\n<p><strong>Most common failure points: <\/strong>mismatched Windows credentials between machines, missing Launch\/Access permissions, and firewall rules that only open port 135 but not the dynamic data port range. Our full configuration guide above walks through each of these step by step.<\/p>\n<h2>Are you looking for a solution to eliminate DCOM?<\/h2>\n<p>We recommend you the <a href=\"https:\/\/integrationobjects.com\/sioth-opc\/sioth-opc-tunneling\/opcnet-broker-da-hda-ae\">OPCNet Broker<\/a>\u00ae product, which is our OPC tunneling product. Indeed, it allows you to securely establish remote OPC communications using a single TCP port. Click <a href=\"https:\/\/integrationobjects.com\/sioth-opc\/sioth-opc-tunneling\/opcnet-broker-da-hda-ae\">here<\/a> to learn more about OPCNet Broker and how it can secure your OPC connections and data flows. OPCNet Broker\u00ae is an OPC Tunneling product that enables OPC Classic communications through firewalls and NAT and across domains, while ensuring data in-transit confidentiality and integrity.<\/p>\n<table width=\"600\">\n<thead>\n<tr>\n<td width=\"213\"><\/td>\n<td width=\"193\"><strong>Raw DCOM<\/strong><\/td>\n<td width=\"193\"><strong>OPCNet Broker\u00ae (OPC Tunneling)<\/strong><\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td width=\"213\">Firewall ports to manage<\/td>\n<td width=\"193\">Port 135 + a dynamic range<\/td>\n<td width=\"193\">Single configurable TCP port<\/td>\n<\/tr>\n<tr>\n<td width=\"213\">Windows account matching required<\/td>\n<td width=\"193\">Yes<\/td>\n<td width=\"193\">No<\/td>\n<\/tr>\n<tr>\n<td width=\"213\">Works across domains \/ workgroups<\/td>\n<td width=\"193\">Difficult, error-prone<\/td>\n<td width=\"193\">Yes, by design<\/td>\n<\/tr>\n<tr>\n<td width=\"213\">Works through NAT<\/td>\n<td width=\"193\">No<\/td>\n<td width=\"193\">Yes<\/td>\n<\/tr>\n<tr>\n<td width=\"213\">Affected by Windows DCOM hardening updates<\/td>\n<td width=\"193\">Yes<\/td>\n<td width=\"193\">No<\/td>\n<\/tr>\n<tr>\n<td width=\"213\">Setup complexity<\/td>\n<td width=\"193\">High<\/td>\n<td width=\"193\">Low<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p style=\"text-align: center;\"><a id=\"download\" class=\"btn_product_download\" href=\"https:\/\/integrationobjects.com\/download\/sioth-opc\/sioth-opc-tunneling\/opcnet-broker-da-hda-ae?code=27&amp;name=OPCNet+Broker%C2%AE+DA+HDA+AE&amp;product=sioth-opc%2Fsioth-opc-tunneling%2Fopcnet-broker-da-hda-ae\" target=\"_blank\" rel=\"noopener\"><strong>Download OPCNet Broker\u00ae<\/strong><\/a><\/p>\n<h2>Are you looking for a solution to support Windows DCOM Server Security Feature Bypass vulnerability fix?<\/h2>\n<p>Alternative and secure solutions exist to support the latest Windows DCOM hardening update and still allow remote OPC Classic communications. Refer <a href=\"https:\/\/integrationobjects.com\/blog\/windows-dcom-server-security-feature-bypass\/\">here<\/a> for our blog post on the subject.<\/p>\n<p><strong>Timeline, for context: <\/strong>Microsoft began progressively tightening DCOM authentication requirements starting in 2021 in response to a DCOM security vulnerability, initially as an optional update, then enabled by default in 2022, and finally made mandatory with no opt-out in 2023. Any OPC Classic deployment using older, unpatched clients against a hardened server will fail to authenticate &#8211; which is a large part of why OPC tunneling (OPCNet Broker) or a migration to OPC UA is now the recommended path for new or growing remote OPC Classic deployments rather than continuing to patch around DCOM.<\/p>\n<h2>Frequently Asked Questions About DCOM<\/h2>\n<style>#sp-ea-2014 .spcollapsing { height: 0; overflow: hidden; transition-property: height;transition-duration: 300ms;}#sp-ea-2014.sp-easy-accordion>.sp-ea-single {margin-bottom: 10px; border: 1px solid #e2e2e2; }#sp-ea-2014.sp-easy-accordion>.sp-ea-single>.ea-header a {color: #444;}#sp-ea-2014.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body {background: #fff; color: #444;}#sp-ea-2014.sp-easy-accordion>.sp-ea-single {background: #eee;}#sp-ea-2014.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon { float: left; color: #444;font-size: 16px;}.sp-easy-accordion .sp-ea-single .ea-header a{\r\n  display: block;\r\n    text-decoration: none;\r\n    cursor: pointer;\r\n    font-weight: 600;\r\n    color: #444;\r\n    font-size: 16px;\r\n    line-height: 1;\r\n  box-shadow: none;}<\/style><div id=\"sp_easy_accordion-1785504930\"><div id=\"sp-ea-2014\" class=\"sp-ea-one sp-easy-accordion\" data-ea-active=\"ea-click\" data-ea-mode=\"vertical\" data-preloader=\"\" data-scroll-active-item=\"\" data-offset-to-scroll=\"0\"><div class=\"ea-card ea-expand sp-ea-single\"><h3 class=\"ea-header\"><a class=\"collapsed\" id=\"ea-header-20140\" role=\"button\" data-sptoggle=\"spcollapse\" data-sptarget=\"#collapse20140\" aria-controls=\"collapse20140\" href=\"#\" aria-expanded=\"true\" tabindex=\"0\"><i aria-hidden=\"true\" role=\"presentation\" class=\"ea-expand-icon eap-icon-ea-expand-minus\"><\/i> Is DCOM still supported by Microsoft?<\/a><\/h3><div class=\"sp-collapse spcollapse collapsed show\" id=\"collapse20140\" data-parent=\"#sp-ea-2014\" role=\"region\" aria-labelledby=\"ea-header-20140\"> <div class=\"ea-body\"><p>Yes, DCOM remains part of Windows, but Microsoft has progressively hardened its authentication requirements since 2021 for security reasons. Existing DCOM-based OPC Classic deployments should be reviewed against the current hardening requirements, particularly if client and server applications haven't been updated recently.<\/p><\/div><\/div><\/div><div class=\"ea-card sp-ea-single\"><h3 class=\"ea-header\"><a class=\"collapsed\" id=\"ea-header-20141\" role=\"button\" data-sptoggle=\"spcollapse\" data-sptarget=\"#collapse20141\" aria-controls=\"collapse20141\" href=\"#\" aria-expanded=\"false\" tabindex=\"0\"><i aria-hidden=\"true\" role=\"presentation\" class=\"ea-expand-icon eap-icon-ea-expand-plus\"><\/i> Does DCOM affect OPC UA the same way it affects OPC Classic?<\/a><\/h3><div class=\"sp-collapse spcollapse \" id=\"collapse20141\" data-parent=\"#sp-ea-2014\" role=\"region\" aria-labelledby=\"ea-header-20141\"> <div class=\"ea-body\"><p>No. OPC UA does not use COM or DCOM at all. It communicates directly over TCP\/IP with its own built-in security model (certificates and encryption), which is one of the reasons OPC UA was designed to replace OPC Classic for new industrial connectivity projects.<\/p><\/div><\/div><\/div><div class=\"ea-card sp-ea-single\"><h3 class=\"ea-header\"><a class=\"collapsed\" id=\"ea-header-20142\" role=\"button\" data-sptoggle=\"spcollapse\" data-sptarget=\"#collapse20142\" aria-controls=\"collapse20142\" href=\"#\" aria-expanded=\"false\" tabindex=\"0\"><i aria-hidden=\"true\" role=\"presentation\" class=\"ea-expand-icon eap-icon-ea-expand-plus\"><\/i> What's the difference between OPC tunneling and configuring DCOM correctly?<\/a><\/h3><div class=\"sp-collapse spcollapse \" id=\"collapse20142\" data-parent=\"#sp-ea-2014\" role=\"region\" aria-labelledby=\"ea-header-20142\"> <div class=\"ea-body\"><p>Configuring DCOM correctly (matching accounts, permissions, firewall rules) makes DCOM work but doesn't remove its complexity or its exposure to future Windows hardening updates as well as security vulnerabilities. OPC tunneling, like OPCNet Broker\u00ae, removes DCOM from the remote connection entirely, replacing it with a secure tunnel established via a single TCP port.<\/p><\/div><\/div><\/div><div class=\"ea-card sp-ea-single\"><h3 class=\"ea-header\"><a class=\"collapsed\" id=\"ea-header-20143\" role=\"button\" data-sptoggle=\"spcollapse\" data-sptarget=\"#collapse20143\" aria-controls=\"collapse20143\" href=\"#\" aria-expanded=\"false\" tabindex=\"0\"><i aria-hidden=\"true\" role=\"presentation\" class=\"ea-expand-icon eap-icon-ea-expand-plus\"><\/i> Can DCOM work across a domain or through NAT?<\/a><\/h3><div class=\"sp-collapse spcollapse \" id=\"collapse20143\" data-parent=\"#sp-ea-2014\" role=\"region\" aria-labelledby=\"ea-header-20143\"> <div class=\"ea-body\"><p>Raw DCOM is difficult to configure across domains and does not work through NAT without additional and significant configuration. This is one of the main reasons industrial sites move to OPC tunneling for multi-site or firewall-segmented architectures.<\/p><\/div><\/div><\/div><div class=\"ea-card sp-ea-single\"><h3 class=\"ea-header\"><a class=\"collapsed\" id=\"ea-header-20144\" role=\"button\" data-sptoggle=\"spcollapse\" data-sptarget=\"#collapse20144\" aria-controls=\"collapse20144\" href=\"#\" aria-expanded=\"false\" tabindex=\"0\"><i aria-hidden=\"true\" role=\"presentation\" class=\"ea-expand-icon eap-icon-ea-expand-plus\"><\/i> Do I need DCOM if my OPC server and client are on the same machine?<\/a><\/h3><div class=\"sp-collapse spcollapse \" id=\"collapse20144\" data-parent=\"#sp-ea-2014\" role=\"region\" aria-labelledby=\"ea-header-20144\"> <div class=\"ea-body\"><p>No. When the OPC client and OPC server run on the same Windows machine, communication uses local COM, not DCOM, and none of the DCOM firewall, configuration complexity, authentication, or hardening considerations apply.<\/p><\/div><\/div><\/div><script type=\"application\/ld+json\">{ \"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"@id\": \"sp-ea-schema-2014-6aae8a52bd8e7\", \"mainEntity\": [{ \"@type\": \"Question\", \"name\": \"Is DCOM still supported by Microsoft?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes, DCOM remains part of Windows, but Microsoft has progressively hardened its authentication requirements since 2021 for security reasons. Existing DCOM-based OPC Classic deployments should be reviewed against the current hardening requirements, particularly if client and server applications haven't been updated recently.\" } },{ \"@type\": \"Question\", \"name\": \"Does DCOM affect OPC UA the same way it affects OPC Classic?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No. OPC UA does not use COM or DCOM at all. It communicates directly over TCP\/IP with its own built-in security model (certificates and encryption), which is one of the reasons OPC UA was designed to replace OPC Classic for new industrial connectivity projects.\" } },{ \"@type\": \"Question\", \"name\": \"What&#039;s the difference between OPC tunneling and configuring DCOM correctly?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Configuring DCOM correctly (matching accounts, permissions, firewall rules) makes DCOM work but doesn't remove its complexity or its exposure to future Windows hardening updates as well as security vulnerabilities. OPC tunneling, like OPCNet Broker\u00ae, removes DCOM from the remote connection entirely, replacing it with a secure tunnel established via a single TCP port.\" } },{ \"@type\": \"Question\", \"name\": \"Can DCOM work across a domain or through NAT?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Raw DCOM is difficult to configure across domains and does not work through NAT without additional and significant configuration. This is one of the main reasons industrial sites move to OPC tunneling for multi-site or firewall-segmented architectures.\" } },{ \"@type\": \"Question\", \"name\": \"Do I need DCOM if my OPC server and client are on the same machine?\", \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No. When the OPC client and OPC server run on the same Windows machine, communication uses local COM, not DCOM, and none of the DCOM firewall, configuration complexity, authentication, or hardening considerations apply.\" } }] }<\/script><\/div><\/div>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Distributed Component Object Model (DCOM) is a proprietary Microsoft Windows technology. It enables software components to communicate directly over a network. Components on a server<\/p>\n","protected":false},"author":1,"featured_media":2013,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[185],"tags":[49],"class_list":["post-1867","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-opc-tunneling","tag-opcnet-broker"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is DCOM? OPC Classic Connectivity Explained<\/title>\n<meta name=\"description\" content=\"DCOM is the Windows technology OPC Classic depends on for remote connections. Learn how it works, how to configure it, and how to remove it with OPC tunneling.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/integrationobjects.com\/blog\/what-is-dcom\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is DCOM? OPC Classic Connectivity Explained\" \/>\n<meta property=\"og:description\" content=\"DCOM is the Windows technology OPC Classic depends on for remote connections. Learn how it works, how to configure it, and how to remove it with OPC tunneling.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/integrationobjects.com\/blog\/what-is-dcom\/\" \/>\n<meta property=\"og:site_name\" content=\"OPC Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Integration.Objects.OPC\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-26T13:09:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-03T10:26:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/integrationobjects.com\/blog\/wp-content\/uploads\/2025\/10\/What-is-DCOM.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1248\" \/>\n\t<meta property=\"og:image:height\" content=\"832\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"OPCBlogAdmin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@IntegObjects\" \/>\n<meta name=\"twitter:site\" content=\"@IntegObjects\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"OPCBlogAdmin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is DCOM? OPC Classic Connectivity Explained","description":"DCOM is the Windows technology OPC Classic depends on for remote connections. Learn how it works, how to configure it, and how to remove it with OPC tunneling.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/integrationobjects.com\/blog\/what-is-dcom\/","og_locale":"en_US","og_type":"article","og_title":"What is DCOM? OPC Classic Connectivity Explained","og_description":"DCOM is the Windows technology OPC Classic depends on for remote connections. Learn how it works, how to configure it, and how to remove it with OPC tunneling.","og_url":"https:\/\/integrationobjects.com\/blog\/what-is-dcom\/","og_site_name":"OPC Blog","article_publisher":"https:\/\/www.facebook.com\/Integration.Objects.OPC\/","article_published_time":"2026-05-26T13:09:04+00:00","article_modified_time":"2026-08-03T10:26:01+00:00","og_image":[{"width":1248,"height":832,"url":"https:\/\/integrationobjects.com\/blog\/wp-content\/uploads\/2025\/10\/What-is-DCOM.png","type":"image\/png"}],"author":"OPCBlogAdmin","twitter_card":"summary_large_image","twitter_creator":"@IntegObjects","twitter_site":"@IntegObjects","twitter_misc":{"Written by":"OPCBlogAdmin","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/integrationobjects.com\/blog\/what-is-dcom\/","url":"https:\/\/integrationobjects.com\/blog\/what-is-dcom\/","name":"What is DCOM? OPC Classic Connectivity Explained","isPartOf":{"@id":"https:\/\/integrationobjects.com\/blog-\/#website"},"primaryImageOfPage":{"@id":"https:\/\/integrationobjects.com\/blog\/what-is-dcom\/#primaryimage"},"image":{"@id":"https:\/\/integrationobjects.com\/blog\/what-is-dcom\/#primaryimage"},"thumbnailUrl":"https:\/\/integrationobjects.com\/blog\/wp-content\/uploads\/2025\/10\/What-is-DCOM.png","datePublished":"2026-05-26T13:09:04+00:00","dateModified":"2026-08-03T10:26:01+00:00","author":{"@id":"https:\/\/integrationobjects.com\/blog-\/#\/schema\/person\/6efbaf488a07e418b93ff77f00af386b"},"description":"DCOM is the Windows technology OPC Classic depends on for remote connections. Learn how it works, how to configure it, and how to remove it with OPC tunneling.","breadcrumb":{"@id":"https:\/\/integrationobjects.com\/blog\/what-is-dcom\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/integrationobjects.com\/blog\/what-is-dcom\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/integrationobjects.com\/blog\/what-is-dcom\/#primaryimage","url":"https:\/\/integrationobjects.com\/blog\/wp-content\/uploads\/2025\/10\/What-is-DCOM.png","contentUrl":"https:\/\/integrationobjects.com\/blog\/wp-content\/uploads\/2025\/10\/What-is-DCOM.png","width":1248,"height":832},{"@type":"BreadcrumbList","@id":"https:\/\/integrationobjects.com\/blog\/what-is-dcom\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/integrationobjects.com\/blog-\/"},{"@type":"ListItem","position":2,"name":"What is DCOM?"}]},{"@type":"WebSite","@id":"https:\/\/integrationobjects.com\/blog-\/#website","url":"https:\/\/integrationobjects.com\/blog-\/","name":"OPC Blog","description":"OPC and related technologies news from Integration Objects","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/integrationobjects.com\/blog-\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/integrationobjects.com\/blog-\/#\/schema\/person\/6efbaf488a07e418b93ff77f00af386b","name":"OPCBlogAdmin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/integrationobjects.com\/blog-\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f2d787c3c48eb147d5b4d0c9d05c6f35a5946c7dc40af2eedbe64030e99ea299?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f2d787c3c48eb147d5b4d0c9d05c6f35a5946c7dc40af2eedbe64030e99ea299?s=96&d=mm&r=g","caption":"OPCBlogAdmin"}}]}},"_links":{"self":[{"href":"https:\/\/integrationobjects.com\/blog\/wp-json\/wp\/v2\/posts\/1867","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/integrationobjects.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/integrationobjects.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/integrationobjects.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/integrationobjects.com\/blog\/wp-json\/wp\/v2\/comments?post=1867"}],"version-history":[{"count":8,"href":"https:\/\/integrationobjects.com\/blog\/wp-json\/wp\/v2\/posts\/1867\/revisions"}],"predecessor-version":[{"id":2017,"href":"https:\/\/integrationobjects.com\/blog\/wp-json\/wp\/v2\/posts\/1867\/revisions\/2017"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/integrationobjects.com\/blog\/wp-json\/wp\/v2\/media\/2013"}],"wp:attachment":[{"href":"https:\/\/integrationobjects.com\/blog\/wp-json\/wp\/v2\/media?parent=1867"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/integrationobjects.com\/blog\/wp-json\/wp\/v2\/categories?post=1867"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/integrationobjects.com\/blog\/wp-json\/wp\/v2\/tags?post=1867"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}