Courseiva
mediumMultiple ChoiceObjective-mapped

220-1201 Practice Question: A technician is troubleshooting a VoIP phone that…

A technician is troubleshooting a VoIP phone that cannot register with the call server. The phone has a valid IP address and can ping the call server by IP. Which protocol is most likely not functioning correctly?

⚠ Common exam trap

A common pitfall on the CompTIA A+ exam is confusing Layer 3 reachability (ping) with application-layer registration (SIP). Candidates may incorrectly suspect DHCP or DNS when the real issue is a misconfigured or blocked SIP protocol.

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

SIP

The phone has a valid IP address and can ping the call server by IP, which confirms that Layer 3 connectivity and DHCP are working. However, the phone cannot register with the call server, which requires the Session Initiation Protocol (SIP) to exchange registration messages (REGISTER request and 200 OK response). If SIP is misconfigured, blocked by a firewall, or the SIP proxy is unreachable, registration will fail even though basic IP connectivity exists.

Answer analysis

Option-by-option breakdown

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

  • SIP

    Why this is correct

    SIP (Session Initiation Protocol) is the crucial signaling protocol responsible for initiating, managing, and terminating VoIP calls. Its primary function in this context is to register the VoIP phone with the call server (often a SIP proxy or IP PBX), allowing the phone to announce its availability and receive incoming call information. If SIP traffic, typically on UDP/TCP ports 5060 or 5061, is blocked by a firewall, misconfigured on the phone, or the server address is incorrect, the phone cannot successfully register, preventing it from making or receiving any calls. This directly explains why the phone "cannot" function.

  • RTP

    Why it's wrong here

    RTP (Real-time Transport Protocol) is responsible for the actual transmission of audio and video data streams *during* an active VoIP call. It operates only after a call has been successfully established and set up by a signaling protocol like SIP. Since the problem indicates the phone "cannot" (implying a failure to even initiate or receive calls, which requires prior registration), RTP is not the cause because media streams are not yet being transmitted. Issues with RTP would manifest as one-way audio or no audio *during* an established call, not a complete inability to function.

  • DHCP

    Why it's wrong here

    DHCP (Dynamic Host Configuration Protocol) is a network protocol used to automatically assign IP addresses, subnet masks, default gateways, and DNS server information to devices on a network. The existing context implies the phone has an IP address and basic network connectivity, as it can likely communicate on the network. If DHCP were the root cause, the phone would typically lack an IP address entirely or have an incorrect one, preventing any network communication whatsoever, including the ability to ping other devices, which is not the scenario described.

  • DNS

    Why it's wrong here

    DNS (Domain Name System) translates human-readable hostnames, such as "voipserver.example.com," into numerical IP addresses that computers use for communication. While a VoIP phone might use DNS to resolve the hostname of its SIP server during the registration process, the problem implies the phone has basic network connectivity and can potentially reach the server by its IP address. If the phone can successfully ping the call server's IP address directly, it confirms that network routing is functional and the server is reachable, indicating that DNS resolution failure is not the fundamental cause of the phone's inability to function.

Visual reference

Client DHCP Server 1 Discover (broadcast) 2 Offer (IP: 192.168.1.10) 3 Request (I accept) 4 Acknowledge (lease confirmed) DORA — the four-step DHCP lease process

About these practice questions

Courseiva writes every 220-1201 question from scratch — 972 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This 220-1201 practice question is part of Courseiva's free CompTIA 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 220-1201 exam.