Question 462 of 532
GNU and Unix CommandshardMultiple ChoiceObjective-mapped

LPIC-1 GNU and Unix Commands Practice Question

This LPIC-1 practice question tests your understanding of gnu and unix commands. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

$ sudo tcpdump -i eth0 -c 5 -n
listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
10:00:00.123456 IP 192.168.1.100.12345 > 10.0.0.1.80: Flags [S], seq 123, win 65535, options [mss 1460], length 0
10:00:00.123789 IP 10.0.0.1.80 > 192.168.1.100.12345: Flags [S.], seq 456, ack 124, win 65535, options [mss 1460], length 0
10:00:00.124000 IP 192.168.1.100.12345 > 10.0.0.1.80: Flags [.], ack 457, win 65535, length 0
10:00:00.124500 IP 192.168.1.100.12345 > 10.0.0.1.80: Flags [P.], seq 124:200, ack 457, win 65535, length 76
10:00:00.125000 IP 10.0.0.1.80 > 192.168.1.100.12345: Flags [.], ack 201, win 65535, length 0

Refer to the exhibit. What type of traffic is being captured?

Exhibit

$ sudo tcpdump -i eth0 -c 5 -n
listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
10:00:00.123456 IP 192.168.1.100.12345 > 10.0.0.1.80: Flags [S], seq 123, win 65535, options [mss 1460], length 0
10:00:00.123789 IP 10.0.0.1.80 > 192.168.1.100.12345: Flags [S.], seq 456, ack 124, win 65535, options [mss 1460], length 0
10:00:00.124000 IP 192.168.1.100.12345 > 10.0.0.1.80: Flags [.], ack 457, win 65535, length 0
10:00:00.124500 IP 192.168.1.100.12345 > 10.0.0.1.80: Flags [P.], seq 124:200, ack 457, win 65535, length 76
10:00:00.125000 IP 10.0.0.1.80 > 192.168.1.100.12345: Flags [.], ack 201, win 65535, length 0

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

A successful TCP three-way handshake followed by a data transfer.

The exhibit shows a TCP three-way handshake (SYN, SYN-ACK, ACK) followed by a data transfer segment (PSH, ACK). This sequence indicates a successful connection establishment and subsequent data exchange, which matches the description of a successful TCP three-way handshake followed by data transfer.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • A successful TCP three-way handshake followed by a data transfer.

    Why this is correct

    Packets show SYN, SYN-ACK, ACK (handshake), then PUSH-ACK with data.

    Related concept

    Read the scenario before looking for a memorised answer.

  • An incomplete TCP handshake.

    Why it's wrong here

    The handshake completes with the third ACK.

  • An FTP session.

    Why it's wrong here

    FTP uses ports 20/21, not 80.

  • A DNS query and response.

    Why it's wrong here

    The destination port 80 indicates HTTP, not DNS (53).

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may confuse a successful TCP handshake with an incomplete one by overlooking the final ACK, or they may misinterpret the PSH flag as application-layer protocol traffic (like FTP or DNS) without checking port numbers or protocol-specific payloads.

Detailed technical explanation

How to think about this question

The TCP three-way handshake (SYN, SYN-ACK, ACK) establishes a reliable connection before data transfer, as defined in RFC 793. The PSH (Push) flag in the data segment indicates that the sender wants the data to be pushed to the receiving application immediately, which is common in interactive protocols like HTTP or SSH. In real-world scenarios, tools like tcpdump or Wireshark display these flags to help diagnose connection issues or application performance.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A practitioner preparing for the LPIC-1 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

Visual reference

Client Server SYN (seq=100) SYN-ACK (seq=200, ack=101) ACK (ack=201) Connection established — data transfer begins

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related LPIC-1 practice-question pages

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

Practice this exam

Start a free LPIC-1 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this LPIC-1 question test?

GNU and Unix Commands — This question tests GNU and Unix Commands — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: A successful TCP three-way handshake followed by a data transfer. — The exhibit shows a TCP three-way handshake (SYN, SYN-ACK, ACK) followed by a data transfer segment (PSH, ACK). This sequence indicates a successful connection establishment and subsequent data exchange, which matches the description of a successful TCP three-way handshake followed by data transfer.

What should I do if I get this LPIC-1 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More LPIC-1 practice questions

Last reviewed: Jul 4, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This LPIC-1 practice question is part of Courseiva's free LPI certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the LPIC-1 exam.