Networking Lab.

Slides:



Advertisements
Similar presentations
METEOROLOGICAL TELECOMMUNICATION AND METCAP A GLANCE TO NETWORK BRIEFLY Ömer Hüdai ALBAYRAK 2010ALANYA.
Advertisements

SYSTEM ADMINISTRATION Chapter 19
Operating Systems Concepts 1/e Ruth Watson Chapter 11 Chapter 11 Network Maintenance Ruth Watson.
Nassau Community College
Chapter 13: Troubleshooting network connectivity Unit objectives Identify TCP/IP troubleshooting tools Discuss the Telnet utility and its functions Discuss.
MCDST : Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Chapter 13: Troubleshoot TCP/IP.
Vocabulary URL = uniform resource locator: web address protocol –set of rules that networked computers follow in order to share data and coordinate communications.
CPIT 470 Lab 2 Lab Instructor: Aisha Ehsan.
Ping and traceroute Lab/Homework exercise Assigned 9/12/2006 Due 9/19/2006 CSIT 220 Fall, 2006 Based on T. Blum Exercises.
1 ICMP – Using Ping and Trace CCNA Semester
TCP/IP Tools Lesson 5. Objectives Skills/ConceptsObjective Domain Description Objective Domain Number Using basic TCP/IP commands Understanding TCP/IP3.6.
Click to edit Master subtitle style Chapter 17: Troubleshooting Tools Instructor:
CT1304 LAN L AB Rehab AlFallaj. TCP\IP U TILITIES Objectives: To understand the following TCP\IP utilities: Hostname Ipconfig Ping Arp Tracert Netstat.
CCNA Introduction to Networking 5.0 Rick Graziani Cabrillo College
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Troubleshooting Your Network Networking for Home and Small Businesses.
Module 7: Configuring TCP/IP Addressing and Name Resolution.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Troubleshooting Your Network Networking for Home and Small Businesses.
Managing Network connections. Network Cabling Ethernet Topology Bus topology – Connects each node in a line – Has no central connection point Star topology.
Exercises ARP ICMP DNS HTTP/TCP Trace analysis. ARP launch Wireshark ipconfig /all ; see local IP and gateway route -print ; find gateway arp -a ; list.
DHCP Dynamic Host Configuration Protocol Information management 2 Groep T Leuven – Information department 2/18 Agenda Introduction BOOTP.
Network Tools TCP/IP interface configuration query - MAC (HW) address and IP address – Linux - /sbin/ifconfig – MS Windows – ipconfig/all 1.
Module 5: Isolating Common Connectivity Issues. Overview Determining the Causes of Connectivity Issues Network Utilities That You Can Use to Isolate Connectivity.
 Ping - Transmits four 32 byte packets to target computer ◦ Measures response time ◦ Returns IP address of target computer ◦ Example: ping uottawa.ca.
Examining TCP/IP.
Day 14 Introduction to Networking. Unix Networking Unix is very frequently used as a server. –Server is a machine which “serves” some function Web Server.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Troubleshooting Your Network Networking for Home and Small Businesses.
N ETWORKING L AB. A CCESS TO C OMMAND P ROMPT PC: Start Button > search bar > type cmd Or Start Button > accessories folder > Command Prompt MAC: Applications.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Troubleshooting Your Network Networking for Home and Small Businesses – Chapter.
Network Management CCNA 4 Chapter 7. Monitoring the Network Connection monitoring takes place every day when users log on Ping only shows that the connection.
ERICSON BRANDON M. BASCUG Alternate - REGIONAL NETWORK ADMINISTRATOR HOW TO TROUBLESHOOT TCP/IP CONNECTIVITY.
Internet Infrastructure Mapping the World Wide Web.
Lab6 Configure Dynamic route.  RIP(Routing information protocol)  IGRP(interior gate way routing protocol)
DIYTP Network Basics  How do computers communicate?  Network Interface Card (NIC)  Media Access Control Address (MAC)  Unique to each NIC 
“ is not to be used to pass on information or data. It should used only for company business!” – Memo from IBM Executive The Languages, Methods &
Chapter 5e.  Upon completion of this chapter, you should be able to:  Find IP configuration settings on Windows & Linux  Troubleshoot IP configuration.
Cisco Routers Routers collectively provide the main feature of the network layer—the capability to forward packets end-to-end through a network. routers.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 Troubleshooting Your Network Networking for Home and Small Businesses.
Discovery Internetworking Module 9 JEOPARDY K. Martin.
Ping and Traceroute by Aleisa A. Drivere Supervisor Graciela Perera.
Configuration for routing example
Lecture#6:Connectivity Verification
LESSON Networking Fundamentals Understand TCP/IP.
Click to edit Master subtitle style
Troubleshooting a Network
Troubleshooting ip Chapter 5e.
CompTIA Network+ N Authorized Cert Guide
TCP/IP Utilities Richard Goldman May 29, 2003.
Lab #1 ,Ipconfig & ping commands
COMP2322 Lab 5 IP Steven Lee March 22, 2017.
Ping and traceroute.
Network Tools and Utilities
ICMP ICMP = Internet Control Message Protocol Layer 3
תקשורת ומחשוב תרגול 9 CMD vs Networking.
ICMP – Using Ping and Trace
Troubleshooting IP Communications
Lecture#7:Connectivity Verification
Troubleshooting Speaker Saengsan Tinarak Channel
NETWORK TROUBLESHOOTING COMMANDS
Troubleshooting IP Addressing
Ping Hackathon 2018.
Chapter 9 Objectives Understand TCP/IP Protocol.
e-business and Information Systems
ICMP – Using Ping and Trace
Net 412 (Practical Part) Networks and Communication Department LAB 1.
Lecture#6:Connectivity Verification
Networking Lab.
Troubleshooting ip Chapter 5e.
Troubleshooting Your Network
Troubleshooting Your Network
Figure 6.11 Configuration for Example 4
Presentation transcript:

Networking Lab

Networking Utilities To Know nslookup ping tracert ipconfig

NSLOOKUP Program that looks up the ip address of a domain and also the domain of an ip address Try the following: nslookup weather.com nslookup devart.com nslookup 5.79.86.80

PING Ping is a network utility program that allows you to verify an IP Address exists and can accept requests. It also gives you a measurable result of how long it takes to receive a reply from the pinged server. Try: ping godaddy.com ping feedly.com Pinging a domain name will also give you the IP address of the server http://www.geobytes.com/iplocator.htm

TRACERT Network utility program that tracks the route packets take from one computer to the destination computer. Also displays results of how long each hop takes from one router to the next. Try these: tracert godaddy.com tracert temple.edu tracert fasthosts.co.uk

IPCONFIG /ALL This command displays a lot of useful information about your computer by giving you all current TCP/IP configuration values. Try this: ipconfig /all