What we’ve learned so far Ch. 6 Ch. 7 Ch. 8 Ch. 10 Ch. 11.

Slides:



Advertisements
Similar presentations
Data Link Layer B. Konkoth. PDU  Protocol Data Unit  A unit of data which is specified in a protocol of a given layer  Layer 5, 6, 7 – Data  Layer.
Advertisements

CECS 474 Computer Network Interoperability Notes for Douglas E. Comer, Computer Networks and Internets (5 th Edition) Tracy Bradley Maples, Ph.D. Computer.
Networking Standards and the OSI Model
Computer Networks and the Internet CMPT 109 Montclair State University.
Module 3.4: Switching Circuit Switching Packet Switching K. Salah.
Computers Are Your Future © 2008 Prentice-Hall, Inc.
IP: The Internet Protocol
1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
Networking Theory (Part 1). Introduction Overview of the basic concepts of networking Also discusses essential topics of networking theory.
Introduction to Management Information Systems Chapter 5 Data Communications and Internet Technology HTM 304 Fall 07.
Chapter 12: Circuit Switching and Packet Switching
11 Computer Networks and Internets, 5e By Douglas E. Comer Lecture PowerPoints Adapted from notes By Lami Kaya, © 2009 Pearson Education.
Chapter 9 Hardware Addressing & Frame Type Identification EE 526 Presentation by Ryan Star.
Review on Networking Technologies Linda Wu (CMPT )
TCP: Software for Reliable Communication. Spring 2002Computer Networks Applications Internet: a Collection of Disparate Networks Different goals: Speed,
The Saigon CTT Semester 1 CHAPTER 6. The Saigon CTT  Content LAN Standards. Hexadecimal Numbers. MAC Addressing. Framing. Media Access Control (MAC).
COMPUTER NETWORKS.
For more notes and topics visit: eITnotes.com.
Data Communications and Networks Chapter 2 - Network Technologies - Circuit and Packet Switching Data Communications and Network.
MODULE IV SWITCHED WAN.
Chapter 1-3 The Ethernet LAN. Ethernet The networking protocol used in most modern computer networks is Ethernet. Ethernet is a CSMA/CD LAN protocol.
1 Chapter 2: LAN Standards, Physical Connectivity, and Media Access.
CSCI-235 Micro-Computer in Science The Network. © Prentice-Hall, Inc Communications  Communication is the process of sending and receiving messages 
Network Architecture & Standards
ACM 511 Chapter 2. Communication Communicating the Messages The best approach is to divide the data into smaller, more manageable pieces to send over.
Network Technologies Chapter 2. Approaches to Network Communication Connection-Oriented –Circuit-switched –A dedicated connection (circuit) is formed.
Networking and Internet Dr. John P. Abraham Professor UT-RGV.
Physical & Logical Address COMP 315. MAC Address A media access control address (MAC address) is a unique identifier assigned to network interfaces for.
INTRODUCTION. A Communications Model Source –generates data to be transmitted Transmitter –Converts data into transmittable signals Transmission System.
1 Network Properties (Ownership, Service Paradigm, Measures of Performance)
Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Ethernet Network Fundamentals – Chapter 9.
Chapter 6 – Layer 2 MAC, Frames, Hex, etc.. Layer 1 / Layer 2 Layer 1 Signals, media, bit streams Layer 2 –Communicates with upper layers using Logical.
1 Ch 9 Hardware Addressing and Frame Type Identification.
Lecture 8 Virtual Switching (contd.) & Message Switching.
The Saigon CTT Semester 1 CHAPTER 6 Le Chi Trung.
Unit III Bandwidth Utilization: Multiplexing and Spectrum Spreading In practical life the bandwidth available of links is limited. The proper utilization.
CSCI-235 Micro-Computer Applications The Network.
13-LAN, packets, frames and topologies Dr. John Abraham Professor UTPA.
1 Hardware Addressing and Frame Type Identification.
Computer Network Architecture Lecture 3: Network Connectivity Devices.
Voice Over Internet Protocol (VoIP) Copyright © 2006 Heathkit Company, Inc. All Rights Reserved Presentation 5 – VoIP and the OSI Model.
The OSI Model. Understanding the OSI Model In early 1980s, manufacturers began to standardize networking so that networks from different manufacturers.
Local Area Networks: Topologies. 2 Packet Identification & MAC Addresses Each packet specifies an intended recipient with an identifier. – Demultiplexing.
CSCI-100 Introduction to Computing The Network. Network Fundamentals A computer network consists of two or more computers linked together to exchange.
Spring Ch 17 Internetworking Concepts, Architecture, and Protocols Part III Internetworking.
Chapter 3: Network Protocols and Communications
VoIP ALLPPT.com _ Free PowerPoint Templates, Diagrams and Charts.
Lecture 3 By Miss Irum Matloob.
PROTOCOLS PROTOCOLS.
CS4470 Computer Networking Protocols
Circuit Switching Circuit switching refers to a communication mechanism that establishes a path between a sender and receiver with guaranteed isolation.
Local Area Networks: Topologies
Part 2.1 Network Properties
Networking Standards and the OSI Model
network interface card (NIC)
Introduction to Computers
Networking and Internet
Computer Networks 9/17/2018 Computer Networks.
Department of Engineering Science ES465/CES 440, Intro
Networking and Internet
Computer Technology Notes #4
Ethernet : Framing and Addressing
Chapter 3: Open Systems Interconnection (OSI) Model
Part 2.1 Network Properties
Optical communications & networking - an Overview
Lec 6 ADDRESSING Computer Networks Al-Mustansiryah University
Circuit Switched Network
13-LAN, packets, frames and topologies
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Presentation transcript:

What we’ve learned so far Ch. 6 Ch. 7 Ch. 8 Ch. 10 Ch. 11

Where we are now

What’s next? Layer 2: Network Interface – How to use the physical media to send packets?

Packets and Frames

5 Circuit Switching Circuit switching: Establishing a physical path between a sender and a receiver

6 Circuit Switching Three-step process analogous to placing a phone call – a circuit is established between two parties – the two parties use the circuit to communicate – the two parties terminate use

?

Manual service exchanges To connect the call, an operator plug the ringing cord into the jack on the switchboard of the requested number

Electromechanical switches Telephones were equipped with a dial by which a caller transmitted the destination telephone number to the automatic switching system. 9

Digital switches 10 Nowadays, instead of having each circuit corresponding to a physical path, multiple circuits are multiplexed over shared media – Virtual circuit The interior of a modern telephone system is digital

11 Packet Switching Divide each message into blocks of data that are known as packets Chief advantage: the lower cost – To provide communication among N computers A circuit-switched network: at least N/2 independent paths A packet-switching network: only requires one path that is shared

12 Packet Switching A packet switching system uses statistical multiplexing

13 Packet Identification & MAC Addresses Each packet specifies an intended recipient with an identifier. – Demultiplexing uses the identifier known as an address. IEEE (Institute for Electrical and Electronic Engineers) allocates a unique address for each piece of network interface hardware, i.e., a network interface card (NIC) Media Access Control (MAC) address – A computer may have multiple MAC addresses depending on how many network interface cards it has.

14 48 bits in hexadecimal number

15 MAC Addresses Composition – Vendor ID + NIC ID VV:VV:VV:NN:NN:NN – IEEE assigns a vendor ID Organizationally Unique ID (OUI) – The vendor assigns a unique NIC value to each device

Exercise: Find MAC address of your computer 1.Start Command Prompt (Start  Run  cmd) and type ipconfig /all 2.Do a google search to find the vendor name of the NIC of your computer