mediummultiple choiceObjective-mapped

A branch office needs to send a confidential design document to headquarters over an untrusted network. Headquarters already has the public/private key pair available for document exchange. Which method is most appropriate to keep the file confidential during transit without first sharing a secret key?

Question 1mediummultiple choice
Full question →

A branch office needs to send a confidential design document to headquarters over an untrusted network. Headquarters already has the public/private key pair available for document exchange. Which method is most appropriate to keep the file confidential during transit without first sharing a secret key?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

Encrypt the file with headquarters' public key

Only headquarters can decrypt the file with its matching private key, preserving confidentiality in transit.

B

Distractor review

Publish a hash of the file for comparison

A hash can verify integrity, but it does not encrypt the document or protect confidentiality.

C

Distractor review

Sign the file with the branch office private key only

A signature proves origin and integrity, but it does not keep the contents secret from eavesdroppers.

D

Distractor review

Compress the file before sending it

Compression changes size and format, but it does not provide any cryptographic protection.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Related practice questions

Related SY0-701 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this SY0-701 question test?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: Encrypt the file with headquarters' public key — Encrypting the file with headquarters' public key is the best answer because it keeps the document confidential while still allowing the intended recipient to decrypt it with the matching private key. This is a common asymmetric encryption use case when no shared secret exists yet. It is especially useful for securely exchanging sensitive data across untrusted networks or between organizations. Why others are wrong: A hash only verifies that data has not changed; it does not hide the contents. A signature shows who sent the file and helps prove integrity, but the document is still readable. Compression may reduce bandwidth, but it is not a security control and offers no confidentiality against interception or unauthorized access.

What should I do if I get this SY0-701 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.