Lab #1 ,Ipconfig & ping commands

Slides:



Advertisements
Similar presentations
SYSTEM ADMINISTRATION Chapter 19
Advertisements

11 TROUBLESHOOTING Chapter 12. Chapter 12: TROUBLESHOOTING2 OVERVIEW  Determine whether a network communications problem is related to TCP/IP.  Understand.
Operating Systems Concepts 1/e Ruth Watson Chapter 11 Chapter 11 Network Maintenance Ruth Watson.
Module 4: Configuring Network Connectivity
MCDST : Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Chapter 13: Troubleshoot TCP/IP.
Chapter 8 Administering TCP/IP.
IP Address Allocation, Resolution CIS 81 and CST 311 Rick Graziani Cabrillo College Spring 2006.
Network Layer (Part IV). Overview A router is a type of internetworking device that passes data packets between networks based on Layer 3 addresses. A.
Basic Network Training. Cable/DSL Modem The modem is the first link in the chain It is usually provided by the ISP and often has a coax cable connector.
11 NETWORK PROTOCOLS AND SERVICES Chapter 10. Chapter 10: Network Protocols and Services2 NETWORK PROTOCOLS AND SERVICES  Identify how computers on TCP/IP.
© 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.
Binary to Decimal Conversion
Making connections Connecting a computer to a LAN donna Bair-Mundy.
23-Support Protocols and Technologies Dr. John P. Abraham Professor UTPA.
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.
IP Address Allocation, Resolution. Address Allocation.
KIS – Cvičenie #5 IP konfigurácia v prostredí OS Windows Marián Beszédeš, B506
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 2 Module 8 TCP/IP Suite Error and Control Messages.
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.
TCP/IP Protocol Suite 1 Chapter 16 Upon completion you will be able to: Host Configuration: BOOTP and DHCP Know the types of information required by a.
NetTech Solutions Common Connectivity Problems Lesson Eight.
Unit 2 - Hardware Networking. What is a network? A computer network is essentially a connection between two or more computers. This connection can be.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA Course Introduction to Networking ntcenter.az
ERICSON BRANDON M. BASCUG Alternate - REGIONAL NETWORK ADMINISTRATOR HOW TO TROUBLESHOOT TCP/IP CONNECTIVITY.
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.
Ip addressing: dhcp & dns
Lecture#6:Connectivity Verification
Instructor Materials Chapter 8: DHCP
Network Protocols Transmission Control Protocol/Internet Protocol (TCP/IP) Asynchronous Transfer Mode (ATM) NWLink NetBIOS Enhanced User Interface (NetBEUI)
Chapter 5 Network and Transport Layers
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
Connectivity Verification
Networking for Home and Small Businesses – Chapter 5
Module 8: Networking Services
Network Tools and Utilities
CompTIA Server+ Certification (Exam SK0-004)
Instructor Materials Chapter 9: Testing and Troubleshooting
CCNA 2 v3 JEOPARDY Module 8 CCNA2 v3 Module 8 K. Martin.
Host Configuration: BOOTP and DHCP
Troubleshooting a “Broken LAN”
תקשורת ומחשוב תרגול 9 CMD vs Networking.
Chapter 10: DHCP Routing & Switching Chapter 10: DHCP
Introduction to Computers
Part1: Ipconfig ping command Tracert command Getmac command
Introduction to Networking
Troubleshooting IP Communications
Lecture#7:Connectivity Verification
Chapter 2: Static Routing
Introduction to Networking
Introduction to Computers
Troubleshooting IP Addressing
Chapter 9 Objectives Understand TCP/IP Protocol.
Networking for Home and Small Businesses – Chapter 5
Host Configuration: BOOTP and DHCP
Examining IP Addressing
Lecture#6:Connectivity Verification
Networking Lab.
Ip addressing: dhcp & dns
Troubleshooting ip Chapter 5e.
Windows Name Resolution
Networking Lab.
Computer Networks Protocols
Presentation transcript:

Lab #1 ,Ipconfig & ping commands NET 324D Network management system Lab #1 ,Ipconfig & ping commands By: TA. Arwa Alateeq

Ipconfig command it used to find out your current TCP/IP settings. With IPCONFIG you can find out your IP Address find your Default Gateway and find your Subnet Mask. This is a very handy network tool for finding your local IP address.

Ipconfig

More ipconfig commands ipconfig /all To display all your IP information for all adapters. ipconfig /release To release your current IP information and obtain a new IP Address from the DHCP server. ipconfig /renew Used to renew your IP Address if you have it set to obtain IP Address automatically. ipconfig /displaydns This shows your current DNS Resolver Cache Logs.

Evaluation #1 using the command “ipconfig”, Can you determine on your computer what are mask, gateway and the number of addresses available on your network ?

Ping command If you are having connectivity problems, you can use the PING command to check the destination IP address you want to reach and record the results. The PING command displays whether the destination responded and how long it took to receive a reply. If there is an error in the delivery to the destination, the PING command displays an error message. the Ping command is a network tool used to determine if you are able to send packets between your network computer on the internet to another computer without losing packets along the way. By doing this you can determine if you're online or if a website is down. It also calculates round trip time and Time to Live. This can let you know if your NIC card is working properly and if you're able to reach your router or modem. It can also be used as a network tool for troubleshooting.

Ping command You can use the ping command to: Ping your computer (by address, not host name) to determine that TCP/IP is functioning. (Pinging your computer does not verify that your network adapter is functioning.) Ping the local router to determine whether the router is running. Ping beyond your local router. ( The destination )

Ping command How to PING ! Write : ping xxx.xxx.xxx.xxx (IP adress) ping site.com (web address)

Ping command PING (without an address): gives you options for more details

The default is 4 times. You can change it by typing -n Ping command PING ( with IP address) The default is 4 times. You can change it by typing -n

Ping command

Evaluation #2 using the command “ping-n”, Can you determine the number of echo request to send ?

Resources http://stickystatic.com/doscommands https://technet.microsoft.com/en- us/library/cc737478(v=ws.10).aspx