久久久国产精品秘人口麻豆|永久免费AV无语国产|人成电影免费中文字幕|久久AV嫩草影院2

    1. <dfn id="yitbn"><samp id="yitbn"><progress id="yitbn"></progress></samp></dfn>

          <div id="yitbn"></div>

          1. 首頁 考試吧論壇 Exam8視線 考試商城 網(wǎng)絡課程 模擬考試 考友錄 實用文檔 求職招聘 論文下載
            2011中考 | 2011高考 | 2012考研 | 考研培訓 | 在職研 | 自學考試 | 成人高考 | 法律碩士 | MBA考試
            MPA考試 | 中科院
            四六級 | 職稱英語 | 商務英語 | 公共英語 | 托福 | 雅思 | 專四專八 | 口譯筆譯 | 博思 | GRE GMAT
            新概念英語 | 成人英語三級 | 申碩英語 | 攻碩英語 | 職稱日語 | 日語學習 | 法語 | 德語 | 韓語
            計算機等級考試 | 軟件水平考試 | 職稱計算機 | 微軟認證 | 思科認證 | Oracle認證 | Linux認證
            華為認證 | Java認證
            公務員 | 報關員 | 銀行從業(yè)資格 | 證券從業(yè)資格 | 期貨從業(yè)資格 | 司法考試 | 法律顧問 | 導游資格
            報檢員 | 教師資格 | 社會工作者 | 外銷員 | 國際商務師 | 跟單員 | 單證員 | 物流師 | 價格鑒證師
            人力資源 | 管理咨詢師考試 | 秘書資格 | 心理咨詢師考試 | 出版專業(yè)資格 | 廣告師職業(yè)水平
            駕駛員 | 網(wǎng)絡編輯
            衛(wèi)生資格 | 執(zhí)業(yè)醫(yī)師 | 執(zhí)業(yè)藥師 | 執(zhí)業(yè)護士
            會計從業(yè)資格考試會計證) | 經(jīng)濟師 | 會計職稱 | 注冊會計師 | 審計師 | 注冊稅務師
            注冊資產評估師 | 高級會計師 | ACCA | 統(tǒng)計師 | 精算師 | 理財規(guī)劃師 | 國際內審師
            一級建造師 | 二級建造師 | 造價工程師 | 造價員 | 咨詢工程師 | 監(jiān)理工程師 | 安全工程師
            質量工程師 | 物業(yè)管理師 | 招標師 | 結構工程師 | 建筑師 | 房地產估價師 | 土地估價師 | 巖土師
            設備監(jiān)理師 | 房地產經(jīng)紀人 | 投資項目管理師 | 土地登記代理人 | 環(huán)境影響評價師 | 環(huán)保工程師
            城市規(guī)劃師 | 公路監(jiān)理師 | 公路造價師 | 安全評價師 | 電氣工程師 | 注冊測繪師 | 注冊計量師
            繽紛校園 | 實用文檔 | 英語學習 | 作文大全 | 求職招聘 | 論文下載 | 訪談 | 游戲
            您現(xiàn)在的位置: 考試吧(eeeigo.com) > 軟件水平考試 > 模擬試題 > 網(wǎng)絡工程師 > 正文

            2010年軟件水平考試網(wǎng)絡工程師模擬練習題

            考試吧整理了2010年軟件水平考試網(wǎng)絡工程師模擬練習題,幫助考生備考。

              • In the following essay, each blank has four choices. Choose the best answer and write down on the answer sheet.In low-speed network,it is usually adequate to wait for congestion to occur and then react to it by telling the source of packets to slow down. In high-speed networks, this approach often works poorly, because in the (71) between sending the notification and notification arriving at the source, thousands of additional (72) may arrive. In ATM network , a major tool for preventing (73) is (74) control. When a host wants a new virtual (75) ,it must describe the traffic to be offered and the service expected.

              (71) A interval B time C slot D delay

              (72) A packets B cells C message D files

              (73) A collision B congestion C drop D delay

              (74) A flow B admission C traffic D time

              (75) A path B rout C circuit D way

              答案:(71) A (72)A (73)B(74)B(75)C

              網(wǎng)絡工程師模擬試題下(2)

              試題一:(15分)

              某網(wǎng)絡的連接于圖1所示,其路由器的配置如下。

              【路由器Router的部分配置信息】

              Router(config)#interface fastEthernet1/0.1

              Router(config-subif)#encapsulation isl 11 (1)

              Router(config-subif)#ip address 10.1.1.1 255.255.255.0 (2)

              Router(config-subif)#exit

              Router(config)# interface fastEthernet1/0.2

              Router(config- subif)#encapsulation isl 12

              Router(config- subif)#ip address 10.1.2.1 255.255.255.0

              Router(config-subif)#exit

              Router(config)# interface fastEthernet1/0.3

              Router(config- subif)#encapsulation isl 13

              Router(config- subif)#ip address 10.1.3.1 255.255.255.0

              Router(config-subif)#exit

              Router(config)# ip routing (3)

              【交換機Switch1的部分配置信息】

              Switch1(config)#vlan database (4)

              Switch1(vlan)#vlan 11 (5)

              Switch1(vlan)#vlan 12

              Switch1(vlan)#vlan 13

              Switch1(vlan)#exit

              Switch1(config)#interface fastEthernet0/0

              Switch1(config-if)#switchport mode trunk(6)

              Switch1(config-if)#switchport trunk allowed all (7)

              Switch1(config-if)#exit

              Switch1(config)#interface fastEthernet0/1

              Switch1(config-if)#switchport mode trunk

              Switch1(config-if)#switchport trunk allowed all

              Switch1(config-if)#exit

              Switch1(config)#interface fastEthernet0/2

              Switch1(config-if)#switchport mode trunk

              Switch1(config-if)#switchport trunk allowed all

              Switch1(config-if)#exit

              【問題1】

              解釋畫線部分的意義。(7分)

              答: (1)將vlan11 的接口封裝為ISL(2)設置vlan1的默認網(wǎng)關為10.1.1.1 (3)啟動ip轉發(fā) (4)定義vlan (5)定義一個vlan 為11 (6)接口設置為trunk模式 (7)允許所有vlan信息在trunk中傳遞

              【問題2】

              給出三個vlan各自的IP地址范圍。(3)

              vlan11 10.1.1.0/24 vlan12 10.1.2.0/24 vlan13 10.1.3.0/24

            上一頁  1 2 3 4 5 6 7 8 9 10  ... 下一頁  >> 
              相關推薦:軟件水平考試網(wǎng)絡工程師學習筆記匯總(完整版)
                   計算機軟件水平考試網(wǎng)工歷年真題匯總
            文章搜索
            軟件水平考試欄目導航
            版權聲明:如果軟件水平考試網(wǎng)所轉載內容不慎侵犯了您的權益,請與我們聯(lián)系800@eeeigo.com,我們將會及時處理。如轉載本軟件水平考試網(wǎng)內容,請注明出處。