+

US20030105841A1 - Automatic address assignment apparatus, control method, and program - Google Patents

Automatic address assignment apparatus, control method, and program Download PDF

Info

Publication number
US20030105841A1
US20030105841A1 US10/283,234 US28323402A US2003105841A1 US 20030105841 A1 US20030105841 A1 US 20030105841A1 US 28323402 A US28323402 A US 28323402A US 2003105841 A1 US2003105841 A1 US 2003105841A1
Authority
US
United States
Prior art keywords
dhcp
network
address
address assignment
access point
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US10/283,234
Inventor
Shoichi Miyake
Kenji Fujisawa
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sony Corp
Original Assignee
Sony Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sony Corp filed Critical Sony Corp
Assigned to SONY CORPORATION reassignment SONY CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: FUJISAWA, KENJI, MIYAKE, SHOICHI
Publication of US20030105841A1 publication Critical patent/US20030105841A1/en
Priority to US12/453,187 priority Critical patent/US8364789B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming

Definitions

  • the present invention relates to an automatic address assignment apparatus, a control method therefor, and a program therefor. More particularly, the present invention relates to an automatic address assignment apparatus for assigning an IP address to a DHCP (Dynamic Host Configuration Protocol) client connected to a network, to a control method therefor, and to a program therefor.
  • DHCP Dynamic Host Configuration Protocol
  • IP Transmission Control Protocol/Internet Protocol
  • an automatic address assignment apparatus (what is commonly called a DHCP server) is connected to a network, and an IP address is automatically assigned by DHCP.
  • Terminals receiving an assignment of an IP address from the DHCP server is called DHCP clients.
  • the DHCP client broadcasts a “DHCP discover message” on the network.
  • the DHCP discover message contains the media access control (MAC) address of the DHCP client, for example, specific identification information that is given to, for example, an Ethernet (registered trademark) card.
  • MAC media access control
  • the DHCP server When the DHCP server receives a DHCP discover message, the DHCP server broadcasts on the network a “DHCP offer message” in which the IP address of itself (the IP address of the DHCP server) is set at the address of the transmission source. Since this DHCP discover message contains the MAC address of the transmission source (the DHCP client) of the DHCP discover message, the DHCP client can recognize that it is a DHCP offer message destined to oneself.
  • the DHCP client collects DHCP offer messages for a fixed time, and when one DHCP offer message is received during that collection period, the DHCP client transmits a REQUEST message to the DHCP server which has transmitted the DHCP offer message. Alternatively, when a plurality of DHCP offer messages are received, the DHCP client selects one of the messages, and transmits a REQUEST message to the DHCP server which has transmitted that DHCP offer message.
  • the REQUEST message contains information about which IP address is desired to be used.
  • the DHCP server receiving the REQUEST message returns an acknowledgement (ACK) message if the IP address to be assigned is not yet used.
  • ACK acknowledgement
  • the DHCP server in response to a request from each terminal (DHCP client) in the network, the DHCP server searches for an unused IP address from the range of IP addresses managed by itself, and lends (also called leases) the address to a DHCP client (terminal) of the requesting source.
  • the DHCP server is indispensable for a small-scale office or a home network, in particular, where a specialized network administrator cannot be assigned.
  • a conventional automatic address assignment device leases an IP address to an requesting source in response to a request from a DHCP client. For example, when a plurality of DHCP servers exist on the network, contention of the DHCP servers is caused to occur, and confusion is brought about on the network. In such a case, in the network where there is a specialized administrator or a user who is familiar with IP technology, contention can be avoided by stopping unnecessary DHCP servers or by making the range in which the respective DHCP servers (sub-net masks) are in charge different.
  • solution of a trouble is not easy, and the network cannot be used at all until the recovery from the trouble is made.
  • an object of the present invention is to provide an easy-to-use automatic address assignment apparatus which is capable of stopping the DHCP server service of itself when another automatic address assignment apparatus is operating in a network and which can thereby be connected to the network without being conscious of contention even for a network (home network, etc.) managed by an ordinary user who does not have knowledge of IP.
  • the present invention provides an automatic address assignment apparatus for lending an address to a client apparatus connected to a network
  • the automatic address assignment apparatus comprising: sending means for sending search information for searching for an automatic address assignment apparatus in the network; first determination means for determining whether or not predetermined information is transmitted from an automatic address assignment apparatus which exists on the network in response to the sending of the search information; second determination means for determining whether or not the address of the transmission source of the predetermined information differs from the address of itself; and stopping means for stopping the automatic address assignment service if the automatic address assignment service of itself is in the middle of being started when the determination result of the second determination means is yes.
  • an automatic address assignment apparatus suitable, in particular, for use in a small-scale office or a home network managed by an ordinary user having no knowledge of IP can be formed.
  • FIG. 1A is a configuration diagram of a network including wireless LAN access points
  • FIG. 1B is a perspective view of a LAN card
  • FIG. 2 is a perspective view of the front of a wireless LAN access point 1 ;
  • FIG. 3 is a side view of the wireless LAN access point 1 ;
  • FIG. 4 is an internal electrical block diagram of the wireless LAN access point 1 ;
  • FIG. 5 is a block diagram of a wireless communication section 20 ;
  • FIG. 6 is a flowchart of a DHCP scanning program
  • FIG. 7 shows a state in which the wireless LAN access point 1 , a DHCP server 61 , and a DHCP client 62 are connected to a network 60 ;
  • FIGS. 8A and 8B show exchange of messages between the wireless LAN access point 1 and the DHCP server 61 .
  • FIG. 1A is a configuration diagram of a network including wireless LAN access points.
  • a wireless LAN access point 1 corresponds to a DHCP server device described in the gist of the present invention.
  • the wireless LAN access point 1 together with a plurality of Internet terminals 6 , 7 , 8 , 9 , and 10 , form a small-scale network (for example, a home network) in which a wired network and a wireless network coexist.
  • an Internet network 3 is connected to the wireless LAN access point 1 via a DSL (Digital Subscriber Line) modem (or a cable modem or an ISDN router) 2 a and an Internet service provider (ISP) 2 b through the cable 2 .
  • DSL Digital Subscriber Line
  • ISP Internet service provider
  • the Internet terminals 6 and 7 are connected to the wireless LAN access point 1 via a cable 4 and a hub 5 (a line concentration device).
  • the Internet terminals 8 , 9 , and 10 are connected to the wireless LAN access point 1 via a wireless communication medium complying with a predetermined wireless communication standard (for example, IEEE 802.11a, 802.11b, or 802.11g).
  • the Internet terminals 8 , 9 , and 10 which are connected in a wireless manner have wireless LAN cards (or boards) 8 a , 9 a , and 10 a of the above-described communication standard, shown in FIG. 1B, mounted thereon.
  • FIG. 2 is a perspective view of the front of the wireless LAN access point 1 .
  • FIG. 3 is a side view of the wireless LAN access point 1 .
  • the outer shape of the wireless LAN access point 1 will now be described with reference to FIGS. 2 and 3.
  • the wireless LAN access point 1 comprises a main unit 70 of the device and a stand device 71 .
  • the main unit 70 comprises a front panel section 72 having a group of lamps 82 formed of a plurality of display lamps (for convenience sake, five lamps are shown in FIG. 2), and a cabinet unit 75 formed of a top cabinet 73 and a bottom cabinet 74 .
  • a wireless transmission/receiving antenna, etc. are housed, and the side section of the cabinet unit 75 is provided with an Ethernet (registered trademark) terminal 76 on the WAN side (hereinafter referred to as a “WAN terminal”), an Ethernet terminal 77 on the LAN side (hereinafter referred to as a “LAN terminal”), and an power-supply terminal 78 .
  • WAN terminal Ethernet (registered trademark) terminal 76 on the WAN side
  • LAN terminal Ethernet terminal 77 on the LAN side
  • power-supply terminal 78 an Ethernet (registered trademark) terminal 76 on the WAN side
  • LAN terminal Ethernet terminal 77 on the LAN side
  • power-supply terminal 78 power-supply terminal
  • the stand device 71 comprises a base section 79 , a holding section 80 , fixed below the main unit 70 , for holding the main unit 70 in a substantially upright posture, and a pivoting section 81 , provided between the base section 79 and the holding section 80 , for pivoting the base section 79 by 90 degrees toward the rearward side with respect to the holding section 80 .
  • FIG. 4 is an internal electrical block diagram of the wireless LAN access point 1 .
  • the wireless LAN access point 1 comprises a wireless communication section 20 , a WAN port 21 , a LAN port 22 , an input/output interface section 23 , a display section 24 , a lamp driving section 25 , a microcomputer unit (hereinafter abbreviated as a “CPU”) 26 , a volatile information storage section (hereinafter referred to as a “RAM”) 27 , an electrically rewritable non-volatile information storage section (hereinafter referred to as a “PROM”) 28 , a power-supply section 29 , and a reset switch 30 .
  • CPU microcomputer unit
  • RAM volatile information storage section
  • PROM electrically rewritable non-volatile information storage section
  • FIG. 5 is a block diagram of the wireless communication section 20 .
  • the wireless communication section 20 is a wireless transmission/receiving section complying with, for example, IEEE 802.11b.
  • the wireless communication section 20 comprises two antennas 41 and 42 of a diversity method, a switch section 43 for switching between these antennas, a pre-band-pass filter (BPF) 44 for removing an unwanted signal from the received signal, a power amplifying-section (PA) 45 , a ⁇ -type attenuator 46 for removing an excess signal, a post-band-pass filter (BPF) 47 for extracting necessary signal components from the received signal after passing through these sections, an orthogonal frequency division multiplexing (OFDM) modulation/demodulation section 48 , a MAC processing section 49 for performing control of a layer 2 with respect to the transmission/receiving signal, a low-noise amplifier (LNA) 51 for amplifying a transmission signal after orthogonal frequency division multiplexing modulation, and a band-pass
  • the WAN port 21 corresponds to the WAN terminal 76 provided on the side section of the cabinet unit 75 .
  • the LAN port 22 corresponds to the LAN terminal 77 provided on the side section of the cabinet unit 75 .
  • the Internet network is connected to the WAN port 21 , and a wired LAN is connected to the LAN port 22 .
  • the input/output interface section 23 is used to interface for inputting/outputting signals among the wireless communication section 20 , the WAN port 21 , the LAN port 22 , and the CPU 26 .
  • the display section 24 corresponds to a group of lamps 82 formed of a plurality of display lamps provided in the front panel section 72 .
  • these lamps include a POWER lamp, a MESSAGE lamp, a WIRELESS lamp, a NETWORK-1 lamp, a NETWORK-2 lamp.
  • the POWER lamp is switched on when power is supplied.
  • the MESSAGE lamp is switched on when a log message is collected in the access point (switched off when the log is displayed).
  • the WIRELESS lamp is switched on (blinks during transmission/reception of data) when wireless transmission/reception of data is possible.
  • the NETWORK-1 lamp is switched on (blinks during transmission/reception of data) when a cable is connected to the WAN port 21 (WAN terminal 76 ).
  • the NETWORK-2 lamp 2 is switched on (blinks during transmission/reception of data) when a cable is connected to the LAN port 22 (LAN terminal 77 ).
  • the lamp driving section 25 drives each display lamp of the display section 24 in accordance with a control signal from the CPU 26 so as to switch on/off or blink each display lamp.
  • the CPU 26 functions as the sending means, the first determination means, and the second determination means described in the gist of the present invention.
  • the CPU 26 loads a control program prestored in the PROM 28 into the RAM 27 and executes the control program.
  • the CPU 26 performs various computation processes required to control the entire operation of the wireless LAN access point 1 , and outputs various pieces of control data obtained as a result of the computations to each section (the wireless communication section 20 , the WAN port 21 , and the LAN port 22 ) via the input/output interface section 23 .
  • the RAM 27 is used as a work area for the CPU 26 .
  • the PROM 28 stores the control program in such a manner as to be electrically rewritable, and stores various pieces of variable data, such as the IP address of the wireless LAN access point 1 , the sub-net mask, the lending range of the IP addresses of the DHCP servers, or the lending status, in such a manner as to be electrically rewritable.
  • the power-supply section 29 receives the supply of DC power from a power-supply adaptor (not shown), generates internal power for the wireless LAN access point 1 , and outputs it to each section.
  • the reset switch 30 is used to return variable data stored in the PROM 28 to initial data before shipment from factory.
  • the wireless LAN access point 1 of this embodiment operates not only as an access point of the wireless network, but also as an IP router (remote router) for making seamless connection between the internal network (LAN) in which a wired network and a wireless network coexist and the external network (WAN), such as the Internet. Furthermore, the wireless LAN access point 1 operates as a DHCP server indispensable for the IP router.
  • IP router remote router
  • the basic role of the IP router is to perform mutual address conversion between the IP address of an IP packet on the WAN side and the IP address of an IP packet on the LAN side by using a so-called NAT (Network Address Translation) function which performs IP packet address conversion in order to provide a one-to-one seamless connection environment between the Internet terminals 6 , 7 , 8 , 9 , and 10 and the Internet network 3 .
  • NAT Network Address Translation
  • Such a NAT function is well known, and in addition, it is not directly related to the present invention. Accordingly, descriptions thereof are omitted in the following description.
  • FIG. 6 is a flowchart of a part of a control program (hereinafter referred to as a “DHCP scanning program”) executed by the CPU 26 .
  • This DHCP scanning program includes indispensable matters for this embodiment, as will become clear from the following description.
  • the DHCP scanning program is repeatedly executed periodically or at a predetermined pattern in a state in which the power supply of the wireless LAN access point 1 is switched on.
  • the DHCP scanning program may be executed continuously several times every several seconds, and thereafter, an interval (pause period) of approximately one minute can be taken.
  • step S 11 a “DHCP discover message” is transmitted on the network (via the LAN port 22 (the LAN terminal 77 ) in the wired network, and via the wireless communication section 20 in the wireless network) in which a wired network and a wireless network coexist.
  • step S 12 it is determined whether or not a “DHCP offer message” is received via the network in which a wired network and a wireless network coexist.
  • step S 13 it is determined whether or not a predetermined waiting time has passed. If the waiting time has not passed, the determination of step S 12 is repeated.
  • step S 14 it is determined whether or not the DHCP server service of the wireless LAN access point 1 is in the middle of being stopped.
  • the DHCP server service is started (step S 15 ), after which the program is terminated directly. If the DHCP server service of the wireless LAN access point 1 is not in the middle of being stopped, the program is terminated directly.
  • step S 12 determines whether or not they match.
  • the IP address of the wireless LAN access point 1 can be seen from the DHCP client (the Internet terminals 6 , 7 , 8 , 9 , and 10 ) connected to the LAN port 22 (the LAN terminal 77 ), and it is the IP address of the requesting source when those DHCP clients make a request of lending of the IP address to the wireless LAN access point 1 .
  • step S 17 when the determination result of step S 17 is “YES”, that is, when the IP address which is set at the address of the transmission source of the DHCP offer message matches the IP address of the wireless LAN access point 1 , a DHCP discover message is transmitted to itself (the wireless LAN access point 1 ), and the DHCP offer message from itself has been received. Therefore, in this case, another DHCP server does not exist on the network, in other words, only one DHCP server service (service of the wireless LAN access point 1 ) exists on the network, and the contention of the DHCP servers does not occur. Therefore, the program is terminated directly.
  • step S 17 determines whether the IP address which is set at the address of the transmission source of the DHCP offer message matches the IP address of the wireless LAN access point 1 .
  • the program is terminated.
  • FIG. 7 shows a state in which the wireless LAN access point 1 , another DHCP server 61 , and a DHCP client 62 are connected to a network 60 .
  • FIGS. 8A and 8B show exchange of messages between the wireless LAN access point 1 and the DHCP server 61 .
  • the DHCP discover message from the DHCP client 62 is received by the wireless LAN access point 1 , and the wireless LAN access point 1 returns a DHCP offer message in response to that message, with the result that the IP address can be assigned to the DHCP client 62 without any problems.
  • the DHCP server 61 is also in the middle of operation (FIG.
  • the DHCP discover message from the DHCP client 62 is received by both the wireless LAN access point 1 and the DHCP server 61 , and two DHCP offers are returned from them, with the result that contention of the DHCP servers occurs, and inconvenience of bringing about confusion to the network occurs.
  • the wireless LAN access point 1 in this embodiment performs the above-described “DHCP scanning program”, thereby transmitting a DHCP discover message to the DHCP server 61 .
  • a DHCP offer as a response therefor is received, it is determined that a DHCP server other than the wireless LAN access point 1 itself exists on the network and the DHCP server is in the middle of operation, and the DHCP server service of the wireless LAN access point 1 is stopped. Therefore, it is possible to avoid the contention of the DHCP servers, is possible to prevent confusion of the network, and is possible to solve the problems described at the beginning.
  • the wireless LAN access point 1 of this embodiment even when another DHCP server exists in the network, contention with that DHCP server does not occur, and confusion of the network can be effectively avoided. Therefore, it is possible to form the wireless LAN access point 1 which is suitable, in particular, for use in a small-scale office or a home network managed by an ordinary user who does not have knowledge of IP.
  • the wireless LAN access point 1 may be a network device having a DHCP server function.
  • the wireless LAN access point 1 may be a server computer itself which is performing a DHCP server service equipped standard in a general-purpose OS (Operating System), may be various network devices (an IP router, a cable modem, an ISDN modem, a DSL modem, an ISDN router, etc.) in which a DHCP server service is incorporated in advance as an internal function, or may be a set top box having a DHCP server function for controlling information household appliances which are used by being connected to a network.
  • a DHCP server function for controlling information household appliances which are used by being connected to a network.
  • a DHCP server service may be incorporated into any type of appliance as long as the wireless LAN access point 1 is a “device connected to a network”, such as a video cassette recorder, a satellite broadcasting receiver, a television, a PDA (Personal Digital Assistant), a printer, a refrigerator, a washing machine, or an automobile, regardless of whether the network is wired or wireless.
  • a protocol other than the protocol defined by DHCP may be used.
  • the wireless LAN access point 1 may be used in a case where a 128-bit IP address used in IPv6 (Internet Protocol version 6) is lent.
  • the main functions of this embodiment are functionally realized by organic coupling of hardware resources including a CPU and software resources, such as an OS and various programs.
  • hardware resources including a CPU and software resources, such as an OS and various programs.
  • OS software resources
  • the hardware resources and the OS since general-purpose ones can be used, indispensable matters for the present invention can be said to be substantially summed up in the “DHCP scanning program” of FIG. 6. Therefore, the present invention covers recording media (not only media itself which is distributed on a distribution channel, but also that which provides only recorded contents on a network is included), such as a floppy (registered trademark) disk, an MO, a CD, a hard disk, or a semiconductor memory, in which all or the portions of the DHCP scanning program are stored.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Small-Scale Networks (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

When an automatic address assignment apparatus is operating in a network, another automatic address assignment apparatus stops the automatic address assignment service thereof. When a wireless LAN access point which functions as an automatic address assignment apparatus (DHCP server device) sends a DHCP discover message on the network and a DHCP offer message is returned as a response therefor, and when the address of the transmission source of the DHCP offer message does not match the IP address thereof, it is determined that another DHCP server exists on the network, and the DHCP server service of the former DHCP server is stopped. Thus, by avoiding contention with another DHCP server and by preventing confusion of the network, a wireless LAN access point suitable, in particular, for use in a small-scale office or a home network managed by an ordinary user having no knowledge of IP can be formed.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of the Invention [0001]
  • The present invention relates to an automatic address assignment apparatus, a control method therefor, and a program therefor. More particularly, the present invention relates to an automatic address assignment apparatus for assigning an IP address to a DHCP (Dynamic Host Configuration Protocol) client connected to a network, to a control method therefor, and to a program therefor. [0002]
  • 2. Description of the Related Art [0003]
  • In general, all terminals connected to a network compatible with TCP/IP (Transmission Control Protocol/Internet Protocol) are distinguished by specific identification information called an IP address. The operation for setting such an IP address is troublesome for users who do not have knowledge of IP, and also, mistakes of setting a duplicate IP address cannot be prevented. [0004]
  • Accordingly, an automatic address assignment apparatus (what is commonly called a DHCP server) is connected to a network, and an IP address is automatically assigned by DHCP. [0005]
  • Terminals receiving an assignment of an IP address from the DHCP server is called DHCP clients. First, the DHCP client broadcasts a “DHCP discover message” on the network. The DHCP discover message contains the media access control (MAC) address of the DHCP client, for example, specific identification information that is given to, for example, an Ethernet (registered trademark) card. [0006]
  • When the DHCP server receives a DHCP discover message, the DHCP server broadcasts on the network a “DHCP offer message” in which the IP address of itself (the IP address of the DHCP server) is set at the address of the transmission source. Since this DHCP discover message contains the MAC address of the transmission source (the DHCP client) of the DHCP discover message, the DHCP client can recognize that it is a DHCP offer message destined to oneself. [0007]
  • The DHCP client collects DHCP offer messages for a fixed time, and when one DHCP offer message is received during that collection period, the DHCP client transmits a REQUEST message to the DHCP server which has transmitted the DHCP offer message. Alternatively, when a plurality of DHCP offer messages are received, the DHCP client selects one of the messages, and transmits a REQUEST message to the DHCP server which has transmitted that DHCP offer message. The REQUEST message contains information about which IP address is desired to be used. The DHCP server receiving the REQUEST message returns an acknowledgement (ACK) message if the IP address to be assigned is not yet used. [0008]
  • In the manner described above, in response to a request from each terminal (DHCP client) in the network, the DHCP server searches for an unused IP address from the range of IP addresses managed by itself, and lends (also called leases) the address to a DHCP client (terminal) of the requesting source. The DHCP server is indispensable for a small-scale office or a home network, in particular, where a specialized network administrator cannot be assigned. [0009]
  • However, a conventional automatic address assignment device leases an IP address to an requesting source in response to a request from a DHCP client. For example, when a plurality of DHCP servers exist on the network, contention of the DHCP servers is caused to occur, and confusion is brought about on the network. In such a case, in the network where there is a specialized administrator or a user who is familiar with IP technology, contention can be avoided by stopping unnecessary DHCP servers or by making the range in which the respective DHCP servers (sub-net masks) are in charge different. However, in a small-scale office or in a home network where there is not such an administrator or user, solution of a trouble is not easy, and the network cannot be used at all until the recovery from the trouble is made. [0010]
  • SUMMARY OF THE INVENTION
  • Accordingly, an object of the present invention is to provide an easy-to-use automatic address assignment apparatus which is capable of stopping the DHCP server service of itself when another automatic address assignment apparatus is operating in a network and which can thereby be connected to the network without being conscious of contention even for a network (home network, etc.) managed by an ordinary user who does not have knowledge of IP. [0011]
  • To achieve the above-mentioned object, the present invention provides an automatic address assignment apparatus for lending an address to a client apparatus connected to a network, the automatic address assignment apparatus comprising: sending means for sending search information for searching for an automatic address assignment apparatus in the network; first determination means for determining whether or not predetermined information is transmitted from an automatic address assignment apparatus which exists on the network in response to the sending of the search information; second determination means for determining whether or not the address of the transmission source of the predetermined information differs from the address of itself; and stopping means for stopping the automatic address assignment service if the automatic address assignment service of itself is in the middle of being started when the determination result of the second determination means is yes. [0012]
  • In the present invention, when search information as a response therefor is sent to the network and predetermined information is returned from the automatic address assignment apparatus which exists on the network and when the address thereof does not match the address of the transmission source of the predetermined information, it is determined that another automatic address assignment apparatus exists on the network, and the automatic address assignment service of thereof apparatus is stopped. [0013]
  • Therefore, contention with another automatic address assignment apparatus can be avoided, and confusion of the network can be prevented. Thus, an automatic address assignment apparatus suitable, in particular, for use in a small-scale office or a home network managed by an ordinary user having no knowledge of IP can be formed.[0014]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1A is a configuration diagram of a network including wireless LAN access points; FIG. 1B is a perspective view of a LAN card; [0015]
  • FIG. 2 is a perspective view of the front of a wireless [0016] LAN access point 1;
  • FIG. 3 is a side view of the wireless [0017] LAN access point 1;
  • FIG. 4 is an internal electrical block diagram of the wireless [0018] LAN access point 1;
  • FIG. 5 is a block diagram of a [0019] wireless communication section 20;
  • FIG. 6 is a flowchart of a DHCP scanning program; [0020]
  • FIG. 7 shows a state in which the wireless [0021] LAN access point 1, a DHCP server 61, and a DHCP client 62 are connected to a network 60; and
  • FIGS. 8A and 8B show exchange of messages between the wireless [0022] LAN access point 1 and the DHCP server 61.
  • DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • Embodiments of the present invention will be described below with reference to the drawings by using, as an example, an application to a “wireless LAN access point”, which is one of network devices having a DHCP server function. Various specifications of details, actual examples, and examples of numerical values, character strings, and other symbols in the following description are only references for clarifying the concept of the present invention, and it is clear that the concept of the present invention is not limited by all or a part of them. Furthermore, detailed descriptions of the known method, the known procedure, the known architecture, the known circuit configuration, etc. (hereafter “known matters”) are avoided. This is also for simplifying the descriptions, and all or part of these known matters are not excluded intentionally. Since such known matters can be known by the person skilled in the art at the time of the application for a patent, of course, these are included in the following description. [0023]
  • The configuration of the wireless [0024] LAN access point 1 will be described first.
  • FIG. 1A is a configuration diagram of a network including wireless LAN access points. A wireless [0025] LAN access point 1 corresponds to a DHCP server device described in the gist of the present invention. The wireless LAN access point 1, together with a plurality of Internet terminals 6, 7, 8, 9, and 10, form a small-scale network (for example, a home network) in which a wired network and a wireless network coexist. In more detail, an Internet network 3 is connected to the wireless LAN access point 1 via a DSL (Digital Subscriber Line) modem (or a cable modem or an ISDN router) 2 a and an Internet service provider (ISP) 2 b through the cable 2. Furthermore, the Internet terminals 6 and 7 are connected to the wireless LAN access point 1 via a cable 4 and a hub 5 (a line concentration device). In addition, the Internet terminals 8, 9, and 10 are connected to the wireless LAN access point 1 via a wireless communication medium complying with a predetermined wireless communication standard (for example, IEEE 802.11a, 802.11b, or 802.11g). The Internet terminals 8, 9, and 10 which are connected in a wireless manner have wireless LAN cards (or boards) 8 a, 9 a, and 10 a of the above-described communication standard, shown in FIG. 1B, mounted thereon.
  • FIG. 2 is a perspective view of the front of the wireless [0026] LAN access point 1. FIG. 3 is a side view of the wireless LAN access point 1. The outer shape of the wireless LAN access point 1 will now be described with reference to FIGS. 2 and 3. The wireless LAN access point 1 comprises a main unit 70 of the device and a stand device 71. The main unit 70 comprises a front panel section 72 having a group of lamps 82 formed of a plurality of display lamps (for convenience sake, five lamps are shown in FIG. 2), and a cabinet unit 75 formed of a top cabinet 73 and a bottom cabinet 74. In the cabinet unit 75, a wireless transmission/receiving antenna, etc., are housed, and the side section of the cabinet unit 75 is provided with an Ethernet (registered trademark) terminal 76 on the WAN side (hereinafter referred to as a “WAN terminal”), an Ethernet terminal 77 on the LAN side (hereinafter referred to as a “LAN terminal”), and an power-supply terminal 78.
  • The [0027] stand device 71 comprises a base section 79, a holding section 80, fixed below the main unit 70, for holding the main unit 70 in a substantially upright posture, and a pivoting section 81, provided between the base section 79 and the holding section 80, for pivoting the base section 79 by 90 degrees toward the rearward side with respect to the holding section 80.
  • FIG. 4 is an internal electrical block diagram of the wireless [0028] LAN access point 1. In FIG. 4, the wireless LAN access point 1 comprises a wireless communication section 20, a WAN port 21, a LAN port 22, an input/output interface section 23, a display section 24, a lamp driving section 25, a microcomputer unit (hereinafter abbreviated as a “CPU”) 26, a volatile information storage section (hereinafter referred to as a “RAM”) 27, an electrically rewritable non-volatile information storage section (hereinafter referred to as a “PROM”) 28, a power-supply section 29, and a reset switch 30. The functions of these sections are described below.
  • <[0029] Wireless Communication Section 20>
  • FIG. 5 is a block diagram of the [0030] wireless communication section 20. The wireless communication section 20 is a wireless transmission/receiving section complying with, for example, IEEE 802.11b. The wireless communication section 20 comprises two antennas 41 and 42 of a diversity method, a switch section 43 for switching between these antennas, a pre-band-pass filter (BPF) 44 for removing an unwanted signal from the received signal, a power amplifying-section (PA) 45, a π-type attenuator 46 for removing an excess signal, a post-band-pass filter (BPF) 47 for extracting necessary signal components from the received signal after passing through these sections, an orthogonal frequency division multiplexing (OFDM) modulation/demodulation section 48, a MAC processing section 49 for performing control of a layer 2 with respect to the transmission/receiving signal, a low-noise amplifier (LNA) 51 for amplifying a transmission signal after orthogonal frequency division multiplexing modulation, and a band-pass filter (BPF) 52 for removing an unwanted radiation signal from the transmission signal.
  • <[0031] WAN Port 21 and LAN Port 22>
  • The [0032] WAN port 21 corresponds to the WAN terminal 76 provided on the side section of the cabinet unit 75. The LAN port 22 corresponds to the LAN terminal 77 provided on the side section of the cabinet unit 75. The Internet network is connected to the WAN port 21, and a wired LAN is connected to the LAN port 22.
  • <Input/[0033] Output Interface Section 23>
  • The input/[0034] output interface section 23 is used to interface for inputting/outputting signals among the wireless communication section 20, the WAN port 21, the LAN port 22, and the CPU 26.
  • <Display [0035] Section 24>
  • The [0036] display section 24 corresponds to a group of lamps 82 formed of a plurality of display lamps provided in the front panel section 72. Examples of these lamps include a POWER lamp, a MESSAGE lamp, a WIRELESS lamp, a NETWORK-1 lamp, a NETWORK-2 lamp. The POWER lamp is switched on when power is supplied. The MESSAGE lamp is switched on when a log message is collected in the access point (switched off when the log is displayed). The WIRELESS lamp is switched on (blinks during transmission/reception of data) when wireless transmission/reception of data is possible. The NETWORK-1 lamp is switched on (blinks during transmission/reception of data) when a cable is connected to the WAN port 21 (WAN terminal 76). The NETWORK-2 lamp 2 is switched on (blinks during transmission/reception of data) when a cable is connected to the LAN port 22 (LAN terminal 77).
  • <[0037] Lamp Driving Section 25>
  • The [0038] lamp driving section 25 drives each display lamp of the display section 24 in accordance with a control signal from the CPU 26 so as to switch on/off or blink each display lamp.
  • <[0039] CPU 26>
  • The [0040] CPU 26 functions as the sending means, the first determination means, and the second determination means described in the gist of the present invention. The CPU 26 loads a control program prestored in the PROM 28 into the RAM 27 and executes the control program. Thus, while predetermined data is input from each section (the wireless communication section 20, the WAN port 21, and the LAN port 22) via the input/output interface section 23, the CPU 26 performs various computation processes required to control the entire operation of the wireless LAN access point 1, and outputs various pieces of control data obtained as a result of the computations to each section (the wireless communication section 20, the WAN port 21, and the LAN port 22) via the input/output interface section 23.
  • <[0041] RAM 27 and PROM 28>
  • The [0042] RAM 27 is used as a work area for the CPU 26. The PROM 28 stores the control program in such a manner as to be electrically rewritable, and stores various pieces of variable data, such as the IP address of the wireless LAN access point 1, the sub-net mask, the lending range of the IP addresses of the DHCP servers, or the lending status, in such a manner as to be electrically rewritable.
  • <Power-[0043] Supply Section 29 and Reset Switch 30>
  • The power-[0044] supply section 29 receives the supply of DC power from a power-supply adaptor (not shown), generates internal power for the wireless LAN access point 1, and outputs it to each section. The reset switch 30 is used to return variable data stored in the PROM 28 to initial data before shipment from factory.
  • Next, the operation of the wireless [0045] LAN access point 1 will now be described.
  • The wireless [0046] LAN access point 1 of this embodiment operates not only as an access point of the wireless network, but also as an IP router (remote router) for making seamless connection between the internal network (LAN) in which a wired network and a wireless network coexist and the external network (WAN), such as the Internet. Furthermore, the wireless LAN access point 1 operates as a DHCP server indispensable for the IP router.
  • The basic role of the IP router is to perform mutual address conversion between the IP address of an IP packet on the WAN side and the IP address of an IP packet on the LAN side by using a so-called NAT (Network Address Translation) function which performs IP packet address conversion in order to provide a one-to-one seamless connection environment between the [0047] Internet terminals 6, 7, 8, 9, and 10 and the Internet network 3. Such a NAT function is well known, and in addition, it is not directly related to the present invention. Accordingly, descriptions thereof are omitted in the following description.
  • FIG. 6 is a flowchart of a part of a control program (hereinafter referred to as a “DHCP scanning program”) executed by the [0048] CPU 26. This DHCP scanning program includes indispensable matters for this embodiment, as will become clear from the following description. The DHCP scanning program is repeatedly executed periodically or at a predetermined pattern in a state in which the power supply of the wireless LAN access point 1 is switched on. For the above pattern, for example, the DHCP scanning program may be executed continuously several times every several seconds, and thereafter, an interval (pause period) of approximately one minute can be taken.
  • When the DHCP scanning program is executed, first, a “DHCP discover message” is transmitted on the network (via the LAN port [0049] 22 (the LAN terminal 77) in the wired network, and via the wireless communication section 20 in the wireless network) in which a wired network and a wireless network coexist (step S11). Next, it is determined whether or not a “DHCP offer message” is received via the network in which a wired network and a wireless network coexist (step S12). When the determination result is “NO”, it is determined whether or not a predetermined waiting time has passed (step S13). If the waiting time has not passed, the determination of step S12 is repeated. If the waiting time has passed, it is determined whether or not the DHCP server service of the wireless LAN access point 1 is in the middle of being stopped (step S14). When the DHCP server service of the wireless LAN access point 1 is in the middle of being stopped, the DHCP server service is started (step S15), after which the program is terminated directly. If the DHCP server service of the wireless LAN access point 1 is not in the middle of being stopped, the program is terminated directly.
  • According to the above, even if a DHCP discover message is transmitted on the network, when a response (DHCP offer message) therefor is not returned from anywhere, it is determined that even one DHCP server does not exist on the network and that the DHCP server service of the wireless [0050] LAN access point 1 is also in the middle of being stopped, and the DHCP server service of the wireless LAN access point 1 can be started to respond to the IP address request from the DHCP client on the network.
  • When, on the other hand, the determination result of step S[0051] 12 is “YES”, that is, when it is determined that the “DHCP offer message” has been received via the LAN port 22 (the LAN terminal 77), next, the IP address which is set at the address of the transmission source of the DHCP offer message is compared with the IP address of the wireless LAN access point 1 (step S16) in order to determines whether or not they match (step S17).
  • Here, the IP address of the wireless [0052] LAN access point 1 can be seen from the DHCP client (the Internet terminals 6, 7, 8, 9, and 10) connected to the LAN port 22 (the LAN terminal 77), and it is the IP address of the requesting source when those DHCP clients make a request of lending of the IP address to the wireless LAN access point 1.
  • Therefore, when the determination result of step S[0053] 17 is “YES”, that is, when the IP address which is set at the address of the transmission source of the DHCP offer message matches the IP address of the wireless LAN access point 1, a DHCP discover message is transmitted to itself (the wireless LAN access point 1), and the DHCP offer message from itself has been received. Therefore, in this case, another DHCP server does not exist on the network, in other words, only one DHCP server service (service of the wireless LAN access point 1) exists on the network, and the contention of the DHCP servers does not occur. Therefore, the program is terminated directly.
  • However, when the determination result of step S[0054] 17 is “NO”, that is, when the IP address which is set at the address of the transmission source of the DHCP offer message does not match the IP address of the wireless LAN access point 1, it follows that a DHCP offer message from another DHCP server other than itself (the wireless LAN access point 1) has been received. In this case, since an inconvenience (contention of the DHCP servers) described at the beginning occurs, after the DHCP server service of the wireless LAN access point 1 is stopped in order to avoid contention (step S18), the program is terminated.
  • The foregoing will now be described with reference to the drawings. [0055]
  • FIG. 7 shows a state in which the wireless [0056] LAN access point 1, another DHCP server 61, and a DHCP client 62 are connected to a network 60. FIGS. 8A and 8B show exchange of messages between the wireless LAN access point 1 and the DHCP server 61.
  • When the [0057] DHCP server 61 is in the middle of being stopped (or is disconnected from the network 60) (FIG. 8A), the DHCP discover message from the DHCP client 62 is received by the wireless LAN access point 1, and the wireless LAN access point 1 returns a DHCP offer message in response to that message, with the result that the IP address can be assigned to the DHCP client 62 without any problems. However, when the DHCP server 61 is also in the middle of operation (FIG. 8B), the DHCP discover message from the DHCP client 62 is received by both the wireless LAN access point 1 and the DHCP server 61, and two DHCP offers are returned from them, with the result that contention of the DHCP servers occurs, and inconvenience of bringing about confusion to the network occurs.
  • In such a case, the wireless [0058] LAN access point 1 in this embodiment performs the above-described “DHCP scanning program”, thereby transmitting a DHCP discover message to the DHCP server 61. When a DHCP offer as a response therefor is received, it is determined that a DHCP server other than the wireless LAN access point 1 itself exists on the network and the DHCP server is in the middle of operation, and the DHCP server service of the wireless LAN access point 1 is stopped. Therefore, it is possible to avoid the contention of the DHCP servers, is possible to prevent confusion of the network, and is possible to solve the problems described at the beginning.
  • As has thus been described, according to the wireless [0059] LAN access point 1 of this embodiment, even when another DHCP server exists in the network, contention with that DHCP server does not occur, and confusion of the network can be effectively avoided. Therefore, it is possible to form the wireless LAN access point 1 which is suitable, in particular, for use in a small-scale office or a home network managed by an ordinary user who does not have knowledge of IP.
  • In the above description, although the wireless [0060] LAN access point 1 is used as an example, this is only one embodiment. As described above, the wireless LAN access point 1 may be a network device having a DHCP server function. For example, the wireless LAN access point 1 may be a server computer itself which is performing a DHCP server service equipped standard in a general-purpose OS (Operating System), may be various network devices (an IP router, a cable modem, an ISDN modem, a DSL modem, an ISDN router, etc.) in which a DHCP server service is incorporated in advance as an internal function, or may be a set top box having a DHCP server function for controlling information household appliances which are used by being connected to a network. Alternatively, a DHCP server service may be incorporated into any type of appliance as long as the wireless LAN access point 1 is a “device connected to a network”, such as a video cassette recorder, a satellite broadcasting receiver, a television, a PDA (Personal Digital Assistant), a printer, a refrigerator, a washing machine, or an automobile, regardless of whether the network is wired or wireless. Furthermore, a protocol other than the protocol defined by DHCP may be used. Furthermore, the wireless LAN access point 1 may be used in a case where a 128-bit IP address used in IPv6 (Internet Protocol version 6) is lent.
  • The main functions of this embodiment are functionally realized by organic coupling of hardware resources including a CPU and software resources, such as an OS and various programs. For the hardware resources and the OS, since general-purpose ones can be used, indispensable matters for the present invention can be said to be substantially summed up in the “DHCP scanning program” of FIG. 6. Therefore, the present invention covers recording media (not only media itself which is distributed on a distribution channel, but also that which provides only recorded contents on a network is included), such as a floppy (registered trademark) disk, an MO, a CD, a hard disk, or a semiconductor memory, in which all or the portions of the DHCP scanning program are stored. [0061]

Claims (4)

What is claimed is:
1. An automatic address assignment apparatus for lending an address to a client apparatus connected to a network, said automatic address assignment apparatus comprising:
sending means for sending search information for searching for an automatic address assignment apparatus in said network;
first determination means for determining whether or not predetermined information is transmitted from an automatic address assignment apparatus which exists on said network in response to the sending of said search information;
second determination means for determining whether or not the address of the transmission source of said predetermined information differs from the address of itself; and
stopping means for stopping the automatic address assignment service if the automatic address assignment service of itself is in the middle of being started when the determination result of said second determination means is yes.
2. An automatic address assignment apparatus according to claim 1, wherein said automatic address assignment apparatus is a DHCP server device, said sending means sends a DHCP discover message on said network, said first determination means determines whether or not a DHCP offer message is received in response to the sending of said DHCP discover message, said second determination means determines whether or not the address of the transmission source of said DHCP offer message differs from the IP address thereof when the determination result of said first determination means is yes, and said stopping means stops the DHCP server service if the DHCP server service of itself in the middle of being started when the determination result of said second determination means is yes.
3. A method of controlling an automatic address assignment apparatus for lending an IP address to a DHCP client connected to a network, said method comprising:
a first step of sending a DHCP discover message on said network;
a second step of determining whether or not a DHCP offer message is received in response to the sending of said DHCP discover message;
a third step of determining whether or not the address of the transmission source of said DHCP offer message differs from the IP address of itself when the determination result of said second step is yes; and
a fourth step of stopping an automatic address assignment service if the DHCP server service of itself is in the middle of being started when the determination result of said third determination result is yes.
4. A program for causing a computer to perform a predetermined processing function, said program comprising:
a first step of sending a DHCP discover message on a network;
a second step of determining whether or not a DHCP offer message is received in response to the sending of said DHCP discover message;
a third step of determining whether or not the address of the transmission source of said DHCP offer message differs from the IP address of itself when the determination result of said second step is yes; and
a fourth step of stopping an automatic address assignment service if the DHCP server service of itself is in the middle of being started when the determination result of said third determination result is yes.
US10/283,234 2001-11-02 2002-10-30 Automatic address assignment apparatus, control method, and program Abandoned US20030105841A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/453,187 US8364789B2 (en) 2001-11-02 2009-05-01 Automatic address assignment apparatus, control method, and program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JPP2001-338506 2001-11-02
JP2001338506A JP4339536B2 (en) 2001-11-02 2001-11-02 Automatic address assignment apparatus, control method therefor, and program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US12/453,187 Continuation US8364789B2 (en) 2001-11-02 2009-05-01 Automatic address assignment apparatus, control method, and program

Publications (1)

Publication Number Publication Date
US20030105841A1 true US20030105841A1 (en) 2003-06-05

Family

ID=19152990

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/283,234 Abandoned US20030105841A1 (en) 2001-11-02 2002-10-30 Automatic address assignment apparatus, control method, and program
US12/453,187 Expired - Fee Related US8364789B2 (en) 2001-11-02 2009-05-01 Automatic address assignment apparatus, control method, and program

Family Applications After (1)

Application Number Title Priority Date Filing Date
US12/453,187 Expired - Fee Related US8364789B2 (en) 2001-11-02 2009-05-01 Automatic address assignment apparatus, control method, and program

Country Status (2)

Country Link
US (2) US20030105841A1 (en)
JP (1) JP4339536B2 (en)

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040243841A1 (en) * 2003-06-02 2004-12-02 Stumpf Bradley W. Network configuration using scannable token
US20050080927A1 (en) * 2003-10-09 2005-04-14 International Business Machines Corporation Method and apparatus for managing IP addresses and name mappings for wireless clients
US20050225794A1 (en) * 2002-07-25 2005-10-13 Canon Kabushiki Kaisha Image processing apparatus, control method thereof and control program thereof
US20060173988A1 (en) * 2005-02-02 2006-08-03 Tetsuya Yamashita Network, network terminal device, IP address management method using the same, and program therefor
US20060227738A1 (en) * 2005-03-25 2006-10-12 Sanden Corporation Communication system, network router and network connection method
US20070002833A1 (en) * 2005-06-30 2007-01-04 Symbol Technologies, Inc. Method, system and apparatus for assigning and managing IP addresses for wireless clients in wireless local area networks (WLANs)
US20080298273A1 (en) * 2005-02-15 2008-12-04 Friedrich Armbruster Method For Establishing a Communication Relationship in at Least One Communication Network
US20090300722A1 (en) * 2005-12-16 2009-12-03 Nokia Corporation Support for integrated wlan hotspot clients
US20100299413A1 (en) * 2007-09-25 2010-11-25 Gigaset Communications Gmbh Identification and/or addressing of a data terminal device of a local network
US20110069640A1 (en) * 2008-05-30 2011-03-24 Luca Di Fiore Wireless Access Point
US20110228780A1 (en) * 2010-03-16 2011-09-22 Futurewei Technologies, Inc. Service Prioritization in Link State Controlled Layer Two Networks
US20110228699A1 (en) * 2009-03-16 2011-09-22 Samsung Electronics Co., Ltd. Method and apparatus for setting up network for ip communication in mobile terminal
CN102300229A (en) * 2011-09-20 2011-12-28 北京富国鸿信科技有限公司 Self-organized wireless local area network and realization method thereof
CN102710810A (en) * 2012-06-11 2012-10-03 浙江宇视科技有限公司 Method for automatically assigning internet protocol (IP) address and relay equipment
US20120290728A1 (en) * 2010-01-29 2012-11-15 Zte Corporation Data card and method for quickly establishing dial-up connection thereof
JP2014183421A (en) * 2013-03-19 2014-09-29 Buffalo Inc Network relay device and method
US20160080314A1 (en) * 2014-09-17 2016-03-17 Samsung Electronics Co., Ltd. Access point and control method thereof
US20170149732A1 (en) * 2015-11-25 2017-05-25 Lantronix, Inc. Bridging with web manager access
CN109565460A (en) * 2017-03-29 2019-04-02 松下知识产权经营株式会社 Communication device and communication system
US20210400015A1 (en) * 2019-01-17 2021-12-23 Hewlett Packard Enterprise Development Lp Short-term lease allocation for network address conflict reduction in dhcp failover deployments

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7080172B1 (en) * 2003-05-27 2006-07-18 Marvell Luternational Ltd. Management of memory, hardware and associated device drivers using stacks
JP3886484B2 (en) 2003-10-27 2007-02-28 Necビューテクノロジー株式会社 Terminal device, network setting method, network system, and program
KR100608582B1 (en) * 2004-08-28 2006-08-03 삼성전자주식회사 Universal Plug and Play Communication Method and Device
DE602005026980D1 (en) * 2004-11-24 2011-04-28 Koninkl Philips Electronics Nv INTERNET LOG-BASED TELEMETRY PATIENT MONITORING SYSTEM
FR2888696A1 (en) * 2005-07-18 2007-01-19 France Telecom DETECTION OF DOUBLE ATTACHMENT BETWEEN A WIRED NETWORK AND AT LEAST ONE WIRELESS NETWORK
JP5334202B2 (en) * 2010-02-08 2013-11-06 Necアクセステクニカ株式会社 Communication relay device, communication relay method, communication relay program
CN101909346A (en) * 2010-07-29 2010-12-08 中国电信股份有限公司 DHCP (Dynamic Host Configuration Protocol) broadcasting method and wireless access controller
JP5135447B2 (en) * 2011-03-02 2013-02-06 株式会社バッファロー Wireless LAN device
JP5331163B2 (en) * 2011-05-31 2013-10-30 株式会社バッファロー IP address assignment system, DHCP server, and IP address assignment method
CN103001788B (en) * 2011-09-19 2016-03-16 盛科网络(苏州)有限公司 Realize the method and system that the network equipment configures installation automatically
JP5845964B2 (en) * 2012-02-22 2016-01-20 富士ゼロックス株式会社 Communication apparatus and program
JP2014033312A (en) * 2012-08-02 2014-02-20 Sumitomo Electric Networks Inc Communication apparatus, communication method, and communication program
JP6037446B2 (en) * 2013-03-07 2016-12-07 Necプラットフォームズ株式会社 Network device and method for controlling network device
US9231912B2 (en) * 2013-05-13 2016-01-05 Broadcom Corporation Systems and methods for handling packets from a trusted network
US11720090B2 (en) * 2020-11-20 2023-08-08 Rockwell Automation Technologies, Inc. Fault tolerant backplane slot assignment

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4390984A (en) * 1980-09-12 1983-06-28 Hitachi, Ltd. Status check method for a data transmission system
US6360330B1 (en) * 1998-03-31 2002-03-19 Emc Corporation System and method for backing up data stored in multiple mirrors on a mass storage subsystem under control of a backup server
US6424654B1 (en) * 1997-11-21 2002-07-23 Komatsu Ltd. Network system and DHCP server selection method
US20020133573A1 (en) * 1998-11-12 2002-09-19 Toru Matsuda Method and apparatus for automatic network configuration
US20030005097A1 (en) * 2001-06-28 2003-01-02 Barnard John D. Print queue manager
US20030055963A1 (en) * 2001-09-14 2003-03-20 Butt Alan B. Local application proxy arrangements

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020065927A1 (en) * 2000-09-05 2002-05-30 Janik Craig M. Webpad and method for using the same

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4390984A (en) * 1980-09-12 1983-06-28 Hitachi, Ltd. Status check method for a data transmission system
US6424654B1 (en) * 1997-11-21 2002-07-23 Komatsu Ltd. Network system and DHCP server selection method
US6360330B1 (en) * 1998-03-31 2002-03-19 Emc Corporation System and method for backing up data stored in multiple mirrors on a mass storage subsystem under control of a backup server
US20020133573A1 (en) * 1998-11-12 2002-09-19 Toru Matsuda Method and apparatus for automatic network configuration
US20030005097A1 (en) * 2001-06-28 2003-01-02 Barnard John D. Print queue manager
US20030055963A1 (en) * 2001-09-14 2003-03-20 Butt Alan B. Local application proxy arrangements

Cited By (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7907295B2 (en) * 2002-07-25 2011-03-15 Canon Kabushiki Kaisha Image processing apparatus, control method thereof and control program thereof
US20050225794A1 (en) * 2002-07-25 2005-10-13 Canon Kabushiki Kaisha Image processing apparatus, control method thereof and control program thereof
US20040243841A1 (en) * 2003-06-02 2004-12-02 Stumpf Bradley W. Network configuration using scannable token
US20050080927A1 (en) * 2003-10-09 2005-04-14 International Business Machines Corporation Method and apparatus for managing IP addresses and name mappings for wireless clients
US7685284B2 (en) * 2005-02-02 2010-03-23 Nec Corporation Network, network terminal device, IP address management method using the same, and program therefor
US20060173988A1 (en) * 2005-02-02 2006-08-03 Tetsuya Yamashita Network, network terminal device, IP address management method using the same, and program therefor
US20080298273A1 (en) * 2005-02-15 2008-12-04 Friedrich Armbruster Method For Establishing a Communication Relationship in at Least One Communication Network
US7499440B2 (en) * 2005-03-25 2009-03-03 Sanden Corporation Communication system, network router and network connection method
US20060227738A1 (en) * 2005-03-25 2006-10-12 Sanden Corporation Communication system, network router and network connection method
US20070002833A1 (en) * 2005-06-30 2007-01-04 Symbol Technologies, Inc. Method, system and apparatus for assigning and managing IP addresses for wireless clients in wireless local area networks (WLANs)
US20090300722A1 (en) * 2005-12-16 2009-12-03 Nokia Corporation Support for integrated wlan hotspot clients
US8489712B2 (en) * 2007-09-25 2013-07-16 Gigaset Communications Gmbh Identification and/or addressing of a data terminal device of a local network
US20100299413A1 (en) * 2007-09-25 2010-11-25 Gigaset Communications Gmbh Identification and/or addressing of a data terminal device of a local network
US8885515B2 (en) * 2008-05-30 2014-11-11 Hewlett-Packard Development Company, L.P. Wireless access point
US20110069640A1 (en) * 2008-05-30 2011-03-24 Luca Di Fiore Wireless Access Point
US8422475B2 (en) 2009-03-16 2013-04-16 Samsung Electronics Co., Ltd Method and apparatus for setting up network for IP communication in mobile terminal
US8855119B2 (en) 2009-03-16 2014-10-07 Samsung Electronics Co., Ltd Method and apparatus for setting up network for IP communication in mobile terminal
US20110228699A1 (en) * 2009-03-16 2011-09-22 Samsung Electronics Co., Ltd. Method and apparatus for setting up network for ip communication in mobile terminal
US8208472B2 (en) 2009-03-16 2012-06-26 Samsung Electronics Co., Ltd Method and apparatus for setting up network for IP communication in mobile terminal
US20120290728A1 (en) * 2010-01-29 2012-11-15 Zte Corporation Data card and method for quickly establishing dial-up connection thereof
US9265075B2 (en) * 2010-01-29 2016-02-16 Zte Corporation Data card and method for quickly establishing dial-up connection thereof
US20110228780A1 (en) * 2010-03-16 2011-09-22 Futurewei Technologies, Inc. Service Prioritization in Link State Controlled Layer Two Networks
US8873401B2 (en) * 2010-03-16 2014-10-28 Futurewei Technologies, Inc. Service prioritization in link state controlled layer two networks
CN102300229A (en) * 2011-09-20 2011-12-28 北京富国鸿信科技有限公司 Self-organized wireless local area network and realization method thereof
CN102710810A (en) * 2012-06-11 2012-10-03 浙江宇视科技有限公司 Method for automatically assigning internet protocol (IP) address and relay equipment
JP2014183421A (en) * 2013-03-19 2014-09-29 Buffalo Inc Network relay device and method
US20160080314A1 (en) * 2014-09-17 2016-03-17 Samsung Electronics Co., Ltd. Access point and control method thereof
US9723644B2 (en) * 2014-09-17 2017-08-01 Samsung Electronics Co., Ltd. Access point and control method thereof
US20170149732A1 (en) * 2015-11-25 2017-05-25 Lantronix, Inc. Bridging with web manager access
US11070517B2 (en) * 2015-11-25 2021-07-20 Lantronix, Inc. Bridging with web manager access
US12261819B2 (en) 2015-11-25 2025-03-25 Lantronix, Inc. Bridging with web manager access
CN109565460A (en) * 2017-03-29 2019-04-02 松下知识产权经营株式会社 Communication device and communication system
US20210400015A1 (en) * 2019-01-17 2021-12-23 Hewlett Packard Enterprise Development Lp Short-term lease allocation for network address conflict reduction in dhcp failover deployments
US12069024B2 (en) * 2019-01-17 2024-08-20 Hewlett Packard Enterprise Development Lp Short-term lease allocation for network address conflict reduction in DHCP failover deployments

Also Published As

Publication number Publication date
US8364789B2 (en) 2013-01-29
US20090276508A1 (en) 2009-11-05
JP4339536B2 (en) 2009-10-07
JP2003143175A (en) 2003-05-16

Similar Documents

Publication Publication Date Title
US8364789B2 (en) Automatic address assignment apparatus, control method, and program
US7636775B2 (en) Digital network modem with an integrated DHCP server
US5854901A (en) Method and apparatus for serverless internet protocol address discovery using source address of broadcast or unicast packet
US6532217B1 (en) System for automatically determining a network address
US7568048B2 (en) Method, apparatus, and system for assigning an IP address on a network
US8108496B2 (en) Method and apparatus for selecting forwarding modes
US7266090B2 (en) Address autoconfiguration method for home network
US7523185B1 (en) Method and apparatus for providing automatic frame relay and ATM provisioning of network devices
RU2285346C2 (en) Method for setting up default channels for operation and servicing on basis of internet-protocol over asynchronous transfer mode
US7805504B2 (en) Network device allowing easy setup and computer program therefor
US20020040397A1 (en) IP based network system and networking method thereof
US20100198989A1 (en) Assigning priority to network traffic at customer premises
US7187661B2 (en) Gathering of device discovery information
US20100299414A1 (en) Method of Configuring Routers Using External Servers
US20030048796A1 (en) Relay device
JP3969395B2 (en) Network system and terminal setting method
CN101141439A (en) Method and device of reporting user facility access types and distribution network configuration information
KR20090024032A (en) Home Network System and Home Networking Methods
US20110078282A1 (en) Network device that downloads files using its ID code and method thereof
Wi-Fi Router
US8289976B2 (en) Method for automatically providing a customer equipment with the correct service
CN104935677A (en) NAT64 resource obtaining method and obtaining/distributing device
CN108881178A (en) Method for sending information and device, equipment, storage medium and electronic device
US9923864B2 (en) Information process device, information process method and program for executing information process device
CN101931615A (en) Network equipment for downloading file by equipment identification code and method thereof

Legal Events

Date Code Title Description
AS Assignment

Owner name: SONY CORPORATION, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:MIYAKE, SHOICHI;FUJISAWA, KENJI;REEL/FRAME:013739/0656;SIGNING DATES FROM 20030114 TO 20030120

STCB Information on status: application discontinuation

Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载