Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
DQOS Exam Certification Guide - Cisco press.pdf
Скачиваний:
73
Добавлен:
24.05.2014
Размер:
12.7 Mб
Скачать

806 Appendix A: Answers to the “Do I Know This Already?” Quizzes and Q&A Sections

23List the command needed to set the minimum threshold to 25, the maximum threshold to 50, and the mark probability denominator to 4, for precedence 2.

random-detect precedence 2 25 50 4

24What show command lists detailed statistics about random drops on interface S1/1? show queueing interface s1/1

Flow-Based WRED (FRED)

25List the queuing tools that can be concurrently supported on an interface when FRED has been enabled directly on a serial interface.

FIFO Queuing only.

26Identify the most significant difference between FRED operation and WRED operation.

FRED discards packets more aggressively for flows that try to consume a relatively large amount of space in a queue, whereas WRED does not. By doing so, UDP flows can be prevented from taking too much of the space in the queue.

27List the three categories of flows defined by FRED, and identify which category has its packets discarded most aggressively.

Robust flows, fragile flows, and nonadaptive flows. Nonadaptive flows are discarded most aggressively

28Describe how FRED prevents TCP starvation.

FRED prevents hungry UDP flows from consuming too much of a queue, which in turn prevents TCP starvation.

29List the queuing tools that can enable FRED for use with some or all queues, effectively enabling FRED concurrently with the queuing tool.

None.

30Suppose that an interface has five active flows, with Flow 1 consuming 20 queue entries, and a maximum queue size of 40. Describe the terms “maximum per-flow queue depth,” and give an example of how it is calculated with this example. Use default values for any information not stated in the question.

The maximum per-flow queue depth defines the dividing line between fragile flows and nonadaptive flows with FRED. First, the average per-flow queue depth is calculated as 40/5 in this case, or 8. The average per-flow queue depth is multiplied by a scaling factor, which defaults to 4, giving a maximum per-flow queue depth of 32. Flow 1 would be considered a fragile flow, because it has fewer than 32 packets in the queue.

Chapter 7 807

31Taking as many defaults as possible, list the configuration commands needed to configure precedence-based FRED on interface S1/1.

interface serial 1/1

random-detect flow-based

By using the random-detect flow-based command, Cisco IOS Software adds the random-detect command automatically.

32Taking as many defaults as possible, list the configuration commands needed to configure DSCP-based FRED on interface S1/1.

interface serial 1/1

random-detect dscp-based

random-detect flow-based

If you had just used the random-detect flow-based command, and not the randomdetect dscp-based command, Cisco IOS Software would have added the randomdetect command automatically, which enables precedence-based WRED.

Chapter 7

“Do I Know This Already?” Quiz

Compression

1Describe what is compressed, and what is not compressed, when using payload compression. Be as specific as possible regarding headers and data.

Payload compression does not compress the data-link header and trailer, but it does compress all the headers and data between the two. Specifically, the IP, TCP, UDP, RTP headers as appropriate, and the user data, are compressed.

2Describe what is compressed, and what is not compressed, when using TCP header compression. Be as specific as possible regarding headers and data.

IP packets that also have TCP headers are compressed. The compression algorithm does not compress the data-link header or trailer. It does compress both the IP and TCP headers. It does not compress any user data that follows the TCP header.

808 Appendix A: Answers to the “Do I Know This Already?” Quizzes and Q&A Sections

3Describe what is compressed, and what is not compressed, when using RTP header compression. Be as specific as possible regarding headers and data.

IP packets that also have RTP headers are compressed. The compression algorithm does not compress the data-link header or trailer. It does compress the IP, UDP, and RTP headers. It does not compress any user data that follows the RTP header.

4List the three point-to-point payload compression options available in IOS.

Stacker, Microsoft Point-to-Point Compression (MPPC), and Predictor.

5When TCP header compression is used, what is the range of sizes of the part of the frame that can be compressed, and what is the range of sizes for this field of the frame after compression?

TCP header compression compresses the 20-byte IP header and 20-byte TCP header, with the combined field size of 40 bytes. The compressed field will be between 3 and 5 bytes.

6When RTP header compression is used, what is the range of sizes of the part of the frame that can be compressed, and what is the range of sizes for this field of the frame after compression?

