220-1101 domain - 20% of the exam

Networking

Networking is 20% of the CompTIA A+ Core 1 (220-1101) exam. These are the objectives it covers, each with practice questions and worked explanations.

Objectives in this domain

Sample question from this domain

Free sampleNetworkingmedium

Which statement correctly distinguishes TCP from UDP as transport-layer protocols?

  • ATCP is connection-oriented and uses a three-way handshake to provide ordered, reliable delivery, whereas UDP is connectionless and sends datagrams without acknowledgement. Correct
  • BUDP opens a session with a three-way handshake and retransmits any lost segments, while TCP sends datagrams with no acknowledgement.
  • CBoth TCP and UDP guarantee reliable in-order delivery and differ only in the range of well-known port numbers each is allowed to use.
  • DTCP is connectionless and therefore faster for streaming, while UDP is connection-oriented and resends any packets that fail to arrive at the receiver.
Recognise that TCP is connection-oriented and reliable while UDP is connectionless and unacknowledged. TCP performs a three-way handshake and uses sequence numbers, acknowledgements, and retransmission to deliver an ordered, reliable byte stream. UDP omits all of that, sending independent datagrams with lower overhead but no delivery guarantee.

Why A is correct: TCP sets up a session and guarantees ordered delivery with acknowledgements and retransmission, while UDP is a lightweight connectionless protocol that trades reliability for speed.

Why B is wrong: This is tempting because both protocols are real transport protocols, but the attributes are reversed: the handshake and retransmission belong to TCP, not UDP.

Why C is wrong: This sounds reasonable because both use the same well-known port space, but only TCP guarantees reliable ordered delivery; UDP makes no such guarantee.

Why D is wrong: The connectionless-versus-connection-oriented labels are swapped here: UDP is the connectionless one, and TCP is the protocol that resends lost packets.

Other domains in this exam

See also the 220-1101 cert hub, the study guide, and the cheat sheet.

Examworthy is not affiliated with or endorsed by CompTIA. Original, blueprint-aligned practice material only.