1 Page

Lab2

Course: CS 450, Fall 2009
School: Maharishi
Rating:
 
 
 
 
 

Word Count: 193

Document Preview

Networks Computer Lab 2 Download and Use a Packet Capture Tool Purpose: To learn how a packet capture tool works. Packet capture is especially useful when debugging network applications, so mastering the use of a packet capture tool will be especially helpful with later experiments. Overview: Download the Wireshark packet capture tool from the class web site and run it on the local computer to capture packets....

Register Now

Unformatted Document Excerpt

Coursehero >> Iowa >> Maharishi >> CS 450

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
Networks Computer Lab 2 Download and Use a Packet Capture Tool Purpose: To learn how a packet capture tool works. Packet capture is especially useful when debugging network applications, so mastering the use of a packet capture tool will be especially helpful with later experiments. Overview: Download the Wireshark packet capture tool from the class web site and run it on the local computer to capture packets. Then learn to analyze packets to discover the building block of communication. Procedures: 1. Verify that someone has not already installed Wireshark Network Analyzer on your computer by looking for Wireshark in the All list Programs of the Start menu. 2. If Wireshark is not installed, copy the installer program from the class web site to your computer and begin the installation. (wireshark-setup-0.99.4.exe) 3. After installation, start Wireshark. Select the network interface and capture some packets (about 2 minutes or 500 packets). 4. Review the packets in the display. Look for the differen...

Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

Maharishi - CS - 450
Computer Networks Lab 3Experience with FTPPurpose:To learn how to use the file transfer protocol, FTP, and analyze the packets involved with the transaction.Overview:The file transfer protocol is a basic networking protocol for moving files bet
Maharishi - CS - 450
Computer Networks Lab 4CRC Practice Purpose:To gain some experience with creating a CRC code for a byte array.Overview:Cyclic Redundancy Codes are used in some link layer protocols like HDLC. Java provides a class called CRC32 in the java.util.z
Maharishi - CS - 450
Computer Networks Lab 5Explore a DHCP ServerPurpose:To explore the DHCP protocol by accessing a DHCP server and testing the commands to get an IP address and renew it.Overview:The DHCP protocol is designed to provide a flexible way of allocati
Maharishi - CS - 450
Computer Networks Lab 7Looking up Internet Addresses in JavaPurpose:To gain experience with Java's InetAddress class and learn its many uses.Overview:The InetAddress class is Java's high-level representation for an IP address and it is widely
Maharishi - CS - 450
Computer Networks Lab 9bBuild a Web site DownloaderPurpose:To explore the URL class and gain experience using it to retrieve data from the network, you are asked to create a program to download a list of web sites.Overview:The URL class can re
Maharishi - CS - 450
Computer Networks: Wholeness on the move.CS450 Computer NetworksProfessor Mark RainbowBlock 5 January 20071-Computer Networks: Wholeness on the move.Maharishi University of Management is an Equal Opportunity Institution. 2006 Maharishi Un
Maharishi - CS - 450
Lesson 2 Physical LayerIntelligence on the move.Main Points1. The physical layer of the network reference model describes the mechanical, electrical and timing characteristics of the network. Transmission media are either guided media (copper or
Maharishi - CS - 450
Lesson 4 Media Access Control Layer - EthernetThe Unified Field is here, there and everywhere.Main Points1. The channel allocation problem is the central challenge of the MAC sublayer. Protocols for sharing access have evolved from static methods
Maharishi - CS - 450
Lesson 5 Media Access Control Layer WirelessThe Unified Field is here, there and everywhere.Main Points1. Wireless networking is the fastest growing segment of computer networks, and new specifications are rapidly evolving to meet the need for n
Maharishi - CS - 450
Lesson 6 Network Layer RoutingTaking the path of least action.Main Points1. Network layer routes packets from source to destination. The route may be pre-determined (in virtual-circuit subnets) or determined per packet (in datagram subnets). Acti
Maharishi - CS - 450
Computer Networks CS450 Mid-term ExamOctober 15, 2005 Name_ ID _ Circle the correct answer. Circle only one answer per question. 1. Why is the OSI Network Reference model still referenced in publications and discussions of network technology? a) It
Maharishi - CS - 203
LESSON 1 INTRODUCTION to COMPUTER PROGRAMMING 2 Progress Takes Place in Steps In this course we will build on your experience in previous programming courses to gain deeper knowledge and experience of Java programming. The experience of deeper inner
Maharishi - CS - 203
LESSON 2 REVIEW of JAVA The Knower, Known and Process of Knowing Java has some intrinsic types, but most of our work in programming is in creating new classes to represent the objects in the problem domain. Java includes math and logical operators, c
Maharishi - CS - 203
Pink Moon/ Nick Drake/ 4/3-Feb-2007/JazzSomersault/Zero/3/15-July-2007/AlternativeSomersault/Zero/3/1-Sept-2007/AlternativeSomersault/Zero/3/17-Nov-2007/AlternativeFearless/Taylor Swift/5/12-Dec-2008/PopDark Horse/Nickelback/4/20-Dec-2008/RockT
Maharishi - CS - 440
MAHARISHI UNIVERSITY OF MANAGEMENTCOMPUTER SCIENCE DEPARTMENT COMP 440 - CompilersProgramming Assignment 1Symbol Table ClassesIn this programming assignment, you are to write Java classes to implement a symbol table. The purpose of the symbol t
Maharishi - CS - 440
MAHARISHI UNIVERSITY OF MANAGEMENTCOMPUTER SCIENCE DEPARTMENTCOMP 440 - Compilers DEProgramming Assignment 4Phase 1 of the Type Checker Building the Symbol TableSTOP: Before you begin lab assignment 4, read and make sure you understand the han
Maharishi - CS - 440
MAHARISHI UNIVERSITY OF MANAGEMENTCOMPUTER SCIENCE DEPARTMENT COMP 440 - Compilers - DEProgramming Assignment 5Phase 2 of the Type CheckerOverview of the Project So far we have implemented two of the front-end components of our simple compiler (
Maharishi - CS - 505
AN INTRODUCTION TO FUNCTIONAL PROGRAMMING THROUGH LAMBDA CALCULUS Greg MichaelsonDepartment of Computing and Electrical Engineering Heriot-Watt University Riccarton Campus Edinburgh EH14 4AS9. FUNCTIONAL PROGRAMMING IN STANDARD ML 9.1. Introductio
Maharishi - CS - 505
MAHARISHI UNIVERSITY OF MANAGEMENT COMPUTER SCIENCE COMP 501 : Formal Methods in Programming LanguagesStudy Notes:Functional Programming & Lambda CalculusThe underlying model of computation in functional programming is the function and the compu
Maharishi - CS - 450
Computer Networks Lab 1Use Telnet to Contact a Time Server, get a Web Page and Send an EmailPurpose:To learn how to use telnet to experiment with some application layer protocols.Overview:Use the telnet program to open a connection with network
Maharishi - CS - 450
Computer Networks Lab 2Download and Use a Packet Capture ToolPurpose:To learn how a packet capture tool works. Packet capture is especially useful when debugging network applications, so mastering the use of a packet capture tool will be especial
Maharishi - CS - 450
Computer Networks Lab 3Experience with FTPPurpose:To learn how to use the file transfer protocol, FTP, and analyze the packets involved with the transaction.Overview:The file transfer protocol is a basic networking protocol for moving files bet
Maharishi - CS - 450
Topics for ProjectTopics for presentations or research papers.Please write a 2-page paper on one of the following topics. The following questions may help guide your report. What are the main principles or ideas expressed in the technology? How do
Maharishi - CS - 525
ObjectObject-Oriented Application FrameworksMohamed Fayad Douglas C. SchmidtThe following is the guest editorial for the Communications of the ACM, Special Issue ObjectFrameworks, on Object-Oriented Application Frameworks Vol. 40, No. 10, October
Maharishi - CS - 525
Search for: Use + - ( ) " "within . Search helpIBM home | Products & services | Support & downloads | My account IBM developerWorks > Java technology Building object-oriented frameworks Through its use of frameworks, Taligent, Inc. is realizing t
Maharishi - CS - 561
Mapping the Business Architecture to a Component-based Software Architecture through repeated application of patternsAli Arsanjani Maharishi University of ManagementMapping the Business Architecture to a Component-based Software ArchitectureMapp
Maharishi - CS - 561
Some Patterns for Software Architecturesby Mary Shaw Carnegie Mellon UniversityChapter?Software designers rely on informal patterns, or idioms, to describe the architectures of their software systems-the configurations of components that make
Maharishi - CS - 561
Externalizing Component Manners to Achieve Greater Maintainability through a Highly Re-configurable Architectural StyleAli Arsanjani IBM Global Services, USA Maharishi University of Management, DeMontfort University aarsanjani@acm.org AbstractThe m
Maharishi - CS - 435
Lesson 3 ALGORITHM ANALYSISProgress takes place in steps of activity and rest.Main Points1. Algorithms can be analyzed by stepping through the pseudo-code to calculate the number of primitive operations as a function of the input size. Progress i
Maharishi - CS - 435
Lesson 4 STACKS AND QUEUESKnowledge is Structured in ConsciousnessMain Points1. In the natural world, abstract layers of intelligence are more general, as they synthesize and harmonize more concrete, expressed layers. In data structures, the abst
Maharishi - CS - 435
Lesson 5 VECTORS, LISTS & SEQUENCESExploring the Dynamics of Natural LawMain Points1. The Vector ADT extends the concept of an array storing objects by rank. The rank of an element is the number of elements preceding it. The main operations of th
Maharishi - CS - 435
Vectors12/28/05 16:00Vectors1Outline and ReadingThe Vector ADT (2.2.1) Array-based implementation (2.2.1)12/28/05 16:00Vectors2The Vector ADTThe Vector ADT extends the notion of array by storing a sequence of arbitrary objects An el
Maharishi - CS - 435
Lesson 6 TREES, PRIORITY QUEUES, & HEAPSPure consciousness is a source of orderliness.Main Points1. The Tree ADT models a hierarchical structure between objects simplified to a parent-child relation. Nodes store arbitrary objects and connect to o
Maharishi - CS - 435
Heaps and Priority Queues2 5 9 7 6Heaps and Priority Queues1Priority Queue ADT ( 2.4.1)A priority queue stores a collection of items An item is a pair (key, element) Main methods of the Priority Queue ADTinsertItem(k, o) inserts an item with
Maharishi - CS - 435
Dictionaries and Hash Tables0 1 2 3 4025-612-0001 981-101-0002451-229-0004Dictionaries and Hash Tables1Dictionary ADT (2.5.1)The dictionary ADT models a searchable collection of keyelement items The main operations of a dictionary are se
Maharishi - CS - 525
MAHARISHI INTERNATIONAL UNIVERSITY 1971-1995MAHARISHI UNIVERSITYof MANAGEMENTEngaging the Managing Intelligence of NatureLab 6:Observer PatternObserver : LabObserver : Lab without the observer patternpublic class Counter {.public void
Maharishi - CS - 525
MAHARISHI INTERNATIONAL UNIVERSITY 1971-1995MAHARISHI UNIVERSITYof MANAGEMENTEngaging the Managing Intelligence of NatureLab 1:Strategy patternStrategy labStrategy labpublic class ScribbleCanvasListener implements MouseListener, MouseMot
Maharishi - CS - 525
MAHARISHI INTERNATIONAL UNIVERSITY 1971-1995MAHARISHI UNIVERSITYof MANAGEMENTEngaging the Managing Intelligence of NatureLab 2:Patterns:Iterator and VisitorIterator: LabIterator: Lab without iteratorvoid JButtonAllSwimmers_actionPerformed
Maharishi - CS - 525
MAHARISHI INTERNATIONAL UNIVERSITY 1971-1995MAHARISHI UNIVERSITYof MANAGEMENTEngaging the Managing Intelligence of NatureLab 5:State PatternState : Example without state patternpublic class Application { public class Person { static public
Maharishi - CS - 525
MAHARISHI INTERNATIONAL UNIVERSITY 1971-1995MAHARISHI UNIVERSITYof MANAGEMENTEngaging the Managing Intelligence of NatureAdvanced Software DevelopmentCS Faculty Computer Science DepartmentLesson 3:Patterns:VisitorVisitor : Labpublic clas
Maharishi - CS - 525
MAHARISHI INTERNATIONAL UNIVERSITY 1971-1995MAHARISHI UNIVERSITYof MANAGEMENTEngaging the Managing Intelligence of NatureLab 7:Chain of Responsibility PatternChain of Responsibility : LabFilesColorsOther 2005 Maharishi University of
Maharishi - CS - 525
MAHARISHI INTERNATIONAL UNIVERSITY 1971-1995MAHARISHI UNIVERSITYof MANAGEMENTEngaging the Managing Intelligence of NatureAdvanced Software DevelopmentCS Faculty Computer Science DepartmentLab 8:Patterns: Bridge LabBridge : Motivation 2B
Maharishi - CS - 525
OO & SE notes.Review notes for OO & SE principles Inheritance and polymorphism are the twin main abstraction mechanisms of OO Inheritance provides for a/the major modeling feature of OO: IsA o This is the basis of LSP (Liskov Substitution Princip
Maharishi - CS - 525
CS 525Advanced Software DevelopmentSCI Main PointsLesson 1 Introduction to Patterns and FrameworksDesign patterns capture expert knowledge in such a way that others can apply them, and gain the benefits of expert experiences. Frameworks captur
Maharishi - CS - 525
cs525: Pattern NotesNotes on Design Patternso o o o o o o o o o o o o o o o o o oBridge Chain of Responsibility Command Composite Decorator Faade Factory Patterns - General Factory Method Abstract Factory Notes on FactoriesFunctor Iterator M
Maharishi - CS - 525
A very simple Java Swing GUI:import javax.swing.*; import java.awt.*; import java.awt.event.*; /* This is a ButtonDemo Application */ public class ButtonDemo1 extends JFrame implements ActionListener { JButton b1; public ButtonDemo1() { /* Construc
Maharishi - CS - 525
Summary and more Examples of Action Listeners/ System interface provides standard API interface ActionListener { } void actionPerformer(Event e) { . }/ User specialization modifies to be useful class myActionListener implements ActionListener { vo
Maharishi - CS - 525
Another very simple Java Swing GUI, this time for Mouse events, This version uses an inner class:import java.applet.Applet; import java.awt.*; import java.awt.event.*; public class AdapterSpot extends Applet { private Point clickPoint = null; priva
Maharishi - CS - 525
Maharishi - CS - 525
ParentBasic ClassAddinAddin ClassMIBodyAugmented ClassAddedusesImplementation
Maharishi - CS - 525
Java New featurescs525New Java Features(in Java 1.5 = Tiger)Draft version.GenericsGenerics are a very important, long awaited, long planned addition to Java. C+ has generics in its templates feature; and there also it was an addition to the
Maharishi - CS - 525
A simple application of Command Pattern to GUI:/ Another command pattern example: CommandButtonpackage demos; import java.awt.*; import java.awt.event.*; import javax.swing.*; / -interface Command { /* do ?? operation .*/ public void execute(Actio
Maharishi - CS - 505
Why Functional Programming MattersJohn Hughes, Institutionen fr Datavetenskap, o Chalmers Tekniska Hgskola, o 41296 Gteborg, o SWEDEN. rjmh@cs.chalmers.seThis paper dates from 1984, and circulated as a Chalmers memo for many years. Slightly revised
Maharishi - CS - 505
Java ObscuritiesCS505: Advanced Programming LanguagesJava Obscurities Complexity in description?Contents:I. Overview..1 II. Motivations.1 A. Language Definitions..1 B. Issues and solutions.2 III. Java Obscurities..2 IV. Examples..3I. II.Ov
Maharishi - CS - 465
OPERATING SYSTEMS: Automation in AdministrationLesson 1 Evolution of Operating Systems: Pure Knowledge Has Infinite Organizing Power Operating systems organize and coordinate all the activities of a computer system. Managing such complexity has req
Maharishi - CS - 465
Vedic Computation: Redefining Computer Science in the Light of Maharishi Vedic ScienceGregory Guthrie Maharishi University of Management Fairfield, IowaAbstract Computer science has a unique and important role in today's world. With its powerful s
Maharishi - CS - 465
22INTRODUCTIONCHAP. 11.4 SOFTWARE CONCEPTSHardware for distributed systems is important, but it is software that largely determines what a distributed system actually looks like. Distributed systems are very much like traditional operating sys
Maharishi - CS - 525
TimeLog report for CS525 LabsStudent: Lab:DateTime start Hours ActivityResultTotal Hours:
Maharishi - CS - 525
MAHARISHI INTERNATIONAL UNIVERSITY 1971-1995MAHARISHI UNIVERSITYof MANAGEMENTEngaging the Managing Intelligence of NatureLab 5:Command PatternCommand : LabCommand : Lab without command patternvoid JButtonPush_actionPerformed(java.awt.even
Maharishi - CS - 525
MAHARISHI INTERNATIONAL UNIVERSITY 1971-1995MAHARISHI UNIVERSITYof MANAGEMENTEngaging the Managing Intelligence of NatureLab 10:Factory /Abstract Factory PatternFactory Method: LabThe given application processes given name. If you type in t
Maharishi - CS - 525
MAHARISHI INTERNATIONAL UNIVERSITY 1971-1995MAHARISHI UNIVERSITYof MANAGEMENTEngaging the Managing Intelligence of NatureLab 11: FrameworksFrameworks : Homework For the following two problems draw a class diagram and paste them into respect