書名: Data Communications and Networking with TCP/IP Protocol Suite (6版)
作者: Forouzan
版次: 6
ISBN: 9781260597820
出版社: McGraw-Hill
出版日期: 2021/11
重量: 1.08 Kg
頁數: 864
#資訊
#資訊安全與加密
#電腦網際網路
#計算機概論
定價: 1600
售價: 1504
庫存: 庫存: 1
LINE US! 詢問這本書 團購優惠、書籍資訊 等

付款方式: 超商取貨付款 line pay
信用卡 全支付
線上轉帳 Apple pay
物流方式: 超商取貨
宅配
門市自取

詳細資訊

Data Communications and Networking with TCP/IP Protocol Suite 6/e 作者:Behrouz A. Forouzan ISBN:9781260597820 版次:6 年份:2022 出版商:McGraw-Hill 頁數/規格:860頁/平裝雙色 Description Data Communications and Networking, 6th edition, teaches the principles of networking using TCP/IP protocol suite, It employs a bottom-up approach where each layer in the TCP/IP protocol suite is built on the services provided by the layer below. This edition has undergone a major restructuring to reduce the number of chapters and focus on the organization of TCPIP protocol suite. It concludes with three chapters that explore multimedia, network management, and cryptography/network security. Technologies re elated to data communications and networking are among the fastest growing in our culture today, and there is no better guide to this rapidly expanding field than Data Communications and Networking. Table of Contents Chapter 1: Introduction Chapter 2: Physical Layer Chapter 3: Data-Link Layer Chapter 4: Local Area Networks: LANs Chapter 5: Wide Area Networks: WANs Chapter 6: Connecting Devices and Virtual LANs Chapter 7: Network Layer: Data Transfer Chapter 8: Network Layer: Routing of Packets Chapter 9: Transport Layer Chapter 10: Application Layer Chapter 11: Multimedia Chapter 12: Network Management Chapter 13: Cryptography and Network Security

為您推薦

Discrete Mathematics and Its Applications 8/e (Annotated Edition) 導讀本 (8版)

Discrete Mathematics and Its Applications 8/e (Annotated Edition) 導讀本 (8版)

其他會員也一起購買

書名:Discrete Mathematics and Its Applications 8/E(離散數學導讀本) 作者:Rosen 出版社:麥格羅希爾 出版日期:2020/01/00 ISBN:9789863414254 內容簡介 離散數學是數學、計算機科學及電機工程的必修科目,也是其他工程相關系所的必選科目之一。而Kenneth H. Rosen教授所編寫的離散數學一書,自1988年發行初版以來,如今已修訂至第八版,本書挑選的十三章內容中,除了有最基礎的理論性課題外,還包含了與實用相關的課題。  本書非常強調數學推理以及各種解題方式,並以五大重要的主題貫穿全書: ♦數學推理:本書強調數學歸納法的技巧,藉甶各種不同形態的範例進行說明。 ♦組合分析:重點在於使用組合分析來解決計數問題,以及演算法的解析,而不是直接套用公式。 ♦離散結構:包括集合、排列、關係、圖形、樹圖及有限狀態機器。 ♦演算法思考:某些類別的問題可藉由演算法的明確敍述來解決。一旦被清楚說明之後,就可建構電腦程式予以執行。 ♦應用與模型化:本書探討許多關於資訊科學和資料網路方面的應用,另外還包括化學、植物學、動物學、語言學、地理、商業、網際網路等各種領域。  除了課文之外,每章平均有超過百則的練習題,書末並附有奇數練習題之解答,能提供同學豐富且多元的練習機會。

原價: 1280 售價: 1203 現省: 77元
立即查看
C++ How to Program (10版)

C++ How to Program (10版)

其他會員也一起購買

書名:C++ How to Program 10/E GE 作者:Paul J. Deitel 出版社:PEARSON 出版日期:2016/12/00 ISBN:9781292153346

原價: 1490 售價: 1460 現省: 30元
立即查看
電磁學 (2版)

