What is the IPv4 address of the computer? What is the subnet mask of the computer? What is the default gateway of the computer? Step 3: The command ipconfig /all a.     At the prompt, enter ipconfig /all command to view IP configuration on PC-A. C:\Users\Student> ipconfig /all Ethernet adapter Ethernet0:    Connection-specific DNS Suffix  . :    Description . . . . . . . . . . . : Intel(R) 82574L Gigabit Network Connection    Physical Address. . . . . . . . . : 00-50-56-B3-E8-C1    DHCP Enabled. . . . . . . . . . . : Yes    Autoconfiguration Enabled . . . . : Yes    Link-local IPv6 Address . . . . . : fe80::ac29:44a8:6409:c30e%6(Preferred)    IPv4 Address. . . . . . . . . . . : 192.168.1.11(Preferred)    Subnet Mask . . . . . . . . . . . : 255.255.255.0    Lease Obtained. . . . . . . . . . : Sunday, July 24, 2016 9:33:49 AM    Lease Expires . . . . . . . . . . : Monday, July 25, 2016 10:33:17 AM    Default Gateway . . . . . . . . . : 192.168.1.1    DHCP Server . . . . . . . . . . . : 192.168.1.1    DHCPv6 IAID . . . . . . . . . . . : 50334761    DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-25-84-55-DE-00-50-56-B3-E8-C1    DNS Servers . . . . . . . . . . . : 8.8.8.8                                              8.8.4.4    NetBIOS over Tcpip. . . . . . . . : Enabled Questions: What are the DNS servers for the computer? What is the MAC address (physical address) of the network adapter? Is DHCP enabled? If yes, what is the IP address of the DHCP server? If DHCP is enabled, on what date was the Lease Obtained? On what date does the Lease Expire? Part 2: Test the Network Interface TCP/IP Stack. Step 1: Test TCP/IP stack using the loopback address. To verify that the TCP/IP protocol is functioning, pinging your loopback address (127.0.0.1). Enter the ping 127.0.0.1 command at the prompt. C:\Users\Student> ping 127.0.0.1 Step 2: Test TCP/IP stack using the configured IP address. You can also ping your IP address. In this example, enter the ping 192.168.1.11 command at the prompt. Question: Record one of the replies from your ping command.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Objectives

In this lab, you will determine the IP address assigned to your computer.

Required Resources

 

  • 1 PC (Windows 10)
  • Network access

 

Instructions

Part 1: Determine the IP Address using the Command Prompt

Step 1: Verify network access

a.     Open a web browser.

b.     Navigate to any website, such as www.netacad.com.

Note: If you do not have any internet access, you can still continue with this lab. Your computer may use Automatic Private Internet Protocol Addressing (APIPA) for IP address information.

Step 2: The command ipconfig

The ipconfig command provides you with the IP address, subnet mask and default gateway.

a.     Open a Command Prompt. Click Start. Search for Command Prompt.

b.     At the prompt, enter ipconfig to determine the IP address assigned to each network adapter on your computer.

C:\Users\Student> ipconfig

Ethernet adapter Ethernet0:

   Connection-specific DNS Suffix  . :

   Link-local IPv6 Address . . . . . : fe80::ac29:44a8:6409:c30e%6

   IPv4 Address. . . . . . . . . . . : 192.168.1.11

   Subnet Mask . . . . . . . . . . . : 255.255.255.0

   Default Gateway . . . . . . . . . : 192.168.1.1

Questions:

What is the IPv4 address of the computer?

What is the subnet mask of the computer?

What is the default gateway of the computer?

Step 3: The command ipconfig /all

a.     At the prompt, enter ipconfig /all command to view IP configuration on PC-A.

C:\Users\Student> ipconfig /all

Ethernet adapter Ethernet0:

   Connection-specific DNS Suffix  . :

   Description . . . . . . . . . . . : Intel(R) 82574L Gigabit Network Connection

   Physical Address. . . . . . . . . : 00-50-56-B3-E8-C1

   DHCP Enabled. . . . . . . . . . . : Yes

   Autoconfiguration Enabled . . . . : Yes

   Link-local IPv6 Address . . . . . : fe80::ac29:44a8:6409:c30e%6(Preferred)

   IPv4 Address. . . . . . . . . . . : 192.168.1.11(Preferred)

   Subnet Mask . . . . . . . . . . . : 255.255.255.0

   Lease Obtained. . . . . . . . . . : Sunday, July 24, 2016 9:33:49 AM

   Lease Expires . . . . . . . . . . : Monday, July 25, 2016 10:33:17 AM

   Default Gateway . . . . . . . . . : 192.168.1.1

   DHCP Server . . . . . . . . . . . : 192.168.1.1

   DHCPv6 IAID . . . . . . . . . . . : 50334761

   DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-25-84-55-DE-00-50-56-B3-E8-C1

   DNS Servers . . . . . . . . . . . : 8.8.8.8

                                             8.8.4.4

   NetBIOS over Tcpip. . . . . . . . : Enabled

Questions:

What are the DNS servers for the computer?

What is the MAC address (physical address) of the network adapter?

Is DHCP enabled? If yes, what is the IP address of the DHCP server?

If DHCP is enabled, on what date was the Lease Obtained? On what date does the Lease Expire?

Part 2: Test the Network Interface TCP/IP Stack.

Step 1: Test TCP/IP stack using the loopback address.

To verify that the TCP/IP protocol is functioning, pinging your loopback address (127.0.0.1). Enter the ping 127.0.0.1 command at the prompt.

C:\Users\Student> ping 127.0.0.1

Step 2: Test TCP/IP stack using the configured IP address.

You can also ping your IP address. In this example, enter the ping 192.168.1.11 command at the prompt.

Question: Record one of the replies from your ping command.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Network Security
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education