목록기타/영어공부 (22)
개발놀이터
find-grained : 세분화된 susceptible : 취약한 intensive : 집중 complience : 규정 준수 commitment : 약속 committed : 최선을 다하는 Rust has a thriving open-source community that is committed to making the language the best it can be 러스트는 최고의 언어를 만들기 위해 최선을 다하는 활발한 오픈 소스 커뮤니티를 보유하고 있습니다.
abort : 중단 preemption : 선점 Resources are taken one by one from a process and assigned to higher priority processes until the deadlock is resolved. 교착 상태가 해결될 때까지 프로세스에서 리소스를 하나씩 가져와 우선순위가 높은 프로세스에 할당합니다.
serves as : ~의 역할을 하다 retrieve : 검색하다 A non-leaf node's number of keys is one less than the number of its children. 리프 노드가 아닌 노드의 키 개수는 자식노드의 키 개수보다 하나 더 적습니다.
suspend : 일시중단 resume : 다시시작 coincide : 일치(하다) / 동시 circute : 순환 ceiling : 천장
fragment : 단편적인 instruction : 설명 / 컴퓨터 프로세서가 이해할 수 있는 일련의 코드들 intensive : 강한 / 격렬한 resume : 다시 시작하다 The Context switching is a technique or method used by the operating system to switch a process from one state to another to execute its function using CPUs in the system. Context Swithcing은 시스템안에서 CPU를 사용하는 기능을 실행하기위한 하나이상의 상태를 스위칭하는데 필요한 OS에 의해 사용된 기술 혹은 방법이다.
entails : 수반하다 intricate : 복잡한, 뒤얽힌 malfunction : 오작동 transient : 덧없는, 무상한 reasoning : 추론, 추리, 증명 mediate : 조정하다, 중재하다 / 화해시키다 foster : 육성하다 retain : 보유하다, 유지하다 For the stateless protocol, storing data is not a priority. Therefore, the servers used as part of the network’s infrastructure do not have to be built to store large amounts of information. stateless 프로토콜에서는 데이터를 저장하는 것이 최우선이 아니다. 그러므로 ..
redundancy : 여분, 잉여 -> CS에선 "필요한 양보다 더 많은 양을 준비해 안정성을 올린다" 라는 뜻 reliability : 신뢰성 subtract : 빼다, 덜다, 공제하다 lessen : 경감하다 inspect : 면밀하게 살피다 / 점검하다 specialized : 전문의 / 분화된 criteria : 기준 account : 계좌, 계정 / (이유를) 밝히다 / 설명하다 A load balancer acts as the “traffic cop” sitting in front of your servers and routing client requests across all servers capable of fulfilling those requests in a manner that ma..
stakeholders : 제삼자 seamless : 원할한 Manipulation : 조작 notorious : 악명높은 around : ~중심에서 growing number : 점덤 더 많은 ensure : 확인하다 / 보장하다 ingestion : 섭취 enrichment : 강화 / 농축 / 풍부 aggregate : 집계 this translates to a faster, more seamless flow. 이러한 작업이 더 빠르고 더 원할한 흐름을 가져다 준다. Elasticsearch and the ecosystem of components that’s grown around it called the “Elastic Stack” has been used for a growing number ..
desire : 열망 / 원하다 incorporates : 통합하다 reply to : 응답하다 it is not available because the nodes in the other partition do not provide an answer to the queries they receive. 가용성은 아니다 왜냐하면 다른 파티션안에서 노드들이 서버가 받은 쿼리에대한 응답을 제공하지 않기 때문이다.
compilation : 편집, 편집물 frequency : 빈도수 availability : 유용성 accommodated : 수용하다, 태우다 / 편의를 봐주다 infrastructure : 기반 시설 redundancy : 여분 / 과잉 Furthermore, if the data required for the query is horizontally partitioned across multiple shards, the router must then query each shard and merge the result together 게다가 만약 데이터가 여러개의 샤드로 수평적으로 나눠진 쿼리를 요구한다면, 라우터는 각각의 샤드로 쿼리를 나눠서 보내고 각각의 결과를 병합해야한다. A poor choi..