電磁學 (2版)

其他會員也一起購買

【原文書】 書名:Field and Wave Electromagnetics 2/e (台灣印製版) 作者 : David K. Cheng 出版社:PEARSON ISBN:9789862803165 【中文翻譯書】 書名:電磁學 第二版 原文書名:Field and Wave Electromagnetics 2/E 譯者:李永勳 作者: David K. Cheng 出版社:偉明 ISBN : 9789579899109 目 錄: 1:電磁模型 2:向量分析 3:靜電場 4:靜電問題的解 5:穩定電流 6:靜磁場 7:時變場和馬克斯威爾方程式 8:平面電磁波 9:傳輸線的原理及應用 10:波導管及空腔共振器 11:天線與輻射系統 A:符號與單位 B:一些重要常數 C:圖表索引

原價: 950 售價: 893 現省: 57元
立即查看
Introduction to Algorithms (4版)

Introduction to Algorithms (4版)

其他會員也一起購買

【原文書】 書名:Introduction to Algorithms 4/e (美國原版精裝本) 作者: T. H. Cormen、C. E. Leiserson、R. L. Rivest、 C.Stein 出版社:MIT 出版日期: 2022/00/00 ISBN:9780262046305 內容簡介 A comprehensive update of the leading algorithms text, with new material on matchings in bipartite graphs, online algorithms, machine learning, and other topics. Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. Introduction to Algorithms uniquely combines rigor and comprehensiveness. It covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers, with self-contained chapters and algorithms in pseudocode. Since the publication of the first edition, Introduction to Algorithms has become the leading algorithms text in universities worldwide as well as the standard reference for professionals. This fourth edition has been updated throughout. New for the fourth edition New chapters on matchings in bipartite graphs, online algorithms, and machine learning New material on topics including solving recurrence equations, hash tables, potential functions, and suffix arrays 140 new exercises and 22 new problems Reader feedback-informed improvements to old problems Clearer, more personal, and gender-neutral writing style Color added to improve visual presentation Notes, bibliography, and index updated to reflect developments in the field Website with new supplementary material Table of contents Preface xiii I Foundations Introduction 3 1 The Role of Algorithms in Computing 5 2 Getting Started 17 3 Characterizing Running Times 49 4 Divide-and-Conquer 76 5 Probabilistic Analysis and Randomized Algorithms 126 II Sorting and Order Statistics  Introduction 157 6 Heapsort 161 7 Quicksort 182 8 Sorting in Linear Time 205 9 Medians and Order Statistics 227 III Data Structures  Introduction 249 10 Elementary Data Structures 252 11 Hash Tables 272 12 Binary Search Trees 312 12 Red-Black Trees 331 IV Advanced Design and Analysis Techniques  Introduction 361 14 Dynamic Programming 362 15 Greedy Algorithms 417 16 Amortized Analysis 448 V Advanced Data Structures Introduction 477 17 Augmenting Data Structures 480 18 B-Trees 497 19 Data Structures for Disjoint Sets 520 VI Graph Algorithms  Introduction 547 20 Elementary Graph Algorithms 549 21 Minimum Spanning Trees 585 22 Single-Source Shortest Paths 604 23 All-Pairs Shortest Paths 646 24 Maximum Flow 670 25 Matchings in Bipartite Graphs 704 VII Selected Topics Introduction 745 26 Parallel Algorithms 748 27 Online Algorithms 791 28 Matrix Operations 819 29 Linear Programming 850 30 Polynomials and the FFT 877 31 Number-Theoretic Algorithms 903 32 String Matching 957 33 Machine-Learning Algorithms 1003 34 NP-Completeness 1042 35 Approximation Algorithms 1104 VIII Appendix: Mathematical Background Introduction 1139 A Summations 1140 B Sets, Etc. 1153 C Counting and Probability 1178 D Matrices 1214 Bibliography 1227 Index 1251

