Chris940915 / geo_benchmark

0 stars 0 forks source link

nubes mount 구조 변경. #18

Open Chris940915 opened 3 years ago

Chris940915 commented 3 years ago

Nubes fuse mount 구조 변경

image

[ 원래 시스템 구조 ]

image

[ 처음 생각한 구조 ]

image

[최종 구조]

<img src={`data:image/jpeg;base64,${result.image}`} alt={result.hintset.name} loading='lazy'/>
Chris940915 commented 3 years ago

Base64란 Binary Data를 Text로 바꾸는 Encoding(binary-to-text encoding schemes)의 하나로써 Binary Data를 Character set에 영향을 받지 않는 공통 ASCII 영역의 문자로만 이루어진 문자열로 바꾸는 Encoding이다. Base64 Encoding은 Binary Data를 Text로 변경하는 Encoding이다. Binary Data를 6 bit 씩 자른 뒤 6 bit에 해당하는 문자를 아래 Base64 색인표에서 찾아 치환. Base64 Encoding을 하게되면 전송해야 될 데이터의 양도 약 33% 정도 늘어난다. 6bit당 2bit의 Overhead가 발생하기 때문