19
Fri, Apr
5 New Articles

What Are Fabric Data Networking Devices, and What Do They Offer?

Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

Are they really the future of the Internet?

 

The Internet continues to evolve in ways that its founders had not initially anticipated. Yet we take for granted that its evolutionand the resources that drive itwere all part of some master plan of efficiency and transparency. Unfortunately, this is not the case.

 

For instance, consider how this page that you are currently reading has arrived on your computer screen or on your tablet or phone. It was assembled on the fly from a variety of elements referenced from multiple servers that exist at numerous physical locations.

 

Yet, the architects of the Internet didn't really expect this kind of composite information flow. Indeed, their vision of online news service was popularly reported in 1981 in a broadcast on a San Francisco television station.

 

That vision of how the Internet would work was based on the client/server model, in which a single server located in one place delivered a stream of information to multiple client machines at multiple locations.

 

Client/server computing is still with us, of course, but the services have fragmented and the architectures by which information is communicated have radically changed. Instead of a preponderance of north-south, client/server traffic, today's Internet environments typically consume more resources communicating east-to-west, server-to-server, as web pages are knitted together from hundreds or thousands of elements that exist on multiple servers and are ultimately delivered to your browser as a single page.

 

According to analysts at WebsiteOptimization.com the size and complexity of web pages has been increasing at an alarming rate. They tell us that web page size has increased by between 71% and 76% over the past two years alone. At the same time, the number of web objects has increased by 16.2% to 28.2%. Consequently, despite increases in bandwidth, the load time of web pages has increased by 48% over the past two years. In fact, the actual size of the average web page has tripled since 2008. But more alarming from a bandwidth perspective is the fact that the average number of objects referenced by a web page has recently topped 100 per page. This means that for every web page delivered north-to-south from a web server node to a web browser, there was an average of 100 resource calls to other servers on other network nodes, east-west—accessing data, interpreting code, assembling graphics, etc.—all to deliver the web page in HTML.

 

This trend has been intensified by the revolution in server virtualization and storage virtualization, and becomes exceptionally pronounced in Software as a Service (SaaS) and cloud computing environments. Instead of all the activity occurring on a single server, it's spread across a spectrum of virtual devices, all connected through the IP and Ethernet backbones of the network's nodes. As a result, network administrators are witnessing a radical new pattern in east-west network traffic and wondering how the resulting bottlenecks can be opened.

 

The bottom line is that this virtualization revolution now requires greater bandwidth between networked nodes, more resilient routing technologies, and a substantially more streamlined approach to the configuration and the maintenance of the network nodes that support our information systems.

 

But how can we streamline the architecture? To understand the problem, we need to go back to one of the first structures created by IP. It's something called Spanning Tree Protocol (STP).

Spanning Tree Protocol

STP is a protocol that operates in the Layer 2 data link layer of the OSI model. It runs primarily on Ethernet network bridges and switches and was formally defined in the IEEE 802.ID specification. The main purpose of STP is to ensure that a network node doesn't send information in a loop in the network when there are redundant pathways.

 

A network of switches needs redundant pathways between nodes in the event that the primary path is disconnected. However, without some method to manage the flow of traffic, there's a real potential that information will essentially "echo" as it travels through the redundant pathways.

 

STP solves the echoing problem with a relatively simple set of rules that's based upon the physical connections between nodes. Essentially, in STP, every networked node has two paths, one that's identified as the primary path, and one that's secondary (defined as "disabled" by STP). If a network transaction fails to reach its partnered device through the primary pathway, the secondary pathwayconnecting to a different partnered deviceis activated. Any disruption to the pathways, therefore, creates a cascade of new connections that dynamically routes traffic around the disruption, much like a cascade of marbles through a hierarchical maze.

 

STP works well when there's a limited number of network node switches and when the traffic is essentially north-south in a client/server environment. After all, the purpose of a network in a client/server scenario is to reliably connect one server with multiple clients.

Limitations of STP

However, STP bottlenecks communication when the number of networked node devices that need to be communicating with one another increases in a non-hierarchical manner. For instance, bottlenecks occur when one web server needs to link to other servers to access the database, interpret PHP, assemble content, parse parameters, access image files, and then assemble and spew out the desired web page. In that scenario, the east-west traffic is far more intense than the final page delivered as HTML to the browser. Why? Because each traffic element has to wend its way east-west through the maze of nodes defined by the physical connections of the spanning tree.

 