原價: 2190 售價: 2081 現省: 109元
立即查看
Computer Organization and Design MIPS Edition: The Hardware/Software Interface (6版)

Computer Organization and Design MIPS Edition: The Hardware/Software Interface (6版)

其他會員也一起購買

原文書資訊 書名:Computer Organization and Design MIPS Edition: The Hardware/Software Interface 6/E 2021 <MK> 作者: David A. Patterson ISBN: 9780128201091 出版社: Morgan Kaufmann 出版年: 2021年 書籍內容: Table of Contents 1. Computer Abstractions and Technology 2. Instructions: Language of the Computer 3. Arithmetic for Computers 4. The Processor 5. Large and Fast: Exploiting Memory Hierarchy 6. Parallel Processors from Client to Cloud Appendix A. Assemblers, Linkers, and the SPIM Simulator B. The Basics of Logic Design C. Graphics and Computing GPUs D. Mapping Control to Hardware E. A Survey of RISC Architectures for Desktop, Server, and Embedded Computers 中文書資訊 書名: 計算機組織與設計: 硬體/軟體的介面 5/e (Patterson: Computer Organization and Design 5/e)(Asian Edition)5/E 2015 <東華> 作者: 鍾崇斌、楊惠親 譯 Patterson ISBN: 9789574838110 出版社: 東華 出版年: 2015年 書籍內容: 1 計算機抽象化與科技 2指令:計算機的語言 3計算機的算術 4處理器 5大且快:利用記憶體階層 6從客戶端到雲端的平行處理器 附錄A 組譯器、聯結器與SPIM模擬器 附錄B TH-2 天河二號高效能計算系統 附錄F 晶片上網路

原價: 3500 售價: 3325 現省: 175元
立即查看
計算機結構-計量方法(Hennessy,: COMPUTER ARCHITECTURE: A QUANTITATIVE APPROACH 5/E ) (5版)

計算機結構-計量方法(Hennessy,: COMPUTER ARCHITECTURE: A QUANTITATIVE APPROACH 5/E ) (5版)

其他會員也一起購買

【中文翻譯書】 書名:計算機結構-計量方法 第五版 原文書名:Computer Architecture A Quantitative Approach 作者:John L. Hennessy, David A. Patterson 譯者:郭景致 巫坤品 阮聖彰 李春良 出版社:東華 書號:ME0329C 出版日期:2012/10 ISBN:9789574837281 本書序言   .新版本的第 1 章份量加重,包括了有關能量、靜態功率、動態功率、積體電路成本、可靠性以及可用性的公式。   .第 2 章討論了 10 種先進的快取記憶體最佳化。第 2 章包括新的一節討論虛擬機,在防護、軟體管理及硬體管理方面可以提供好處,也在雲端運算方面扮演重要的角色。除了涵蓋 SRAM 和 DRAM 的技術之外,本章也包括了討論快閃記憶體的新教材。PIAT 範例是使用在 PMD 的 ARM Cortex A8 以及使用在伺服器的Intel Core i7。   .第 3 章涵蓋了指令階層平行化在高效能處理器上的運用,包括超純量執行、分支預測、推測機制、動態排程以及多執行緒。第 3 章也衡量了ILP 的限制。就像第 2章,PIAT 範例同樣是 ARM Cortex A8 和 Intel Core i7。   .第 4 章從介紹向量結構開始,作為建立多媒體SIMD 指令集擴充版和 GPU 之說明的基礎。有關 GPU 的章節是本書最難撰寫的,因為它得多次反覆說明才能得到精確又容易瞭解的描述。本章介紹屋頂線效能模型並使用它來比較 Intel Core i7 和 NVIDIA GTX-280 與 GTX-480 GPU。本章也描述了 PMD 所用的 Tegra 2 GPU。   .第 5 章描述多核心處理器,探討對稱式與分散式記憶體結構,檢視其組織原則與效能;接下去便是同步化與記憶體一致性模型方面的課題。   .第 6 章描述計算機結構中的最新課題──數位倉儲型電腦 (warehouse-scale computer, WSC)。依靠 Amazon 網路服務和 Google 工程師的協助,本章整合了結構工程師鮮少察覺到的 WSC 之設計、成本與效能的細節。本章在說明 WSC 的結構與實體製作之前 (包括成本),先從流行的MapReduce 程 式計模型開始。成本讓我們得以解釋雲端運算的興起,藉此可以比較便宜地在雲端使用 WSC 作計算,勝過在您的區域資料中心作計算。 目錄 Chapter 1 計量設計與分析的基礎 Chapter 2 記憶體層級的設計 Chapter 3 指令階層平行化及其開發 Chapter 4 向量、SIMD 與 GPU 結構當中的資料階層平行化 Chapter 5 執行緒階層平行化 Chapter 6 開發需求階層與資料階層平行化的數位倉儲型電腦 Appendix A 指令集原理 Appendix B 記憶體層級的回顧 Appendix C 管線化:基本與進階的觀念

