Top "Ip-address" questions

An Internet Protocol address (IP address) is a numerical label assigned to each device in a computer network that uses the Internet Protocol for communication.

What is the most appropriate data type for storing an IP address in SQL server?

What should be the most recommended datatype for storing an IPv4 address in SQL server? Or maybe someone has already …

sql sql-server types ip-address ipv4
How do I determine the local host’s IPv4 addresses?

How do I get only Internet Protocol version 4 addresses from Dns.GetHostAddresses()? I have the code below, and it gives …

c# ip-address ipv4
How do I get the Local Network IP address of a computer programmatically?

I need to get the actual local network IP address of the computer (e.g. 192.168.0.220) from my program using C# …

c# .net .net-3.5 ip-address
What information can I get from an IP address?

If you have IP addresses of a set of computers (in a LAN), what other information can be deduced from …

operating-system ip ip-address lan
How to access/ping a server located on AWS?

With what address should a server located on AWS be accessed? I've created an AWS instance and installed a web …

dns ip-address amazon-web-services
How to get IP address from sockaddr

I want to try and get the ip address of a client after calling accept. This is what I have …

c++ sockets ip-address
Obtain MAC Address from Devices using Python

I'm looking for a way (with python) to obtain the layer II address from a device on my local network. …

python ip-address mac-address
IP Subnet Notation

On a lab to regarding network topology using port scanners, I am instructed "to develop a network inventory and topology …

ip-address notation subnet
How to get IP of all hosts in LAN?

I need to list IP addresses of all connected hosts in my LAN. What is the simplest way to do …

c# .net network-programming ip-address
Get IP address with URL string? (Java)

In my program a user enters a url string, say http://www.engineering.uiowa.edu/~hawkeng//fall01/graphics/potato.gif …

java ip ip-address inetaddress