Snoop Lab Exercise in examining network traffic. Snoop Lab You will need, in advance, knowledge of: –TCP header format –IP header format –Ethernet address.

Slides:



Advertisements
Similar presentations
Routing Routing in an internetwork is the process of directing the transmission of data across two connected networks. Bridges seem to do this function.
Advertisements

ARP AND RARP ROUTED AND ROUTING Tyler Bish. ARP There are a variety of ways that devices can determine the MAC addresses they need to add to the encapsulated.
1 ICS 156: Lecture 2 (part 2) Data link layer protocols Address resolution protocol Notes on lab 2.
1 Address Resolution Protocol (ARP) Relates to Lab 2. This module is about the address resolution protocol.
ARP: Address Resolution Protocol
1 Address Resolution Protocol (ARP) Relates to Lab 2. This module is about the address resolution protocol.
CSCI 3335: C OMPUTER N ETWORKS Vamsi Paruchuri Assistant Professor Department of Computer Science University of Central Arkansas 1.
Instructor & Todd Lammle
Review of Important Networking Concepts
ARP and RARP The left side of this slide gives an ARP message in hexadecimal format, identify the ARP header fields, and work out their corresponding values.
An 8051 Based Web Server Project by Mason Kidd Advised by Dr. Schertz.
Shivkumar Kalyanaraman Rensselaer Polytechnic Institute 1 Informal Quiz 1 True or False? T F  The structure of MAC addresses facilitates performance.
1 Application TCPUDP IPICMPARPRARP Physical network Application TCP/IP Protocol Suite.
1 Reminding - ARP Two machines on a given network can communicate only if they know each other’s physical network address ARP (Address Resolution Protocol)
McGraw-Hill©The McGraw-Hill Companies, Inc., 2001 Chapter 24 TCP/IP.
Introduction An introduction to the software and organization of the Internet Lab.
Support Protocols and Technologies. Topics Filling in the gaps we need to make for IP forwarding work in practice – Getting IP addresses (DHCP) – Mapping.
Connecting Networks © 2004 Cisco Systems, Inc. All rights reserved. Exploring How IP Address Protocols Work INTRO v2.0—4-1.
Network Communications Technology Chapter 19 Internet Architecture and TCP/IP.
Chabot College ELEC Ports (Layer 4).
OSI Model Local Area Networks Chapter 2. Agenda  Attendance  Chapter 1 questions  Login to Web CT and information about Assessment Activation  Single-protocol.
Link Layer 5-1 Link layer, LAN s: outline 5.1 introduction, services 5.2 error detection, correction 5.3 multiple access protocols 5.4 LANs  addressing,
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 15 Network Layer Protocols: ARP, IPv4, ICMPv4, IPv6, and ICMPv6.
Fall 2005Computer Networks20-1 Chapter 20. Network Layer Protocols: ARP, IPv4, ICMPv4, IPv6, and ICMPv ARP 20.2 IP 20.3 ICMP 20.4 IPv6.
Internetworking – What is internetworking? Connect multiple networks of one or more organizations into a large, uniform communication system. The resulting.
COMP5416 Advanced Network Technologies
Chapter 19 - Binding Protocol Addresses
CS 447 Networks and Data Communication ARP (Address Resolution Protocol) for the Internet Department of Computer Science Southern Illinois University Edwardsville.
Chapter 19 Binding Protocol Addresses (ARP) A frame transmitted across a physical network must contain the hardware address of the destination. Before.
CS2910 Week 1, Class 1 Today Introductions Class/Lab Layout Safety Review - Note about Lab Safety Review Announce Prof. Michael Vieau’s S-341 6p Thurs.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Ethernet Network Fundamentals – Chapter 9.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Ethernet Network Fundamentals – Chapter 9.
Chapter 9 Introduction To Data-Link Layer Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Fall 2004FSU CIS 5930 Internet Protocols1 TCP/IP Protocol Suite Reading: Chapter 13.
ARP ‘n RARP. The Address Resolution Protocol (ARP) is a request sent out by a computer to find another computer’s MAC address. It already knows the IP.
1 Binding Protocol Addresses (ARP ). 2 Resolving Addresses Hardware only recognizes MAC addresses IP only uses IP addresses Consequence: software needed.
Chapter 20 Network Layer: Internet Protocol Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
RARP : Reverse Address Resolution Protocol
Cisco I Introduction to Networks Semester 1 Chapter 3 JEOPADY.
1 Address Resolution Protocol (ARP). 2 Overview 3 Need for Address Translation Note: –The Internet is based on IP addresses –Local area networks use.
Chapter 9 Introduction To Data-Link Layer
Chapter 9 Introduction To Data-Link Layer 9.# 1
Network Fundamentals – Chapter 9
Chapter4 Packet and Protocol.
Network Communication Overview
Instructor Materials Chapter 3 Communicating on a Local Network
A Typical Connection Scenario
COMPUTER NETWORKS CS610 Lecture-28 Hammad Khalid Khan.
Semester 1 Cisco Discovery JEOPADY Chapter 3.
Semester 2 1 JEOPARDY CHAPTER 1 REVIEW S2C01 Jeopardy Review.
Address Resolution Protocol (ARP)
Ct1403 Lecture#2: DATA LINK LAYER
IP Network Layer and Ethernet Encapsulation
Network Architecture Introductory material
Address Resolution Protocol
Introduction An introduction to the software and organization of the Internet Lab.
Review of Important Networking Concepts
ARP: Address Resolution Protocol
Chapter 9 Introduction To Data-Link Layer 9.# 1
Review of Important Networking Concepts
Network Fundamentals – Chapter 9
Address Resolution Protocol (ARP)
Chapters 1~5 Overview Computer Networking: A Top Down Approach 6th edition Jim Kurose, Keith Ross Addison-Wesley Prof. Hong Liu for ECE369 Adapted from.
Networks and the Internet
Prepared by: Adeel Ahmad
Slide design: Dr. Mark L. Hornick
Data-Link Layer The Internet is a combination of networks glued together by connecting devices (routers or switches) If a packet is to travel from a host.
Chapter 2.1: Introduction to TCP/IP
Class 3: Embedded TCP/IP Concepts
Chapter 9 Introduction to Data-Link Layer
Presentation transcript:

Snoop Lab Exercise in examining network traffic

Snoop Lab You will need, in advance, knowledge of: –TCP header format –IP header format –Ethernet address format & ARP mechanics You will get: –Understanding of the lower levels of the networking stack –Decode IP & TCP headers and examine their contents –The ability to sniff your fellow student’s passwords You are encourage to work in pairs!

Snoop Lab Reading the following sections in Kurose & Ross' book should be enough: –The MAC Sublayer Protocol, pp , –The IP Protocol, pp –The Address Resolution Protocol, pp –TCP, chapter 3.