ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • [CCNA 200-301] 문제 풀이
    자격증/CCNA 2023. 9. 13. 11:14


    6. Refer to the exhibit. A network administrator must permit SSH access to remotely manage routers in a network.

    네트워크 관리자는 네트워크의 라우터를 원격으로 관리하려면 SSH를 허용하여야 한다.

    The operations team resides on the 10.20.1.0/25 network.

    운영팀은 10.20.1.0/25 네트워크에 있다.

    Which command will accomplish this task?

    어떤 명령어를 작업하여야할까?

    • A. access-list 2699 permit udp 10.20.1.0 0.0.0.255
    • B. no access-list 2699 deny tcp any 10.20.1.0 0.0.0.127 eq 22
    • C. access-list 2699 permit tcp any 10.20.1.0 0.0.0.255 eq 22
    • D. no access-list 2699 deny ip any 10.20.1.0 0.0.0.255
    더보기
    • D. no access-list 2699 deny ip any 10.20.1.0 0.0.0.255

    30. An engineer requires a scratch interface to actively attempt to establish a trunk link with a neighbor switch.

    엔지니어가 이웃 스위치와 트렁크링크를 적극적으로 시도할려면 스크래치 인터페이스를 요구합니다.

    What command must be configured?

    어떤 명령어를 구성하여야 합니까?

    • A. switchport mode trunk
    • B. switchport mode dynamic desirable
    • C. switchport mode dynamic auto
    • D. switchport nonegotiate
    더보기
    • B. switchport mode dynamic desirable

     

    61. In software-defined architecture, which plane handles switching for traffic through a Cisco router?

    소프트웨어 정의 아키펙쳐에서, 어떤 플랜이 트래픽 전환을 하는 시스코 라우터인가?

    • A. control
    • B. data
    • C. management
    • D. application
    더보기
    • B. data

    76. Which type of port is used to connect the wired network when an autonomous AP maps two VLANs to its WLANs?

    자율적인 AP가 두 개의 VLAN을 WLAN에 매핑할 때 유선 네트워크를 연결할때 사용하는 포트 유형은?

    • A. access
    • B. LAG
    • C. trunk
    • D. EtherChannel
    더보기
    • C. trunk

    136. What are two disadvantages of a full-mesh topology? (Choose two.)

    full-mesh 토폴로지의 2가지 단점은?

    • A. It requires complex configuration.
    • B. It needs a high MTU between sites.
    • C. It works only with BGP between sites.
    • D. It has a high implementation cost.
    • E. It must have point-to-point communication.
    더보기
    • A. It requires complex configuration.
      • 복잡한 구성이 필요함
    • D. It has a high implementation cost.
      • 구현 비용이 높다.


    145. Refer to the exhibit. Which two configurations must the engineer apply on this network so that R1 becomes the DR? (Choose two.)

    R1이 DR이 되려면 엔지니어는 어떤 두가지 구성을 해야합니까?

    • A. R3(config)#interface fastethernet 0/0 R3(config-if)#ip ospf priority 0
    • B. R1(config)#router ospf 1 R1(config-router)#router-id 192.168.100.1
    • C. R1(config)#interface fastethernet 0/0 R1(config-if)#ip ospf priority 200
    • D. R1(config)#interface fastethernet 0/0 R1(config-if)#ip ospf priority 0
    • E. R3(config)#interface fastethernet 0/0 R3(config-if)#ip ospf priority 200
    더보기
    • A. R3(config)#interface fastethernet 0/0 R3(config-if)#ip ospf priority 0
      • 우선순위를 0으로 만들어서 DR로 선택되는걸 제외시킴
    • C. R1(config)#interface fastethernet 0/0 R1(config-if)#ip ospf priority 200
      • R1의 우선순위를 높게함

    165. Refer to the exhibit. Router R1 is running three different routing protocols.

    라우터 R1은 세가지의 다른 프로토콜을 실행하고 있다.

    Which route characteristic is used by the router to forward the packet that it receives for destination IP 172.16.32.1?

    라우터가 수신한 패킷을 172.16.32.1에 전달하기 위해 사용하는 경로 특성은?

    • A. longest prefix
    • B. administrative distance
    • C. cost
    • D. metric
    더보기
    • A. longest prefix



    178. Refer to the exhibit. The engineer configured the VLANs on the new AccSw2 switch.

    엔지니어는 새 AccSw2 스위치에 VLAN을 구성했습니다.

    A router-on-a-stick is connected to both switches.

    라우터 온 어 스틱(Router-on-a-Stick)이 두 스위치 모두에 연결됩니다.

    How must the ports be configured on AccSw2 to establish full connectivity between the two switches and for Server1?

    두 스위치 사이와 Server1에 대한 전체 연결을 설정하려면 AccSw2에서 포트를 어떻게 구성해야 합니까?

    • A. interface GigabitEthernet1/1
      switchport access vlan 11
      !
      interface GigabitEthernet1/24
      switchport mode trunk
      switchport trunk allowed vlan 10,11
    • B. interface GigabitEthernet1/3
      switchport mode access
      switchport access vlan 10
      !
      interface GigabitEthernet1/24
      switchport mode trunk
      switchport trunk allowed vlan 2,10
    • C. interface GigabitEthernet1/3
      switchport mode access
      switchport access vlan 10
      !
      interface GigabitEthernet1/24
      switchport mode trunk
    • D. interface GigabitEthernet1/1
      switchport mode access
      switchport access vlan 11
      !
      interface GigabitEthernet1/24
      switchport mode trunk
    더보기

    C. interface GigabitEthernet1/3
    switchport mode access
    switchport access vlan 10
    !
    interface GigabitEthernet1/24
    switchport mode trunk


    189. Which 802.11 frame type is Association Response?

    Association Response는 어떤 802.11 프레임 타입인가?

    • A. management
    • B. protected frame
    • C. action
    • D. control
    더보기

    management


    202. What are two functions of a Layer 2 switch? (Choose two.)

    레이어 2 스위치에 두가지 기능

    • A. acts as a central point for association and authentication servers
    • B. selects the best route between networks on a WAN
    • C. moves packets within a VLAN
    • D. moves packets between different VLANs
    • E. makes forwarding decisions based on the MAC address of a packet
    더보기

    moves packets within a VLAN

    VLAN과 함께 패킷들이 움직임

    makes forwarding decisions based on the MAC address of a packet

    패킷의 MAC 주소 기반으로 전달 결정

     


    Refer to the exhibit. Which prefix does Router1 use for traffic to Host A?

    라우터1은 호스트 A에게 어떤 프리픽스를 사용합니까?

    • A. 10.10.10.0/28
    • B. 10.10.13.0/25
    • C. 10.10.13.144/28
    • D. 10.10.13.208/29
    더보기
    • D. 10.10.13.208/29
      • 프리픽스를 계산해보면 첫번째 서브넷 주소가 10.10.13.208-10.10.13.215인 것을 알 수 있다.
      • 호스트 A의 주소가 10.10.13.214니까 D가 정답이다.

     


    Refer to the exhibit. Site A was recently connected to site B over a new single-mode fiber path.

    사이트 A는 사이트 B에 새로운 싱글-모드 피버 패치를 통해 연결되었다.

    Users at site A report intermittent connectivity issues with applications hosted at site B.

    사이트 A의 사용자가 사이트 B에서 호스트되는 연결 이슈를 간헐적으로 보고합니다.

    What is the reason for the problem?

    문제의 원인은?

    • A. Physical network errors are being transmitted between the two sites.
    • B. Heavy usage is causing high latency.
    • C. The wrong cable type was used to make the connection.
    • D. An incorrect type of transceiver has been inserted into a device on the link
    더보기
    • D. An incorrect type of transceiver has been inserted into a device on the link
      • 링크의 장치에 잘못된 타입의 트랜시버가 있다.

    218. How does a hub handle a frame traveling to a known destination MAC address differently than a switch?

    알려진 목적지 MAC 주소로 이동하는 프레임을 스위치와 다르게 처리하는 방법은 무엇입니까?

    더보기

    The hub forwards the frame to all ports, and a switch forwards the frame to the known destination

    허브는 프레임을 모든 포트로 전달하고, 스위치는 알려진 대상으로 프레임을 전달합니다



    223. Refer to the exhibit. Which command configures a floating static route to provide a backup to the primary link?

    기본 링크에 백업을 제공하기 위해 floating static 경로를 구성하는 명령어는 무엇인가?

    • A. ip route 209.165.200.224 255.255.255.224 209.165.202.129 254
    • B. ip route 209.165.201.0 255.255.255.224 209.165.202.130
    • C. ip route 0.0.0.0 0.0.0.0 209.165.200.224
    • D. ip route 0.0.0.0 0.0.0.0 209.165.202.131
    더보기
    • A. ip route 209.165.200.224 255.255.255.224 209.165.202.129 254
      • 그림을 잘보면 209.165.200.224 [254/0] via 209.165.202.129가 있다. [254/0]을 보면 254로 AD가 가장 높다.


    254. Refer to the exhibit. Which action must be taken to ensure that router A is elected as the DR for OSPF area 0?

    라우터 a가 OSPF area 0의 DR로 선정되었다. 어떤 작업을 해야하나?

    • A. Configure the router A interfaces with the highest OSPF priority value within the area
    • B. Configure router B and router C as OSPF neighbors of router A
    • C. Configure the OSPF priority on router A with the lowest value between the three routers.
    • D. Configure router A with a fixed OSPF router ID
    더보기

    Configure the router A interfaces with the hihest OSPF priority value within the area

    라우터 A의 인터페이스를 높은 우선순위 OSPF 값을 줘야한다.



    276. Refer to the exhibit. A packet sourced from 10.10.10.1 is destined for 10.10.8.14. What is the subnet mask of the destination route?

    10.10.10.1의 목적지는 10.10.8.14입니다. 목적지 경로의 서브넷 마스크는?

    • A. 255.255.254.0
    • B. 255.255.255.240
    • C. 255.255.255.248
    • D. 255.255.255.252
    더보기
    • B. 255.255.255.240
      • 목적지는 10.10.8.14이다. 위에 그림을 보면 10.10.8.0/28인것을 알 수 있다.
      • 프리픽스 28이니까 간단하게 계산해보면 255.255.255.240인 것을 알 수 있다.

    278. What are two descriptions of three-tier network topologies? (Choose two.)

    3계층 네트워크 토폴로지에 대한 2가지 설명은?

    • A. The distribution layer runs Layer 2 and Layer 3 technologies
    • B. The network core is designed to maintain continuous connectivity when devices fail
    • C. The access layer manages routing between devices in different domains
    • D. The core layer maintains wired connections for each host
    • E. The core and distribution layers perform the same functions
    더보기
    • A. The distribution layer runs Layer 2 and Layer 3 technologies
      • 배포 계층은 2, 3계층 기술을 사용
    • B. The network core is designed to maintain continuous connectivity when devices fail
      • 장치에 장애가 발생해도 네트워크 코어는 지속적인 연결가능


    283. Refer to the exhibit. The New York router is configured with static routes pointing to the Atlanta and Washington sites.

    뉴욕 라우터 및 애틀랜타 및 워싱턴 사이트를 가르키는 고정 경로로 구성된다.
    Which two tasks must be performed so that the Serial0/0/0 interfaces on the Atlanta and Washington routers can reach one another? (Choose two.)

    애틀랜타와 워싱턴 라우터의 Serial0/0/0 인터페이스가 서로 연결될 수 있도록 수행해야 하는 두 가지 작업은 무엇입니까? (2개를 선택하세요.)

    • A. Configure the ipv6 route 2023::/126 2012::1 command on the Atlanta router.
    • B. Configure the ipv6 route 2012::/126 2023::2 command on the Washington router.
    • C. Configure the ipv6 route 2012::/126 2023::1 command on the Washington router.
    • D. Configure the ipv6 route 2023::/126 2012::2 command on the Atlanta router.
    • E. Configure the ipv6 route 2012::/126 s0/0/0 command on the Atlanta router.
    더보기
    • B. Configure the ipv6 route 2012::/126 2023::2 command on the Washington router
    • D. Configure the ipv6 route 2023::/126 2012::2 command on the Atlanta router.

     

     

    299. What is the primary effect of the spanning-tree portfast command?

    스패닝-트리 포트패스트 명령어의 주요 효과는?

    • A. It immediately enables the port in the listening state.
    • B. It immediately puts the port into the forwarding state when the switch is reloaded.
    • C. It enables BPDU messages.
    • D. It minimizes spanning-tree convergence time.
    더보기
    • D. It minimizes spanning-tree convergence time.

    spannig-tree convergence time을 줄입니다.



    323. Refer to the exhibit. Which configuration enables DHCP addressing for hosts connected to interface FastEthernet0/1 on router R4?

    라우터4에 FastEthernet0/1 인터페이스에 연결된 호스트에 DHCP 주소를 활성화는 구성은?

    • A. interface FastEthernet0/1 ip helper-address 10.0.1.1 ! access-list 100 permit tcp host 10.0.1.1 eq 67 host 10.148.2.1
    • B. interface FastEthernet0/0 ip helper-address 10.0.1.1 ! access-list 100 permit udp host 10.0.1.1 eq bootps host 10.148.2.1
    • C. interface FastEthernet0/0 ip helper-address 10.0.1.1 ! access-list 100 permit host 10.0.1.1 host 10.148.2.1 eq bootps
    • D. interface FastEthernet0/1 ip helper-address 10.0.1.1 ! access-list 100 permit udp host 10.0.1.1 eq bootps host 10.148.2.1
    더보기

    interface FastEthernet0/1 ip helper-address 10.0.1.1

    !

    access-list 100 permit udp host 10.0.1.1 eq bootps host 10.148.2.1

     

    인터페이스는 FastEthernet0/1이고 DHCP는 UDP를 많이쓴다고 생각하면 된다.


    356. A Cisco engineer notices that two OSPF neighbors are connected using a crossover Ethernet cable.

    시스코 엔지니어는 2개의 OSPF 이웃이 크로스오버 케이블로 연결된 것을 확인했다.

    The neighbors are taking too long to become fully adjacent.

    이웃이 인접해지기까지 너무 오래 걸린다.

    Which command must be issued under the interface configuration on each router to reduce the time required for the adjacency to reach the FULL state?

    풀 상태에 도달하기 위해 필요한 시간을 줄이기위해 어떤 커맨드를 구성하여야하나?

    • A. ip ospf dead-interval 40
    • B. ip ospf network broadcast
    • C. ip ospf priority 0
    • D. ip ospf network point-to-point
    더보기

    ip ospf network point-to-point


    444. What are two reasons to configure PortFast on a switch port attached to an end host? (Choose two.)

    최종 호스트에 연결된 스위치 포트에 포트패스트를 구성하는 두가지는?

    • A. to block another switch or host from communicating through the port
    • B. to enable the port to enter the forwarding state immediately when the host boots up
    • C. to prevent the port from participating in Spanning Tree Protocol operations
    • D. to protect the operation of the port from topology change processes
    • E. to limit the number of MAC addresses learned on the port to 1
    더보기

    to enable the port to enter the forwarding state immediately when the host boots up

    호스트가 부팅될 때 바로 전달하도록 활성화

    to protect the operation of the port from topology change processes

    토폴로지 변경 프로세스로부터 포트 작동 보호



    471. Refer to the exhibit. Routers R1 and R2 are configured with RIP as the dynamic routing protocol.

    라우터 1 그리고 라우터2는 동적 라우팅 프로토콜로 RIP으로 구성된다.

    A network engineer must configure R1 with a floating static route to service as a backup route to network 192.168.23.

    엔지니어는 192.168.23. 네트워크로 백업 경로를 floating static으로 R1을 구성해야한다.

    which command must the engineer configure on R1?

    엔지니어는 R1의 무슨 명령어를 구성하여야하나?

    • A. ip route 192.168.23.0 255.255.255.0 192.168,13.3 100
    • B. ip route 192.168.23.0 255.255.255.255 192.168.13.3 121
    • C. ip route 192.168.23.0 255.255.255.0 192.168.13.3 121
    • D. ip route 192.168.23.0 255.255.255.0 192.168.13.3
    더보기
    • C. ip route 192.168.23.0 255.255.255.0 192.168.13.3 121
      • 프리픽스는 /24이고 RIP에 AD는 120보다 커야한다.

     

     

    Refer to the exhibit. Which route does R1 select for traffic that is destined to 192 168.16.2?

     

    • A. 192.168.16.0/21
    • B. 192.168.16.0/24
    • C. 192.168 26.0/26
    • D. 192.168.16.0/27

    해설

    - 프리픽스 길이를 계산해보면 가장 일치하는 롱기스트 프리픽스매치는 D다.

     

    2. Which technology is appropriate for communication between an SDN controller end applications running over the network?

    네트워크를 통해 실행되는 SDN 최종 애플리케이션 간에 통신에 적합한 기술은?

    • A. Southbound API
    • B. REST API
    • C. NETCONF
    • D. OpenFlow

    3. Which two spanning-tree states are bypassed on an interface running PortFast? (Choose two.)

    PorfFast로 실행될 때 우회되는 두가지 상태의 스패닝트리는?

    • A. disabled
    • B. listening
    • C. learning
    • D. blocking
    • E. forwarding

    500. What software-defined architecture plane assists network devices with making packet-forwarding decisions by providing Layer 2 reachability and Layer 3 routing information?

    레이어 2 연결 가능성 그리고 레이어3 라우팅 정보를 제공하여 네트워크 장치에 making packet-forwarding을 하는 소프트웨어 정의 아키텍쳐 플랜은?

    • A. management plane
    • B. control plane
    • C. data plane
    • D. policy plane
    더보기
    • B. control plane

    517. Which interface or port on the WLC is the default for in-band device administration and communications between the controller and access points?

    WLC에서 대역 내 장치 관리 및 컨트롤러와 액세스 포인트 간의 통신을 위한 기본 인터페이스 또는 포트는 무엇입니까?

    • A. console port
    • B. management interface
    • C. virtual interface
    • D. service port
    더보기
    • B. management interface



    521. Refer to the exhibit. Which command set configures ROUTER-1 to allow Internet access for users on the 192.168.1.0/24 subnet while using 209.165.202.129 for Port Address Translation?

    포트 주소 변환을 위해 209.165.202.129를 사용하는 동안 192.168.1.0/24 서브넷 사용자에게 인터넷 접근을 허용하도록ROUTER-1에 어떤 명령어를 구성하여야 합니까? 

    • A. ip nat pool CCNA 192.168.0.0 192.168.1.255 netmask 255.255.255.0

      access-list 10 permit 192.168.0.0 0.0.0.255
      ip nat inside source list 10 pool CCNA overload
    • B. ip nat pool CCNA 209.165.202.129 209.165.202.129 netmask 255.255.255.255

      access-list 10 permit 192.168.1.0 255.255.255.0
      ip nat inside source list 10 pool CCNA overload
    • C. ip nat pool CCNA 192.168.0.0 192.168.1.255 netmask 255.255.255.0

      access-list 10 permit 192.168.0.0 255.255.255.0
      ip nat inside source list 10 pool CCNA overload
    • D. ip nat pool CCNA 209.165.202.129 209.165.202.129 netmask 255.255.255.255

      access-list 10 permit 192.168.1.0 0.0.0.255
      ip nat inside source list 10 pool CCNA overload
    더보기
    • D. ip nat pool CCNA 209.165.202.129 209.165.202.129 netmask 255.255.255.255

      access-list 10 permit 192.168.1.0 0.0.0.255
      ip nat inside source list 10 pool CCNA overload
    •  
Designed by Tistory.