Courseiva

CCNA Protocols And Endpoints Questions

27 questions · Protocols And Endpoints · All types, answers revealed

1
MCQhard

You have a requirement to use secure signaling for SIP endpoints. Which protocol and port combination must be used in the SIP Security Profile?

A.SIP TLS 5061
B.HTTP 443
C.SIP TCP 5060
D.SRTP 5061
AnswerA

TLS on 5061 provides secure signaling.

Why this answer

SIPS (SIP over TLS) uses port 5061 to ensure encrypted signaling.

2
MCQeasy

A Webex Desk Pro is failing to provision via the Cisco Webex Control Hub. The device displays 'Provisioning Error'. Which configuration component is primarily responsible for holding the authentication credentials required for the device to pull its configuration?

A.Activation Code
B.TFTP Address
C.SIP Digest User
D.VLAN ID
AnswerA

The activation code is the primary method for secure onboarding.

Why this answer

The Activation Code or the specific Device Configuration profile in Control Hub provides the credentials needed for the device to authenticate against the cloud service.

3
MCQmedium

You are troubleshooting intermittent audio quality. You notice that RTCP packets are arriving with high variance. What does this indicate?

A.Latency
B.Codec Mismatch
C.Packet Loss
D.Jitter
AnswerD

High variance in arrival time is the definition of jitter.

Why this answer

Intermittent audio quality and high variance in RTCP reports point directly to network jitter.

4
MCQhard

To ensure that G.729 is used for all inter-site calls but G.711 is used for intra-site calls, what specific CUCM construct must you define?

A.Location
B.Device Pool
C.Transcoder
D.Region Relationship
AnswerD

Region relationships explicitly define codec limits between sites.

Why this answer

You must define Regions and then assign the 'Region Relationship' to dictate the codec allowed between those regions.

5
MCQmedium

When a SIP phone initiates a call, which message does the CUCM send to acknowledge the initial INVITE?

A.401 Unauthorized
B.100 Trying
C.180 Ringing
D.200 OK
AnswerB

100 Trying is the provisional response.

Why this answer

A '100 Trying' message is the standard response to indicate that the INVITE has been received and is being processed.

6
MCQhard

You need to support Opus codec on a Cisco IP Phone 8865. Which configuration object must be updated to allow this codec?

A.SIP Profile
B.Common Phone Profile
C.Device Defaults
D.Audio Codec Preference List
AnswerD

This list defines which codecs the endpoint is allowed to negotiate.

Why this answer

The 'Common Phone Profile' or 'SIP Profile' doesn't contain codec lists; the 'Audio Codec Preference List' must be modified and applied to the device or the region/location configuration.

7
MCQmedium

You are troubleshooting a scenario where G.711 is being used instead of the expected Opus codec between two endpoints in the same region. What is the most likely cause in the CUCM configuration?

A.Audio Codec Preference List
B.Phone NTP settings
C.SIP Trunk Security Profile mismatch
D.Location-based bandwidth limit
AnswerA

The codec preference list dictates the order and availability of codecs.

Why this answer

If the 'Audio Codec Preference List' or the 'Region' setting does not include Opus as a supported codec, CUCM will fall back to G.711.

8
MCQmedium

You are troubleshooting a registration issue where the phone sends a REGISTER request, but the server does not respond. What is the most likely issue?

A.Incorrect Model
B.Device Pool mismatch
C.Wrong Password
D.Network Connectivity/Firewall
AnswerD

Lack of response indicates a path failure.

Why this answer

If the phone sends a request and gets no response, it is a reachability or network path issue (firewall/ACL).

9
Multi-Selecteasy

Which TWO features are provided by the Cisco Webex App when registered as a Softphone?

Select 2 answers
A.TFTP service hosting
B.SIP signaling
C.DNS root server
D.RTP media transmission
E.DHCP server functionality
AnswersB, D

Required for call control.

Why this answer

Webex provides softphone signaling (SIP) and audio/video media capabilities.

10
MCQmedium

Which field in the SIP INVITE SDP body specifies the media attributes such as codec type?

A.m= line
B.o= line
C.c= line
D.s= line
AnswerA

'm=' defines the media stream and codec attributes.

Why this answer

The 'm=' (media) line specifies the media type, port, protocol, and codec information.

11
MCQhard

An endpoint sends a SIP REGISTER request. CUCM returns a 401 Unauthorized response. What is the next logical step in the SIP signaling flow for the endpoint?

A.Switch to SCCP
B.Resend REGISTER with Authorization header
C.Terminate the TCP connection
D.Send a SIP INVITE
AnswerB

The endpoint must respond to the challenge with credentials.

Why this answer

The 401 response challenges the endpoint to provide credentials (Digest authentication). The endpoint must resend the REGISTER request with the Authorization header.

12
MCQeasy

A Cisco IP Phone 8841 is failing to register to Cisco Unified Communications Manager. You check the phone settings and see the TFTP server address is correct. Which protocol and port should you monitor on the gateway or firewall to verify the initial registration attempt?

A.SCCP 2000
B.SIP UDP 5060
C.TFTP 69
D.HTTP 8080
AnswerB

SIP registration occurs over 5060 by default.

Why this answer

SIP registration uses UDP or TCP port 5060 for non-secure, or TLS port 5061 for secure registration.

13
Multi-Selecthard

Which TWO tasks must be performed when moving a phone from one CUCM cluster to another?

Select 2 answers
A.Reset the phone
B.Enable SIP OPTIONS
C.Change TFTP Server address
D.Update the CTI Manager
E.Delete the phone from AD
AnswersA, C

Reset forces the phone to re-download the config from the new server.

