일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 코딩야학
- 하둡
- 데이터사이언스
- 야학
- if문
- 빅데이터
- sql
- 이토록 쉬운 통계&R
- R
- 함수
- stat
- 숫자야구
- DATABASE
- for문
- hadoop
- 생활코딩
- list
- 데이터분석
- 숫자야구코드
- code
- 루비페이퍼
- BigData
- DataAnalysis
- 임경덕
- 데이터과학
- 파이썬
- python
- 리스트
- 숫자야구소스
- big_data
Archives
- Today
- Total
yekang
loosely coupled system 본문
What is a loosely coupled system?
It is a concept of system design and computing where loosely coupled system is one in which every individual component has no knowledge of the definitions of other components.
In another meaning loosely coupled architecture or system means changes in one module / section that affect the other components and every module is somewhat independent of each other.
In a loosely coupled system, hardware and software may interact but they are not dependent on each other.
출처 : https://jrtrivedi.blogspot.kr/2016/03/difference-between-loosely-coupled-and.html
Comments