본문 바로가기

B1:기초 Basement

병렬처리시스템 분류 ( Parallel Processing Taxonomy )

반응형
플린(Flynn)의 분류
1. SISD(Single Instruction stream-Single Data Stream)
2. SIMD(Single Instruction stream-Multiple Data Stream)
3. MISD(Multiple Instruction stream-Single Data Stream)
4. MIMD(Multiple Instruction stream-Multiple Data Stream)


팽(Feng)의 분류
1. WSBS(word-serial,bit-serial)
2. WPBS(word-parallel,bit-serial)
3. WSBP(word-serial,bit-parallel)
4. WPBP(word-parallel,bit-parallel)


구조에 의한 분류
1. 다중프로세서
  1) 공유기억장치 시스템
  2) 메시지전달 시스템
  3) 다중프로세서에서의 고려사항
    - 병렬성, 기억장치, 기억장치 충돌, 캐쉬 일관성, 스케줄링, 동기화, 시스템의 균형


병렬처리기의 종류
1. 파이프라인 처리기
2. 배열 처리기
3. 다중처리기
4. 데이터흐름 컴퓨터
5. VLSI처리기


상호연결망 구조
1. 정적 상호연결망
  1) 성형구조
  2) 완전상호연결
  3) 선형구조 또는 링구조
  4) 트리구조
  5) 메쉬구조 또는 토러스구조
  6) 하이퍼큐브
2. 동적 상호연결망
  1) 버스구조
  2) 크로스바구조
  3) 다단계 네트워크


참고문서
1. Introduction to Parallel Computing (PDF)
A condensed presentation of concepts
Brown CCV Parallel Programming Workshop 2004 ce107@computer.org
http://www.ccv.brown.edu/Events/parallelintro.pdf

2. Parallel Models and Implementations (PDF)
Parallel Machines and Their Algorithms -
http://www.wellesley.edu/CS/courses/CS331/notes/notes_models.pdf

3. Parallel Systems From Yesterday towards Tomorrow (PDF)
http://www.uivt.cas.cz/mweb/download/presen/jakl2005SNA.pdf

4. Parallel Processing Courseware(Web, ★★★★★)
http://www.cs.cf.ac.uk/Parallel/

반응형

'B1:기초 Basement' 카테고리의 다른 글

교착상태 탐지  (0) 2006.11.23
교착상태 복구  (0) 2006.11.23
데카르트(tech+art) 신드롬  (0) 2006.11.22
교착상태 회피  (0) 2006.11.21
교착상태 방지  (0) 2006.11.21