본문 바로가기

Network

[CCNA]network overview(네트워크 개요)

반응형

< OSI 7 Layer >
1. Which function is performed by the collapsed core layer in a two-tier architecture?
   (2 계층 아키텍처에서 축소된 코어 레이어가 수행하는 기능은 무엇인가?)
A. enforcing routing policies.

   (라우팅 정책 시행)
B. marking interesting traffic for data polices.

   (데이터 정책에 대한 흥미로운 트래픽 표시)
C. attaching users to the edge of the network.

   (네트워크 가장자리에 사용자를 연결)
D. applying security policies.

   (보안 정책 적용)


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

   (3 계층 네트워크 토폴로지에 대한 두 가지 설명은 무엇인가? (2 개 선택))
A. The core and distribution layers perform the same functions.

   (코어 및 배포 계층은 동일한 기능을 수행합니다.)
B. The access layer manages routing between devices in different domains.

   (액세스 계층은 서로 다른 도메인에 있는 장치 간의 라우팅을 관리합니다.)
C. The network core is designed to maintain continuous connectivity when devices fail.

   (네트워크 코어는 장치가 고장 났을 때 지속적인 연결을 유지하도록 설계되었습니다.)
D. The core layer maintains wired connections for each host.

   (코어 계층은 각 호스트의 유선 연결을 유지합니다.)
E. The distribution layer runs Layer 2 and Layer 3 technologies.

   (배포 계층은 계층 2와 계층 3 기술을 실행합니다.)


< TCP,UDP >
1, How do TCP and UDP differ in the way that they establish a connection between two endpoints?
   (TCP와 UDP는 두 엔드 포인트간에 연결을 설정하는 방식에서 어떻게 다른가?)
A. TCP uses synchronization packets, and UDP uses acknowledgment packets.
   (TCP는 동기화 패킷을 사용하고 UDP는 승인 패킷을 사용합니다.)
B. UDP uses SYN, SYN ACK and FIN bits in the frame header while TCP uses SYN, SYN ACK and ACK bits.
   (B. UDP는 프레임 헤더에서 SYN, SYN ACK 및 FIN 비트를 사용하는 반면 TCP는 SYN, SYN ACK 및 ACK

    비트를 사용합니다.)
C. UDP provides reliable message transfer and TCP is a connectionless protocol.
  (C. UDP는 신뢰할 수 있는 메시지 전송을 제공하며 TCP는 무연결 프로토콜입니다.)
D. TCP uses the three-way handshake and UDP does not guarantee message delivery.
   (TCP는 3방향 핸드셰이크를 사용하며 UDP는 메시지 배달을 보장하지 않습니다.)


2. How do TCP and UDP differ in the way they provide reliability for delivery of packets?
   (TCP와 UDP는 패킷 전달에 대한 신뢰성을 제공하는 방식에서 어떻게 다릅니까?)
A. TCP is a connectionless protocol that does not provide reliable delivery of data, UDP is a connection-oriented protocol that uses sequencing to provide reliable delivery.

    (A. TCP는 신뢰할 수 있는 데이터 전송을 제공하지 않는 무연결 프로토콜이며, UDP는 신뢰할 수 있는 전송을

    제공하기 위해 시퀀싱을 사용하는 연결 지향 프로토콜입니다.)
B. TCP does not guarantee delivery or error checking to ensure that there is no corruption of data UDP provides message acknowledgement and retransmits data if lost.

   (B. TCP는 데이터 손상이 없는지 확인하기 위해 전송 또는 오류 검사를 보장하지 않습니다.

   UDP는 메시지 확인을 제공하고 손실 시 데이터를 재전송합니다.)
C. TCP provides flow control to avoid overwhelming a receiver by sending too many packets at once, UDP sends packets to the receiver in a continuous stream without checking for sequencing.

  (C. TCP는 동시에 너무 많은 패킷을 보내 수신기를 압도하지 않도록 흐름 제어를 제공하며, UDP는 시퀀싱을

  확인하지 않고 연속적인 스트림으로 패킷을 수신기로 전송한다.)
D. TCP uses windowing to deliver packets reliably; UDP provides reliable message transfer between hosts by establishing a three-way handshake

   (D. TCP는 안정적으로 패킷을 전달하기 위해 윈도우 설정을 사용합니다.

    UDP는 3방향 핸드셰이크를 설정하여 호스트 간에 신뢰할 수 있는 메시지 전송을 제공합니다.)

 

3. What is the difference regarding reliability and communication type between TCP and UDP?
   (TCP와 UDP의 신뢰성 및 통신 유형의 차이점은 무엇인가?)
A. TCP is reliable and is a connection-oriented protocol; UDP is not reliable and is a connectionless protocol.

   (A. TCP는 신뢰할 수 있으며 연결 지향 프로토콜입니다. UDP는 신뢰할 수 없으며 연결이 없는 프로토콜입니다.)
B. TCP is not reliable and is a connection-oriented protocol; UDP is reliable and is a connectionless protocol.

   (B. TCP는 신뢰할 수 없으며 연결 지향 프로토콜입니다. UDP는 신뢰할 수 있고 연결이 없는 프로토콜입니다.)
