Questions tagged [ip]

The IP (internet protocol) is a protocol for transmitting data over packets ("datagrams"). It is the primary protocol of the Internet. "IP" may also refer to an IP address, the numerical address assigned to an IP-capable device.

The Internet Protocol (IP) forms the basis of media-independent transmission and routing (a.k.a forwarding) of network packets, it is part of the Internet Protocol Suite.

In the OSI model, it resides at Layer 3 (the network layer). The protocol data unit for this layer is called a packet. IP packets are identified by source and destination IP addresses.

IP addresses, in combination with subnet masks, provide the basis for the concept of networks (or internetworks, more exactly) in the OSI model.

This means that a node, using IP addressing, can talk to machines it is directly connected to (on the same subnet), or that is on another network (on a different subnet).

While subnet masks are not specified in IP packets, they are used by devices that transmit and receive IP packets to determine if the packet is meant for another node that network, or another network. If the traffic is not meant for this network, it must be forwarded to that network via a router, and vice versa.

This is all in contrast to the common Layer 2 protocol Ethernet, in which nodes can only talk to other nodes reachable on the same network.

IP provides no guarantees on packet delivery. Responsibility for ensuring this reliability through retransmission and data integrity checking is assumed by a higher layer protocol, usually TCP.

2758 questions
0
votes
2 answers

How come I have an internal IP address on an android smartphone

I just played around a little with the Speedtest app for android from Ookla, it shows that I have both internal and an external IP addresses. I understand that I have an external IP address which is provided to me by my cellphone provider; however,…
Inscrutable
  • 337
  • 2
  • 5
  • 10
0
votes
1 answer

How multiple domain can point to same website source code?

Here I am looking for solution like as below. I have multiple website those all should point to one common script folder on a hosting "example.com" --> ".../username/home/public_html/" "abc.com" --> ".../username/home/public_html/" "xyz.com" -->…
0
votes
2 answers

How do bots access directories on a server that are not DocumentRoot of public IP address? How do I stop them?

I have a local network set up with apache2 and "named" running on OpenSuse 13.1 Linux. I used the "named" service to use my computer as a domain server. I set up my router to point to ask my computer for domain lookups, so I have a chance to have it…
tmsimont
  • 464
  • 1
  • 9
  • 17
0
votes
2 answers

Two IPv4 adapters in same PC on same network valid?

Is it valid to have two network adapters on the same PC have the same network portion in their IPv4 address? If not why is my DHCP server doing so and how should I setup my DHCP server to have it give each different adapter a different IPv4 network…
SpeedCoder5
  • 113
  • 1
  • 4
0
votes
1 answer

dynamic ip to hostname mapping in LAN

I want to access PC in LAN from other devices. I cannot use static ip for my PC. Is there a way to use hostname instead of dynamic ip to access PC so that even if ip changes i can access PC with its hostname? I am usin Linux.
0
votes
1 answer

Dynamically discover new IP address of device upon new network

I carry my phone and laptop with me everywhere, and I have many software solutions that communicate through Wi-Fi. (For example, I can play/stop/pause the music on my laptop using my cell phone). I'd like a way for my laptop to automatically…
curios
  • 350
  • 1
  • 3
  • 13
0
votes
3 answers

Why must we supply a port number in addition to an IP when sending a request?

I have a decent understanding of the practical use of ports and how they work. However, I have a few questions I would like to clear up. What happens if we send a request without specifying a port for the server socket? Is there a way to setup a…
fvgs
  • 155
  • 3
  • 12
0
votes
3 answers

Connect Monitor to PC without VGA?

We are looking to connect a 40" (approx) monitor to one of our workstations to use as a display screen in our reception area. The problem is the screen will be quite a distance from the workstation so running a VGA cable would be difficult (this…
Rory
  • 9
  • 1
  • 2
0
votes
1 answer

Strange Item on DHCP Client Table

I was recently having internet connection issues and looked on my router's DHCP Client Table. An item that stuck out was the name of my neighbor's WiFi Network. The table listed "Neighbor's WiFi Network Name" and next to it as Interface Type: LAN.…
Blakeasd
  • 129
  • 1
  • 4
0
votes
1 answer

Different Amazon EC2 instances with same IP

I am looking at building something similar to a CDN and am wondering if it would be possible to do this with EC2 instances, setting their IP address to be the same? I would like to use the Anycast approach to a CDN - i.e. multiple servers in…
James
  • 165
  • 1
  • 6
0
votes
0 answers

How many packets lost is "affordable" in terms of stable network?

Recently I've been having some issues with my internet connection. My mom complained that internet stops working sometimes and it comes back after a while. It didn't happen to me, but did see it happening on Wi-Fi. Today I decided to ping 8.8.8.8…
Reinherd
  • 123
  • 4
0
votes
0 answers

Using Tap/Tun to intercept packets at IP level

I am working on a research project involving ARP poisoning. I would like to intercept packets on the IP level. If my machine receives a packet with an IP address not destined to it's own IP address, I would like that packet to be sent to a user…
Conor Patrick
  • 252
  • 1
  • 3
  • 10
0
votes
2 answers

How can I monitor my internet traffic while infected with trojan or rootkit?

How can I monitor my internet traffic while infected with trojan or rootkit ? Which application should I use ?
Bengi Besçeli
  • 306
  • 2
  • 10
0
votes
0 answers

DHCP letting multiple devices get same IP address - how to trouble shoot?

I am using a win2008 server with AD to also serve DHCP and DNS. I have some wifi AP's that are giving me trouble (dropping connections and generally misbehaving). The issue that I notice is that the AP's (there are 4) are sharing an IP address (the…
tom stratton
  • 103
  • 1
  • 5
0
votes
1 answer

Obtain IP address logging data from firmware? other non-hdd memory?

Is there a way to find a history of internet sites (IP addresses) a laptop / computer has communicated with, without having the hard disk installed? In other words, is this data logged into firmware or any non-volatile memory other than the HDD? A…
Mark
  • 1
  • 1
1 2 3
99
100