What's the difference between internetworking and VPN in a microscopic view.

  • Thread starter lostinxlation
  • Start date
  • Tags
    Difference
In summary, VPN (Virtual Private Network) is a way of connecting two or more private networks through a public network. This is different from conventional internetworking, which simply connects a LAN to a larger network. The main difference is that VPN uses routers at each end to create a private connection, while internetworking does not. Additionally, VPN typically includes encryption for added security, making it more secure than regular internet connections. The encryption only affects the packet's contents, not the routing information, so the routers along the way can still forward the packet. This allows for private communication between the two networks, with only the routers at each end knowing the true destination. By using VPN, only one global address is needed for each LAN,
  • #1
lostinxlation
38
0
As the title says...
Basically, VPN has the IP tunnel between the sites which shares the same interest,but I wonder how it is different from conventional internetworking. It just delivers the packet from one end of IP tunnel to the other end of it by using the same method as IP protocol, so that I'm not quite sure what is the peculiarity of VPN comparing to the internetworking from a microscopic view and what makes it more secured than the regular internet since IP packet is anyway going through the public network.
Could anyone explain the difference ?
 
Computer science news on Phys.org
  • #2
internetworking is connecting a LAN to the larger network.
VPN is connecting two (or more) LANS privately through an internetwork connection.

Generally the VPN would also be encrypted.
 
  • #3
mgb_phys said:
internetworking is connecting a LAN to the larger network.
VPN is connecting two (or more) LANS privately through an internetwork connection.

Generally the VPN would also be encrypted.
Thanks, but my question is how does it make it privately. As you know, the IP datagram with VPN goes through the public networks along the way like the conventional IP and what makes it more secured, while the VPN uses the same IP protocol.
And as for encryption, how does all the routers in between can figure out where to forward if the entire packet was encrypted ? Or if only payload gets encrypted, the internetworking should be able to do the same thing as well, so I'm puzzled how it is the advantage over the internetworking.
 
Last edited:
  • #4
The bit that makes it a VPN is mostly the routers at each end so that local machine 1 calling local machine 2 doesn't need to know that the data goes over the internet.
This is really no different from a routers job on your local nework, your laptop on wifi connecting to your desktop doesn't need to know which cable it's on - the router handles that.

Only the packet contents are encrypted, the routing information is added by each step in the router chain, this isn't encrypted (there are ways of encrypting the routing but that's another story)

The advantage of just putting all your machines on the internet, is both security (the packets are encrypted) and using less internet address - you only need one gobal address for each LAN, not one for every single machine.
 
  • #5
mgb_phys said:
The bit that makes it a VPN is mostly the routers at each end so that local machine 1 calling local machine 2 doesn't need to know that the data goes over the internet.
Does that mean the router to router on VPN is a direct connection without any other networks in between ? My understanding is the packet via VPN goes through a multiple netwoks(routers) placed along the way between the sending LAN and receiving LAN.

Only the packet contents are encrypted, the routing information is added by each step in the router chain, this isn't encrypted (there are ways of encrypting the routing but that's another story)
.
Shouldn't regular internetworking be able to do the same thing since payload has nothing to do with routing, and if so, what is the advantage of VPN encryption over the conventional IP ?
 
Last edited:
  • #6
lostinxlation said:
Does that mean the router to router on VPN is a direct connection without any other networks in between ? My understanding is the packet via VPN goes through a multiple netwoks(routers) placed along the way between the sending LAN and receiving LAN.
Yes once the packet goes onto the internet it gets routed like any other packet.
The important part is that once it gets to the LAN at the other end, that router makes it look like it came from the same lan, and any traffic back to any of the machines on the same lan that are actually at the other site gets passed back through the router


Shouldn't regular internetworking be able to do the same thing since payload has nothing to do with routing
Yes, the VPN simply adds a bit more header to allow the destination to know details about the sender network, normally when you connect to PF the PF web server doesn't know (or need to know) anythign about your internal LAN - it only knows the route back to your router.

what is the advantage of VPN encryption over the conventional IP ?
So everybody else on the internet can't read the contents of those packets.
The VPN also allows connections to be identified once at the router so every program that uses the network, eg network printers, don't all need to be secured against everyone on the internet
 
  • #7
Thank you.

I just looked up the packet format of VPN and found that the packet is actually double wrapped. Inner packet is the conventional IP packet with IP address of the destination host in its header, and outer packet has the header that specifies the address of the target router. I found your second point makes sense because, with the VPN packet format, the inner packet can be encrypted and no one outside can see the detailed header info to the target host, let alone payload, except IP address of the target router.
 
Last edited:

Related to What's the difference between internetworking and VPN in a microscopic view.

1. What is internetworking in a microscopic view?

Internetworking is the process of connecting different computer networks to create a larger network. In a microscopic view, it involves the physical and logical connections between devices, protocols, and layers of the network.

2. How does internetworking differ from VPN in a microscopic view?

While internetworking focuses on connecting networks, VPN (Virtual Private Network) focuses on creating a secure and private connection between two or more devices over a public network. In a microscopic view, VPN involves creating encrypted tunnels between devices and implementing security protocols.

3. What are the main components of internetworking?

The main components of internetworking include routers, switches, protocols, and layers. Routers are responsible for forwarding data between networks, switches connect devices within a network, protocols define rules for communication, and layers organize the network into functional units.

4. What are the main components of a VPN in a microscopic view?

The main components of a VPN include a VPN client, VPN server, and VPN protocols. The client is the device that initiates the connection, the server is the device that accepts the connection, and the protocols define how the connection will be secured and maintained.

5. How do internetworking and VPN work together in a microscopic view?

In a microscopic view, internetworking provides the infrastructure and connectivity for VPNs to function. VPNs use the underlying internetworking components to create a secure and private connection over a larger network. This allows for remote access, secure communication, and data protection.

Similar threads

  • Computing and Technology
Replies
1
Views
2K
  • Computing and Technology
Replies
4
Views
1K
  • Computing and Technology
Replies
27
Views
2K
  • Programming and Computer Science
Replies
19
Views
2K
  • Computing and Technology
Replies
4
Views
3K
Replies
4
Views
2K
  • Programming and Computer Science
Replies
11
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
777
  • Programming and Computer Science
Replies
1
Views
673
  • Engineering and Comp Sci Homework Help
Replies
2
Views
2K
Back
Top