Motivation and Tools NETD411 – Computer Technology and Architecture.

Slides:



Advertisements
Similar presentations
Working at a Small-Medium Business or ISP
Advertisements

Computer Network Topologies
OSI MODEL Maninder Kaur
CCNA2 Module 4. Discovering and Connecting to Neighbors Enable and disable CDP Use the show cdp neighbors command Determine which neighboring devices.
CSCI 4550/8556 Computer Networks Comer, Chapter 23: An Error Reporting Mechanism (ICMP)
COP 4930 Computer Network Projects Summer C 2004 Prof. Roy B. Levow Lecture 1.
Point-to-Point Network Switching Advanced Computer Networks.
Internet Control Message Protocol (ICMP)
© 2007 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets with Internet Applications, 4e By Douglas.
CPSC 441 Tutorial - Network Tools 1 Network Tools CPSC 441 – Computer Communications Tutorial.
IP: The Internet Protocol
Internet Applications: Telnet, Ping and Traceroute.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 PERTEMUAN 5.
© 2007 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets with Internet Applications, 4e By Douglas.
Internet Technologies Overview
© 2007 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 Computer Networks and Internets with Internet Applications, 4e By Douglas.
Review on Networking Technologies Linda Wu (CMPT )
TCP: Software for Reliable Communication. Spring 2002Computer Networks Applications Internet: a Collection of Disparate Networks Different goals: Speed,
CSCI 4550/8556 Computer Networks Comer, Chapter 2: Motivation and Tools.
1 Introduction Computer Networks Fall Computer Networks  Network: system for connecting computers using a single transmission technology  An.
CISCO NETWORKING ACADEMY Chabot College ELEC ping & traceroute.
1 ICMP : Internet Control Message Protocol Computer Network System Sirak Kaewjamnong.
CCNA Introduction to Networking 5.0 Rick Graziani Cabrillo College
CS 6401 Internet Protocol Outline Introduction to Internet Protocol Header and address formats ICMP Tools.
Fundamental of IP network ~ ping, traceroute ~ Practice 1 Information and Communications Technology Internet Engineering.
Module 4 – Learning about other Devices Testing network connections.
Petrozavodsk State University, Alex Moschevikin, 2003NET TECHNOLOGIES Internet Control Message Protocol ICMP author -- J. Postel, September The purpose.
1 Computer Networks and Internets Spring 2005 Assistant Professor JainShing Liu.
How the Internet Works Acknowledgment and Disclaimer: This presentation is supported in part by the National Science Foundation under Grant Any.
ICMP (Internet Control Message Protocol) Computer Networks By: Saeedeh Zahmatkesh spring.
Working at a Small-Medium Business or ISP
21.1 Chapter 21 Network Layer: Address Mapping, Error Reporting, and Multicasting Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction.
Section 4 : The OSI Network Layer CSIS 479R Fall 1999 “Network +” George D. Hickman, CNI, CNE.
Internet and World Wide Web: Amazing Developments Internet- A large collection of computers all over the world that are connected to one another in various.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 8 TCP/IP Suite Error and Control Messages.
© 2007 Pearson Education Inc., Upper Saddle River, NJ. All rights reserved.1 ITGN 235: Principles of Networking ITGN 225: Networking.
Internetworking – What is internetworking? Connect multiple networks of one or more organizations into a large, uniform communication system. The resulting.
Chapter 1 - Introduction How do Computer Networks and Internet operate? Explosive growth Internet Economic impact Complexity Abstractions and concepts.
The Internet Trisha Cummings ITE115. What is the Internet? The Internet is a world-wide network of computer networks that use a common communications.
Intro to Network Design
Error and Control An IP datagram travels from node to node on the way to its destination Each router operates autonomously Failures or problems may occur.
1 Chapter 23 Internetworking Part 3 (Control Messages, Error Handling, ICMP)
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—4-1 LAN Connections Exploring the Packet Delivery Process.
1 DETAILS OF PROTOCOLS The Zoo Protocol - TCP - IP.
The Internet Book. Chapter 16 3 A Packet Switching System Can Be Overrun Packet switching allows multiple computers to communicate without delay. –Requires.
Packet switching Monil Adhikari. Packet Switching Packet switching is the method by which the internet works, it features delivery of packets of data.
Reading for next class No new reading, but there will be a quiz Ch 4.1 – 4.23: Internet applications.
Introduction and Overview of Network and Telecommunications (contd.)
CSCI-100 Introduction to Computing The Network. Network Fundamentals A computer network consists of two or more computers linked together to exchange.
Lecture#6:Connectivity Verification
LESSON Networking Fundamentals Understand TCP/IP.
Chapter 19 Network Layer Protocols
Review: Switch Model: Reduce the Mess
Connectivity Verification
Lab #1 ,Ipconfig & ping commands
Networking Devices.
Module 4 – Learning about other Devices
ICMP ICMP = Internet Control Message Protocol Layer 3
COMPUTER NETWORKS CS610 Lecture-33 Hammad Khalid Khan.
8 Network Layer Part V Computer Networks Tutun Juhana
Part1: Ipconfig ping command Tracert command Getmac command
Lecture#7:Connectivity Verification
Ping Hackathon 2018.
ITL Simple Diagnostic Tools
Internet Control Message Protocol Version 4 (ICMPv4)
Review of TCP/IP Internetworking
Lecture#6:Connectivity Verification
Packet Switched Networks (Chapter 11.1) by Beverley Louis
Review Lecture 1 Course Introduction Network and Internet
Internet Control Message Protocol
Presentation transcript:

Motivation and Tools NETD411 – Computer Technology and Architecture

Contents Historic Motivation 1 Explosive Growth 2 Internet 3 Complexity 4 Abstractions and Concepts 5

Historic Motivation Early computers were expensive –Large footprint –Centralized Programs took a long time to run Couldn't afford to put computers everywhere

ARPA Advanced Research Projects Agency initiated project to connect researchers with computers Adopted new technology: –Packet switching –Internetworking Resulted in system for remote access to expensive resources

Packet switching Data transmitted in small, independent pieces –Source divides outgoing messages into packets –Destination recovers original data Each packet travels independently –Includes enough information for delivery –May follow different paths –Can be retransmitted if lost

Growth since 1981

Probing the Internet Two tools: –ping - sends message that is echoed by remote computer –traceroute - reports path to remote computer

ping Sends packet to remote computer Remote computer replies with echo packet Local computer reports receipt of reply

ping (Example) Can arrange to send multiple packets Reports round trip time

ping (Example)

traceroute Sends series of packets along path to destination –Each successive packet identifies next router along path –Uses expanding ring search Reports list of packets

traceroute (Example)

THANK YOU End of Presentation