Network device detection, identification, and management
Summary by NHIP
Multi-Protocol Camera Network Scanner
The system identifies network cameras by scanning addresses and establishing multiple simultaneous connections to each target. It loops through sending distinct HTTP, FTP, or UDP queries over these connections until a response arrives or a fail timer expires.
Claim Score by NHIP
Abstract
A method for identifying devices on a network using a two-step process of first scanning a range network addresses for devices and then acquiring device information from each of the accessible devices. The method involves scanning the network for devices by sending a request to each of a plurality of network addresses, receiving a response from one or more of the devices, obtaining a hardware address for at least some of the responding devices, and identifying the device based on the hardware address. A user interface is provided to display the results of the scan along with the more specific identifying information for some or all of the responding devices.

Term
Projected expiry 5 April 2027.
- Priority
- Filed
- Granted
- Today
- Projected expiry
20 claims: 3 independent, 17 dependent
- 1A computer system for identifying one or more cameras on a network, comprising a computer having non-transitory memory for storing machine instructions that are to be executed by the computer, the machine instructions when executed by the computer implement the following functions:performing a network scan by scanning a plurality of network addresses to obtain an initial response from one or more camera devices, each camera device being accessible at a specific network address from the plurality of network addresses;beginning a fail timer for each of two or more connections to each of the network addresses of the one or more camera devices;establishing two or more connections to each of the network addresses of the one or more camera devices;simultaneously transmitting two or more camera device queries over the two or more connections to each of the specific network addresses of the one or more camera devices to attempt to obtain a query response to at least one of the two or more camera device queries, each of the camera device queries being sent according to a query protocol and a query format, the query protocol and/or query format differs for each of the camera device queries, and the query response including information relating to the camera device;and looping the beginning, establishing and simultaneously transmitting steps until each fail timer expires or the query response to at least one of the two or more camera device queries is obtained.
- 8Broadest claimClaim Score 35, narrow(NHIP)A method of identifying one or more cameras on a network, comprising:performing a network scan by scanning a plurality of network addresses to obtain an initial response from one or more camera devices, each camera device being accessible at a specific network address from the plurality of network addresses;beginning a fail timer for each of two or more connections to each of the network addresses of the one or more camera devices;establishing two or more connections to each of the network addresses of the one or more camera devices;simultaneously transmitting two or more camera device queries over the two or more connections to each of the specific network addresses of the one or more camera devices to attempt to obtain a query response to at least one of the two or more camera device queries, each of the camera device queries being sent according to a query protocol and a query format, the query protocol and/or query format differs for each of the camera device queries, and the query response including information relating to the camera device;and looping the beginning, establishing and simultaneously transmitting steps until each fail timer expires or the query response to at least one of the two or more camera device queries is obtained.
- 15A computer system for identifying one or more cameras on a network, comprising a computer having non-transitory memory for storing machine instructions that are to be executed by the computer, the machine instructions when executed by the computer implement the following functions:performing a network scan by scanning a plurality of network addresses to obtain an initial response from one or more camera devices, each camera device being accessible at a specific network address from the plurality of network addresses;beginning a fail timer for each of two or more connections to each of the network addresses of the one or more camera devices;establishing two or more connections to each of the network addresses of the one or more camera devices;and simultaneously transmitting two or more camera device queries over the two or more connections to each of the specific network addresses of the one or more camera devices to attempt to obtain a query response to at least one of the two or more camera device queries, each of the camera device queries being sent according to a query protocol and a query format, the query format differs for each of the two or more camera device queries, and the query response including information relating to the camera device, the two or more device queries include a device query sent according to a UDP protocol;and looping the beginning, establishing and simultaneously transmitting steps until each fail timer expires or the query response to at least one of the two or more camera device queries is obtained.
Independent claims3
44 paragraphs in 6 sections, as filed
CROSS-REFERENCE TO RELATED APPLICATIONS
0001This application is a continuation of U.S. Ser. No. 11/697,045 filed Apr. 5, 2007, now U.S. Pat. No. 9,166,883, issued Oct. 20, 2015, which claims the benefit of U.S. Provisional Application No. 60,744,307, filed Apr. 5, 2006, the disclosures of which are hereby incorporated in their entirety by reference herein.
TECHNICAL FIELD
0002This invention relates generally to computer networks and, more particularly, to techniques for discovering and configuring networked devices over a computer network.
BACKGROUND OF THE INVENTION
0003Networked based devices such as IP video cameras, servers and other devices utilize a unique identifier, such as a MAC address which comprises a hardware address permanently stored in the device's memory. This address is a hexadecimal number of 12 digits (IPv4) and possibly more or less digits in future revisions. In the current network environment, the highest order 6 bytes of the MAC address identify the manufacturer, and the low order 6 bytes uniquely distinguishes the device from others by that manufacturer. Some manufacturers may have more than one identifying prefix code, whereas others might own a range of sub-prefix numbers and not the entire prefix itself, in which case more than just the high order 6 bytes are needed to distinguish between manufacturers.
0004When a device is placed on a network and assigned a network address (e.g., an IP address), the device will respond or otherwise communicate according to one or more protocols enabled by the manufacturer; for example, by http, ftp, or udp request to the proper port. Moreover, manufacturers typically provide one or more methods by which their device can be discovered on the network, and there may be different methods used by different manufacturers or for different types of network devices. These methods include, but are not limited to: <ul id="ul0001" list-style="none"><li id="ul0001-0001" num="0000"><ul id="ul0002" list-style="none"><li id="ul0002-0001" num="0005">1. The device may broadcast an IP or UDP ‘signature’ that is monitored by an application loaded on a client computer. This application is provided by the manufacturer for use in accessing and possibly configuring the device. In some instances, this broadcast may occur for a limited period of time; e.g., for ten minutes following boot up after which it stops.</li><li id="ul0002-0002" num="0006">2. The device may have an open port listening for command or data signatures from the manufacturer's application.</li><li id="ul0002-0003" num="0007">3. The manufacturer's application may communicate with the device via http, ftp, Telnet or other protocol to discover the product type.</li><li id="ul0002-0004" num="0008">4. The manufacturer's device may support UPnP (Universal Plug and Play)</li><li id="ul0002-0005" num="0009">5. The device may utilize non standard/proprietary methods for communicating over the network wire, radio or other process.</li></ul></li></ul>
0010This list represents a few methods to discover the product. Further complication exists where: <ul id="ul0003" list-style="none"><li id="ul0003-0001" num="0000"><ul id="ul0004" list-style="none"><li id="ul0004-0001" num="0011">1. The device is restricted by firewalls or other management software/firmware and or switching.</li><li id="ul0004-0002" num="0012">2. The device has an unknown user or admin access login account.</li><li id="ul0004-0003" num="0013">3. The device has an older firmware and does not understand the manufacturer's software functions and signatures/listening ports.</li><li id="ul0004-0004" num="0014">4. The device has been configured to deny normal access.</li><li id="ul0004-0005" num="0015">5. The device is malfunctioning, but still online. <br /> With all the possible permutations, it becomes quite apparent that a network containing multiple vendors' products could be difficult to manage, and this difficulty can be exacerbated in situations involving a large scale network of many devices. </li></ul></li></ul>
0016When management is required for a particular device, the IP address is typically referenced to locate the specific device. Once this address is known, a web browser or other software can be used to access and manage the device. Management of such devices can become problematic, especially where the number of networked devices becomes large and/or the network contains a variety of different types of devices (e.g., computers, printers, IP cameras).
Definitions of Terms Used in this Application
0017“network address” means a unique network identifier used by a network communication protocol to access a device over a network; for example, an IP address.
0018“hardware address” means a unique device identifier associated with and stored on a device to distinguish that device from other devices; for example, a MAC address.
0019“computer readable memory” is any memory device capable of storing computer program code including magnetic media, solid-state memories, optical media (DVD, etc.).
SUMMARY OF THE INVENTION
0020In accordance with the invention there is provided a system, method, and computer readable memory programmed for identifying devices on a network. The identification of devices is carried out using the steps of scanning the network for devices by sending a request to each of a plurality of network addresses, receiving a response from one or more of the devices, obtaining a hardware address for at least some of the responding devices, and identifying the device based on the hardware address. In one embodiment, the method is used on a TCP/IP network to scan a range of IP addresses, obtain MAC addresses from devices located at addresses within the range, and then determine more specific identifying information for the devices. A user interface can be provided to display the results of the scan along with the more specific identifying information for some or all of the responding devices. In accordance with another aspect of the invention, this scanning and identification process can be used for network device management.
BRIEF DESCRIPTION OF THE DRAWINGS
0021Preferred exemplary embodiments of the invention will hereinafter be described in conjunction with the appended drawings, wherein like designations denote like elements, and wherein:
0022<figref idref="DRAWINGS">FIG. 1</figref> is a flowchart of a method for identifying devices on a network in accordance with the invention;
0023<figref idref="DRAWINGS">FIGS. 2 and 3</figref> depict an exemplary user interface display of the results of the process of <figref idref="DRAWINGS">FIG. 1</figref>;
0024<figref idref="DRAWINGS">FIG. 4</figref> is a diagram depicting an example of the multi-threaded process and results of the network scan using that process;
0025<figref idref="DRAWINGS">FIG. 5</figref> is a flowchart of the multi-threaded network scanning process used in the method of <figref idref="DRAWINGS">FIG. 1</figref>;
0026<figref idref="DRAWINGS">FIG. 6</figref> is a flowchart of a process for identifying a device using http where the MAC address of the device was returned in during the network scan;
0027<figref idref="DRAWINGS">FIG. 7</figref> is a flowchart of a process for identifying a device using http where the MAC address of the device was not returned in during the network scan;
0028<figref idref="DRAWINGS">FIG. 8</figref> shows a more detailed example of how device information can be obtained using the process of <figref idref="DRAWINGS">FIG. 7</figref>;
0029<figref idref="DRAWINGS">FIG. 9</figref> is a flowchart of a process for identifying a device using ftp;
0030<figref idref="DRAWINGS">FIG. 10</figref> is a flowchart of a first process for identifying a device using udp;
0031<figref idref="DRAWINGS">FIG. 11</figref> is a flowchart of a second process for identifying a device using udp; and
0032<figref idref="DRAWINGS">FIG. 12</figref> depicts an alternative embodiment of the user interface shown in <figref idref="DRAWINGS">FIGS. 2 and 3</figref>.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
0033Referring to <figref idref="DRAWINGS">FIG. 1</figref>, there is shown an overview of a network device scanner process that can be used to determine which addresses within a range of IP addresses have accessible devices assigned to the IP address and, further, can discover the particular type of device (including manufacturer, make, and model) at each accessible IP address. This process can be implemented in software (e.g., as an applet) stored on a computer-readable medium and executed by a computer connected to the particular network to be scanned. The illustrated embodiment utilizes an Ethernet network running TCP/IP with MAC addresses being used as the primary means to determine device manufacturer and type; however, it will be appreciated by those skilled in the art that the invention can be used in conjunction with other types of networks and communication protocols, and furthermore that device discovery can be carried out in many instances without the use of a MAC address or other unique device identifier. U.S. Pat. No. 6,891,566 B2, issued May 10, 2005, discloses an exemplary suitable Ethernet network running TCI/IP that includes pingable devices uniquely identifiable by MAC addresses, along with a client computer having a computer readable memory on which the software discussed herein can be stored. The entire contents of this U.S. Pat. No. 6,891,566 B2 are hereby incorporated by reference.
0034<figref idref="DRAWINGS">FIGS. 2 and 3</figref> depict an exemplary user interface display for the software that carries out the device scanning process of <figref idref="DRAWINGS">FIG. 1</figref>. The user interface includes an upper region that displays the IP address of the host computer on which the program resides, as well as several user-fillable fields that provide the basic parameters used for network scanning and device access. In particular, there is provided a Ping Timeout field, an IP Address Base field, and an Http Port field. The Ping Timeout field allows the user to specify the amount of time (in milliseconds) that the program will wait to receive a response from a possible device located at an IP address before giving up and assuming that there is no pingable device at that address. The IP Address Base specifies the IP address range to be scanned, so that the user specifies the base address xxx.xxx.xxx and the program will scan from xxx.xxx.xxx.1 through xxx.xxx.xxx.255. The Http Port field allows the user to specify on what port the program will attempt an http request to a particular IP address specified by the user. The user interface also includes two lower side-by-side windows, one on the left to list the scanned IP addresses for which a response was received, and one on the right to provide details about the devices at the various accessible IP addresses in the event the user requests that the devices be discovered.
0035With reference back to <figref idref="DRAWINGS">FIG. 1</figref>, the overall process for network scanning and device discovery will now be described in conjunction with the screen displays shown in <figref idref="DRAWINGS">FIGS. 2 and 3</figref>. Upon startup of the program, the program detects the IP address of the computer executing the program and displays it in the top left of the user interface as shown. Also, this IP address is used to provide a default value in the IP Address Base field, which the user can then change to a different address range, if desired. The other fields also have default values, as shown. Once the desired IP Address Base is provided in the supplied field, the user clicks on the “Scan All” button, at which point the program scans all of the IP addresses within that base range. Preferably, this is done by pinging the IP addresses and thereafter displaying a list of IP addresses for which a response was received. At this point, the network has now been scanned for pingable devices located within the base IP address range.
0036Next, the device discovery process can be initiated by the user. This involves clicking on the “Discover” button which causes the program to go through the list of displayed IP addresses and attempt to retrieve further information that can be used to identify the device at each particular IP address. To accomplish this, the program attempts access to each device initially by sending an http request and, if a response is received, the returned information is parsed for a MAC address if not already known. If a MAC address has been obtained, it can be used to determine the manufacturer and this information can then be used to determine that particular manufacturer's scheme for supplying device information. This then enables the program to obtain the device information and the discovery process is then done for that IP address. If, instead, no MAC address was received, then the program initiates a series of manufacturer-specific access attempts using known URL and/or other request formats to obtain the MAC address and/or other specific device information. If the information cannot be obtained in this manner, then the discovery process essentially repeats, this time using another protocol such as ftp, which for some devices can be used to obtain a stored file containing the device information. This loop is repeated one or more times again, if necessary, each time using a different access protocol. If none of these processes result in the desired information being discovered, then the IP address is reported in the right pane along with an “Unknown” message such as is shown in <figref idref="DRAWINGS">FIG. 3</figref> for IP address 111.111.111.1. If the device information is obtained, then it is provided as shown in <figref idref="DRAWINGS">FIG. 3</figref> for IP address 111.111.111.51. In this case, the manufacturer, model number, and MAC address is displayed, although more or less information could be included. Also, if the “Detail” check button is selected, then the displayed results can include additional information, such as firmware version number or the administrator-assigned device name, if one exists.
0037The remaining figures and description provide additional detail and features concerning the disclosed embodiment. Turning now to <figref idref="DRAWINGS">FIG. 4</figref>, a multi-threaded process is used to effect the network scan of IP addresses. This involves initiating a separate thread for each IP address and then (nearly) simultaneously pinging all of the IP addresses within the range. By simultaneous it is meant that pinging of addresses is carried out in parallel and not sequentially so that, rather than sending out a ping to one IP address and then waiting for the response or a timeout before pinging the next address, the program instead initiates a thread for each IP address and sends out a separate ping on each thread. This provides a very quick way of scanning the network since the total time to obtain results for all IP addresses in the range is the timeout set in the Ping Timeout field.
0038<figref idref="DRAWINGS">FIG. 5</figref> depicts the network scan process in greater detail. Initially, the program gets the host computer's IP address and displays it on the user interface, as discussed above. Then, it sets the IP search range, which for this embodiment is 0-255 and assigns a variable n equal to the total number of IP addresses in the range (e.g., 256). Next, a thread initiation routine is used to start a thread for each IP address. This involves setting up a loop X that will cycle n times, with each loop including the steps of: (1) creating the next IP address using the IP Address Base specified by the user (e.g., 111.111.111.X), (2) adding it to an array IP(X), (3) initiating a thread X, and (4) assigning the IP address to the thread. Once this is done, the threads are executed as shown in <figref idref="DRAWINGS">FIG. 5</figref>. This involves starting a new loop X=1 to n, beginning a fail timer for that thread, executing the thread, releasing control to allow other processing (e.g., by a DOevents( ) function), and then looping until all threads have been executed. The execution of each thread is shown in <figref idref="DRAWINGS">FIG. 5</figref> wherein the thread is started, the IP address assigned to that thread is received (pulled from the array IP(X)), and the IP address is pinged. If a response is received, then a RaiseEvent statement is used to initiate the Response processing shown in <figref idref="DRAWINGS">FIG. 5</figref>. If no response is received and the timeout timer has not yet expired, then the process loops back and this continues until either a response is received or the timer expires. Once the timer expires, the thread is terminated and the failure can be logged or just ignored. Where a response is received, the timer is stopped, the thread terminated, and the result logged, which includes displaying the successful IP address in the left hand pane of the user interface. Again, this thread execution and result processing can be carried out concurrently for each of the IP addresses, thereby providing a fast way to scan a network for devices.
0039As shown in <figref idref="DRAWINGS">FIG. 2</figref>, the example scan returned <b>16</b> devices on the network for the selected range of IP addresses. There are actually <b>17</b>, one of which is the host system running the software above, and is not reported in the list by design. This IP address could be listed in the left pane if the user desired it. To assist the user in discovering information concerning the device at each IP address and/or for web-based configuration of such devices, the program allows the user to double click on any of the IP addresses displayed in the left pane, and the program then launches a browser window (e.g., the computer's default browser such as Microsoft™ Internet Explorer™) and sends an http web page request to that IP address using the port number (e.g., 80) specified in the Http Port field. If the device is a web enabled IP camera, video server or other compatible web based device, a web page will launch in the systems default web browser at the port specified. If the device does not successfully return a page of information, the user could adjust the port number to any other valid port number and refresh the request from the browser or other application. Furthermore, a port loop can be included in the process to test for all ports for a given IP address from 0 to the limits of IPV4 ports (e.g., a search of 111.111.111.33:1 to 111.111.111.33:3200). While this port iteration is more intensive a search, increasing total search time, it is able to find devices more robustly. If desired, the program can be used to launch a different (non-browser) application that seeks to access the device at the IP address, and the program can allow user configuration of the application to be launched as well as of various parameters used by the chosen application. Other type of device queries could be made available in addition to or in lieu of the http request and this can be made available to the user either by clicking on the IP address or by some other user interface means.
0040Turning now to the remaining figures, further details of the device discovery process of <figref idref="DRAWINGS">FIG. 1</figref> will now be described. In general, the approach involves scanning the known IP addresses displayed in the left pane, and querying them with multiple protocols and methods. Known signatures (typically based on manufacturer) in the memory and or firmware of the device are scanned and those that are found are reported. Reporting can include, but is not limited to: <ul id="ul0005" list-style="none"><li id="ul0005-0001" num="0000"><ul id="ul0006" list-style="none"><li id="ul0006-0001" num="0041">1) IP address</li><li id="ul0006-0002" num="0042">2) MAC address</li><li id="ul0006-0003" num="0043">3) Manufacturer Name</li><li id="ul0006-0004" num="0044">4) Manufacturer Model</li><li id="ul0006-0005" num="0045">5) Model Revision</li><li id="ul0006-0006" num="0046">6) Firmware version</li><li id="ul0006-0007" num="0047">7) Other required or desired information <br /> These items are collected and reported in the right pane as shown in <figref idref="DRAWINGS">FIG. 3</figref>, with more or less of the information being displayed based on whether or not the Detail checkbox has been marked. This information could also be placed into a file, database, or communicated to another process. </li></ul></li></ul>
0048The fundamental approach used by the program for device discovery is to attempt accesses to the device using different protocols and, as necessary for each protocol, attempting accesses using the different known approaches for obtaining device information, many of which are manufacturer specific. The protocols are used in order of probability of success and, for this purpose, the first iterative loop uses an http request, as shown in <figref idref="DRAWINGS">FIGS. 6 and 7</figref>. The processes of these two figures are alternatives based on whether or not the device MAC address has already been obtained. As is known, the MAC address is often transmitted on typical IP networks at a low level with the IP packet information and, thus, the MAC address is often obtained as a result of the network scan ping. If so, then the process of <figref idref="DRAWINGS">FIG. 6</figref> is used wherein a loop X=1 to n is begun, n being the number of displayed IP addresses in the left pane. First, the MAC address already received is obtained along with the associated IP address. The MAC prefix is used to do a lookup of the manufacturer and, based on this, a URL is built using the syntax and content used by that manufacturer to query the device for information. The URL is then sent as an http request. If not successful, the process loops back to try another URL or other request approach consistent with that manufacturer. Different request formats may be used by the manufacturer for different models, firmware versions, or types of devices. Preferably, these requests are ordered by likelihood of success to minimize the time required to successfully obtain the device information. For example, for a particular manufacturer they can be ordered by popularity of type of device or model number. Once a successful request is made, the information is returned as one or more pages of data which are then parsed for the desired information. Parsing of the received data can be done according to the known content and organization used by the particular manufacturer. Thereafter, the information is reported (displayed in the right pane of the user interface) and/or otherwise processed or stored. This process then repeats for the next IP address. Although not shown, if the iterative process of sending different requests to obtain the data is not successful to the point where the process exhausts its list of possible requests, then the program can break out of this loop and rely on attempts using another protocol to get the desired information.
0049<figref idref="DRAWINGS">FIG. 7</figref> depicts the http request process where the MAC address has been stripped from the IP packet information or is otherwise not reported during the network ping scan. This process is similar to that of <figref idref="DRAWINGS">FIG. 6</figref> except, that since no MAC address is known, the process includes an internal loop Y in which it loops through a comprehensive list of manufacturers and builds URLs based on the different manufacturers and their specific devices and models. Although this process could include a further nested loop as in <figref idref="DRAWINGS">FIG. 6</figref> to attempt different requests for each manufacturer, instead, in the illustrated process, each of the different URL or other requests for a particular manufacturer are treated as different manufacturers (MFG(Y)).
0050<figref idref="DRAWINGS">FIG. 8</figref> shows an example http request according to the process of <figref idref="DRAWINGS">FIG. 7</figref> in which a URL specific to Axis™ network cameras is sent to the IP address 192.168.0.202. This may be one of hundreds of different URL commands sent as a result of the process of <figref idref="DRAWINGS">FIG. 7</figref> attempting to obtain a response using different manufacturers' URL requests. In this case, the device responds with the data shown and the program then parses this data to locate the MAC address and possibly other desired information. The location of the MAC address and other information in the returned data can be determined using known information about the structure of the returned information based on product type or manufacturer, etc.
0051In the event that the http request approach is not successful, the process of <figref idref="DRAWINGS">FIG. 1</figref> attempts access to the device at a particular IP address using the next protocol, in this case ftp as shown in <figref idref="DRAWINGS">FIG. 9</figref>. The process is similar to that of <figref idref="DRAWINGS">FIG. 7</figref>, except that the program must attempt to login to the ftp (which can be attempted anonymously or based on known manufacturer-specific default IDs and passwords). Where the login is successful for a particular device, the program then requests the appropriate file containing the device information and, again, this request can be specific to such things as the manufacturer, type of device, and/or model. Once the file is obtained, the relevant information is extracted and displayed in the right pane of the user interface.
0052<figref idref="DRAWINGS">FIGS. 10 and 11</figref> provide further protocol examples which can be used in the event that both the http and ftp approaches fail. Since some devices utilize UDP differently, the program can try different UDP approaches; for example, the UDP broadcast of <figref idref="DRAWINGS">FIG. 10</figref> wherein the device opens a listening port and then listens for the proper manufacturer-specific signature to be sent from the application program. Alternatively, in <figref idref="DRAWINGS">FIG. 11</figref>, a UDP application sniffer can be used in which the application program itself opens a listening port and listens for the device to transmit over that port per the manufacturer's specification. In either event, if the expected response (signature) is received, then the program extracts the desired data and displays it.
0053<figref idref="DRAWINGS">FIG. 12</figref> depicts another embodiment of the user interface shown in <figref idref="DRAWINGS">FIGS. 2 and 3</figref>. This embodiment differs primarily in that it includes a configurable range control for the IP addresses scanned. In the example show, a start value of 20 and stop value of 225 has been included such that the scan will be limited to 111.111.111.20 through 111.111.111.225. It will be appreciated by those skilled in the art that the illustrated embodiments are directed to a typical TCP/IP environment in which addresses are limited to 0-255; however, the scanning process can be used to cover addresses beyond that range. Furthermore, the IP base address need not be limited to xxx.xxx.xxx, but any range of addresses can be scanned, e.g., by specifying only xxx.xxx or xxx.xx in the IP Address Base field. Also, the process can be designed to allow exclusions of regions for which scanning is not desired or may be problematic. Another difference of the <figref idref="DRAWINGS">FIG. 12</figref> user interface embodiment from that of <figref idref="DRAWINGS">FIG. 3</figref> is that the returned listing of devices can be sorted alphanumerically as shown in <figref idref="DRAWINGS">FIG. 12</figref>, rather than in order of their IP address.
0054The device discovery process has been described as being implemented using loops that sequentially attempt accesses based on such things as protocols (outer loop) and manufacturer and device type (inner loop). However, as an alternative implementation, it would be advantageous to test all permutations of device signatures simultaneously as is done for the initial network scan discussed above in connection with <figref idref="DRAWINGS">FIG. 4</figref>, since web based devices allow for multiple sessions of connections concurrently. This can include providing multiple simultaneous requests using different protocols and/or different request formats. For this approach, the device discovery process will immediately terminate other methods and processes attempting to do the same. Whichever approach is used (sequential or simultaneous requests), one approach for querying the devices in an optimized order is by the following methodology: <ul id="ul0007" list-style="none"><li id="ul0007-0001" num="0000"><ul id="ul0008" list-style="none"><li id="ul0008-0001" num="0055">1) Most popular Manufacturer</li><li id="ul0008-0002" num="0056">2) Most popular methodology based on #1</li><li id="ul0008-0003" num="0057">3) ‘Other’ methods allowed by the manufacturer or protocol used.</li><li id="ul0008-0004" num="0058">4) Other utilities result sets yielding device and or network information</li></ul></li></ul>
0059The manufacturer and device specific information can be hardcoded into the program or can be supplied as one or more separate script libraries. Each manufacturer can have its own script library specifying the particular URL, ftp, UDP, and other request syntax that is specific to that manufacturer, as well as the information needed to extract the desired data out of the response received from the device. Alternatively, the script libraries can be set up by device type so that the program can be used to detect only a specific type of device or even device model. The program would then only use the script library or libraries associated with the desired device type when doing the device discovery. Where the manufacturer or device type information is not organized into separate groups (scripts), then discovery of only certain types of devices can be carried out by discovering all devices and then filtering out for the desired type(s) only.
0060Apart from network scanning and device discovery, the program can further be used for network management. For example, the program can be used to create a database of devices and settings so that a network administrator can then more easily determine and manage such things as firmware versions. Also, the program can be configured to poll the devices periodically to confirm that they are present and, if desired, that they are working properly. This can be accomplished by performing an initial scan and discovery in which the devices and their configuration is obtained and stored. Thereafter, when the scan is run again, the reported information can be compared with the stored configuration information to determine if anything has changed. Where port scanning is used for one or more IP addresses, found devices discovered via particular ports can be stored with their port numbers making successive scans for these devices and ports more targeted so that, for example, only those ports previously used at an IP address can be subsequently scanned. For such things as network cameras, pinging of the camera might result in a response even if the camera is not functioning properly and able to stream images. Thus, the program can further be configured to request an image or stream to verify that the camera is operating properly. Other advantages of the device reporting provided by the program are: <ul id="ul0009" list-style="none"><li id="ul0009-0001" num="0000"><ul id="ul0010" list-style="none"><li id="ul0010-0001" num="0061">1) Firmware revisions can be easily reported, scanned for obsolescence and updated where necessary</li><li id="ul0010-0002" num="0062">2) Inventories of devices can be updated in seconds</li><li id="ul0010-0003" num="0063">3) Catastrophic failures can be identified in seconds.</li><li id="ul0010-0004" num="0064">4) Rogue devices can be located, identified and managed.</li><li id="ul0010-0005" num="0065">5) Other value added information can be extracted and or managed.</li></ul></li></ul>
0066Device management using the processes described above can also include security monitoring where such devices are present on the network. The devices can be monitored in real time and some devices permit polling or monitoring for counts, triggers, and other events, or for unauthorized access or use.
0067Another optional feature that can be useful is, for example, to perform a reverse DNS lookup of the IP addresses for which a response is received and then log and/or display the associated domain name. Also, the program can include a library of icons representing the different types of devices and these icons can be included in the display of discovered devices to provide an improved user interface. This could also be used to enable the user to reorder the devices by type.
0068It is to be understood that the foregoing description is of one or more preferred exemplary embodiments of the invention. The invention is not limited to the particular embodiment(s) disclosed herein. Furthermore, the statements contained in the foregoing description relate to particular embodiments and are not to be construed as limitations on the scope of the invention or on the definition of terms, except where a term or phrase is expressly defined above. Various other embodiments and various changes and modifications to the disclosed embodiment(s) will become apparent to those skilled in the art. For example, although the network scan process described above uses pinging to detect devices, and thus will not detect devices that do not allow ping, if desired, these devices can still be detected by including additional steps that will be known to those skilled in the art. All such other embodiments, changes, and modifications are intended to come within the scope of the invention.
0069As used herein, the terms “for example,” “for instance,” and “such as,” and the verbs “comprising,” “having,” “including,” and their other verb forms, when used in conjunction with a listing of one or more components or other items, are each to be construed as open-ended, meaning that that the listing is not to be considered as excluding other, additional components or items. Other terms are to be construed using their broadest reasonable meaning unless they are used in a context that requires a different interpretation.
Contents6
26 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7 Sheet 8 Sheet 9 Sheet 10 Sheet 11 Sheet 12 Sheet 13 Sheet 14 Sheet 15 Sheet 16 Sheet 17 Sheet 18 Sheet 19 Sheet 20 Sheet 21 Sheet 22 Sheet 23 Sheet 24 Sheet 25 Sheet 26
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| WO0169405A1 | Cites | World Intellectual Property Organization (WIPO) | Applicant |
| EP0871326A2 | Cites | European Patent Office (EPO) | Applicant |
| EP0967584A2 | Cites | European Patent Office (EPO) | Applicant |
| US2001008014A1 | Cites | United States of America | Applicant |
| US2001010523A1 | Cites | United States of America | Applicant |
| US2001010545A1 | Cites | United States of America | Applicant |
| US2001011253A1 | Cites | United States of America | Applicant |
| US2001012286A1 | Cites | United States of America | Applicant |
| US2001013123A1 | Cites | United States of America | Applicant |
| US2001020299A1 | Cites | United States of America | Applicant |
| US2001023436A1 | Cites | United States of America | Applicant |
| US2001024233A1 | Cites | United States of America | Applicant |
| US2001032335A1 | Cites | United States of America | Applicant |
| US2001033332A1 | Cites | United States of America | Applicant |
| US2001033335A1 | Cites | United States of America | Applicant |
| US2001049275A1 | Cites | United States of America | Applicant |
| US2002003575A1 | Cites | United States of America | Applicant |
| US2002059407A1 | Cites | United States of America | Applicant |
| US2002109863A1 | Cites | United States of America | Applicant |
| US2002147982A1 | Cites | United States of America | Applicant |
| US2003014759A1 | Cites | United States of America | Search report |
| US2003050718A1 | Cites | United States of America | Applicant |
| US2003065754A1 | Cites | United States of America | Applicant |
| US2003085998A1 | Cites | United States of America | Applicant |
| US2003093580A1 | Cites | United States of America | Applicant |
| US2003184784A1 | Cites | United States of America | Applicant |
| US2003195697A1 | Cites | United States of America | Applicant |
| US2003195698A1 | Cites | United States of America | Applicant |
| US2003197785A1 | Cites | United States of America | Applicant |
| US2003202408A1 | Cites | United States of America | Applicant |
| US2003233188A1 | Cites | United States of America | Applicant |
| US2003233190A1 | Cites | United States of America | Applicant |
| US2004001214A1 | Cites | United States of America | Applicant |
| US2004030926A1 | Cites | United States of America | Applicant |
| US2004051785A1 | Cites | United States of America | Applicant |
| US2004078825A1 | Cites | United States of America | Applicant |
| US2004128315A1 | Cites | United States of America | Applicant |
| US2004128365A1 | Cites | United States of America | Applicant |
| JP2004178565A | Cites | Japan | Applicant |
| US2004199619A1 | Cites | United States of America | Search report |
| US2004209617A1 | Cites | United States of America | Applicant |
| US2004214559A1 | Cites | United States of America | Applicant |
| US2004240453A1 | Cites | United States of America | Applicant |
| US2005018766A1 | Cites | United States of America | Applicant |
| US2005031226A1 | Cites | United States of America | Applicant |
| US2005055727A1 | Cites | United States of America | Applicant |
| US2005132414A1 | Cites | United States of America | Applicant |
| US2005165927A1 | Cites | United States of America | Applicant |
| US2005185823A1 | Cites | United States of America | Applicant |
| US2005200714A1 | Cites | United States of America | Applicant |
| US2005201273A1 | Cites | United States of America | Applicant |
| US2005212912A1 | Cites | United States of America | Applicant |
| US2005231596A1 | Cites | United States of America | Applicant |
| US2005268141A1 | Cites | United States of America | Applicant |
| US2006053459A1 | Cites | United States of America | Applicant |
| US2006059255A1 | Cites | United States of America | Applicant |
| US2006061654A1 | Cites | United States of America | Applicant |
| US2006067304A1 | Cites | United States of America | Applicant |
| US2006085831A1 | Cites | United States of America | Applicant |
| US2006106729A1 | Cites | United States of America | Applicant |
| US2006159032A1 | Cites | United States of America | Applicant |
| US2006279774A1 | Cites | United States of America | Applicant |
| US2007011450A1 | Cites | United States of America | Search report |
| US2007124455A1 | Cites | United States of America | Applicant |
| US2007237141A1 | Cites | United States of America | Applicant |
| US2007279774A1 | Cites | United States of America | Applicant |
| US2008106597A1 | Cites | United States of America | Applicant |
| US2008189405A1 | Cites | United States of America | Applicant |
| US2008303903A1 | Cites | United States of America | Applicant |
| US2009019141A1 | Cites | United States of America | Search report |
| US2009216564A1 | Cites | United States of America | Applicant |
| US2010212024A1 | Cites | United States of America | Applicant |
| US2011010307A1 | Cites | United States of America | Applicant |
| US2011173308A1 | Cites | United States of America | Applicant |
| GB2329541A | Cites | United Kingdom | Applicant |
| US4513318A | Cites | United States of America | Applicant |
| US4575124A | Cites | United States of America | Applicant |
| US4628342A | Cites | United States of America | Applicant |
| US4814869A | Cites | United States of America | Applicant |
| US4989085A | Cites | United States of America | Applicant |
| US4991193A | Cites | United States of America | Applicant |
| US5155585A | Cites | United States of America | Applicant |
| US5311306A | Cites | United States of America | Applicant |
| US5313280A | Cites | United States of America | Applicant |
| US5355453A | Cites | United States of America | Applicant |
| US5390326A | Cites | United States of America | Applicant |
| US5489896A | Cites | United States of America | Applicant |
| US5491511A | Cites | United States of America | Applicant |
| US5499180A | Cites | United States of America | Applicant |
| US5504746A | Cites | United States of America | Search report |
| US5512974A | Cites | United States of America | Applicant |
| US5539908A | Cites | United States of America | Applicant |
| US5561476A | Cites | United States of America | Applicant |
| US5625410A | Cites | United States of America | Applicant |
| US5627886A | Cites | United States of America | Applicant |
| US5649185A | Cites | United States of America | Applicant |
| US5663951A | Cites | United States of America | Applicant |
| US5666152A | Cites | United States of America | Applicant |
| US5671412A | Cites | United States of America | Applicant |
| US5724475A | Cites | United States of America | Applicant |
5 members in 1 office
Priority claims2
| Document | Office | Kind | Date |
|---|---|---|---|
| 74430706 | United States of America | P | |
| 69704507 | United States of America | A |
Members5
| Document | Office | Kind | |
|---|---|---|---|
| US2007237141A1 | United States of America | A1 | |
| US9166883B2 | United States of America | B2 | |
| US2016028590A1 | United States of America | A1 | |
| US10594563B2This record | United States of America | B2 | |
| US2020204451A1 | United States of America | A1 |
112 transactions on the USPTO file
Allowed after 3 non-final rejections, 2 final rejections and 4 RCEs.
- Non-final rejections
- 3
- Final rejections
- 2
- RCEs
- 4
- Appeals
- 0
Over time
Point at a mark for the transactionTransactions
| Event | Code | |
|---|---|---|
| Maintenance Fee Reminder MailedREM. | REM. | |
| Recordation of Patent Grant MailedPGM/ | PGM/ | |
| Patent Issue Date Used in PTA CalculationAllowedPTAC | PTAC | |
| Email NotificationEML_NTR | EML_NTR | |
| Issue Notification MailedAllowedWPIR | WPIR | |
| Dispatch to FDCD1935 | D1935 | |
| Application Is Considered Ready for IssuePILS | PILS | |
| Issue Fee Payment VerifiedN084 | N084 | |
| Issue Fee Payment ReceivedIFEE | IFEE | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Notice of AllowanceAllowedMN/=. | MN/=. | |
| Notice of Allowance Data Verification CompletedAllowedN/=. | N/=. | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Disposal for a RCE / CPA / R129AbandonedABN9 | ABN9 | |
| Electronic Information Disclosure StatementEIDS. | EIDS. | |
| Request for Continued Examination (RCE)RCEX | RCEX | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Workflow - Request for RCE - BeginBRCE | BRCE | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Notice of AllowanceAllowedMN/=. | MN/=. | |
| Notice of Allowance Data Verification CompletedAllowedN/=. | N/=. | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Disposal for a RCE / CPA / R129AbandonedABN9 | ABN9 | |
| Electronic Information Disclosure StatementEIDS. | EIDS. | |
| Request for Continued Examination (RCE)RCEX | RCEX | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Workflow - Request for RCE - BeginBRCE | BRCE | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Notice of AllowanceAllowedMN/=. | MN/=. | |
| Notice of Allowance Data Verification CompletedAllowedN/=. | N/=. | |
| Reasons for AllowanceEX.R | EX.R | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Response after Non-Final ActionA... | A... | |
| Request for Extension of Time - GrantedXT/G | XT/G | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Disposal for a RCE / CPA / R129AbandonedABN9 | ABN9 | |
| Request for Continued Examination (RCE)RCEX | RCEX | |
| Workflow - Request for RCE - BeginBRCE | BRCE | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Final Rejection (PTOL - 326)Final rejectionMCTFR | MCTFR | |
| Final RejectionFinal rejectionCTFR | CTFR | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Electronic Information Disclosure StatementEIDS. | EIDS. | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Electronic Information Disclosure StatementEIDS. | EIDS. | |
| Response after Non-Final ActionA... | A... | |
| Request for Extension of Time - GrantedXT/G | XT/G | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Disposal for a RCE / CPA / R129AbandonedABN9 | ABN9 | |
| Request for Continued Examination (RCE)RCEX | RCEX | |
| Request for Extension of Time - GrantedXT/G | XT/G | |
| Workflow - Request for RCE - BeginBRCE | BRCE | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Final Rejection (PTOL - 326)Final rejectionMCTFR | MCTFR | |
| Final RejectionFinal rejectionCTFR | CTFR | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Response after Non-Final ActionA... | A... | |
| Request for Extension of Time - GrantedXT/G | XT/G | |
| Electronic Information Disclosure StatementEIDS. | EIDS. | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Email NotificationEML_NTR | EML_NTR | |
| Application ready for PDX access by participating foreign officesCCRDY | CCRDY | |
| PG-Pub Issue NotificationPG-ISSUE | PG-ISSUE | |
| Electronic Information Disclosure StatementEIDS. | EIDS. | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Email NotificationEML_NTR | EML_NTR | |
| Change in Power of Attorney (May Include Associate POA)PA.. | PA.. | |
| Oath or Declaration Filed (Including Supplemental)C602 | C602 | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Email NotificationEML_NTR | EML_NTR | |
| Application Is Now CompleteCOMP | COMP | |
| Filing ReceiptFLRCPT.O | FLRCPT.O | |
| Application Is Now CompleteCOMP | COMP | |
| Application Dispatched from OIPEOIPE | OIPE |
17 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Lapsed due to failure to pay maintenance feeLapsedFP | FP | |
| Lapse for failure to pay maintenance feesLapsedPATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYLAPS | LAPS | |
| Information on status: patent discontinuationPATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362STCH | STCH | |
| Fee payment procedureMAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYFEPP | FEPP | |
| Information on status: patent grantGrantedPATENTED CASESTCF | STCF | |
| Information on status: patent application and granting procedure in generalPUBLICATIONS -- ISSUE FEE PAYMENT VERIFIEDSTPP | STPP | |
| Notice of allowance and fees dueORIGINAL CODE: NOAZAAA | ZAAA | |
| Notice of allowance mailedORIGINAL CODE: MN/=.ZAAB | ZAAB | |
| Information on status: patent application and granting procedure in generalNOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONSSTPP | STPP | |
| Information on status: patent application and granting procedure in generalDOCKETED NEW CASE - READY FOR EXAMINATIONSTPP | STPP | |
| Notice of allowance and fees dueORIGINAL CODE: NOAZAAA | ZAAA | |
| Notice of allowance mailedORIGINAL CODE: MN/=.ZAAB | ZAAB | |
| Information on status: patent application and granting procedure in generalNOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONSSTPP | STPP | |
| Notice of allowance and fees dueORIGINAL CODE: NOAZAAA | ZAAA | |
| Notice of allowance mailedORIGINAL CODE: MN/=.ZAAB | ZAAB | |
| Information on status: patent application and granting procedure in generalNOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONSSTPP | STPP | |
| Information on status: patent application and granting procedure in generalRESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINERSTPP | STPP |
Numbers
- Publication
- 10594563
- Application
- 14876181
Titles
- English
- Network device detection, identification, and management
Patent term adjustment
- A delay
- +10 daysthe office missed an examination deadline
- Applicant delay
- −505 days
- Net adjustment
- 0 days
Classification
- CPC, 3
- H04L41/12
- H04L41/0253
- H04L41/0853
- IPC, 2
- H04L12 24
- H04L41 12