일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- list
- 빅데이터
- 야학
- if문
- 데이터사이언스
- DataAnalysis
- 숫자야구코드
- 루비페이퍼
- stat
- 숫자야구
- 이토록 쉬운 통계&R
- 숫자야구소스
- 리스트
- code
- 임경덕
- big_data
- hadoop
- for문
- R
- 함수
- sql
- 하둡
- 파이썬
- python
- 데이터분석
- DATABASE
- BigData
- 데이터과학
- 생활코딩
- 코딩야학
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