C. TCP is not reliable and is a connectionless protocol; UDP is reliable and is a connection-oriented protocol.

   (C. TCP는 신뢰할 수 없으며 무연결 프로토콜입니다. UDP는 신뢰할 수 있고 연결 지향 프로토콜입니다.)
D. TCP is reliable and is a connectionless protocol; UDP is not reliable and is a connection-oriented protocol.

   (D. TCP는 신뢰할 수 있으며 무연결 프로토콜입니다. UDP는 신뢰할 수 없으며 연결 지향 프로토콜입니다.)


4. How do TCP and UDP differ in the way they guarantee packet delivery?
   (TCP와 UDP는 패킷 전달을 보장하는 방식에서 어떻게 다른가?)
A. TCP uses checksum, acknowledgement, and retransmissions, and UDP uses checksums only.
    (A. TCP는 체크섬, 승인 및 재전송을 사용하고 UDP는 체크섬만 사용한다.)
B. TCP uses retransmissions, acknowledgement and parity checks and UDP uses cyclic redundancy checks only.

    (B. TCP는 재전송, 승인 및 패리티 검사를 사용하고 UDP는 주기적 중복성 검사만 사용합니다.)
C. TCP uses checksum, parity checks, and retransmissions, and UDP uses acknowledgements only.

    (C. TCP는 체크섬, 패리티 검사 및 재전송을 사용하고 UDP는 승인만 사용합니다.)
D. TCP uses two-dimensional parity checks, checksums, and cyclic redundancy checks and UDP uses retransmissions only.

    (D. TCP는 2차원 패리티 검사, 체크섬 및 순환 중복 검사를 사용하고 UDP는 재전송만 사용합니다.)

 

 

< DNS >
1. What are two roles of Domain Name Services (DNS)? (Choose Two)
    (DNS (Domain Name Services)의 두 가지 역할은 무엇인가? (2 개 선택))
A. builds a flat structure of DNS names for more efficient IP operations.

    (A. 보다 효율적인 IP 작업을 위해 DNS 이름의 플랫 구조를 구축합니다.)
B. encrypts network Traffic as it travels across a WAN by default.

    (B. 네트워크 트래픽이 기본적으로 WAN을 통과할 때 암호화합니다.)
C. improves security by protecting IP addresses under Fully Qualified Domain Names (FQDNs)

    (C. FQDN(정규화된 도메인 이름)에서 IP 주소를 보호하여 보안 강화를 합니다.)
D. enables applications to identify resources by name instead of IP address.
    (D. 애플리케이션이 IP 주소 대신 이름으로 리소스를 식별 할 수 있도록 한다.)
E. allows a single host name to be shared across more than one IP address.
    (E. 하나 이상의 IP 주소에서 단일 호스트 이름을 공유 할 수 있다.)

 

2. What facilitates a Telnet connection between devices by entering the device name?
    (장치 이름을 입력하여 장치 간 Telnet 연결을 용이하게하는 것은 무엇인가?)
A. SNMP
B. DNS lookup
C. syslog
D. NTP

 

< VPN(Virtual Private Network) >
1. What is a function of a remote access VPN?
    (원격 액세스 VPN의 기능은 무엇인가?)
A. used cryptographic tunneling to protect the privacy of data for multiple users simultaneously.

    (A. 암호 터널링을 사용하여 동시에 여러 사용자의 데이터 개인 정보 보호를 한다.)
B. used exclusively when a user is connected to a company’s internal network.

    (B. 사용자가 회사 내부 네트워크에 연결되어 있을 때 독점적으로 사용됩니다.)
C. establishes a secure tunnel between two branch sites.

    (C. 두 지점 사이에 보안 터널을 구축합니다.)
D. allows the users to access company internal network resources through a secure tunnel
    (D. 사용자가 보안 터널을 통해 회사 내부 네트워크 리소스에 액세스 할 수 있다.)

 

2. What is the purpose of traffic shaping?
   (트래픽 형성의 목적은 무엇인가?)
A. to mitigate delays over slow links.

    (A. 느린 링크에 대한 지연 완화를 한다.)
B. to provide fair queuing for buffered flows
    (B. 버퍼링 된 흐름에 대한 공정한 대기열 제공한다.)
C. to limit the bandwidth that a flow can use to.

    (C. 흐름이 사용할 수 있는 대역폭을 제한한다.)
D. be a marking mechanism that identifies different flows

    (D. 다른 흐름을 식별하는 표시 메커니즘)


3. Which technology can prevent client devices from arbitrarily connecting to the network without state remediation?
    (클라이언트 장치가 상태 교정없이 네트워크에 임의로 연결하는 것을 방지 할 수 있는 기술은 무엇인가?)
A. 802.1x
B. IP Source Guard
C. MAC Authentication Bypass
D. 802.11n


반응형

'Network' 카테고리의 다른 글

[CCNA]Router Quiz(라우터 문제) 1  (0) 2021.09.19
[CCNA]DHCP Settings(DHCP 셋팅 문제)  (0) 2021.09.18
[CCNA]Router Quiz 31  (0) 2021.09.14
[CCNA]Router Quiz 30  (0) 2021.09.12
[네트워크관리사]Router Quiz 29  (0) 2021.09.11