exam questions

Exam 350-801 All Questions

View all questions & answers for the 350-801 exam

Exam 350-801 topic 1 question 165 discussion

Actual exam question from Cisco's 350-801
Question #: 165
Topic #: 1
[All 350-801 Questions]

A collaboration engineer must configure Cisco Unified Border Element to support up to five concurrent outbound calls across an Ethernet link with a bandwidth of
160 kb to the Internet Telephony Service Provider.
Which set of commands allows the engineer to complete the task without compromising voice quality?

  • A. dial-peer voice 1 voip translation-profile outgoing Strip9 max-conn 5 destination-pattern 91[2-9]..[2-9]ג€¦ג€¦$ session protocol sipv2 session target ipv4:142.45.10.1 dtmf-relay rtp-nte sip-notify sip-kpml
  • B. dial-peer voice 1 voip translation-profile outgoing Strip9 max-conn 5 destination-pattern 91[2-9]..[2-9]ג€¦ג€¦$ session protocol sipv2 session target ipv4:142.45.10.1 dtmf-relay rtp-nte sip-notify sip-kpml codec ilbc mode 20
  • C. dial-peer voice 1 voip translation-profile outgoing Strip9 max-conn 5 destination-pattern 91[2-9]..[2-9]ג€¦ג€¦$ session protocol sipv2 session target ipv4:142.45.10.1 dtmf-relay rtp-nte sip-notify sip-kpml codec aacld
  • D. dial-peer voice 1 voip translation-profile outgoing Strip9 max-conn 5 destination-pattern 91[2-9]..[2-9]ג€¦ג€¦$ session protocol sipv2 session target ipv4:142.45.10.1 dtmf-relay rtp-nte sip-notify sip-kpml codec mp4a-latm
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
DaKenjee
Highly Voted 5 months, 2 weeks ago
Selected Answer: A
As Omitted explains: default for voip Dial-peer is G.729, which suits all other dial-peers have same value, but use different codecs, which consume more bandwith
upvoted 5 times
...
G0y0
Most Recent 1 month, 2 weeks ago
Selected Answer: D
The problem is, if include 802.1Q tag or not in the ethernet header. g729 Without 802.1q tag: [20 bytes(payload) +40 bytes (ipheader) + 22 bytes (ethernet)] * 50 pps * 8bits/byte = 31200 g720 with 802.1q tag [20 bytes(payload) +40 bytes (ipheader) + 22 bytes (ethernet)] * 50 pps * 8bits/byte = 32800 ILBC without 802.1Q tag: [ 38 bytes (payload) + 40 bytes (ipheader) + 18 bytes (ethernet)] * 50 pps * 8bits/byte = 38400 bps ILBC with 802.1q tag: [ 38 bytes (payload) + 40 bytes (ipheader) + 22 bytes (ethernet)] * 50 pps * 8bits/byte = 40000 bps it is there the homework, with or without 802.1q: I do not know if A or B
upvoted 1 times
G0y0
1 month, 2 weeks ago
Now, in my experience, I have worked with Gateways, CUBE's, I don't recall having to tag with 802.1q. Normally, we configure the access or distribution switch port either in routable mode or in switchport access mode without 802.1q. So, based on what I know and have done in my career, I wouldn't include the four bytes of 802.1q in the calculation, and in those cases, I would lean toward answer A. But be careful, that doesn't mean it's a general rule.
upvoted 1 times
G0y0
1 month, 2 weeks ago
Perhaps taking in count that it is a link to another organization, it is more suitable to not consider the 802.1Q. In fact, inside a LAN between switches and trunks, there could be suitable 802.1q to do intervlan trunking and stuff like that. So in this case, probably I would select A again.
upvoted 1 times
...
...
...
Gary1968
4 months, 3 weeks ago
Selected Answer: B
If the correct answer points to ILBC, shouldn't B be the correct answer?
upvoted 1 times
...
Piji
8 months, 3 weeks ago
Selected Answer: A
A. is correct answer.
upvoted 4 times
...
jmer311
1 year, 6 months ago
If you refer to Cisco's Ethernet Bandwidth table, only ilbc mode 30 would be able to run 5 concurrent calls on that link so answer should be A. As noted 5 x 31.2 = 156kb. Source: https://www.cisco.com/c/en/us/support/docs/voice/voice-quality/7934-bwidth-consume.html
upvoted 2 times
Omitted
12 months ago
You linked the right document but might have been looking in the wrong spot for ilbc which should be 38.4*5 = 192kb. A should be correct as it uses the default codec of G.729 and your math checks out (5*31.2 - 156kb).
upvoted 3 times
...
...
F3rnando
1 year, 8 months ago
https://www.cisco.com/c/en/us/support/docs/voice/voice-quality/7934-bwidth-consume.html G.729: 31.2×5= 156kb ilbc: 38.4×5= 192kb so its A for me
upvoted 4 times
...
brianccie
1 year, 9 months ago
iLBC is correct and acceptable answer - The internet Low Bit Rate Codec (iLBC) is designed for narrow band speech and results in a payload bit rate of 13.33 kbits per second for 30-millisecond (ms) frames and 15.20 kbits per second for 20 ms frames. When the codec operates at block lengths of 20 ms, it produces 304 bits per block, which is packetized as defined in RFC 3952. Similarly, for block lengths of 30 ms it produces 400 bits per block, which is packetized as defined in RFC 3952. The iLBC has built-in error correction functionality to provide better performance in networks with higher packet loss mode frame_size—The iLBC operating frame mode that will be encapsulated in each packet. Valid entries are 20 (20ms frames for 15.2kbps bit rate) or 30 (30ms frames for 13.33 kbps bit rate). Default is 20
upvoted 1 times
...
valsrock
2 years, 9 months ago
Each call must be equal or less than 32 kbps, so iLBC is the correct
upvoted 1 times
spag22500
2 years, 8 months ago
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/voice/cube/configuration/cube-book/cube-codec-basic.html
upvoted 1 times
...
spag22500
2 years, 8 months ago
but iblc 20 it's 38,4 kbps => x5 = 192 kps => more than 160 kps correct answer is not "A"? Becouse without codec value in the dial-peer, by default it's use G729, and G729 is 31.2 kps => x5 = 156 kps
upvoted 11 times
Abhishek1610
2 years, 4 months ago
So the answer is option "A"?
upvoted 2 times
...
CollabGuy
2 years, 6 months ago
Damn. I chose iLBC instinctively, but I also think you are right. g729r8, 20-byte payload is configured by default and total would be 156kbps. Tricky question...
upvoted 5 times
MIi2604
2 years, 3 months ago
i also guess it is A - anyone else confirm this ?
upvoted 2 times
...
...
XalaGyan
2 years, 1 month ago
you nailed it with the explanation. thank you
upvoted 1 times
...
...
...
Griswald
2 years, 9 months ago
mode frame_size—The iLBC operating frame mode that will be encapsulated in each packet. Valid entries are 20 (20ms frames for 15.2kbps bit rate) or 30 (30ms frames for 13.33 kbps bit rate). Default is 20.•bytes payload_size—Number of bytes in an RTP packet. For mode 20, valid values are 38 (default), 76, 114, 152, 190, and 228. For mode 30, valid values are 50(default), 100, 150, and 200
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago