©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.

Slides:



Advertisements
Similar presentations
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
Advertisements

Internetworking Introduction How Networks Differ How Networks Can Be Connected Concatenated Virtual Circuits Connectionless Internetworking Tunneling Fragmentation.
Chapter 2 Network Models.
Chapter Extension 7 How the Internet Works © 2008 Prentice Hall, Experiencing MIS, David Kroenke.
Protocols and the TCP/IP Suite Chapter 4 (Stallings Book)
1-1 Introduction to Computer Networks and Data Communications.
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
Protocols and the TCP/IP Suite
Computer Network Architecture and Programming
Chapter 15 Networks.
COMPUTER NETWORKS.
©Brooks/Cole, 2003 Chapter 6 Computer Networks. ©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three.
Lecturer: Tamanna Haque Nipa
OSI LAYERS(OPEN SYSTEMS INTERCONNECTION ) Betül ŞAHİN
Basic Networking Components
Protocols and the TCP/IP Suite Chapter 4. Multilayer communication. A series of layers, each built upon the one below it. The purpose of each layer is.
15-1 More Chapter 15 Goals Compare and contrast various technologies for home Internet connections Explain packet switching Describe the basic roles of.
Chapter 15 Networks. Chapter Goals Types of networks Topologies Open Systems Home Internet connections 15-2.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 4: Networking and the Internet Computer Science: An Overview Tenth.
Networking and the Internet © 2007 Pearson Addison-Wesley. All rights reserved.
Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources Usually,
Chapter 2 Network Models
Chapter 6 Computer Networks. Understand the rationale for the existence of networks. Distinguish between the three types of networks: LANs, MANs, and.
Introduction to Computer Administration Computer Networks Advanced Topics.
Chapter 12 TCP/IP Protocol BY Dr.Sukchatri Prasomsuk.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—1-1  A network is a connected collection of devices (computers, interconnections, routers, and.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2001 Chapter 25 TCP/IP Protocol Suite: Part 2, Application Layer.
1 © 2004, Cisco Systems, Inc. All rights reserved. Chapter 4 Routing Fundamentals and Subnets/ TCP/IP Transport and Application Layers.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 2 Network Models.
Kashif Bashir Chapter 2 Network Models.
THE OSI MODEL AND THE TCP/IP PROTOCOL SUITE CS 1202 Lectur3 part2.
TCP/IP Protocol.
Computer Communication & Networks Lecture # 02 Nadeem Majeed Choudhary
15-1 Networking Computer network A collection of computing devices that are connected in various ways in order to communicate and share resources.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 12 Connecting LANs and WANs: Making Backbone Networks.
Open Systems Interconnection Model (OSI model). The Open Systems Interconnect Model.
Network Communications Chapter 14 LAN Interconnection Devices.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
NET 221D: NETWORKS FUNDAMENTALS Lecture 1: Introduction to Protocols and Layers Networks and Communication Department 1.
1 Kyung Hee University Chapter 15 Connecting LANs, Backbone Networks, and Virtual LANs.
©Brooks/Cole, 2003 Model and protocol  A model is the specification set by a standards organization as a guideline for designing networks.  A protocol.
Chapter 4 Networking and the Internet © 2007 Pearson Addison-Wesley. All rights reserved.
Chapter 6 Data Communications. Network Collection of computers Communicate with one another over transmission line Major types of network topologies What.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Chapter 2 Network Models
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني.
Net 221D:Computer Networks Fundamentals
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
2.1 Chapter 2 Network Models Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 9 Introduction To Data-Link Layer Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 5 – VoIP and the OSI Model.
Data flow Types of connections TopologyStarMeshBusRingHybrid.
Computer Networks. Understand the rationale for the existence of networks. Distinguish between the three types of networks: LANs, MANs, and WANs. After.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Introduction to Networking Technologies Introduction to TCP/IP.
Also known as hardware/physi cal address Customer Computer (Client) Internet Service Provider (ISP) MAC Address Each Computer has: Given by NIC card.
Lecture # 02 Network Models Course Instructor: Engr. Sana Ziafat.
Chapter 2 Network Models.
Computer Networks.
Chapter 17 Connecting LANs.
The OSI Model and the TCP/IP Protocol Suite
Lec 5 Layers Computer Networks Al-Mustansiryah University
The OSI Model and the TCP/IP Protocol Suite
Protocols and the TCP/IP Suite
Networks and the Internet
Protocols and the TCP/IP Suite
The OSI Model and the TCP/IP Protocol Suite
Data-Link Layer The Internet is a combination of networks glued together by connecting devices (routers or switches) If a packet is to travel from a host.
Presentation transcript:

©Brooks/Cole, 2003 Chapter 6 Computer Networks

©Brooks/Cole, 2003 Understand the rationale for the existence of networks. Distinguish between the three types of networks: LANs, MANs, and WANs. After reading this chapter, the reader should be able to: O BJECTIVES List different connecting devices and the OSI layers in which each device operates. Understand client-server models. Understand the OSI model and TCP/IP.

©Brooks/Cole, 2003 NETWORKS, LARGE AND SMALL (LAN, MAN, WAN) NETWORKS, LARGE AND SMALL (LAN, MAN, WAN) 6.1

©Brooks/Cole, 2003 OSI MODEL 6.2

©Brooks/Cole, 2003 The Open Systems Interconnection model is a theoretical model that shows how any two different systems can communicate with each other. Note:

©Brooks/Cole, 2003 Figure 6-1 The OSI model

©Brooks/Cole, 2003 Figure 6-2 Flow of data in the OSI model Bit stream  signal Frames (node  node) Packet (logical address) Entire message Synchronization points Coding methods User  network

©Brooks/Cole, 2003 CATEGORIESOFNETWORKSCATEGORIESOFNETWORKS 6.3

Figure 6-3 Categories of networks

©Brooks/Cole, 2003 Figure 6-4 LANs

©Brooks/Cole, 2003 Figure 6-5 MAN

©Brooks/Cole, 2003 Figure 6-6 WAN

©Brooks/Cole, 2003 CONNECTINGDEVICESCONNECTINGDEVICES 6.4

Figure 6-7 Connecting devices

©Brooks/Cole, 2003 Figure 6-8 Repeater

©Brooks/Cole, 2003 Repeaters operate at the first layer of the OSI model. Note:

©Brooks/Cole, 2003 Figure 6-9 Bridge

©Brooks/Cole, 2003 Bridges operate at the first two layers of the OSI model. Note:

©Brooks/Cole, 2003 Figure 6-10 Switch

©Brooks/Cole, 2003 Routers operate at the first three layers of the OSI model. Note:

©Brooks/Cole, 2003 Figure 6-11 Routers in an internet

©Brooks/Cole, 2003 Figure 6-12 Connecting devices and the OSI model Router 和 Gateway 現在不太區別了

©Brooks/Cole, 2003 THE INTERNET ANDTCP/IP ANDTCP/IP 6.5

©Brooks/Cole, 2003 Figure 6-13 TCP/IP and OSI model

©Brooks/Cole, 2003 Figure 6-14 IP addresses in dotted-decimal notation

©Brooks/Cole, 2003 Figure 6-15 Client-server model

©Brooks/Cole, 2003 Figure 6-16 FTP

©Brooks/Cole, 2003 Figure 6-17 SMTP

©Brooks/Cole, 2003 Figure address

©Brooks/Cole, 2003 Figure 6-19 TELNET

©Brooks/Cole, 2003 Figure 6-20 URL

©Brooks/Cole, 2003 Figure 6-21 Browser

©Brooks/Cole, 2003 Figure 6-22 Categories of Web documents