Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - DHCPServer
DHCPServer(DHCP server)

appearance as argument number 1
-------------------------


(subclass DHCPServer ComputerProcess) ComputingBrands.kif 3943-3943 DHCP server is a subclass of computer process
(documentation DHCPServer EnglishLanguage "A ComputerProcess that is actively running the DHCPProtocol and assigning IPAddresses to computers that connect to the network.") ComputingBrands.kif 3944-3946 DHCP server is a subclass of computer process

appearance as argument number 2
-------------------------


(termFormat EnglishLanguage DHCPServer "DHCP server") ComputingBrands.kif 3947-3947

antecedent
-------------------------


(=>
    (instance ?D DHCPServer)
    (exists (?PROG ?C)
        (and
            (instance ?C Computer)
            (instance ?PROG DHCPProgram)
            (computerRunning ?D ?C)
            (programRunning ?D ?PROG))))
ComputingBrands.kif 3971-3978 If X is an instance of DHCP server, then there exist Y, Z such that Z is an instance of computer, Y is an instance of DHCP program, X is running on Z, and Y is a program running of X


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners