Arp Command Tutorial

Arp Command Tutorial

ARP command is a network command used to list ARP table records and manipulate them. The ARP tables simply store IP Address and MAC address information for the IP and Ethernet networks. The ARP name comes from the Address Resolution Protocol which is used to resolve IP addresses into MAC addresses. Display All ARP Records … Read more

What Is APIPA (Automatic Private IP Addressing)?

What Is APIPA (Automatic Private IP Addressing)?

Computer Networks mainly use the IP (Internet Protocol) Address in order to communicate with each other. There are different types of IP addresses which APIPA (Automatic Private IP Addressing) is one of them. The APIPA is used to configure IP addresses without any external service like DHCP server etc. The APIPA address is assigned and … Read more

How to Use Wireshark?

How to Use Wireshark?

Wireshark is the most popular tool in order to capture network packets for different network protocols and different network interface types. The Wireshark project started with the name Etheral providing very basic features. With the help of the community and developers, it became a very professional tool for network administrators and pen-testers. In this tutorial, … Read more

How To Find IP Address On MacOSX?

How To Find IP Address On MacOSX?

The IP address is used to communicate over the network using the LAN or Internet. Even we generally do not need to know our IP address on MacOSX in some cases we may require it. The IP address is used to communicate with a modem, router, or remote website. There are different ways to find … Read more

What Is TFTP Port Number?

What Is TFTP Port Number?

TFTP or Trivial File Transfer Protocol is a simple file transfer protocol that is used to transfer files via the network in a simple way. TFTP is created as a lightweight alternative to the more advanced FTP protocol. The TFTP protocol has some advantages over other protocols like FTP, SCP, SFTP, etc. TFTP Advantages TFTP … Read more

What Is NIC (Network Interface Card)?

The NIC or Network Inteface Card is hardware that is used to connect a system, computer, laptop, tablet, smartphone, etc. into a computer network. As its name suggests the NIC provides an interface to the network and runs required operations for network connectivity. There are different types of NICs for different network types and use … Read more

MAC Address Examples

MAC Address Examples

MAC (Media Access Control) Address is used to uniquely identify NICs(Network Interface Cards) in a network. The MAC is heavily used by the Layer 2 Ethernet protocol and assumed as defacto protocol for Layer2 communication. The MAC address consists of 48 bits hexadecimal value. Every mac address is unique in the world theoretically but the … Read more