Documents Found!
As seen in
Less Work, Better Grades
Join
Course Hero
Access
best resources
Ace
your classes
Ace your courses with Course Hero!

Submit your homework question or assignment here:
352 Tutors are online
 
We are so confident that you will love our service, we will answer your first homework question for FREE!
*  Attach Assignment (optional):
 
Study Smarter, Score Higher
 
Document Content (unformatted)
Course Hero has millions of student submitted documents similar to the one below including study guides, homework solutions, papers, exam answer keys and textbook solutions.
Network CSE398: Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering & Applied Science Lehigh University February 23, 2005 Outline Recap Protocol software Hardware architecture Summary and homework Instructor: Dr. Liang Cheng CSE398: Network Systems Design 02/23/05 Outline Recap Hardware architecture for protocol processing Summary and homework Instructor: Dr. Liang Cheng CSE398: Network Systems Design 02/23/05 A Brief History of Computer Hardware 1940s Beginnings 1950s Consolidation on von Neumann architecture I/O controlled by CPU 1960s I/O becomes important Evolution of third generation architecture with interrupts Instructor: Dr. Liang Cheng CSE398: Network Systems Design 02/23/05 I/O Processing Low-end systems (e.g., microcontrollers) Dumb I/O interfaces CPU does all the work (polls devices) Single, shared memory Low cost, but low speed Mid-range systems (e.g., minicomputers) High-end systems (e.g., mainframes) Single, shared memory I/O interfaces contain logic for transfer and status Operations: CPU starts device then resumes processing Device: transfers data to / from memory; interrupts when operation complete Separate, programmable I/O processor OS downloads code to be run Device has private on-board buffer memory CSE398: Network Systems Design 02/23/05 Instructor: Dr. Liang Cheng Networking Systems Evolution ~ Thirty year history Same trend as computer architecture Began with central CPU Shift to emphasis on I/O Three main generations Instructor: Dr. Liang Cheng CSE398: Network Systems Design 02/23/05 First Generation Network Systems Traditional software-based router Used conventional (minicomputer) hardware Other generations later Single general-purpose processor handles most tasks Single shared memory, I/O over a bus Network interface cards use same design as other I/O devices Instructor: Dr. Liang Cheng CSE398: Network Systems Design 02/23/05 How Fast a CPU Need to Be? Depends on Rate at which data arrives (pp. 104) Data rate (bits per second): per interface rate, aggregate rate Packet rate (packets per second): per interface & aggregate rate Definition of fast data rate keeps changing 1960: 1970: 1980: 1990: 2000: 2003: 10 Kbps 1 Mbps 10 Mbps 100 Mbps 1000 Mbps (1 Gbps) 2400 Mbps Amount of processing to be performed Instructor: Dr. Liang Cheng CSE398: Network Systems Design 02/23/05 Aggregate Rate vs. Per-Interface Rate Interface rate Rate at which data enters / leaves Sum Aggregate of interface rates (assumptions) Measure of total data rate system can handle Note: aggregate rate crucial if CPU handles traffic from all interfaces Packet rate vs. data rate Sources of CPU overhead Per-bit processing Per-packet processing Interface hardware handles much of per-bit processing Instructor: Dr. Liang Cheng CSE398: Network Systems Design 02/23/05 Possible Ways to Solve the CPU Bottleneck Special-purpose coprocessors NICs with onboard processing Smart NICs with onboard stacks General principle To optimize computation, move operations that account for the most CPU time from software into hardware. Fine-grain parallelism Symmetric coarse-grain parallelism Asymmetric coarse-grain parallelism Cell switching Data pipelines Instructor: Dr. Liang Cheng CSE398: Network Systems Design 02/23/05 Fine-Grain Parallelism Multiple processors Instruction-level parallelism Example: parallel checksum Add values of eight consecutive memory locations at the same time Assessment: insignificant advantages for packet processing Instructor: Dr. Liang Cheng CSE398: Network Systems Design 02/23/05 Symmetric Coarse-Grain Parallelism Symmetric multiprocessor hardware Multiple, identical processors Typical design: each CPU operates on one packet Requires coordination Assessment: coordination and data access means N processors cannot handle N times more packets than one processor Instructor: Dr. Liang Cheng CSE398: Network Systems Design 02/23/05 Asymmetric Coarse-Grain Parallelism Multiple processors Each processor Optimized for specific task Includes generic instructions for control Assessment Same problems of coordination and data access as symmetric case Designer much choose how many copies of each processor type Instructor: Dr. Liang Cheng CSE398: Network Systems Design 02/23/05 Parallel & Pipelined Hardware Cell switching as an alternative to new hardware: ATM Fixed-size packets Allows fixed-size buffers Guaranteed time to transmit/receive Relative (connection-oriented) addressing Smaller address size Label on packet changes at each switch Requires connection setup Data pipeline Move each packet through series of processors Each processor handles some tasks Assessment Well-suited to many protocol processing tasks Individual processor can be fast Instructor: Dr. Liang Cheng CSE398: Network Systems Design 02/23/05 Outline Recap Hardware architecture Summary No homework today Midterm on Wed. Instructor: Dr. Liang Cheng CSE398: Network Systems Design 02/23/05
Find millions of documents here - Study Guides, Homework Solutions, Papers, Exam Answer Keys and more. Course Hero has millions of course related materials that will enable you to learn better, faster and get an A in all your courses.
Below is a small sample set of documents:

