CS61C : Machine Structures

Similar documents
CS61C : Machine Structures

CS61C : Machine Structures

CS61C : Machine Structures

Internet II. CS10 : Beauty and Joy of Computing. cs10.berkeley.edu. !!Senior Lecturer SOE Dan Garcia!!! Garcia UCB!

CS61C : Machine Structures

Review. Motivation for Input/Output. What do we need to make I/O work?

Review 1/2 Operating System started as shared I/O library. CS61C Anatomy of I/O Devices: Networks. Lecture 14

Review. Manage memory to disk? Treat as cache. Lecture #26 Virtual Memory II & I/O Intro

CS 61C: Great Ideas in Computer Architecture (Machine Structures) Lecture 36: IO Basics

Lecture #28 I/O, networks, disks

Most important topics today. I/O bus (computer bus) Polling vs interrupts Switch vs shared network Network protocol layers Various types of RAID

CS 61C: Great Ideas in Computer Architecture (Machine Structures) Lecture 38: IO and Networking

CS 61C: Great Ideas in Computer Architecture (Machine Structures) Lecture 36: IO Basics. Instructor: Dan Garcia h<p://inst.eecs.berkeley.

61C In the News. Review. Memory Management Today. Impact of Paging on AMAT

CMSC 611: Advanced. Interconnection Networks

CS61C : Machine Structures

CS61C : Machine Structures

CS61C Machine Structures Lecture 39 Networks. No Machine is an Island!

EECS150 - Digital Design Lecture 08 - Project Introduction Part 1

Recap of Networking Intro. Lecture #28 Networking & Disks Protocol Family Concept. Protocol for Networks of Networks?

EECS150 - Digital Design Lecture 9 Project Introduction (I), Serial I/O. Announcements

CS61C : Machine Structures

Outline: Connecting Many Computers

CS 5520/ECE 5590NA: Network Architecture I Spring Lecture 13: UDP and TCP

CS 162 Operating Systems and Systems Programming Professor: Anthony D. Joseph Spring Lecture 21: Network Protocols (and 2 Phase Commit)

precise rules that govern communication between two parties TCP/IP: the basic Internet protocols IP: Internet protocol (bottom level)

Lecture #6 Intro MIPS; Load & Store

Review. Lecture #25 Input / Output, Networks II, Disks ABCs of Networks: 2 Computers

6.033 Lecture 12 3/16/09. Last time: network layer -- how to deliver a packet across a network of multiple links

CS61C Machine Structures Lecture 37 Networks. No Machine is an Island!

Links Reading: Chapter 2. Goals of Todayʼs Lecture. Message, Segment, Packet, and Frame

CSE 123A Computer Networks

Data Link Control Protocols

CS61C : Machine Structures

TDT Appendix E Interconnection Networks

Networks. Distributed Systems. Philipp Kupferschmied. Universität Karlsruhe, System Architecture Group. May 6th, 2009

UC Berkeley CS61C : Machine Structures

User Datagram Protocol

Computer Architecture CS 355 Busses & I/O System

CCNA Exploration1 Chapter 7: OSI Data Link Layer

CS 428/528 Computer Networks Lecture 01. Yan Wang

Lecture 28: Networks & Interconnect Architectural Issues Professor Randy H. Katz Computer Science 252 Spring 1996

Computer Network. Direct Link Networks Reliable Transmission. rev /2/2004 1

CS 162 Operating Systems and Systems Programming Professor: Anthony D. Joseph Spring Lecture 20: Networks and Distributed Systems

CS3600 SYSTEMS AND NETWORKS

Announcements. No book chapter for this topic! Slides are posted online as usual Homework: Will be posted online Due 12/6

No book chapter for this topic! Slides are posted online as usual Homework: Will be posted online Due 12/6

CS 162 Operating Systems and Systems Programming Professor: Anthony D. Joseph Spring Lecture 19: Networks and Distributed Systems

Summary of MAC protocols

CS4700/CS5700 Fundaments of Computer Networks

Clever Signed Adder/Subtractor. Five Components of a Computer. The CPU. Stages of the Datapath (1/5) Stages of the Datapath : Overview

Networking interview questions

Network Security Fundamentals. Network Security Fundamentals. Roadmap. Security Training Course. Module 2 Network Fundamentals

Links. CS125 - mylinks 1 1/22/14

INTRODUCTION DATA COMMUNICATION TELECOMMUNICATIONS SYSTEM COMPONENTS 1/28/2015. Satish Chandra satish0402.weebly.com

cs144 Midterm Review Fall 2010

CS61C : Machine Structures

Goals and topics. Verkkomedian perusteet Fundamentals of Network Media T Circuit switching networks. Topics. Packet-switching networks

6.9. Communicating to the Outside World: Cluster Networking

Lecture 16: Network Layer Overview, Internet Protocol

CS457 Transport Protocols. CS 457 Fall 2014

EEC-484/584 Computer Networks

ECE 650 Systems Programming & Engineering. Spring 2018

QUIZ: Longest Matching Prefix

CS 268: Internet Architecture & E2E Arguments. Today s Agenda. Scott Shenker and Ion Stoica (Fall, 2010) Design goals.

Lecture 15: Networks & Interconnect Interface, Switches, Routing, Examples Professor David A. Patterson Computer Science 252 Fall 1996

Principles behind data link layer services

Internet Layers. Physical Layer. Application. Application. Transport. Transport. Network. Network. Network. Network. Link. Link. Link.

Hands-On Network Security: Practical Tools & Methods

Networking Link Layer

Network Architecture

Networking and Internetworking 1

Page 1. Goals for Today" What Is A Protocol?" CS162 Operating Systems and Systems Programming Lecture 10. Protocols, Layering and e2e Argument"

1-1. Switching Networks (Fall 2010) EE 586 Communication and. October 25, Lecture 24

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet

Lecture 9: Bridging & Switching"

Connectionless and Connection-Oriented Protocols OSI Layer 4 Common feature: Multiplexing Using. The Transmission Control Protocol (TCP)

Lecture 9: Bridging. CSE 123: Computer Networks Alex C. Snoeren

TRANSMISSION CONTROL PROTOCOL. ETI 2506 TELECOMMUNICATION SYSTEMS Monday, 7 November 2016

Message, Segment, Packet, and Frame Link-layer services Encoding, framing, error detection, transmission control Error correction and flow control

Homework 1. Question 1 - Layering. CSCI 1680 Computer Networks Fonseca

Medium Access Protocols

NWEN 243. Networked Applications. Layer 4 TCP and UDP

Lecture 2: Layering & End-to-End

Introduction to computer networking

Chapter 4: network layer. Network service model. Two key network-layer functions. Network layer. Input port functions. Router architecture overview

Data & Computer Communication

CS455: Introduction to Distributed Systems [Spring 2018] Dept. Of Computer Science, Colorado State University

Typical Network Uses

UNIT IV -- TRANSPORT LAYER

Principles behind data link layer services:

Principles behind data link layer services:

Applied Networks & Security

Lecture 3. The Network Layer (cont d) Network Layer 1-1

OSI Transport Layer. Network Fundamentals Chapter 4. Version Cisco Systems, Inc. All rights reserved. Cisco Public 1

Lecture 15 Networking Fundamentals. Today s Plan

Introduction to TCP/IP networking

Lecture (11) OSI layer 4 protocols TCP/UDP protocols

Basics of datacommunication

CSE 123: Computer Networks Alex C. Snoeren. HW 2 due Thursday 10/21!

Transcription:

inst.eecs.berkeley.edu/~cs61c CS61C : Machine Structures Lecture #27 I/O Basics & Networking 2007-8-9 Scott Beamer, Instructor Sun Releases New Processor 64 Threads in 1 Package!! CS61C L27 I/O & Networks (1) www.sun.com

What do we need to make I/O work? A way to connect many types of devices to the Proc-Mem A way to control these devices, respond to them, and transfer data A way to present them to user programs so they are useful Files APIs Operating System Proc SCSI Bus PCI Bus Mem cmd reg. data reg. CS61C L27 I/O & Networks (2)

Memory Mapped I/O Certain addresses are not regular memory Instead, they correspond to registers in I/O devices address 0xFFFFFFFF 0xFFFF0000 cntrl reg. data reg. 0 CS61C L27 I/O & Networks (3)

Processor Checks Status before Acting Path to device generally has 2 registers: Control Register, says it s OK to read/write (I/O ready) [think of a flagman on a road] Data Register, contains data Processor reads from Control Register in loop, waiting for device to set Ready bit in Control reg (0 1) to say its OK Processor then loads from (input) or writes to (output) data register Load from or Store into Data Register resets Ready bit (1 0) of Control Register CS61C L27 I/O & Networks (4)

SPIM I/O Simulation SPIM simulates 1 I/O device: memorymapped terminal (keyboard + display) Read from keyboard (receiver); 2 device regs Writes to terminal (transmitter); 2 device regs Receiver Control 0xffff0000 Receiver Data 0xffff0004 Transmitter Control 0xffff0008 Transmitter Data 0xffff000c (IE) Unused (00...00) Unused Unused (00...00) Unused (00...00) Ready (I.E.) Received Byte Ready (I.E.) Transmitted Byte CS61C L27 I/O & Networks (5)

SPIM I/O Control register rightmost bit (0): Ready Receiver: Ready==1 means character in Data Register not yet been read; 1 0 when data is read from Data Reg Transmitter: Ready==1 means transmitter is ready to accept a new character; 0 Transmitter still busy writing last char - I.E. bit discussed later Data register rightmost byte has data Receiver: last char from keyboard; rest = 0 Transmitter: when write rightmost byte, writes char to display CS61C L27 I/O & Networks (6)

I/O Example Input: Read from keyboard into $v0 lui $t0, 0xffff #ffff0000 Waitloop: lw $t1, 0($t0) #control andi $t1,$t1,0x1 beq $t1,$zero, Waitloop lw $v0, 4($t0) #data Output: Write to display from $a0 lui $t0, 0xffff #ffff0000 Waitloop: lw $t1, 8($t0) #control andi $t1,$t1,0x1 beq $t1,$zero, Waitloop sw $a0, 12($t0) #data Processor waiting for I/O called Polling Ready bit is from processor s point of view! CS61C L27 I/O & Networks (7)

What is the alternative to polling? Wasteful to have processor spend most of its time spin-waiting for I/O to be ready Would like an unplanned procedure call that would be invoked only when I/O device is ready Solution: use exception mechanism to help I/O. Interrupt program when I/O ready, return when done with data transfer CS61C L27 I/O & Networks (8)

I/O Interrupt An I/O interrupt is like overflow exceptions except: An I/O interrupt is asynchronous More information needs to be conveyed An I/O interrupt is asynchronous with respect to instruction execution: I/O interrupt is not associated with any instruction, but it can happen in the middle of any given instruction I/O interrupt does not prevent any instruction from completion CS61C L27 I/O & Networks (9)

Interrupt-Driven Data Transfer Memory (1) I/O interrupt (2) save PC (3) jump to interrupt service routine (5) (4) perform transfer add sub and or read store... jr user program interrupt service routine CS61C L27 I/O & Networks (10)

SPIM I/O Simulation: Interrupt Driven I/O I.E. stands for Interrupt Enable Set Interrupt Enable bit to 1 have interrupt occur whenever Ready bit is set Receiver Control 0xffff0000 Receiver Data 0xffff0004 Transmitter Control 0xffff0008 Transmitter Data 0xffff000c (IE) Unused (00...00) Unused Unused (00...00) Unused (00...00) Ready (I.E.) Received Byte Ready (I.E.) Transmitted Byte CS61C L27 I/O & Networks (11)

Peer Instruction A. A faster CPU will result in faster I/O. B. Hardware designers handle mouse input with interrupts since it is better than polling in almost all cases. C. Low-level I/O is actually quite simple, as it s really only reading and writing bytes. ABC 0: FFF 1: FFT 2: FTF 3: FTT 4: TFF 5: TFT 6: TTF 7: TTT CS61C L27 I/O & Networks (12)

Peer Instruction Answer A. Less sync data idle time B. Because mouse has low I/O rate polling often used C. Concurrency, device requirements vary! T R U E A. A faster CPU will result in faster I/O. B. Hardware designers handle mouse input F A L S E with interrupts since it is better than polling in almost all cases. F A L S E C. Low-level I/O is actually quite simple, as it s really only reading and writing bytes. ABC 0: FFF 1: FFT 2: FTF 3: FTT 4: TFF 5: TFT 6: TTF 7: TTT CS61C L27 I/O & Networks (13)

And in early conclusion I/O gives computers their 5 senses I/O speed range is 100-million to one Processor speed means must synchronize with I/O devices before use Polling works, but expensive processor repeatedly queries devices Interrupts works, more complex devices causes an exception, causing OS to run and deal with the device I/O control leads to Operating Systems CS61C L27 I/O & Networks (14)

Administrivia Assignments Proj4 due 8/12 HW8 due 8/14 Final Review Session probable on Monday Course Survey during last lecture 2 points extra added for taking survey (still anonymous) Grading done for HW1-4 & Proj1 CS61C L27 I/O & Networks (15)

Why Networks? Originally sharing I/O devices between computers ex: printers Then communicating between computers ex: file transfer protocol Then communicating between people ex: e-mail Then communicating between networks of computers ex: file sharing, www, CS61C L27 I/O & Networks (16)

How Big is the Network (2007)? ~30 ~525 ~6,400 (1999) ~50,000 ~10,000,000 ~258,941,310 ~433,190,000 in 273 Soda in inst.cs.berkeley.edu in eecs & cs.berkeley.edu in berkeley.edu in.edu (2005: ~9,000,000) in US (2005: ~217,000,000, 2006: ~286.5E6) (.net.com.edu.arpa.us.mil.org.gov) in the world (2005:~317,000,000, 2006: ~439,000,000) CS61C L27 I/O & Networks (17) Source: Internet Software Consortium: www.isc.org

Growth Rate Ethernet Bandwidth 1983 3 mb/s 1990 10 mb/s 1997 100 mb/s 1999 1000 mb/s 2006 10 Gig E en.wikipedia.org/wiki/10_gigabit_ethernet CS61C L27 I/O & Networks (18)

Shared vs. Switched Based Networks Shared vs. Switched: Switched: pairs ( point-topoint connections) communicate at same time Shared: 1 at a time (CSMA/CD) Aggregate bandwidth (BW) in switched network is many times shared: Node point-to-point faster since no arbitration, simpler interface Node Node Node Node Shared Crossbar Switch Node Node CS61C L27 I/O & Networks (19)

What makes networks work? links connecting switches to each other and to computers or devices Computer switch switch network interface switch ability to name the components and to route packets of information - messages - from a source to a destination Layering, redundancy, protocols, and encapsulation as means of abstraction (61C big idea) CS61C L27 I/O & Networks (20)

Typical Types of Networks Local Area Network (Ethernet) Inside a building: Up to 1 km (peak) Data Rate: 10 Mbits/sec, 100 Mbits /sec,1000 Mbits/sec (1.25, 12.5, 125 MBytes/s) Run, installed by network administrators Wide Area Network Across a continent (10km to 10000 km) (peak) Data Rate: 1.5 Mb/s to 40000 Mb/s Run, installed by telecommunications companies (Sprint, UUNet[MCI], AT&T) Wireless Networks (LAN),... CS61C L27 I/O & Networks (21)

The Sprint U.S. Topology (2001) CS61C L27 I/O & Networks (22)

ABCs of Networks: 2 Computers Starting Point: Send bits between 2 computers app app network interface device OS OS Queue (First In First Out) on each end Can send both ways ( Full Duplex ) One-way information is called Half Duplex Information sent called a message Note: Messages also called packets CS61C L27 I/O & Networks (23)

A Simple Example: 2 Computers What is Message Format? Similar idea to Instruction Format Fixed size? Number bits? Length Data 8 bit 32 x Length bits Header (Trailer): information to deliver message Payload: data in message What can be in the data? anything that you can represent as bits values, chars, commands, addresses... CS61C L27 I/O & Networks (24)

Questions About Simple Example What if more than 2 computers want to communicate? Need computer address field in packet to know: - which computer should receive it (destination) - which computer to reply to (source) Just like envelopes! Dest. Source Len Net ID Net ID CMD/ Address /Data 8 bits 8 bits 8 bits 32*n bits Header Payload CS61C L27 I/O & Networks (25)

ABCs: many computers application application network interface device OS OS switches and routers interpret the header in order to deliver the packet source encodes and destination decodes content of the payload CS61C L27 I/O & Networks (26)

Questions About Simple Example What if message is garbled in transit? Add redundant information that is checked when message arrives to be sure it is OK 8-bit sum of other bytes: called Check sum ; upon arrival compare check sum to sum of rest of information in message. xor also popular. Net ID Net ID Len Header Checksum CMD/ Address /Data Payload Trailer Learn about Checksums in Math 55/CS 70 CS61C L27 I/O & Networks (27)

Questions About Simple Example What if message never arrives? Receiver tells sender when it arrives Send an ACK (ACKnowledgement) [like registered mail] Sender retries if waits too long Don t discard message until it is ACK ed If check sum fails, don t send ACK Checksum Net ID Net ID Len ACK INFO CMD/ Address /Data Header Payload Trailer CS61C L27 I/O & Networks (28)

