Networks. Common Xmit Media Shared Media Networks are a shared communication resource Only one user can access at a time.

Slides:



Advertisements
Similar presentations
Exercises and Solutions Lecture 1
Advertisements

Why to learn OSI reference Model? The answer is too simple that It tells us that how communication takes place between computers on internet but how??
OSI MODEL Maninder Kaur
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Communicating over the Network Network Fundamentals – Chapter 2.
TCP/IP1 The Underlying Technologies. What is inside the Internet? Or What are the key underlying technologies that make it work so successfully? –Packet.
1 Chapter 9 Computer Networks. 2 Chapter Topics OSI network layers Network Topology Media access control Addressing and routing Network hardware Network.
CSCI 4550/8556 Computer Networks Comer, Chapter 8: LAN Technology and Network Topologies.
Introduction to Networks and the Internet
History of Internet DoD sponsored ARPANET UCLA UCSB SRI UTAH Sept. 2, 1969 Oct. 29, miles End of 1969 Packet switch technique called interface.
Communicating over the Network
Protocols and the TCP/IP Suite
Network Concepts. Networks LAN WAN Main Concepts n Protocol n Media n Topology.
EE 4272Spring, 2003 EE4272: Computer Networks Instructor: Tricia Chigan Dept.: Elec. & Comp. Eng. Spring, 2003.
EECC694 - Shaaban #1 lec #6 Spring Point-to-Point Vs. Shared Channel Communication In LANs Point-to-point: –Computers connected by communication.
Introduction To Networking
Understanding Networks. Objectives Compare client and network operating systems Learn about local area network technologies, including Ethernet, Token.
Review on Networking Technologies Linda Wu (CMPT )
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
COMPUTER NETWORKS.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
Data Link Layer IS250 Spring 2010
Lecturer: Tamanna Haque Nipa
SIMS-201 LAN Basics, MANs, WANs.
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.
Chapter 2 The Infrastructure. Copyright © 2003, Addison Wesley Understand the structure & elements As a business student, it is important that you understand.
Midterm Review - Network Layers. Computer 1Computer 2 2.
What is a Protocol A set of definitions and rules defining the method by which data is transferred between two or more entities or systems. The key elements.
Kashif Bashir Chapter 2 Network Models.
Network Architecture & Standards
1 Module 15: Network Structures n Topology n Network Types n Communication.
Department of Electronic Engineering City University of Hong Kong EE3900 Computer Networks Introduction Slide 1 A Communications Model Source: generates.
Networking and Internet Dr. John P. Abraham Professor UT-RGV.
The OSI Model.
Computer Networks. Introduction Computer Network2 A History Lesson of Networking 1969 – ARPANET, first packet switched network consist of UCLA, Stanford,
Chapter 7 - LAN Technologies and Network Topology Direct point-to-point communication Connections in a point-to-point network Reducing the number of communication.
CENG 490/510 Network Programming Russell Deaton Rm
William Stallings Data and Computer Communications
Chapter 9 Hardware Addressing and Frame Type Identification 1.Delivering and sending packets 2.Hardware addressing: specifying a destination 3. Broadcasting.
CHAPTER 4 PROTOCOLS AND THE TCP/IP SUITE Acknowledgement: The Slides Were Provided By Cory Beard, William Stallings For Their Textbook “Wireless Communication.
Open System Interconnection Describe how information from a software application in one computer moves through a network medium to a software application.
Chapter 2 Network Models
Network Models.
1 Chapter 4. Protocols and the TCP/IP Suite Wen-Shyang Hwang KUAS EE.
نظام المحاضرات الالكترونينظام المحاضرات الالكتروني.
Protocol Layering Chapter 11.
SYSTEM ADMINISTRATION Chapter 2 The OSI Model. The OSI Model was designed by the International Standards Organization (ISO) as a structural framework.
Unit 3 Physical Layer.
ECEN “Internet Protocols and Modeling” Course Materials: Papers, Reference Texts: Bertsekas/Gallager, Stuber, Stallings, etc Lecture notes and.
ENGS 112 Lecture 3 Packet Switching Chapter 3, Walrand WWW links, eg.
Computer Networks. Understand the rationale for the existence of networks. Distinguish between the three types of networks: LANs, MANs, and WANs. After.
Network Models. The OSI Model Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO). Model for understanding.
Welcome Back Cisco Semester 1 & 2 Review. Why are Networks Complex Environments?? They involve: They involve: –Interconnections to networks outside an.
COMPUTER NETWORKS CS610 Lecture-7 Hammad Khalid Khan.
Computer Networks.
Chap. 2 Network Models.
Networking and Internet
Networking and Internet
Protocols and Layering
Protocols and the TCP/IP Suite
Chapter 3: Open Systems Interconnection (OSI) Model
Network Protocol Layers
Protocol layering and data
OSI Model The Seven Layers
Protocols and the TCP/IP Suite
Protocol layering and data
OSI Reference Model Unit II
OSI Model 7 Layers 7. Application Layer 6. Presentation Layer
LEARNING COMPUTER NETWORKS OSI Model (layers). Why a layered model?  Easier to teach communication process.  Speeds development, changes in one layer.
Unit – III Network Essentials
Presentation transcript:

Networks

Common Xmit Media

Shared Media Networks are a shared communication resource Only one user can access at a time

Packet and Circuit Switched Circuit: Public Telephone Network Packet: Internet and US Mail Data divided into small units (packets) for transmission More efficient use of shared resource

Time-Division Multiplexing

Packets and Frames Packet: A small, self-contained parcel of data sent across a computer network. Each packet contains a header that identifies the sender and recipient, and data to be delivered. Frame: The form of a packet that the underlying hardware accepts and delivers.

Frames Header and trailer indicates beginning and end of frame.

Transmission Errors Error Detection and Error Correction Both require additional information beyond data, appended to end of frame Many Schemes Parity checking, Check Sum, CRC codes Error Correcting Codes: Hamming, Reed- Solomon, etc...

 Parity refers to the number of bits set to 1 in the data item  Even parity - an even number of bits are 1  Odd parity - an odd number of bits are 1  A parity bit is an extra bit transmitted with a data item,  chose to give the resulting bits even or odd parity  Even parity - data: , parity bit 1  Odd parity - data: , parity bit 0

Point-to-Point Networks

LAN’s Reduce complexity and cost by sharing communication channel TDM Synchronization Effective because of locality of reference –Spatial –Temporal

Topologies Star, Ring, Bus

Ethernet Widely used LAN technology Invented at Xerox PARC (Palo Alto Research Center) in 1970s Defined in a standard by Xerox, Intel and Digital - DIX standard Standard now managed by IEEE - defines formats, voltages, cable lengths,... Uses bus topology Single coax cable - the ether Multiple computers connect One Ethernet cable is sometimes called a segment Limited to 500 meters in length Minimum separation between connections is 3 meters

Originally 3 Mbs Then, 10 Mbs Fast Ethernet, 100 Mbs One computer transmits at a time Signal is a modulated carrier which propagates from transmitter in both directions along length of segment

Hardware Adresses Identify destination on shared channel Hardware or physical address Included in frame

Ethernet Frame

WAN Packet Switch: Moves complete packets from one connection to another

Protocols and Layering A rule that specifies format and meaning of messages that computers exchange Protocols organized in layers, each of which solves specific aspect of communication problem.

ISO 7 Layer Model

Layer 7: Application Application-specific protocols such as FTP and SMTP (electronic mail) Layer 6: Presentation Common formats for representation of data Layer 5: Session Management of sessions such as login to a remote computer Layer 4: Transport Reliable delivery of data between computers Layer 3: Network Address assignment and data delivery across a physical network Layer 2: Data Link Format of data in frames and delivery of frames through network interface Layer 1: Physical Basic network hardware - such as RS-232 or Ethernet

Nested Headers