Why this answer

You must change the TFTP server address and potentially reset the device to clear the old registration data.

14
Multi-Selecthard

Which THREE items are included in a standard SIP REGISTER request?

Select 3 answers
A.Alert-Info
B.To Header
C.Body (SDP)
D.From Header
E.Contact Header
AnswersB, D, E

Target user/address.

Why this answer

The 'To', 'From', and 'Contact' headers are mandatory in a SIP REGISTER request.

15
MCQeasy

When configuring an IP phone for automatic provisioning, which DHCP option is most commonly used to provide the TFTP server address to the phone?

A.Option 150
B.Option 43
C.Option 66
D.Option 12
AnswerA

Option 150 is the industry standard for Cisco voice devices.

Why this answer

DHCP Option 150 is the standard method for Cisco IP Phones to discover the TFTP server address.

16
MCQeasy

An IP phone is stuck in a boot loop. You suspect a corrupted firmware image. Which process would you initiate to force the phone to download a new image?

A.Restart Device
B.Refresh CTI
C.Factory Reset
D.Reset SIP Profile
AnswerC

Factory reset clears local settings and forces a re-download of firmware.

Why this answer

Performing a 'Factory Reset' or updating the 'Load Information' in the Device configuration in CUCM will trigger a forced update.

17
MCQeasy

Which protocol is primarily used for the transmission of real-time voice and video data between two endpoints?

A.SCCP
B.TFTP
C.RTP
D.SIP
AnswerC

RTP carries the actual media stream.

Why this answer

RTP (Real-time Transport Protocol) is the standard for media transport.

18
Multi-Selecteasy

Which TWO protocols are used for managing the quality and monitoring of VoIP sessions?

Select 2 answers
A.TFTP
B.RTCP
C.SIP
D.RTP
E.SNMP
AnswersB, E

RTCP is the feedback protocol for RTP.

Why this answer

RTCP is used for quality feedback, and SNMP or various management protocols are used for monitoring.

19
MCQeasy

Which protocol provides the signaling for Webex Room devices when they are registered to CUCM (on-premises)?

A.MGCP
B.SCCP
C.SIP
D.H.323
AnswerC

SIP is the standard protocol for Cisco endpoints.

Why this answer

Webex Room devices can use SIP to register to on-premises CUCM systems.

20
Multi-Selecteasy

Which THREE methods are used by Cisco IP phones to obtain their configuration files?

Select 3 answers
A.SMTP
B.FTP
C.Auto-discovery via Service Discovery
D.Manual TFTP entry
E.DHCP Option 150
AnswersC, D, E

Used in newer firmware/webex environments.

Why this answer

DHCP options, manual entry, and auto-discovery/TFTP are standard methods.

21
MCQhard

An endpoint using the Opus codec is experiencing one-way audio. The SDP exchange indicates that the endpoint is offering a wideband range. Where in CUCM would you modify the Region settings to force the use of a specific codec for this endpoint?

A.Service Parameters
B.Device Pool
C.SIP Profile
D.Region Settings
AnswerD

Regions define the max audio bit rate used between endpoints.

Why this answer

The Region settings in CUCM define the maximum audio bit rate between regions; the codec is chosen based on these region constraints.

22
Multi-Selectmedium

Which THREE codecs are natively supported by the Cisco IP Phone 8800 series?

Select 3 answers
A.Opus
B.H.264
C.G.729
D.G.723
E.G.711
AnswersA, C, E

Modern wideband codec.

Why this answer

G.711, G.729, and Opus/G.722 are widely supported across the 8800 series.

23
MCQeasy

Which component in the Cisco Collaboration architecture provides the initial configuration files (XML) to an IP phone upon registration?

A.CallManager Service
B.TFTP Service
C.CTI Manager
D.Webex Control Hub
AnswerB

The TFTP service delivers the configuration files.

Why this answer

The TFTP service in CUCM acts as the repository for device configuration files.

24
MCQmedium

You are monitoring RTP traffic using a protocol analyzer. You observe that the Payload Type field in the RTP header is set to 0. Which codec is currently in use?

A.G.729
B.Opus
C.G.711 PCMU
D.G.711 PCMA
AnswerC

Payload type 0 is reserved for G.711 u-law.

Why this answer

In G.711 PCMU (u-law), the assigned payload type is 0 according to RFC 3551.

25
Multi-Selectmedium

Which THREE network conditions contribute to poor VoIP call quality in an RTP stream?

Select 3 answers
A.Latency
B.High MTU
C.Jitter
D.Packet Loss
E.Fast switching
AnswersA, C, D

Delay causes conversation overlaps.

Why this answer

Latency, jitter, and packet loss are the primary enemies of voice quality.

26
MCQmedium

You need to verify that an endpoint is correctly sending RTCP reports to Cisco Unified Communications Manager. Which field in the RTCP packet header would you examine to track the jitter statistics?

A.Interarrival Jitter
B.Sequence Number
C.SSRC
D.Timestamp
AnswerA

The interarrival jitter field explicitly reports network quality.

Why this answer

RTCP SR (Sender Report) and RR (Receiver Report) packets contain interarrival jitter fields to help calculate network quality.

27
Multi-Selectmedium

Which TWO factors significantly impact the choice of audio codec during a call setup in CUCM?

Select 2 answers
A.Codec Preference List
B.DNS Server
C.VLAN ID
D.Region configuration
E.NTP Server
AnswersA, D

Orders the available codecs.

Why this answer

Bandwidth availability (Regions) and codec preference (Codec List) are the main determinants.

Ready to test yourself?

Try a timed practice session using only Protocols And Endpoints questions.