原價: 1250 售價: 1175 現省: 75元
立即查看
Fundamentals of Database Systems (7版)

Fundamentals of Database Systems (7版)

其他會員也一起購買

書名:Fundamentals of Database Systems, 7E Global Edition 作者:ELMASRI & NAVATHE 出版社:PEARSON 出版日期:2017/00/00 ISBN:9781292097619 Table of Contents: Part 1: Introduction to Databases Chapter 1: Databases and Database Users Chapter 2: Database Systems Concepts and Architecture Part 2: Conceptual Data Modeling and Database Design Chapter 3: Data Modeling Using the Entity Relationship (ER) Model Chapter 4: The Enhanced Entity Relationship (EER) Model Part 3: The Relational Data Model and SQL Chapter 5: The Relational Data Model and Relational Database Constraints Chapter 6: Basic SQL Chapter 7: More SQL: Complex Queries, Triggers, Views, and Schema Modification Chapter 8: The Relational Algebra and Relational Calculus Chapter 9: Relational Database Design by ER- and EER-to-Relational Mapping Part 4: Database Programming Techniques Chapter 10: Introduction to SQL Programming Techniques Chapter 11: Web Database Programming Using PHP Part 5: Object, Object-Relational, and XML: Concepts, Models, Languages, and Standards Chapter 12: Object and Object-Relational Databases Chapter 13: XLM: Extensible Markup Language Part 6: Database Design Theory and Normalization Chapter 14: Basics of Functional Dependencies and Normalization for Relational Databases Chapter 15: Relational Database Design Algorithms and Further Dependencies Part 7: File Structures, Hashing, Indexing, and Physical Database Design Chapter 16: Disc Storage, Basic File Structures, Hashing, and Modern Storage Architectures Chapter 17: Indexing Structures for Files and Physical Database Design Part 8: Query Processing and Optimization Chapter 18: Strategies for Query Processing Chapter 19: Query Optimization Part 9: Transaction Processing, Concurrency Control, and Recovering Chapter 20: Introduction to Transaction Processing Concepts and Theory Chapter 21: Concurrency Control Techniques Chapter 22: Database Recovery Techniques Part 10: Distributed Databases, NOSQL Systems, Cloud Computing, and Big Data Chapter 23: Distributed Database Concepts Chapter 24: NOSQL Databases and Big Data Storage Systems Chapter 25: Big Data Technologies Based on MapReduce and Hadoop Part 11: Advanced Database Models, Systems, and Applications Chapter 26: Enhanced Data Models: Introduction to Active, Temporal, Spatial, Multimedia, and Deductive Databases Chapter 27: Introduction to Information Retrieval and Web Search Chapter 28: Data Mining Concepts Chapter 29: Overview of Data Warehousing and OLAP Part 12: Additional Database Topics: Security Chapter 30: Database Security Appendix A: Alternative Diagrammatic Notations for ER Models Appendix B: Parameters of Disks Appendix C: Overview of the QBE Language Appendix D: Overview of the Hierarchical Data Model Appendix E: Overview of the Network Data Model

