February 5, 2009
by IP Location
Often times we see a networked printer suddenly stop working and you need to find a static (private) ip address of the printer to diagnose further. How do we find IP address of a networked printer? There are a few different ways to go about finding it.
April 18, 2008
by IP Location
RJ-45 conductor data cable contains 4 pairs of wires each consists of a solid colored wire and a strip of the same color. There are two wiring standards for RJ-45 wiring: T-568A and T-568B. Although there are 4 pairs of wires, 10BaseT/100BaseT Ethernet uses only 2 pairs: Orange and Green. The other two colors (blue and brown) may be used for a second Ether...
March 20, 2008
by IP Location
ยท 4 comments
Denial of service attacks are major nuisance for web hosts, and as a web host
you'll have to take every measure to protect your resources from DoS attacks.
Our APF, BFD, DDoS and RootKit
article describes Linux utilities available to protect from DDoS attack, and
also explains installation procedures. This article supplements above article
by providin...
January 3, 2008
by IP Location
IP Spoofing is a technique used to gain unauthorized access to machines, whereby an attacker illicitly impersonates another machine by manipulating IP packets. IP Spoofing involves modifying the packet header with a forged (spoofed) source IP address, a checksum, and the order value. Internet is a packet switched network, which causes the packets leaving one...
November 10, 2007
by IP Location
Ipconfig is a MS-DOS command-line tool used to display and manage the network settings of your computer. Ipconfig is available on Windows machines, and it displays the current network connection details and DHCP client settings.
May 25, 2007
by IP Location
The Dynamic Host Configuration Protocol (DHCP) is a network protocol that functions at the application layer of the Internet Protocol (IP) suite. A server that uses DHCP will be able to dynamically assign IP Addresses and other network configuration parameters to devices on the network; thus, allowing communication to a second network. The protocol can be im...
April 8, 2007
by IP Location
TCP/IP, Transmission Control
Protocol/Internet Protocol,
is the suite of two protocols, TCP and IP, used to interconnect network devices
on the Internet. The TCP performs the handshake between the network devices to establish a socket. The socket remains open during the communication. The source TCP converts the data into packets and sends them to the d...
March 18, 2007
by IP Location
MAC, Media Access Control,
address is a globally unique identifier assigned to network devices, and
therefore it is often referred to as hardware or physical address. MAC
addresses are 6-byte (48-bits) in length, and are written in MM:MM:MM:SS:SS:SS
format. The first 3-bytes are the ID number of the manufacturer, which is assigned
by an Internet stand...
February 22, 2007
by IP Location
ยท 4 comments
address and the host address. A subnet mask separates the IP address into the network and host addresses (<network><host>). Subnetting further divides the host part of an IP address into a subnet and host address (<network><subnet><host>) if additional subnetwork is needed. Use the Subnet Calculator to retrieve subnetwork inform...