Penguin
Blame: PointToPoint
EditPageHistoryDiffInfoLikePages
Annotated edit history of PointToPoint version 1, including all changes. View license author blame.
Rev Author # Line
1 PerryLorier 1 A network link that only connects two points, for instance a serial ([PPP]) connection is PointToPoint.
2
3 Ethernet is __not__ a PointToPoint network as it can support multiple connections and you can talk to anyone on the Ethernet (even if you have to go via a switch or a hub).
4
5 PointToPoint connections are interesting because usually one or the other or both ends don't have distinct IP addresses since it's implicit who you are sending to (the other end of the link -- duh!).