原價: 1550 售價: 1457 現省: 93元
立即查看
演算法 (4版)

演算法 (4版)

其他會員也一起購買

演算法(第四版) +作者:戴顯權編著 +年份:2022 年4 版 +ISBN:9786269505043 +書號:CS0443 +規格:16開/平裝/單色 +頁數:368 +出版商:滄海 簡介 1.是一本以方法為導向的演算法教科書。 2.採用簡單範例,介紹演算法的基本設計方法,讓讀者易學易懂。 3.內容完整,包含所有大學生應該具備的演算法常識。 4.提供許多難易不等的習題,可供讀者依程度不同來做練習。 目錄 1 介紹 2 演算法與問題之分析 3 貪婪演算法 4 淘汰與搜尋法 5 分而治之法 6 動態規劃 7 NP-完備理論 8 處理 NP-完備問題 附錄一 中英對照表 附錄二 部分習題解答

原價: 460 售價: 428 現省: 32元
立即查看
現代財務管理 (2版)

現代財務管理 (2版)

其他會員也一起購買

書名:現代財務管理 4/e 作者:李隆生(Brigham 4/e) 出版社:東華 出版日期:2019/04/01 ISBN:9789579282277 內容簡介 本書特色   因應與時俱進的金融情勢演變,本書新版更新部分章節內容與實際案例,不但增進實務應用,更可了解新時代潮流之財務管理知識。非常適合作為大專院校財務管理課程的教科書,以及碩士班財務管理課程的參考書。   •理論和實務相互對照,提供許多真實案例,含括亞洲國家和美國公司案例和相關內容。   •內容完整;若有需要也可跳過部分主題,以增加授課的彈性。   •反映2008年以來全球金融風暴的最新發展,並討論這些事件對金融市場和企業經理人的意涵。   •「快問快答」幫助學生積極涉入並聚焦於所學到的內容。   •每一小節的「課堂小測驗」(SELF-TEST QUESTION)除了能用於提示學生關於本節的重要內容;也可作為課堂上的隨問隨答使用,有助於授課教師掌握學生的學習狀況。   •鑒於近幾年衍生性商品和跨國管理日益重要,本書在第2、18、19章的內容反映此趨勢。 目錄 第一單元 財務管理序論 第一章 財務管理綜述 第二章 金融市場和機構 第二單元 財務管理和財務預測的基本概念 第三章 財務報表和現金流量 第四章 財務報表分析 第五章 貨幣的時間價值 第六章 財務規劃和預測 第三單元 金融資產 第七章 利率 第八章 風險和報酬率 第九章 債券和債券評價 第十章 股票和股票評價 第四單元 長期資產投資:資本預算 第十一章 資本成本 第十二章 資本預算ABC 第十三章 現金流量預測和風險分析 第十四章 實質選擇權 第五單元 資本結構、股利政策和營運資本管理 第十五章 資本結構和財務槓桿 第十六章 股東所得:股利和庫藏股 第十七章 營運資本管理 第六單元 財務管理專題 第十八章 衍生性商品和風險管理 第十九章 跨國財務管理 第二十章 混合融資:特別股、租賃、權證和可轉換證券 第二十一章 併購 附錄A 方程式和表格 附錄B 常用符號和縮寫 附錄C 現值和終值表

原價: 850 售價: 799 現省: 51元
立即查看
古典與現代的對話──中文閱讀與表達 (5版)

古典與現代的對話──中文閱讀與表達 (5版)

其他會員也一起購買

