Monthly Archives: March 2009

Trouble shoot domain name issue using nslookup

nslookup is a computer program used in Windows and Unix to query Domain Name System (DNS) servers to find DNS details, including IP addresses of a particular computer, MX records for a domain and the NS servers of a domain. … Continue reading

Posted in Networking | Tagged , , | 4 Comments

Study of ARP using Wireshark

Wireshark is a very useful tool for the study of network protocol! In my previous post on ARP, we have learned some basic about the ARP protocol. Let’s look more detail into the ARP request packet in this post. When … Continue reading

Posted in Networking, Security | Tagged , | Leave a comment

ARP resolves MAC address from IP address

A PC in an Ethernet network can communicate with another PC, if only it knows the Ethernet address (MAC address) of that PC. Address Resolution Protocol (ARP) is a network protocol uses to translate a PC’s IP address to physical … Continue reading

Posted in Networking, PC | Tagged , , | Leave a comment

Switch as Intelligent Hub

In an Ethernet network, every client, server and network device is wired to a hub or switch. However, what is the different between hub and switch? In a word: intelligence. Answer this in short sentence: Hub versus Switch – Shared … Continue reading

Posted in Networking | Tagged , , , , , | Leave a comment

Protocol Data Unit (PDU) – Process of Network Data Encapsulation

Within the layer in the OSI Reference Model, the communication between layers higher than layer one is logical; the only hardware connection is at the physical layer. Communication take the form of some sort of message that is sent between … Continue reading

Posted in Networking | Tagged , , | Leave a comment