비트 버킷
Bit bucket컴퓨팅 용어에서 비트버킷(또는[2][3] 바이트버킷)은 어떤 방법으로든 손실된 컴퓨터 데이터가 있는 곳을 가리킵니다.전송 중에 손실되거나 컴퓨터 크래시 등이 발생하는 것으로 상정되지 않은 데이터는 비트버킷으로 보내진 것으로 알려져 있습니다.이것은, 다음과 같이, 손실 데이터가 들어가는 컴퓨터상의 불가사의한 장소:
패리티 테스트에 실패한 오류 바이트는 컴퓨터의 휴지통인 비트버킷에 불필요하게 덤프됩니다.
--
수백만 달러의 시간과 연구 데이터가 비트 버킷에 들어갔다고?
--
역사
원래 비트 버킷은 종이 테이프 펀치 또는 카드 펀치의 채드가 [1]보관된 텔레타이프 머신 또는 IBM 키 펀치 머신에 있는 컨테이너였습니다. 정식 이름은 "채드 박스" 또는 "(IBM에서) "칩 박스"입니다.그 후 이 용어는 쓸모없는 비트가 들어가는 곳, 즉 늘 디바이스로 알려진 유용한 컴퓨팅 개념으로 일반화되었습니다.비트 버킷이라는 용어는 비트 시프트 [6]동작에 대한 설명에서도 사용됩니다.
비트 버킷은 1972년 [7]시그네틱스에 의해 발행된 농담 데이터 시트 내의 최초의 in never out 버퍼 및 쓰기 전용 메모리와 관련되어 있습니다.
1988년 Compute!지에 실린 만우절 기사에서 아타리 베이직의 저자 빌 윌킨슨은 "WORM의 가까운 친척"[8]인 "WORN"(Write Once, Read Never) 장치를 구현한 POKE를 제시했습니다.
프로그래밍 언어에서 이 용어는 "쓰기"된 데이터를 폐기함으로써 CPU나 메모리와 같은 컴퓨터 리소스를 소비하지 않는 비트스트림을 나타내기 위해 사용됩니다..NET Framework 기반 언어에서는 시스템입니다.IO.스트림특수한 [9]순서입니다.
「 」를 참조해 주세요.
레퍼런스
- ^ a b Cutler, Donald I. (1964). Introduction to Computer Programming. Prentice-Hall. p. 108. Retrieved 2013-11-08.
The lost bits fall into a container called a bit bucket. They are emptied periodically and the collected bits are used for confetti at weddings, parties, and other festive occasions.
- ^ "Explicit Controls". MCS-86 Assembler Operating Instructions For ISIS-II Users (A32/379/10K/CP ed.). Santa Clara, California, USA: Intel Corporation. 1978. p. 3-3. Manual Order No. 9800641A. Retrieved 2020-02-29.
[…] If you want a summary of errors but not a listing file this is the command: […] -ASM86 LOOT.SRC PRINT(:BB:) ERRORPRINT […] Note that the :BB: is the "byte bucket"; ISIS-II ignores I/O commands from and to this "device". It is a null device. […]
[1][2] - ^ "Appendix A. ASM-86 Invocation". CP/M-86 – Operating System – Programmer's Guide (PDF) (3 ed.). Pacific Grove, California, USA: Digital Research. January 1983 [1981]. p. 94: Table A-3. Device Types. Archived (PDF) from the original on 2020-02-27. Retrieved 2020-02-27. [3] (NB).Digital Research의 ASM-86에서는 토큰 'Z'(제로)를 사용하여 바이트버킷을 나타냅니다.
- ^ Sandberg-Diment, Erik (1985-07-09). "Parity: An Elegantly Simple Approach to Errors". The New York Times. Personal Computing. New York, N.Y., USA. p. 4. Section C. Archived from the original on 2020-02-27. Retrieved 2013-11-08.
- ^ Blase, W. Paul (1990-02-17). "No Harmless Hacker He". The Washington Post. Washington, D.C., USA. Archived from the original on 2017-11-23. Retrieved 2013-11-08.
- ^ O'Brien, Frank (2010-06-25). The Apollo Guidance Computer: Architecture and Operation (illustrated ed.). Springer Science & Business Media. p. 45. ISBN 978-1-44190877-3. Archived from the original on 2020-02-27. Retrieved 2013-11-08.
- ^ Curtis, John "Jack" G. (1972). "Signetics 25120 Fully Encoded, 9046xN, Random Access Write-Only-Memory" (PDF) (photocopy). Signetics. Archived from the original (PDF) on 2012-03-16. Retrieved 2012-03-16.
- ^ Wilkinson, Bill (April 1988). "That month again". Compute!. INSIGHT: Atari. No. 95. p. 56. Archived from the original on 2020-02-27. Retrieved 2020-02-27.
- ^ "Demonstrate the use of the Null stream as a bit bucket: Stream Null « File Stream « C# / C Sharp". java2s.com. Demo Source and Support. Archived from the original on 2020-02-27. Retrieved 2020-02-27.