【摘要】 語文是國家教育的基礎。大學國語文課程除了立基於十二年國教「語文能力、文學及文化素質、自主行動、溝通互動及社會參與」的核心素養目標外,並進一步強化學生的語文能力,希望透過更多元化的交流互動,提升學生感知、思辨及表述能力,建構與自我、他人、社會的連結。 本教材《古典與現代的對話──中文閱讀與表達》第五版,承續以往「生命教育」的核心精神,在文本內容與編排體例上略作調整,增列校友作品專區,融入環保、高齡等社會議題,並結合數位輔助資源,使教材更具傳承性與創新性,強調永續發展,符應SDGs精神。 本教材的內容分為三部分︰第一部分為單元文本,採主題式編排,以「生命意義的探索與追尋」為主軸。第二部分為「百年風華」校友專區,介紹本校後浪詩社的發展歷史與風格特色。第三部分為實用文書課程,收錄四個單元文書課程及三個數位輔助教材。 【目錄】 第一部分 單元文本 【生命的本質】 成長回顧單元/江右瑜◎編寫 插畫:羅雅文、張嘉恩 晉公子重耳出亡記(左傳) 山川草木(呂赫若) 文字內涵單元/周碧香◎編寫 插畫:張人文 春江花月夜(張若虛) 回到信仰的原點(蔣勳) 【生命的遇合】 感念親情單元/歐秀慧◎編寫 插畫:羅雅文、張嘉恩 先妣事略(歸有光) 父與女(張秀亞) 愛情抉擇單元/劉君[王告] ◎編寫 插畫:張嘉恩 琴心(王實甫) 現代詩選:〈絕版〉(許悔之)、〈一刻〉(陳義芝)、〈淚〉(敻虹) 人際關係單元/董淑玲◎編寫 插畫:任家禎、張嘉恩 滴翠亭楊妃戲彩蝶 埋香塚飛燕泣殘紅(曹雪芹) 小王子(聖‧修伯里) 【生命的開展】 城鄉印記單元/丁鳳珍◎編寫 插畫:張人文、張嘉恩 遊龍目井記(吳德功) 借暮色溫一壺老人茶——970年代台中城市記憶(楊翠) 生態環保單元/施秝湘◎編寫  記先夫人不殘鳥雀(蘇軾) 表達(廖鴻基) 家國關懷單元/馬行誼◎編寫 插畫:任家禎、張嘉恩 兼愛(上篇)(墨子) 臨床講義(蔣渭水) 社會議題單元/彭雅玲◎編寫 插畫:薛詣臻 白娘子永鎮雷峰塔(馮夢龍) 孩子不是我們的未來,老才是(張曼娟) 【生命的安頓】 德性涵養單元/楊裕貿◎編寫 插畫:張嘉恩 《論語》選(孔子形象) 談品格素養過時了嗎?(嚴長壽) 職涯志業單元/魏聰祺◎編寫  史記‧淮陰侯列傳(司馬遷) 你不是真的很愛錢吧?(侯文詠) 精神超越單元/高瑋謙◎編寫 插畫:張嘉恩 莊子‧逍遙遊(莊子) 莊馥華詩文選(莊馥華) 第二部分 「百年風華」校友專區 後浪詩社作品集︰期待後浪再起/楊淑華◎編寫 圖片提供:楊淑華 第三部分 實用文書課程 文言文預習與閱讀/劉君 ◎編寫 書信寫作/楊裕貿◎編寫 簡報輕鬆做/謝寶煖◎編寫 大學生語文素養寫作測驗寫作策略/楊裕貿◎編寫 影音課程QR code/大一國文TA團隊錄製 ‧心智繪圖術 ‧主題影片拍攝 ‧PPT 簡報輕鬆做 後 序︰學記/插畫:羅雅文、張嘉恩

原價: 400 售價: 360 現省: 40元
立即查看
Business Data Communications and Networking 14/e

Business Data Communications and Networking 14/e

類似書籍推薦給您

