CCNA

CCNA 문제 풀이 기록 #4

sinjuno 2024. 7. 17. 01:49
728x90

문제


 

A frame that enters a switch fails the Frame Check Sequence. Which two interface counters are incremented?
(Choose two.)

 

A. input errors

B. frame

C. giants

D. CRC

E. runts


 

 

<문제 해설>

스위치에 들어오는 프레임이 Frame Check Sequence에 실패했을 때 어떤 인터페이스 카운터가 증가하나?

 

기본적인 정의는 아래와 같다.

 

FCS(Frame Check Sequence)

- 프레임의 끝 부분에 수신측의 에러검출을 돕기 위해 삽입하는 필드

- NIC(Network Interface Card)에서 이를 처리

- CRC 에러검출 기법에 의해 생성된 비트 배열 포함

 

Understand Cyclic Redundancy Check Errors on Nexus Switches - Cisco

-> Host-B will usually increment some sort of error counter on its Network Interface Card (NIC) as well,
    such as the “input errors”, “CRC errors”, or “RX errors” counters.

   ( 호스트-B는 일반적으로 "입력 오류", "CRC 오류" 또는 "RX 오류" 카운터와 같은 일종의 오류 카운터를
    네트워크 인터페이스 카드(NIC)에서도 증가.)

 

따라서 표시되는 카운터는

모든 종류의 카운터가 표시되는 A. input errors 선지와 D. CRC 선지이다.

728x90