This is what I got when I typed the net view command:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Frank>net view
Server Name Remark
-------------------------------------------------------------------------------
\\FRANK-PC
The command completed successfully.
And here is the ping: (by IP)
C:\Users\Frank>ping 74.88.232.183
Pinging 74.88.232.183 with 32 bytes of data:
Reply from 74.88.232.183: bytes=32 time=13ms TTL=64
Reply from 74.88.232.183: bytes=32 time=61ms TTL=64
Reply from 74.88.232.183: bytes=32 time=27ms TTL=64
Reply from 74.88.232.183: bytes=32 time=34ms TTL=64
Ping statistics for 74.88.232.183:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 13ms, Maximum = 61ms, Average = 33ms
Now by machine name:
C:\Users\Frank>ping Frank-PC
Pinging Frank-PC [fe80::448:4352:8a01:9ba8%11] with 32 bytes of data:
Reply from fe80::448:4352:8a01:9ba8%11: time<1ms
Reply from fe80::448:4352:8a01:9ba8%11: time<1ms
Reply from fe80::448:4352:8a01:9ba8%11: time<1ms
Reply from fe80::448:4352:8a01:9ba8%11: time<1ms
Ping statistics for fe80::448:4352:8a01:9ba8%11:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms