Federal Circuits, Federal Circuit (May 23, 1995)
Docket number: 94-1516
Permanent Link:
http://vlex.com/vid/communications-research-vitalink-36109744
Id. vLex: VLEX-36109744
Click here to download this article in graphic format (Acrobat Reader)

U.S. Supreme Court - United States v. Adams, 383 U.S. 39 (1966)
U.S. Supreme Court - Cimiotti Unhairing Co. v. American Fur Refining Co., 198 U.S. 399 (1905)
U.S. Supreme Court - Continental Paper Bag Co. v. Eastern Paper Bag Co., 210 U.S. 405 (1908)
U.S. Supreme Court - Yale Lock Mfg. Co. v. Greenleaf, 117 U.S. 554 (1886)
U.S. Court of Appeals for the Federal Circuit - in Re Clement., 131 F.3d 1464 (Fed. Cir. 1998)
James S. Renard, Bickel & Brewer, Dallas, TX, argued for plaintiff-appellant. With him on the brief were William A. Brewer, III and Eric G. Calhoun.
Richard J. Anderson, Fish & Richardson, Minneapolis, MN, argued for defendant-appellee. With him on the brief was Wayne E. Willenberg.Before MICHEL, RADER, and BRYSON, Circuit Judges.MICHEL, Circuit Judge.Bell Communications Research, Inc. ("Bellcore") appeals from the August 16, 1994 decision of the United States District Court for the District of New Jersey, No. 92-4104, granting summary judgment in favor of Vitalink Communications Corporation ("Vitalink") on the latter's counterclaim for a declaration of noninfringement and dismissing Bellcore's infringement suit against Vitalink. Because the trial court partially misconstrued the scope of the asserted claim of U.S. Patent No. 4,706,080 ('080), and consequently erred in granting summary judgment of noninfringement, we vacate and remand.BACKGROUNDA. The TechnologyLocal Area Networks ("LANs") consist of a number of devices, such as computers or telephones, attached to a shared communications medium. The communications medium permits the devices to transmit bundles of data, or "packets," back and forth to one another. Such packets, which contain fields of information that function as source device and destination device addresses, are broadcast through the communications medium; only the device that recognizes its own address as the destination address receives the broadcast.The quality of a LAN's performance degrades in proportion to both the number of devices in the network and the speed at which each device processes information. One can, however, recover some of this lost performance by creating networks of multiple LANs rather than simply adding devices to a single, larger LAN. These multiple LANs are connected by means of "bridges," each of which are themselves composed of two paired "gateways." The gateways, each of which have memory capacity, maintain running lists of the source addresses of the packets they have forwarded, allowing the bridges they form gradually to "learn" how to broadcast packets selectively in order to reduce the network's overall load.The existence of multiple pathways between a given pair of devices in two different LANs creates the potential for loops and thus thwarts the learning function of memory-capable gateways--a packet that cycles through a complete loop causes its source address to appear on both sides of the relevant gateway pairs, eliminating the advantage of equipping gateways to keep lists of source addresses from the packets they have broadcast. For purposes of describing and solving this looping problem, one can depict a group of interconnected networks as a graph, with lines and vertices used to represent connecting bridges and connected LANs, respectively. In this graphical notation, a "tree" is a graph in which a sequence of one or more lines connects two vertices, while a "spanning tree" is a graph in which all the vertices are connected. Such a spanning tree can be superimposed on the complete graph of the bridged networks and used to determine a set of loop-free spanning tree paths among the vertices. This process of determination can be accomplished either by some oversight mechanism or automatically by the bridges.While the use of one spanning tree deals with multiple path and looping problems, two problems remain: spanning tree backup paths remain inactive unless bridge failures require that they be used, and the spanning tree's root may become a performance bottleneck for the system. The use of multiple spanning trees thus represents an improvement over the use of only one spanning tree. But one cannot implement a system for the use of multiple spanning trees without some means of differentiating among the spanning trees, such that a packet is always forwarded over some tree. A system can achieve the required differentiation in one of a number of ways: for example, the system could randomly assign different device addresses to different trees, or, alternatively, the source device could specify a tree by means of a tree identifier when it originates the packet.B. The Patent in SuitBellcore's '080 patent, entitled "Interconnection of Broadcast Networks," discloses a method for interconnecting networks, such as LANs, that uses multiple concurrent spanning trees for packet delivery while preserving loop-free paths. According to the summary of the invention contained in the specification,[e]ach spanning tree is uniquely identified. Each message packet that traverses the overall system is assigned to a specific spanning tree so the packet travels between nodes [i.e., device networks] along edges [i.e., bridges] contained in the specified spanning tree. Each gateway, with an expanded store-and-forward protocol [in its memory], parses the packet to determine the assigned spanning tree and forwards the message accordingly. In one embodiment of the present invention, the device originating the packet specifies the spanning tree identifier and conveys it either explicitly or implicitly in the packet.Col. 2, 11. 14-25. As the more detailed description explains,To implement the improvement in the gateway protocol arrangement in accordance with one aspect of the present invention, a set of spanning trees is selected for the cyclic graph according to predetermined guidelines. Each spanning tree is assigned a unique identifier or number and each message traversing the system is assigned to a unique spanning tree via its identifier. Any gateway receiving this message determines the tree number and then routes the message over the specified spanning tree and drops all packets of other spanning trees. Typically, the device originating the message specifies the spanning tree number, either explicitly or implicitly. For instance, with the explicit approach, a "tree number" field could be added to the packet specifications, say as an extra bit in the header of the packet. With the implicit approach, a spanning tree number could be generated from fields normally occurring in the packet such as the source and destination addresses. An appropriate example function might bespanning tree number = (source 'exclusive or' destination) modulo N,where N is the number of spanning trees in the network. This has the benefit that all traffic between a pair of hosts will travel on only one spanning tree, thus minimizing the occupied drop lists across the system.Col. 5, ll. 11-35. Bellcore's method also preserves the "transparency" of the interconnections among the LANs, according to which the existence of gateways does not require modifications to the networked devices or the packets they broadcast. Col. 1, ll. 29-35.Claim 6 of the '080 patent, the only claim asserted by Bellcore, reads as follows:6. A method for transmitting a packet over a system comprising a plurality of networks interconnected by gateways, said packet originated by a source device connected to one of said networks and destined for a destination device connected to one of said networks, said packet including a source address and a destination address, and said method comprising the steps ofdefining an undirected graph representative of the system wherein said networks comprise graph nodes and said gateway[s] comprise graph paths,defining a spanning tree on said graph such that every pair of said nodes is connected by only one of said paths and selecting a plurality of spanning trees for said graph according to pre-determined system guidelines,configuring each gateway with source address lists in correspondence to the number of trees having said each gateway comprising one of said paths, wherein said lists reduce to a common list whenever said selection of spanning trees results in identical ones of said lists for said each gateway,assigning, by said source device, one of said trees to broadcast said packet and associating with said packet an identifier indicative of said one of said trees,broadcasting said packet by said source device through the system on said one of said trees, andfor each gateway receiving said packet, (i) determining for each said packet said source address, said destination address and said packet identifier, (ii) if said receiving gateway does not process packets having said identifier, inhibiting forwarding of said packet; otherwise, inserting said source address in the corresponding one of said lists associated with said identifier, and (iii) inhibiting forwarding of said packet if said destination address is in said corresponding list; otherwise, forwarding said packet by said receiving gateway.Col. 10, ll. 18-57.C. The Accused ProductsVitalink manufactures and markets communications products, including bridges and bridge-routers used in the networking of LANs. Specifically, Vitalink sells a series of products including a Distributed Load Sharing ("DLS") feature, which is itself the subject of a Vitalink patent. These products are alleged by Bellcore to use the method claimed in the '080 patent.Both Bellcore and Vitalink agree that, in a Vitalink product using the DLS feature, a message packet contains both a source address and a destination address but no separate packet identifier. In other words, DLS uses only the implicit approach to spanning tree identification in the packet. The parties also agree that the tree along which a message packet travels in a DLS system may change mid-course in response to such phenomena as link failures and the opening of additional links or, when the system is in a steady state, remain the same throughout its transmission from the source device to the destination device.D. The Infringement SuitBellcore originally sued Vitalink in the Eastern District of Virginia, alleging, among other things, that Vitalink's DLS products infringe Claim 6 of the '080 patent, either literally or under the doctrine of equivalents. Vitalink counterclaimed for a declaration of, among other things, noninfringement. After the case was transferred from Virginia to New Jersey on Vitalink's motion, the parties exchanged extensive written discovery, including affidavits from opposing computer science experts. After the close of discovery, Vitalink moved for summary judgment on its counterclaim for a declaration of noninfringement, contending that "in the DLS system a message packet is not assigned to a specific spanning tree by a source device as required by claim 6 ... [and] a spanning tree identifier is not associated with the message packet as required by claim 6."The district court, in a letter opinion dated August 16, 1994, granted Vitalink's motion for summary judgment of noninfringement and dismissed Bellcore's complaint. The court's decision in Vitalink's favor followed from its construction of Claim 6, according to which "the language of Claim 6 reveals that the Claim 6 packet literally requires three separate elements: (1) a source address, (2) a destination address, and (3) a packet identifier." Slip op. at 9. In addition, the district court construed Claim 6 to require that the source device assign, prior to transmission, the one spanning tree along which the packet travels to its specified destination. Id. at 8. Having construed Claim 6 to require both the assignment of one and only one spanning tree route prior to broadcast and the insertion into the packet of a spanning tree identifier separate from the destination and source addresses, the district court concluded that Bellcore could not make out a case of literal infringement against Vitalink. According to the district court, "the accused Vitalink DLS products, while having a source address and a destination address, do not employ a packet identifier contained within its packet such that the all elements or all limitations rule of literal infringement cannot be satisfied in the present case." Id. at 10-11. Similarly, with respect to the assignment step of Claim 6, the court noted that "Bellcore has effectively conceded that after the message packet has been broadcast by [a Vitalink] DLS source device, events might well intervene to alter the packet's route in mid-course ... and hence the source device has no ability to assign[ ] the spanning tree along which the message packet is to be routed," id. at 11-12, again precluding literal infringement. Finally, the district court concluded that Bellcore's claim of infringement under the doctrine of equivalents was legally deficient.Bellcore appeals from the district court's decision, contending that Claim 6, when properly construed, covers both the explicit and implicit approaches to spanning tree identification in the packet, as described in the specification, and neither provides for nor rules out the possibility of mid-course alterations in a packet's path within a system embodying the claimed method.DISCUSSIONThe moving party is entitled to summary judgment under Federal Rule of Civil Procedure 56(c) "if the pleadings, depositions, answers to interrogatories, and admissions on file, together with the affidavits, if any, show that there is no genuine issue as to any material fact and that the moving party is entitled to a judgment as a matter of law." FED.R.CIV.P. 56(c). We review the district court's grant of summary judgment de novo, Conroy v. Reebok Int'l, Ltd., 14 F.3d 1570, 1575, 29 USPQ2d 1373, 1377 (Fed.Cir.1994), resolving all doubt respecting the presence or absence of genuine factual issues in the nonmovant's favor, Union Carbide Corp. v. American Can Co., 724 F.2d 1567, 1571, 220 USPQ 584, 588 (Fed.Cir.1984). Finally, the disposition of this appeal turns largely on whether the trial court properly construed Claim 6 of the '080 patent, a question of law that we review de novo. Markman v. Westview Instruments, Inc., 52 F.3d 967, 978-80, 34 USPQ2d 1321, 1329 (Fed.Cir.1995) (in banc).A. Claim ConstructionBefore turning to the parties' contentions about the proper construction of the asserted claim, it is important to review some basic principles of claim construction. First, and most importantly, the language of the claim defines the scope of the protected invention. Yale Lock Mfg. Co. v. Greenleaf, 117 U.S. 554, 559, 6 S.Ct. 846, 847, 29 L.Ed. 952 (1886) ("The scope of letters-patent must be limited to the invention covered by the claim, and while the claim may be illustrated it cannot be enlarged by language used in other parts of the specification."); Autogiro Co. of Am. v. United States,Try vLex for FREE for 3 days
Access legal information from United States including:
Try vLex without any commitment for 3 days and see why you need it.
3
days of Free Access