Lehigh >> CSE >> 432 (Fall, 2008)
JUnit A tool for test-driven development History Kent Beck developed the first xUnit automated test tool for Smalltalk in mid-90\'s Beck and Gamma (of design patterns Gang of Four) developed JUnit on a flight from Zurich to Washington, D.C. Ma...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering & Applied Science Lehigh University March 30, 2005 Outline Recap Scaling a network processor Examples of co...
Lehigh >> CSE >> 432 (Fall, 2008)
Classes in C+ C+ originally called \"C with classes\": Swedish connection: Bjarne Stoustrup borrowed from Simula (\'67) Simulating classes of real world objects C+ continues to evolve: Version 1.0 released by AT&T in 1986 Version 2.0 in 1990 ...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering & Applied Science Lehigh University April 04, 2005 Outline Recap Examples of commercial network processors D...
Lehigh >> CSE >> 432 (Fall, 2008)
Object Oriented Testing Based on notes from James Gain (jgain@cs.uct.ac.za) Plus Glenn Blanks elaborations and expansions Objectives To cover the strategies and tools associated with object oriented testing Analysis and Design Testing Class Tests ...
Lehigh >> CSE >> 398 (Spring, 2005)
Lab on Traffic Monitoring and Throughput Measurement using TTCP CSE398: Network Systems Design, Lehigh University Instructor: Dr. Liang Cheng, Assistant Professor, Computer Science and Engineering Lab Assistant: Yaoyao Zhu, Ph.D. student in Computer ...
Lehigh >> CSE >> 432 (Fall, 2008)
Unified Modeling Language (UML) for OO domain analysis CSE432 Prof Glenn Blank Notation wars Early 90s: 6-10 different notations Bertrand Meyer: circles and arrows Distinguishes inheritance and client/supplier relationships Grady Booch: clouds,...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering & Applied Science Lehigh University March 16, 2005 Outline Recap Traditional protocol processing systems Sta...
Lehigh >> CSE >> 432 (Fall, 2008)
JDBC Java DataBase Connectivity CSE432 Object Oriented Software Engineering What is JDBC? \"An API that lets you access virtually any tabular data source from the Java programming language\" JDBC Data Access API JDBC Technology Homepage What\'...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering state engi...
Lehigh >> CSE >> 432 (Fall, 2008)
Software process life cycles CSE 432: Object-Oriented Software Engineering Software and entropy A virtue of software: relatively easy to change Otherwise it might as well be hardware Nevertheless, the more complex a software system gets, the...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering & Applied Science Lehigh University February 23, 2005 Outline Recap Packet processing functions Protocol so...
Lehigh >> CSE >> 432 (Fall, 2008)
Grouping objects Arrays, Collections and Iterators 1.0 Main concepts to be covered Arrays Collections Iterators 2 Requirement to group objects Many applications for collections of objects: Personal organizers Library catalogs Student-recor...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering & Applied Science Lehigh University April 13, 2005 Outline Recap APP550 processor architecture Classificatio...
Lehigh >> CSE >> 432 (Fall, 2008)
AWT and Swing Most GUI class libraries in C+ are platform specific Different hardware capabilities Subtle differences between the \"look-and-feel\" of various Windowing operating systems Swing can observe various OS look-and-feel conventions Ab...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering & Applied Science Lehigh University January 19, 2005 Outline Recap/discussion Encapsulation, delay Encoding...
Lehigh >> CSE >> 432 (Fall, 2008)
Object-oriented design CSE 432: Object-Oriented Software Engineering Goals of OO analysis (quick review) What are the two main goals of OO analysis? 1) Understand the customer\'s requirements 2) Describe problem domain as a set of classes and rela...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering & Applied Science Lehigh University February 7, 2005 Outline Recap Computer hardware architecture Fetch and ...
Lehigh >> CSE >> 432 (Fall, 2008)
Components COM, ActiveX, JavaBeans CORBA and SOAP Brad Cox\'s IC analogy Software components should be like integrated circuits (ICs) Or plumbing components? 1. 2) 3) 4) 5) 6) Why? What are our desiderata for software components? Bertrand ...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering & Applied Science Lehigh University March 23, 2005 Outline Recap Complexity of network processor design Lab ...
Lehigh >> CSE >> 432 (Fall, 2008)
Microsoft .NET Object Oriented Software Engineering Based on a presentation by Murat Can Ganiz Agenda .NET C# .NET vs. J2EE (C# vs. Java) Any .NET or C# programmers here? 2 Definition. \"Microsoft .NET is a set of Microsoft software te...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398 Lab#2 Part I: Connecting Two LANs with Routers and Switches CSE398: Network Systems Design, Lehigh University Instructor: Dr. Liang Cheng, Assistant Professor, Computer Science and Engineering Lab Assistant: Yaoyao Zhu, Ph.D. student in Comput...
XP
Lehigh >> CSE >> 432 (Fall, 2008)
e Xtreme Programming Outline Traditional life cycle vs. XP XP motto: \"embrace change\" How does this attitude compare with that implicit with traditional waterfall software life cycle? XP values XP practices Pair programming An XP development road...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering & Applied Science Lehigh University April 11, 2005 Outline Recap Reminder: homework due today Overview of Ag...
Lehigh >> CSE >> 432 (Fall, 2008)
Team Organization and Project Management Based on Hans Van Vliet, Software Engineering: Principle and Practice, chapters 5 and 8 Glenn D. Blank Brooks\' law (1975) Adding manpower to a late project only makes it later. Why? As team gets larger, ...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering & Applied Science Lehigh University March 21, 2005 Outline Recap Second generation network systems Third gen...
Lehigh >> CSE >> 197 (Fall, 2006)
Search Engine Optimization Andy Powers, Avenue A | Razorfish December 7, 2006 Who I am Andy Powers andy.powers@avenuea-razorfish.com 267-295-7033 Lehigh \'05, CSB Senior project with Prof. Davison Philadelphia Associate Analyst, Search Engine...
Lehigh >> CSE >> 398 (Spring, 2005)
Lab on Firewall, Ethereal, ICMP and ARP in SANDBOX lab (PL112) CSE398: Network Systems Design, Lehigh University Instructor: Dr. Liang Cheng, Assistant Professor, Computer Science and Engineering Lab Graduate Assistant: Yaoyao Zhu March 16th, 2005 In...
Lehigh >> CSE >> 197 (Fall, 2006)
Module II Overview Why SEM? Goal Analysis How good is my site? Site Analysis PLANNING: Things to Know BEFORE You Start. How good is my search? Measure SEM performance How to do it? Strategic Planning How to sell it? SEM Proposal Fall 2006 Davis...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering & Applied Science Assistant Professor, Lehigh University January 24, 2005 Outline Recap Encoding, framing, e...
Lehigh >> CSE >> 197 (Fall, 2006)
Module II Overview Why SEM? Goal Analysis How good is my site? Site Analysis PLANNING: Things to Know BEFORE You Start. How good is my search? Measure SEM performance How to do it? Strategic Planning How to sell it? SEM Proposal Fall 2006 Davis...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering & Applied Science Lehigh University April 06, 2005 Outline Recap APP550 network processor architecture SPA ...
Lehigh >> CSE >> 197 (Fall, 2006)
Module II Overview Why SEM? Goal Analysis How good is my site? Site Analysis PLANNING: Things to Know BEFORE You Start. How good is my search? Measure SEM performance How to do it? Strategic Planning How to sell it? SEM Proposal Fall 2006 Davis...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering & Applied Science Lehigh University March 28, 2005 Outline Recap Network processor architectures Issues in ...
Lehigh >> CSE >> 197 (Fall, 2006)
Choose Your Keyword It is now time to \"position\" your web site! Keyword planning the first real step in SEM campaign - True for both organic and paid placement search! In this chapter, we will conduct keyword planning step by step - Generate ...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering & Applied Science Lehigh University January 17, 2005 Outline Course information NSF: Pre-test and lab-log N...
Lehigh >> CSE >> 197 (Fall, 2006)
How Search Marketing Works How to get started with search marketing How and why to optimize for organic search How and why to get listed in directories How and why to utilize paid placement Fall 2006 Davison/Lin CSE 197/BIS 197: Search Engine...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering & Applied Science Assistant Professor, Lehigh University January 26, 2005 Outline Recap Switching and forwar...
Lehigh >> CSE >> 197 (Fall, 2006)
Search Engine Strategies: Road Map Why SEM? How Search Engine Works How SEM Works How Searchers work INTRO: What is SEM PLANNING: Things to Know BEFORE You Start. EXECUTION: How to Make SEM Work Fall 2006 Davison/Lin CSE 197/BIS 197: Search Engi...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering do not fragment\"? Some concepts. Pa...
Lehigh >> CSE >> 197 (Fall, 2006)
Attract Links to Your Site Links are the largest factor in determining a page\'s reputation This chapter covers: Why search engines value links Your link-building philosophy Step-by-step link building for your site Fall 2006 Davison/Lin CSE ...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering forwarding (Chapter 9) Switching...
Lehigh >> CSE >> 197 (Fall, 2006)
Optimize Your Content Need to create content that is both what search engines need, and what searchers want to see. This chapter covers: What search engines look for The philosophy of writing for search Step-by-step optimization of your searc...
Lehigh >> CSE >> 398 (Spring, 2005)
CSE398: Network Systems Design Instructor: Dr. Liang Cheng Department of Computer Science and Engineering P.C. Rossin College of Engineering & Applied Science Lehigh University February 9, 2005 Outline Recap Packet processing algorithms (Chapter 5) ...
Lehigh >> CSE >> 197 (Fall, 2006)
Optimize Your Paid Search Program In this section, we discuss: - Types of Paid Search - Planning Paid Search - Paid Search Optimization step-by-step guide to implement a paid search campaign Fall 2006 Davison/Lin CSE 197/BIS 197: Search Eng...
Lehigh >> ECE >> 108 (Spring, 2007)
ECE 108 Signals and Systems Spring 2007, Instructor: Tiffany Li Homework 10 Given: April 9, 2007 Due: April 16, 2007, before class 1. Read and study Sections 10.1, 10.2, 10.3, 10.5 2. Do problems: (pages 663) 10.2-1 (b)(c) 10.3-2 (a)(b) 10.5-2 1 ...
Lehigh >> CSE >> 197 (Fall, 2006)
How Searchers Work Understanding how searchers work is essential to creating compelling content and ads We will discuss Visitor behavior The searcher\'s intent The searcher\'s click The searcher\'s follow-through Fall 2006 Davison/Lin CSE 197...
Lehigh >> ECE >> 108 (Spring, 2007)
ECE 108 Signals and Systems Spring 2007, Instructor: Tiffany Li Homework 11 Given: April 16, 2007 Due: April 23, 2007, before class 1. Read and study Sections 11.1, 11.2 2. Do problems: (pages 711) 11.1-1 (a)(b) 11.1-2 (a)(b)(c) 11.1-3 (b)(c)(i)(k) ...
Lehigh >> CSE >> 197 (Fall, 2006)
Get Your Site Indexed Three basic questions from this chapter: What if your site is not indexed? How many pages on your site are indexed? How do you get more pages indexed? Fall 2006 Davison/Lin CSE 197/BIS 197: Search Engine Strategies 10-1 ...
Lehigh >> ECE >> 108 (Spring, 2007)
ECE 108 Signals and Systems Spring 2007, Instructor: Tiffany Li Homework 9 Given: April 2, 2007 Due: April 9, 2007, before class 1. Read and study Sections 8.1, 8.2, 8.3, 8.4, 10.1 2. Do problems: (pages 570-571, 663) 8.2-3 (b)(c)(d) 8.2-4 (c) 8.2-7...
Lehigh >> CSE >> 197 (Fall, 2006)
Search Engine Strategies CSE/BIS 197 Fall 2006 Welcome! Profs. Brian Davison and Lin Lin Syllabus, schedule, etc. all online http:/www.cse.lehigh.edu/~brian/course/sem One credit, meets just once per week One textbook: Search Engine Market...
Lehigh >> ECE >> 108 (Spring, 2007)
ECE 108 Signals and Systems Spring 2007, Instructor: Tiffany Li Homework 5 Given: Feb 26, 2007 Due: March 12, 2007, before class 1. Read and study Chapter 4. 2. Do problems: (page 309-311) 4.1-1, 4.1-2, 4.1-4 (b), 4.1-5, 4.1-6 (b), 4.1-7, 4.3-1 1 ...
Lehigh >> CSE >> 197 (Fall, 2006)
How Search Engines Work Today we show how a search engine works What happens when a searcher enters keywords What was performed well in advance Also explain (briefly) how paid results are chosen If we have time, we will also talk about the s...
Lehigh >> ECE >> 108 (Spring, 2007)
ECE 108 Signals and Systems Spring 2007, Instructor: Tiffany Li Homework 8 Given: March 26, 2007 Due: April 2, 2007, before class 1. Read and study Sections 6.1, 6.2, 6.3, 6.4, 6.4, and 6.8. 2. Do problems: (page 461-463) 6.3-1(a,c); 6.3-5(a,b); 6.3...
Lehigh >> CSE >> 265 (Spring, 2008)
CSE 265: System and Network Administration Namespaces the lists and directories in your environment files in filesystem account names in use printers available names of hosts ethernet addresses service-name/port-number lists home directory...
Lehigh >> ECE >> 108 (Spring, 2007)
ECE 108 Signals and Systems Spring 2007, Instructor: Tiffany Li Homework 7 Given: March 19, 2007 Due: March 26, 2007, before class 1. Read and study Sections 6.1, 6.2, 6.3, 6.4, 6.4, and 6.8. 2. Do problems: (page 460-461) 6.1-1 (a, b, d & h), 6.1-3...
Lehigh >> CSE >> 265 (Spring, 2008)
CSE 265: System and Network Administration Software Installation, Localization, and Maintenance Installation, customization Keeping your systems up to date Package management: RPM Automating downloading and installation: YUM OS Upgrades Mainte...
Lehigh >> ECE >> 108 (Spring, 2007)
ECE 108 Signals and Systems Spring 2007, Instructor: Tiffany Li Homework 6 Given: March 12, 2007 Due: March 19, 2007, before class 1. Read and study Chapter 4. Prepare for Quiz 3 that will cover Chapters 3 and 4. 2. Do problems: (page 309-311) 4.4-1...
Lehigh >> CSE >> 265 (Spring, 2008)
CSE 265: System and Network Administration Debugging Learn the customer\'s problem Find the root cause and fix it Have the right tools Fix things once, rather than over and over Avoid the temporary fix trap Learning from carpenters Fixing thi...
Lehigh >> ECE >> 108 (Spring, 2007)
ECE 108 Signals and Systems Spring 2007, Instructor: Tiffany Li Homework 4 Given: Feb 12, 2007 Due: Feb 26, 2007, before class 1. Read and study Chapter 3. 2. Do problems: (page 227-229) 3.4-3, 3.4-5, 3.4-9 (qestions 1 & 2 only, determine whether th...
Lehigh >> CSE >> 265 (Spring, 2008)
CSE 265: System and Network Administration Sharing System Files with NIS Motivation Copying files around NIS: Network Information Service NIS+ and LDAP Spring 2008 CSE 265: System and Network Administration 2004-2008 Brian D. Davison Shari...
Lehigh >> ECE >> 108 (Spring, 2007)
ECE 108 Signals and Systems Spring 2007, Instructor: Tiffany Li Homework 1 Given: Jan 22, 2007 Due: Jan 29, 2007, before class 1. Read and study Chapter 1 (Pages 51-96) in text. 2. Do problems: (page 96-101) 1.1-1, 1.1-2, 1.1-3, 1.1-6, 1.3-1, 1.3-2,...
Lehigh >> CSE >> 265 (Spring, 2008)
CSE 265: System and Network Administration The Network File System NFS Introduction Server-side NFS Client-side NFS NFS Statistics with nfsstat Dedicated NFS File Servers Automatic Mounting Spring 2008 CSE 265: System and Network Administr...
Lehigh >> ECE >> 108 (Spring, 2007)
ECE 108 Signals and Systems Spring 2007, Instructor: Tiffany Li Homework 3 Given: Feb 05, 2007 Due: Feb 12, 2007, before class 1. Read and study Chapter 3. 2. Do problems: (page 166-167) 2.4-16 (parts a, b, c), 2.5-2, 2.5-3, 2.6-1, 3. Do problems: (...
Lehigh >> CSE >> 265 (Spring, 2008)
CSE 265: System and Network Administration Ethics The principles of conduct that govern a group of people Proclamation of what is right and good Probably too late to help much here Policies concerning computer use are generally either for users o...
Lehigh >> ECE >> 108 (Spring, 2007)
ECE 108 Signals and Systems Spring 2007, Instructor: Tiffany Li Homework 2 Given: Jan 29, 2007 Due: Feb 05, 2007, before class 1. Read and study Chapter 2 (Pages 104-165) in text. 2. Do problems: (page 165-166) 2.2-1, 2.2-2, 2.2-3, 2.2-4, 2.2-5, 2.2...
Lehigh >> CSE >> 265 (Spring, 2008)
CSE 265: System and Network Administration Electronic Mail Mail systems Addressing, mail headers Client/server philosophy, mail homes Aliases, mail routing, mailing list software sendmail Security Performance Spring 2008 CSE 265: System a...
Lehigh >> ECE >> 108 (Spring, 2007)
ECE 108 Signals and Systems Spring 2007, Instructor: Tiffany Li Course Syllabus 1. Time and Room: Lecture MWF 9:10-10:00am, Maginnes Hall 102 Recitation R 8:20-9:10am, 9:20-10:10am, 10:45-11:35am, Rauch 050 2. Instructor: Tiffany Li, ext. 83305, offi...
Lehigh >> CSE >> 265 (Spring, 2008)
CSE 265: System and Network Administration If you aren\'t measuring it, you aren\'t managing it. Service Monitoring Syslog and Log files Historical data Real-time monitoring Logging policies what do you do with logs? Linux log files Logrotat...
Lehigh >> ECE >> 108 (Spring, 2007)
ECE 108 Signals and Systems Spring 2007, Instructor: Tiffany Li QUIZ 3 (50 minutes) Name: 1. (20) True or False: (a) ( ) Fourier series exist only for real signals. (b) ( ) Fourier series exist only for periodic signals. (c) ( ) In the exponential...
What are you waiting for?