Observations About Simple Example Simple questions (like those on the previous slides) lead to: more complex procedures to send/receive message more complex message formats Protocol: algorithm for properly sending and receiving messages (packets) an agreement on how to communicate CS61C L27 I/O & Networks (29)

Software Protocol to Send and Receive SW Send steps 1: Application copies data to OS buffer 2: OS calculates checksum, starts timer 3: OS sends data to network interface HW and says start SW Receive steps 3: OS copies data from network interface HW to OS buffer 2: OS calculates checksum, if OK, send ACK; if not, delete message (sender resends when timer expires) 1: If OK, OS copies data to user address space, & signals application to continue CS61C L27 I/O & Networks (30)

Protocol for Networks of Networks? Abstraction to cope with complexity of communication Networks are like onions Hierarchy of layers: - Application (chat client, game, etc.) - Transport (TCP, UDP) - Network (IP) - Physical Link (wired, wireless, etc.) Networks are like onions. They stink? Yes. No! Oh, they make you cry. No! Layers. Onions have layers. Networks have layers. CS61C L27 I/O & Networks (31)

Protocol Family Concept Message Logical Message H Actual Message T Logical H Actual Message T Actual Actual H H Message T T H H Message T T Physical CS61C L27 I/O & Networks (32)

Protocol Family Concept Key to protocol families is that communication occurs logically at the same level of the protocol, called peer-topeer but is implemented via services at the next lower level Encapsulation: carry higher level information within lower level envelope Fragmentation: break packet into multiple smaller packets and reassemble CS61C L27 I/O & Networks (33)

Protocol for Network of Networks IP: Best-Effort Packet Delivery (Network Layer) Packet switching Send data in packets Header with source & destination address Best effort delivery Packets may be lost Packets may be corrupted Packets may be delivered out of order CS61C L27 I/O & Networks (34)

Protocol for Network of Networks Transmission Control Protocol/Internet Protocol (TCP/IP) (TCP :: a Transport Layer) This protocol family is the basis of the Internet, a WAN protocol IP makes best effort to deliver TCP guarantees delivery TCP/IP so popular it is used even when communicating locally: even across homogeneous LAN CS61C L27 I/O & Networks (35)

TCP/IP packet, Ethernet packet, protocols Application sends message TCP breaks into 64KiB segments, adds 20B header IP adds 20B header, sends to network If Ethernet, broken into 1500B packets with headers, trailers (24B) All Headers, trailers have length field, destination,... Ethernet Hdr IP Header TCP Header EHIP Data TCP data Message Ethernet Hdr CS61C L27 I/O & Networks (36)

TCP/IP in action Creating a Packet: IP Header IP TCP TCP Header CS61C L27 I/O & Networks (37)

Overhead vs. Bandwidth Networks are typically advertised using peak bandwidth of network link: e.g., 100 Mbits/sec Ethernet ( 100 base T ) Software overhead to put message into network or get message out of network often limits useful bandwidth Assume overhead to send and receive = 320 microseconds (µs), want to send 1000 Bytes over 100 Mbit/s Ethernet Network transmission time: 1000Bx8b/B /100Mb/s = 8000b / (100b/µs) = 80 µs Effective bandwidth: 8000b/(320+80)µs = 20 Mb/s CS61C L27 I/O & Networks (38)

And in conclusion Protocol suites allow networking of heterogeneous components Another form of principle of abstraction Protocols operation in presence of failures Standardization key for LAN, WAN Integrated circuit ( Moore s Law ) revolutionizing network switches as well as processors Switch just a specialized computer Trend from shared to switched networks to get faster links and scalable bandwidth Interested? - EE122 (CS-based in Fall, EE based in Spring) CS61C L27 I/O & Networks (39)

[Bonus] Example: Network Media Twisted Pair ( Cat 5 ): Fiber Optics Transmitter Is L.E.D or Laser Diode light source Air Buffer Copper, 1mm think, twisted to avoid antenna effect Cladding Total internal reflection Receiver Photodiode Light: 3 parts are cable, light source, light detector Silica: glass or plastic; actually < 1/10 diameter of copper CS61C L27 I/O & Networks (40)

[Bonus] Backbone Link App Composition File-sharing is the dominant application on many links! CS61C L27 I/O & Networks (41)