일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 인간과 교육
- 광고
- 데이터베이스
- 컴퓨터
- EJB
- Computer
- 영화
- 알고리즘
- Software
- 운영체제
- Algorithms
- 컴파일러
- Programming
- 교육
- 책
- ISBN:89-20-34523-6
- 백과사전
- 법
- Java
- 영어
- 프로그래밍언어
- Compiler
- 컴퓨터과학과
- OS
- 용어
- Database
- architecture
- 방송통신대학교
- Book
- Today
- Total
Digital Intelligence
순환잉여검사/CRC검사 ( Cyclic redundancy check ) 본문
--------------------------------------------------------
한글(약어) : 순환잉여검사/CRC검사()
영어(약어) : Cyclic redundancy check(CRC-check)
관련개념(Related Concepts)
--------------------------------------------------------
오류제어
오류검출
정보통신망
패리티검사
개요(Summary)
--------------------------------------------------------
전송 메시지가 문자단위일 때에는 패리티 검사기능을 사용하기 용이하나, 일반적인 이진연속데이터의 경우에는 문자단위 구분이 쉽지 않아 새로운 방식의 오류검출기법이 필요하다. CRC는 순환코드를 사용하는 방법으로, 다항식(polynomials)에 의해 산출된 값을 오류검출시 사용한다.
본문(Body)
--------------------------------------------------------
1. 개념
- Wikipedia : Cyclic Redundancy Check
2. 원리
(1) 전송비트를 다항식으로 표현
(2) 생성다항식에 의해 부호화(이진나눗셈 사용)
(3) 오류 검출(생성다항식으로 나눈 나머지 값을 검사 : 0이면 오류 없음)
모임,단체(Commutities)
--------------------------------------------------------
블로그,개인 홈페이지 등(Humanities)
--------------------------------------------------------
1. Kevin Fall(Intel Corporation Berkeley Research Lab)
http://www.cs.berkeley.edu/~kfall/
2. Dr Godred Fairhurst(Electronics Research Group, Department of Engineering, University of Aberdeen)
http://www.erg.abdn.ac.uk/users/gorry/
참고문서(References)
--------------------------------------------------------
* 한국어(Korean)
저자. 역자. "제목". 출판사. 출판년도. (ISBN:)
1. 오류 검출 및 수정(한남대학교 네트워크 실험실)
http://netwk.hannam.ac.kr/data/data_communication2/chap09.ppt
2. Google Search : type [[CRC check site:*.ac.kr]]@google
http://www.google.com/search?q=CRC+check+site:*.ac.kr&hl=en&pwst=1&start=0&sa=N
3. 안순신, 손진곤, 김동호. "정보통신망". 한국방송통신대학교 출판부. 2007. pp.185~187. (ISBN:89-20-34523-6)
* 영어(English)
저자. 제목, 판, 출판사. 출판년도. (ISBN:)
1. Wikipedia : Cyclic Reduncancy Check
http://en.wikipedia.org/wiki/Cyclic_redundancy_check
2. Kevin Fall's Home Page (Intel Corporation Berkeley Research Lab)
http://www.cs.berkeley.edu/~kfall/EE122/lec06/sld015.htm
3. Google Search : type [[CRC check site:*.edu]]@google
http://www.google.com/search?hl=en&q=CRC+check+site%3A*.edu
4. Cyclic Redundancy Check(Dr Godred Fairhurst , Electronics Research Group, Department of Engineering, University of Aberdeen)
http://www.erg.abdn.ac.uk/users/gorry/course/dl-pages/crc.html
5. Chapter Six - Errors, Error Detection, and Error Control (Curt M. White ,Associate Professor , DePaul University's School of Computer Science, Telecommunications and Information Systems)
http://facweb.cs.depaul.edu/cwhite/Book/Slides%20Fourth%20Ed/FE%20Chapter%206.ppt
6. Wikipedia Category : Error detection and correction
http://en.wikipedia.org/wiki/Category:Error_detection_and_correction
'B1:기초 Basement' 카테고리의 다른 글
짐 꾸리기 알고리즘 ( Gift wrapping algorithm ) (0) | 2007.06.03 |
---|---|
TCP/IP 계층모델 ( TCP/IP Layer model ) (0) | 2007.05.27 |
OSI 참조모델(Reference model, OSI 7 Layer) (0) | 2007.05.27 |
CIE 색 모델 ( 1931 Commission Internationale de l'Eclairage Color Model ) (0) | 2007.05.27 |
정보통신망 / 컴퓨터 통신망 기말고사 정답표 (1999년~2006년) (0) | 2007.05.27 |