Info & MAP over
- Hostname (ISP):
- ASN:
- ASN Org:
- City:
- Region:
- Country:
IP is short for Internet Protocol. The primary purpose of IP is to enable communications between computernetworks. The second important protocol is the Transmission Control Protocol (TCP). Togethere these protocols are called TCP/IP and this is the core of the internet. Every device on a TCP/IP network must have a unique IP address. Actually the IP-number consits of two parts. First, the network ID (or network address) identifies the network on which a host computer can be found and second the host ID (or host address) identifies a specific computer on the network indicated by the network ID. Without these protocols computers are not able to communicate. The TCP/IP protocol suite is sometimes also refered as the Internet Protocol Suite (IPS). Another very important protocol is HTTP, which stands for HyperText Transfer Protocol. HTTP is the basis of the World Wide Web.
Most people who have high speed (broadband) internet access, as ADSL or cable, have a fixed ip-address. Most company networks as well. A dial-up connection normally results in a dynamic ip-address. This does not automatically imply a better privacy situation. Most ip-address will normally only resolve to the Internet Service Provider (ISP) or the company network, and this is the same for dynamic addresses. The ISP however can trace the ip-number back to a specific computer or customer.
dig google.com
:
dig google.com
; <<>> DiG 9.16.1-Ubuntu <<>> google.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 43675
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 228 IN A 142.251.36.46
;; Query time: 0 msec
;; SERVER: 127.0.0.53#53(127.0.0.53)
;; WHEN: ma feb 07 18:54:53 CET 2022
;; MSG SIZE rcvd: 55
The answer is in the ANSWER SECTION: 142.251.36.46
dig google.com AAAA
:
dig google.com AAAA
; <<>> DiG 9.16.1-Ubuntu <<>> google.com AAAA
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57985
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;google.com. IN AAAA
;; ANSWER SECTION:
google.com. 300 IN AAAA 2a00:1450:400e:802::200e
;; Query time: 0 msec
;; SERVER: 127.0.0.53#53(127.0.0.53)
;; WHEN: ma feb 07 19:31:11 CET 2022
;; MSG SIZE rcvd: 67
The answer is in the ANSWER SECTION: 2a00:1450:400e:802::200e
dig google.com @8.8.8.8
:
dig google.com @8.8.8.8
; <<>> DiG 9.16.1-Ubuntu <<>> google.com @8.8.8.8
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34533
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 236 IN A 142.251.36.14
;; Query time: 8 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: wo feb 16 20:55:10 CET 2022
;; MSG SIZE rcvd: 55