From 17e9fe37b581a0d2c42ec791722c87784ae4094f Mon Sep 17 00:00:00 2001 From: Benttto <1012952380@qq.com> Date: Sat, 12 Mar 2022 22:36:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=B0=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../1.QoS\346\246\202\350\277\260/03.md" | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 "data/3.\347\275\221\347\273\234\351\253\230\351\230\266/3.QoS/1.QoS\346\246\202\350\277\260/03.md" diff --git "a/data/3.\347\275\221\347\273\234\351\253\230\351\230\266/3.QoS/1.QoS\346\246\202\350\277\260/03.md" "b/data/3.\347\275\221\347\273\234\351\253\230\351\230\266/3.QoS/1.QoS\346\246\202\350\277\260/03.md" new file mode 100644 index 0000000..f36936c --- /dev/null +++ "b/data/3.\347\275\221\347\273\234\351\253\230\351\230\266/3.QoS/1.QoS\346\246\202\350\277\260/03.md" @@ -0,0 +1,21 @@ +# QoS + +对于QoS提供的调度算法,以下说法不正确的是 + +## 答案 + +QoS采用先进先出(FIFO)调度 + +## 选项 + +### A + +至少要能区分队列中的不同分组 + +### B + +需要知道每个分组的服务等级 + +### C + +调度算法决定下一个处理队列中的哪个分组 -- GitLab