Protocols and combining networks

Slides:



Advertisements
Similar presentations
Computer Networking Components Chad DuBose ~ Assignment #3 ~ LTEC
Advertisements

1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
Core 3: Communication Systems. On any network there are two types of computers present – servers and clients. By definition Client-Server architecture.
COMPUTER NETWORKS.
CECS 474 Computer Network Interoperability Tracy Bradley Maples, Ph.D. Computer Engineering & Computer Science Cal ifornia State University, Long Beach.
Introduction to Networking. Key Terms packet  envelope of data sent between computers server  provides services to the network client  requests actions.
Network Components 101 Travis Hill.
Chapter 2 Network Design Essentials Instructor: Nhan Nguyen Phuong.
Netwrok and the internet Part two Introduction to computer, 2nd semester, 2009/2010 Mr.Nael Aburas Faculty of Information.
Exploring the Packet Delivery Process Chapter
Chapter 4 Networking and the Internet Introduction to CS 1 st Semester, 2015 Sanghyun Park.
Network Components: Assignment Three
Common Devices Used In Computer Networks
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 2 Network Models.
Brierley 1 Module 4 Module 4 Introduction to LAN Switching.
Network Parts. Network Interface Card (NIC) 2 This used to be a separate card as shown. As many computers these days need access to a network, the technology.
Topologies The structure of the network –Physical topology Actual layout of the media –Logical topology How the hosts access the media.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 2: Configuring Network Protocols.
Network 101 By Tom Battaglia Dell Connectivity 2 RR2 DC Drawing 3 Heterogeneous Network 4 OSI Model.
Copyright © 2012 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 4: Networking and the Internet Computer Science: An Overview Eleventh.
Network Essentials -III Prof. Sujata Rao Lesson 12.
Network Basics. Network Classifications Scope Scope Local area network (LAN) Local area network (LAN) Metropolitan area (MAN) Metropolitan area (MAN)
Chapter2 Networking Fundamentals
1 3 Computing System Fundamentals 3.4 Networked Computer Systems.
NETWORKING FUNDAMENTALS. Network+ Guide to Networks, 4e2.
Network Components Basics!. Network HUB  Used to connect multiple Ethernet devices together  Layer 1 of the OSI model  Not used much today.
 A hub is a central connecting device in a network.  Each node is connected directly to the hub.  They receive a data packet from one node and send.
Protocol Layering Chapter 11.
Guide to Networking Essentials Fifth Edition Chapter 2 Network Design Essentials.
Network and the internet Part one Introduction to computer, 2nd semester, 2009/2010 Mr.Nael Aburas Faculty of Information.
IP1 The Underlying Technologies. What is inside the Internet? Or What are the key underlying technologies that make it work so successfully? –Packet Switching.
Introduction to computer networking Objective: To be acquainted with: The definitions of networking Network topology Network peripherals, hardware and.
ASSIGNMENT 3 - NETWORKING COMPONENTS BY JONATHAN MESA.
CHAPTER -II NETWORKING COMPONENTS CPIS 371 Computer Network 1 (Updated on 3/11/2013)
Networks DEVICES. Repeater device to amplify or regenerate digital signals received while setting them from one part of a network into another. Works.
The OSI Model. History of OSI Model ISO began developing the OSI model in It is widely accepted as a model for understanding network communication.
Assignment 3 Jacob Seiz. Hub A hub provides a central access point for a network. Through multiple I/O ports a hub can connect multiple Ethernet devices.
Network Concepts.
Network Models.
Internetworking (Part II)
INTRODUCTION TO COMPUTER NETWORKS
Distributed Systems.
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
NETWORK TOPOLOGIES There are three basic configurations used to connect computers they are the Bus Ring Star.
ISO/OSI Model and Collision Domain
Layered Architectures
Wireless Modes.
Vocabulary Prototype: A preliminary sketch of an idea or model for something new. It’s the original drawing from which something real might be built or.
Connecting Networks Repeater: physical layer Bridge: data link layer
Lectures Computer networking تمرین 3 نمره. پژوهش عملیاتی 2 نمره.
Network Concepts Devices
Chapter 2 Network Models.
Topic 5: Communication and the Internet
I. Basic Network Concepts
Networking and the Internet
Chapter 2 Network Models.
INTRODUCTION TO COMPUTER NETWORKS
Chapter 2 Network Models.
Computer communications
Computer communications
Chapter 4: Data Communication and Networks
INTRODUCTION TO COMPUTER NETWORKS
INTRODUCTION TO COMPUTER NETWORKS
Network and the internet
Chapter 2 Network Models.
Connecting to the Network
Network and the internet
Network and the internet
Computer Networks Lesson 2.
Internetworking (Part II)
Presentation transcript:

Protocols and combining networks

1 Protocols For a network to function reliably, it is important to establish rules by which activities are conducted. Such rules are called protocols. By developing and adopting protocol standards, vendors are able to build products for network applications that are compatible with products from other vendors. Thus, the development of protocol standards is an indispensable process in the development of networking technologies.

1 Protocols Without protocol rules governing this communication, all the computers might insist on transmitting messages at the same time or fail to assist other machines when that assistance is required.

1 Protocols a bus network based on the Ethernet standards: the right to transmit messages is controlled by the protocol known as CSMS/CD. This protocol dictates that each message be broadcast to all the machines on the bus ( Figure 4.2 ). Each machine monitors all the messages but keep only those addressed to itself. To transmit a message, a machine waits until the bus is silent, and at this time it begins transmitting while continuing to monitor the bus.

1 Protocols If another machine also begins transmitting, both machines detect the clash and pause for a brief, independently random period of time before trying to transmit again. (The result is a system similar to that used by a small group of people in a conversation)

Figure 4.2 Communication over a bus network

2 Combining Networks Sometimes it is necessary to connect existing networks to form an extended communication system. This can be done by connecting the networks to form a larger version of the same “type” of network. repeater: a device that simply passes signals back and forth between the two original buses (usually with some form of amplification) without considering the meaning of the signals.

2 Combining Networks bridge: forwards a message across the connection only when the message is destined for a computer on the other side. switch: essentially a bridge with multiple connections, allowing it to connect several buses rather than just two. router: the task of a router is different from that of repeaters, bridges, and switches in that routers provide links between networks while allowing each network to maintain its unique internal characteristics.(Internet ,TCP/IP)

Figure 4.4 Building a large bus network from smaller ones

Figure 4.5 Routers connecting two WiFi networks and an Ethernet network to form an internet

3 Inter-process Communication Client-server One server, many clients Server must execute continuously Client initiates communication Peer-to-peer (P2P) Two processes communicating as equals Peer processes can be short-lived

Figure 4.6 The client/server model compared to the peer-to-peer model

summary protocol combining networks