While troubleshooting a broken encrypted session between a city workstation and a cloud case portal, an engineer needs to reason about which networking layer typically provides confidentiality services for that session. Which approach best applies OSI/TCP-IP models?
Select an answer to reveal the explanation.
Short Explanation
Layer models are the map when an encrypted session breaks—you find whether the problem is crypto at the session/app edge or something lower. Guessing at cables or rebooting at random wastes the afternoon.
Full Explanation
OSI and TCP/IP models help practitioners place security services: confidentiality for many web and API sessions is provided by TLS associated with the upper layers, while lower layers handle framing, routing, and link concerns. Structured layer reasoning speeds diagnosis of encrypted-session failures and secure design choices. Model fluency is a Domain 4 architecture skill.