【簡介】 Description Business Data Communications and Networking, 14th Edition presents a classroom-tested approach to the subject, combining foundational concepts, practical exercises, and real-world case studies. The text provides a balanced, well-rounded presentation of data communications while highlighting its importance to nearly every aspect of modern business. This fully-updated new edition helps students understand how networks work and what is required to build and manage scalable, mobile, and secure networks. Clear, student-friendly chapters introduce, explain, and summarize fundamental concepts and applications such as server architecture, network and transport layers, network design processes and tools, wired and wireless networking, and network security and management. An array of pedagogical features teaches students how to select the appropriate technologies necessary to build and manage networks that meet organizational needs, maximize competitive advantage, and protect networks and data from cybersecurity threats. Discussions of real-world management and technical issues, from improving device performance to assessing and controlling costs, provide students with insight into the daily networking operations of actual businesses. 【目錄】 Table of Contents Part One Introduction Chapter 1 Introduction to Data Communications Part Two Fundamental Concepts Chapter 2 Application Layer Chapter 3 Physical Layer Chapter 4 Data Link Layer Chapter 5 Network and Transport Layers Part Three Network Technologies Chapter 6 Network Design Chapter 7 Wired and Wireless Local Area Networks Chapter 8 Backbone Networks Chapter 9 Wide Area Networks Chapter 10 The Internet Part Four Network Management Chapter 11 Network Security Chapter 12 Network Management Appendices (Online) Glossary (Online) Index

原價: 1650 售價: 1551 現省: 99元
立即查看
Business Data Communications and Networking (12版)

Business Data Communications and Networking (12版)

類似書籍推薦給您

原價: 1650 售價: 1551 現省: 99元
立即查看
(特價85折)INTRODUCTION TO DATA COMMUNICATIONS AND NETWORKING 2005 <PH> 0-13-013828-2

(特價85折)INTRODUCTION TO DATA COMMUNICATIONS AND NETWORKING 2005 <PH> 0-13-013828-2

類似書籍推薦給您

原價: 1300 售價: 1105 現省: 195元
立即查看
Data Communications and Computer Networks: A Business User`s Approach (9版)

Data Communications and Computer Networks: A Business User`s Approach (9版)

類似書籍推薦給您

●“REMEMBER THIS…” INSTALLMENTS DIRECT STUDENTS TO CONSIDER CONCEPTS WITHIN A LARGER CONTEXT. These interesting learning features encourage readers to thinking about how the principles they've just studied fit into the "big picture." Students do this for each section before progressing to the next section. ●"OUTSIDE THE BOX" EXERCISES EXTEND LEARNING BEYOND THE CHAPTER'S PRINTED CONCEPTS. These special exercises, embedded throughout each chapter, challenge students to explore ideas beyond those explicitly outlined in the chapter. This broadens students' professional skills, while sharpening their critical thinking. ●“SELF-CHECK” QUESTIONS HELP STUDENTS DEVELOP METACOGNITION SKILLS. This proven, self-guided review ensures students understand the material while encouraging higher-order thinking skills. Solutions for this self-guided review appear in an appendix. ●UPDATED DISCUSSION PROMPTS AND GRADING RUBRICS ENCOURAGE EFFECTIVE LIFELONG LEARNING HABITS. Thought-provoking discussion prompts throughout this edition, as well as easy-to-follow grading rubrics, encourage students to reflect on their learning progress. These proven features help you foster and support the development of positive lifelong learning habits. 目錄 1. Introduction to Data Communications and Computer Networks. 2. Conducted and Radiated Media. 3. Fundamentals of Data and Signals. 4. Frames and Errors. 5. Wired and Wireless Local Area Networks. 6. Network Systems and Software. 7. The Internet. 8. Risk, Security, and Compliance. 9. Wide Area Networks. 10. Connecting Networks and Resources. 11. Network Design and Management. 12. Business Principles in IT.

原價: 1420 售價: 1321 現省: 99元
立即查看
DATA COMMUNICATIONS AND NETWORKS AN ENGINEERING APPROACH

DATA COMMUNICATIONS AND NETWORKS AN ENGINEERING APPROACH

類似書籍推薦給您

<特價199>DATA COMMUNICATIONS AND NETWORKS AN ENGINEERING APPROACH 2002 (JW) 0-471-80872-5 J.IRVINE 9780471808725

原價: 1100 售價: 203 現省: 897元
立即查看