• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » What is Loose Coupling?

By Abhishek Ghosh February 17, 2023 5:43 pm Updated on February 17, 2023

What is Loose Coupling?

Advertisement

In computer science, loose coupling refers to a low degree of dependence of several hardware or software components on each other. With loose coupling of a system, changes to individual components are often easier to carry out, since the change has only a local effect. If there were a tight coupling, the change would not remain local, but would require additional adjustments in all coupled components. In some cases, this advantage is offset by the disadvantage of slightly lower performance.

Multiprocessor systems are divided into loosely coupled systems and tightly coupled. A loosely coupled system is when data transmission between two systems takes place via I/O systems (network, data line). The use of loosely coupled systems is geared towards the processing of distributed problems. An example of such a problem is the factorization of a very large number spread over several computers. Each computer would be assigned its own set of divisors to this number, try them out and finally send the result back to the main computer.

 

Loose Coupling in Software Architecture

 

The term coupling has also established itself in software architecture, where it describes how closely the components of software are interconnected. Closely related to the term coupling in software architecture is the term cohesion. For a software system, one strives for the loosest possible coupling between the components, as well as a strong bond (cohesion) within each component.

Advertisement

---

In software architecture, loose coupling means that components of software communicate with other components via only a few interfaces or are dependent on other components. These components do not necessarily communicate across system boundaries, but usually within a software system. In this case, the façade design pattern describes how this can be implemented in software design. Global variables, public attributes, singletons or, for example, the storage of software states in a database automatically increase the interface of components and should therefore be avoided.

What is Loose Coupling

Loose coupling means that changes in one component only cause changes in another component if the changes affect the interface. Loose coupling therefore has a direct influence on the maintainability of software.

Loose coupling is a principle in service-oriented architectures. Enterprise Service Bus (ESB) middleware is designed for loose coupling in multiple dimensions.

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to What is Loose Coupling?

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • What is a Loosely Coupled System?

    In computer science, loose coupling denotes a low degree of dependence on hardware or software components on each other. When a system is loosely coupled, it is often easier to make changes to individual components because the change has only a local effect. If there were a close coupling, the change would not remain local […]

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy