nerdexam
CompTIA

SY0-301 · Question #331

Which of the following protocols would be used to verify connectivity between two remote devices at the HIGHEST level of the OSI model?

The correct answer is C. SCP. SCP (Secure Copy Protocol) operates at the Application layer (Layer 7), the highest layer of the OSI model, making it the correct answer for verifying connectivity at the highest OSI level.

General security concepts

Question

Which of the following protocols would be used to verify connectivity between two remote devices at the HIGHEST level of the OSI model?

Options

  • AICMP
  • BIPSec
  • CSCP
  • DTCP

How the community answered

(42 responses)
  • A
    5% (2)
  • B
    2% (1)
  • C
    83% (35)
  • D
    10% (4)

Why each option

SCP (Secure Copy Protocol) operates at the Application layer (Layer 7), the highest layer of the OSI model, making it the correct answer for verifying connectivity at the highest OSI level.

AICMP

ICMP operates at Layer 3 (Network) of the OSI model and is used by tools like ping to test basic network reachability, not application-layer connectivity.

BIPSec

IPSec operates at Layer 3 (Network) as a suite of protocols for securing IP communications, not at the Application layer.

CSCPCorrect

SCP operates at Layer 7 (Application) of the OSI model because it is an application-level file transfer protocol built on top of SSH. It requires a full end-to-end connection including all lower layers, making it the highest-layer protocol among the choices. Using SCP to transfer data implicitly verifies connectivity at every OSI layer below it as well.

DTCP

TCP operates at Layer 4 (Transport) of the OSI model, providing reliable connection-oriented communication but not reaching the Application layer.

Concept tested: OSI model layer identification for protocols

Source: https://www.rfc-editor.org/rfc/rfc4251

Topics

#OSI model#protocol layers#SCP#network connectivity

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice