Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

What exactly is a “network boundary?”

Writer Andrew Henderson

The term “network boundary” is used in various Wikipedia articles and other sources, but I haven’t found an explicit definition anywhere. (Google, Stack Exchange, OneLook, Tech Terms Computer Dictionary, Computer Hope, etc…)

I can take it as the general English meaning of the word “boundary” combined with the word “network,” but given its presence in numerous precision definitions and explanations, the lack of a distinct definition with examples is bothersome.

Example sentences:

The Internet Protocol (IP) is the principal communications protocol in the Internet protocol suite for relaying datagrams across network boundaries.

Another:

We wouldn’t have to cross a network boundary to get…

2 Answers

In this context, "network" is synonymous with "LAN" or local area network. It is by definition a realm of connected machines that can communicate using the OSI Data Link layer (layer 2). A machine that is not directly connected to your LAN is outside your network boundary, and you cannot contact it.

In the OSI model the internet is an Internetwork, a system of interconnected networks, which is implemented by a common protocol which operates at OSI layer 3, and allows the use of Routers, which convey traffic from LAN to LAN as the datagrams cross the internetwork. IP is an Internetwork layer protocol, so it can use routers to relay traffic as your example sentence explains.

4

My understanding is that a “network boundary” is a logical construct. Meaning, I would take it to mean the “network boundary” is the difference between what a system can physically connect to versus what network resources they are logically able to access on a network.

For example, if I connect to a LAN via Wi-Fi or a physical cable, but the network is restricted via MAC address and my device’s MAC address is not granted entry, the “boundary” of that network would simply be my the literal edge of that routing device. That router sees my connection, allows my connection but then says, “Nope, no further for you…”

Similarly the network boundary between—let’s say—a WAN or a LAN could be defined as: WAN traffic begins and ends at the router for inbound traffic unless ports are opened on the router to allow further access. And on a related note, systems connected via the LAN themselves are assigned IP addresses within the range that router can handle and nothing else. Thus port forwarding on a router from the WAN to a LAN system bridges the network boundary.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy