Networking devices are products used to connect networks. As computer networks grow in size and complexity, so do the networking devices used to connect them.
However, all networking devices share one or more common purposes.
They allow a greater...
TCP/IP utilities | PING, TRACERT, ARP, Netstat, NBTSTAT/NetBIOS, IPCONFIG, NSLookup, WINIPCFG
Filed Under:
CompTIA,
Network Support,
Networking,
TCP/IP utilities
Unknown

Virtually every operating system with networking capabilities includes support for the TCP/IP protocols, and in most cases, the TCP/IP stack includes an assortment of utilities that enable you to gather information about the various protocols and about...
Network Service | WINIPCFG
Filed Under:
CompTIA,
Network Support,
Networking
Unknown

You can use the WINIPCFG utility to check a workstation's configuration details. For example, you can use the WINIPCFG utility to view the following information:
Current host hardware address
IP address
IP address lease and renewal times (for DHCP-assigned...
Network Support | NSLookup
Filed Under:
CompTIA,
Network Support,
Networking
Unknown

The nslookup application can be used to interactively query servers running a domain name service (DNS) application. It will send domain name query packets to any designated DNS server Three data elements are required in order to formulate a DNS query...
Network Support | IPCONFIG
Filed Under:
Network Support,
Networking,
Networking Devices
Unknown


When you run ipconfig at the Windows command line you see a display like this:
ipconfig Command
ipconfig [/? | /all | /release [adapter] | /renew [adapter]]
/? -- Display help message.
/all -- Display full configuration...
Network Support | NBTSTAT / NetBIOS
Filed Under:
CompTIA,
Network Support,
Networking
Unknown


Nbtstat.exe is a command-line program that displays information about the NetBIOS over TCP/IP connections that Windows uses when communicating with other computers on the TCP/IP LAN.
The syntax for Nbtstat.exe is as follows:
NBTSTAT [-a name]...
Network Support | Netstat (Network Statistics)
Filed Under:
CompTIA,
Network Support,
Networking
Unknown


Netstat is a command-line program that displays information about a computer’s current network connections and about the traffic generated by the various TCP/IP protocols.
On UNIX computers, the program is simply called netstat, and on Windows computers,...
Network Support | Address Resolution Protocol (ARP)
Filed Under:
CompTIA,
Network Support,
Networking
Unknown

The Address Resolution Protocol (ARP) enables a computer to convert IP addresses to the hardware addresses that the data-link layer protocol need to transmit frames. IP uses ARP to discover the hardware addresses to which each of its datagrams...
Network Support | TRACERT
Filed Under:
CompTIA,
Network Support,
Networking
Unknown


You can use the TRACERT utility to determine the route that a packet may take to get from one device to another (if a route exists). You can also use this utility to determine the time that it takes the packet to reach routers and to identify Sluggish...
Network Support | PING Command
Filed Under:
CompTIA,
Network Support,
Networking
Unknown


You can use the PING utility to query another IP device on the network to determine if the IP device is “alive” and how long it takes a packet to reach the device. This utility is one of the first tools you should use if the problem...