nerdexam
Cisco

210-065 · Question #137

Refer to the exhibit. In the SDP that is displayed, to which IP address and port should the receiving end send its content video channel media?

The correct answer is D. 192.168.1.5:50008. In SDP, the destination address and port for a specific media stream are determined by reading the c= connection line and m= port of that stream's media section.

Video Concepts

Question

Refer to the exhibit. In the SDP that is displayed, to which IP address and port should the receiving end send its content video channel media?

Exhibit

210-065 question #137 exhibit

Options

  • A192.168.1.4:2048
  • B192.168.1.4:50000
  • C192.168.1.5:50002
  • D192.168.1.5:50008

How the community answered

(53 responses)
  • A
    6% (3)
  • B
    19% (10)
  • C
    11% (6)
  • D
    64% (34)

Why each option

In SDP, the destination address and port for a specific media stream are determined by reading the c= connection line and m= port of that stream's media section.

A192.168.1.4:2048

192.168.1.4:2048 corresponds to the address and port of a different media stream section in the SDP, not the content video channel.

B192.168.1.4:50000

192.168.1.4:50000 references the wrong IP address for the content video channel; the correct address for that stream's c= line is 192.168.1.5.

C192.168.1.5:50002

192.168.1.5:50002 uses the correct IP address but references the wrong port number, which belongs to a different media stream than the content video channel.

D192.168.1.5:50008Correct

SDP describes each media stream in its own section beginning with an m= line that specifies media type and port, paired with a c= line specifying the destination IP address for that stream. The content video channel in the exhibit is represented as a separate video media section with connection address 192.168.1.5 and port 50008, so the receiving end must send its content video media to 192.168.1.5:50008 as defined by RFC 4566.

Concept tested: SDP connection and media lines for content video

Source: https://datatracker.ietf.org/doc/html/rfc4566

Topics

#SDP parsing#media channel#content video#IP port mapping

Community Discussion

No community discussion yet for this question.

Full 210-065 Practice