Of course, STP has evolved significantly with many different versions of algorithms that define different proprietary network topologies. These algorithms include Rapid Spanning Tree Protocol (RSTP), Per-VLAN Spanning Tree (PVST) and Per-VLAN Spanning Tree Plus (PVST+), and Multiple Spanning Tree Protocol (MSTP). Each protocol has particular strengths, but all have faults that exclude backward compatibility with other STP implementations, increase management complexity, and fail to provide resiliency as the network traffic changes in response to user requests.

Fabric Network Topologies

It's against this limitation of STP that Fabric Network Topologies were engineered. By comparison to an STP topology, a fabric network is a non-hierarchical topology by which nodes connect with one another via one or more crossbar switches.

 

A crossbar switch is a switching device that has multiple input and output points arranged in a matrix that conceptually appears as a sort of woven fabric-like structure. The value of crossbar switching is that it permits addressing any input point with any output point touched by the switch. So, instead of having just two network nodes physically connected to a switching device, a crossbar switch might have up to 100 devices virtually connected.

 

The theoretical advantage of a fabric network then is how it "flattens" the network topology, removing the hierarchy, reducing potential bottlenecks in throughput, enabling faster east-west traffic, and permitting easier maintenance and configuration. In a fabric network, the address of every network node is known to the switching mechanism, and the switch is able to directly address and route frames to every other node within the network. This any-to-any capability increases bandwidth by reducing latency and complexity. Fabric topologies can co-exist with STP topologies and act as a superset to control those nodes. This makes a fabric topology a good management tool for companies that wish to expand their network without disrupting the existing STP topology.

 

Fabric Network Switches, then, are physical devices that act in a combined manner as both a router and a bridge between nodes, often technically described as RBridges. They are engineered devices that most commonly use a protocol called Transparent Interconnection of Lots of Links, or TRILL, which is an Internet Engineering Task Force (IETF) standard.

The Current Protocol Wars and the Future of the Network

Network engineers are now having a great debate about fabric switches that use the TRILL protocol, versus a new multipath protocol called Shortest Path Bridging, which became an IEEE standard in May of 2012. It's the nature of the network switch technology market that each vendor has a preferred technology, founded in one engineering standard. That's what's happening now by the various vendors, and considering what the network switches cost, it's easy to understand how engineers of different technology companies are pitted against one another.

 

It's not within the purview of this article to express an opinion about each multipath protocol or the implementing technology, except to comment that it's important to understand that fabric network technology is evolving rapidly. The arena of engineered protocols is expanding rapidly, and there are proprietary and open standards specifications that are utilized by different vendor devices. What your network administrator or cloud service provider might choose for your environment will be determined by cost, reliability, vendor support, and the way the preexisting network is configured and managed. But fabric isn't the only burgeoning technology on the horizon.

Software-Defined Networks

Finally, there is a third technological approach that some network administrators believe will provide a still more resilient network. This technology, called Software-Defined Network (SDN), is so new that today it seems to represent more buzz than substance. Indeed, some vendors are latching onto SDN nomenclature as a way to package their own proprietary networking technologies into the loosely defined abstractions of SDN. How this technological approach evolves may represent the ultimate future of how the OSI model for network topologies continues to develop. Or it may represent another side street that draws networks to a technological dead end.

What's to Come

Regardless of how the technologies arrive or disappearlike the virtual newspapers described in the news broadcast back in 1981there's no doubt that we're experiencing incredible change in how our networks are functioning. The problems our network administrators are witnessing probably won't be solved by any single standard protocol or by the selection of an individual vendor's proprietary solution. What we're seeing is an incredibly rapid evolution of engineered devices to meet the demands of our networks and overcome the problems the networks experience. It's a fantastic flood of new ideas, inventions, protocols, and devices.

 

This is the real nature of the virtual environments that are supporting our networks, and it's the talents of our network engineers and the dynamics of the technology marketplace that will determine the real future of the Internet.

 

Thomas Stockwell

Thomas M. Stockwell is an independent IT analyst and writer. He is the former Editor in Chief of MC Press Online and Midrange Computing magazine and has over 20 years of experience as a programmer, systems engineer, IT director, industry analyst, author, speaker, consultant, and editor.  

 

Tom works from his home in the Napa Valley in California. He can be reached at ITincendiary.com.

 

 

BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$0.00 Raised:
$

