File size: 575 Bytes
b0475e3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8"/>
        <link rel="stylesheet" href="style.css" type="text/css"/>
        <title>Device</title>
    </head>
    
    <body>
        <p>A <b>Device</b> represents a physical IT resource upon which system software and artifacts may be stored or deployed for execution.</p>
        
        <h2>Category:</h2>
        <p>Technology. Active Structure.</p>
          
        <h2>Examples:</h2>
        <p>File Server, Router, Mainframe, Desktop PC, IBM System Z.</p>
    </body>
</html>