RTP header compression compresses the 20-byte IP header, 8-byte UDP header, and 12-byte RTP header, with the combined field size of 40 bytes. The compressed field will be between 2 and 4 bytes.

Link Fragmentation and Interleave

7List the words represented by the abbreviation LFI.

Link fragmentation and interleaving.

8To achieve a 20-ms serialization delay on a 128-kbps link, how long can the fragments be?

The formula is max-delay * bandwidth, which is .02 * 128,000 = 2560 bits, or 320 bytes.

9What queuing tools can you enable directly on a serial interface when using multilink Point-to-Point Protocol with link fragmentation and interleaving (MLP LFI), as compared to when you are just using PPP?

All the queuing tools available for use with PPP are also available with MLP LFI. There are no restrictions.

Chapter 7 809

10What command can you use to determine the fragment size used for MLP LFI? What is the only parameter of the command?

The ppp multilink fragment-delay command sets the maximum serialization delay in milliseconds. IOS calculates the fragment size using the formula max-delay * bandwidth.

11What command enables FRF and sets the fragment size?

The frame-relay fragment fragment_size command.

12What other QoS feature for Frame Relay must you enable when you configure FRF.12 as well?

Frame Relay traffic shaping (FRTS).

Q&A

Compression Tools

1Describe what is compressed, and what is not compressed, when using payload compression. Be as specific as possible regarding headers and data.

Payload compression does not compress the data-link header and trailer, but it does compress all the headers and data between the two. Specifically, the IP, TCP, UDP, RTP headers as appropriate, and the user data, are compressed.

2Describe what is compressed, and what is not compressed, when using TCP header compression. Be as specific as possible regarding headers and data.

IP packets that also have TCP headers are compressed. The compression algorithm does not compress the data link header or trailer. It does compress both the IP and TCP headers. It does not compress any user data that follows the TCP header.

3Describe what is compressed, and what is not compressed, when using RTP header compression. Be as specific as possible regarding headers and data.

IP packets that also have RTP headers are compressed. The compression algorithm does not compress the data-link header or trailer. It does compress the IP, UDP, and RTP headers. It does not compress any user data that follows the RTP header.

4List the three point-to-point payload compression options available in IOS.

Stacker, Microsoft Point-to-Point Compression (MPPC), and Predictor.

810 Appendix A: Answers to the “Do I Know This Already?” Quizzes and Q&A Sections

5Suppose a packet is sent across a network with no compression. Later, a packet of the exact same size and contents crosses the network, but payload compression is used on the one serial link in the network. Describe the difference in bandwidth and delay in the network between these two packets.

The compressed packet experiences longer delay, all other things being equal, because the compression algorithm does take some time to execute. The compressed packet consumes less bandwidth on the link, because the compression algorithm has made it smaller. An overall reduction in queue sizes can occur as well, which can actually then reduce delay and jitter.

6List the three options for Frame Relay payload compression in IOS. Which of the three is not Cisco proprietary?

Packet by packet, data stream, and FRF.9 are the three options. FRF.9 is not Cisco proprietary.

7Which payload compression tool in IOS supports Link Access Procedure, Balanced (LAPB), High-Level Data Link Control (HDLC) and Point-to-Point Protocol (PPP) encapsulations?

Stacker.

8How much bandwidth should a G.729 call require over Frame Relay, and how much should be required with cRTP?

A single G.729 call requires 26.4 kbps over Frame Relay, but it only needs 11.2 kbps using cRTP.

9When TCP header compression is used, what is the range of sizes of the part of the frame that can be compressed, and what is the range of sizes for this field of the frame after compression?

TCP header compression compresses the 20-byte IP header and 20-byte TCP header, with the combined field size of 40 bytes. The compressed field will be between 3 and 5 bytes.

10When RTP header compression is used, what is the range of sizes of the part of the frame that can be compressed, and what is the range of sizes for this field of the frame after compression?

RTP header compression compresses the 20-byte IP header, 8-byte UDP header, and 12-byte RTP header, with the combined field size of 40 bytes. The compressed field will be between 2 and 4 bytes.

11To configure Stacker payload compression on a point-to-point link, what command(s) is used, and in what configuration modes?

The compress stac interface subcommand.