Book Reviews

Resource Center

  • SB Profound WC 5536 Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application. You can find Part 1 here. In Part 2 of our free Node.js Webinar Series, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Brian will briefly discuss the different tools available, and demonstrate his preferred setup for Node development on IBM i or any platform. Attend this webinar to learn:

  • SB Profound WP 5539More than ever, there is a demand for IT to deliver innovation. Your IBM i has been an essential part of your business operations for years. However, your organization may struggle to maintain the current system and implement new projects. The thousands of customers we've worked with and surveyed state that expectations regarding the digital footprint and vision of the company are not aligned with the current IT environment.

  • SB HelpSystems ROBOT Generic IBM announced the E1080 servers using the latest Power10 processor in September 2021. The most powerful processor from IBM to date, Power10 is designed to handle the demands of doing business in today’s high-tech atmosphere, including running cloud applications, supporting big data, and managing AI workloads. But what does Power10 mean for your data center? In this recorded webinar, IBMers Dan Sundt and Dylan Boday join IBM Power Champion Tom Huntington for a discussion on why Power10 technology is the right strategic investment if you run IBM i, AIX, or Linux. In this action-packed hour, Tom will share trends from the IBM i and AIX user communities while Dan and Dylan dive into the tech specs for key hardware, including:

  • Magic MarkTRY the one package that solves all your document design and printing challenges on all your platforms. Produce bar code labels, electronic forms, ad hoc reports, and RFID tags – without programming! MarkMagic is the only document design and print solution that combines report writing, WYSIWYG label and forms design, and conditional printing in one integrated product. Make sure your data survives when catastrophe hits. Request your trial now!  Request Now.

  • SB HelpSystems ROBOT GenericForms of ransomware has been around for over 30 years, and with more and more organizations suffering attacks each year, it continues to endure. What has made ransomware such a durable threat and what is the best way to combat it? In order to prevent ransomware, organizations must first understand how it works.

  • SB HelpSystems ROBOT GenericIT security is a top priority for businesses around the world, but most IBM i pros don’t know where to begin—and most cybersecurity experts don’t know IBM i. In this session, Robin Tatam explores the business impact of lax IBM i security, the top vulnerabilities putting IBM i at risk, and the steps you can take to protect your organization. If you’re looking to avoid unexpected downtime or corrupted data, you don’t want to miss this session.

  • SB HelpSystems ROBOT GenericCan you trust all of your users all of the time? A typical end user receives 16 malicious emails each month, but only 17 percent of these phishing campaigns are reported to IT. Once an attack is underway, most organizations won’t discover the breach until six months later. A staggering amount of damage can occur in that time. Despite these risks, 93 percent of organizations are leaving their IBM i systems vulnerable to cybercrime. In this on-demand webinar, IBM i security experts Robin Tatam and Sandi Moore will reveal:

  • FORTRA Disaster protection is vital to every business. Yet, it often consists of patched together procedures that are prone to error. From automatic backups to data encryption to media management, Robot automates the routine (yet often complex) tasks of iSeries backup and recovery, saving you time and money and making the process safer and more reliable. Automate your backups with the Robot Backup and Recovery Solution. Key features include:

  • FORTRAManaging messages on your IBM i can be more than a full-time job if you have to do it manually. Messages need a response and resources must be monitored—often over multiple systems and across platforms. How can you be sure you won’t miss important system events? Automate your message center with the Robot Message Management Solution. Key features include:

  • FORTRAThe thought of printing, distributing, and storing iSeries reports manually may reduce you to tears. Paper and labor costs associated with report generation can spiral out of control. Mountains of paper threaten to swamp your files. Robot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing. Manage your reports with the Robot Report Management Solution. Key features include:

  • FORTRAFor over 30 years, Robot has been a leader in systems management for IBM i. With batch job creation and scheduling at its core, the Robot Job Scheduling Solution reduces the opportunity for human error and helps you maintain service levels, automating even the biggest, most complex runbooks. Manage your job schedule with the Robot Job Scheduling Solution. Key features include:

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • LANSAWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed. Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

  • LANSASupply Chain is becoming increasingly complex and unpredictable. From raw materials for manufacturing to food supply chains, the journey from source to production to delivery to consumers is marred with inefficiencies, manual processes, shortages, recalls, counterfeits, and scandals. In this webinar, we discuss how:

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • Profound Logic Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application.

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: