Commit 58b67c48 authored by Santeri Toikka's avatar Santeri Toikka
Browse files

Closes HAS23 in #36

parent 7ef4acff
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
file_comments
en-304-625_*.pdf
.gitignore
HAAS_*.md
.DS_Store
comments/*.csv
comments/*.odt
comments/*.ods
 No newline at end of file
+4 −4
Original line number Diff line number Diff line
@@ -287,9 +287,9 @@ For the purposes of the present document, the following abbreviations apply:

The intended purpose and reasonably foreseeable use of this product is to provide communication between computer systems over a network, whether physical or virtual.

## 4.2 Essential functions
## 4.2 Product functions

### 4.2.1 Physical network interface essential functions
### 4.2.1 Physical network interface product functions

A physical network interface is the link between the physical transmission media and the host system. The product's essential function is to transfer data between the network and the host.

@@ -301,11 +301,11 @@ The product may update or load its own firmware. The host system may be able to

The product may be able to take actions that affect the entire host system, such as power cycling or reading any part of memory.

### 4.2.2 Device driver essential functions
### 4.2.2 Device driver product functions

A device driver manages the network interface on behalf of the host system, often presenting a standardized network device driver interface to the host operating system. It manages the transfer of data from the network interface to and from host memory. It carries out requests by the host software, such as configuration or loading firmware. It may keep and report statistics about network traffic.

### 4.2.3 Virtual network interface essential functions
### 4.2.3 Virtual network interface product functions

A virtual network interface presents a network device driver interface to the rest of the host software. It may encrypt, filter, transform, route, discard, or otherwise modify network traffic entering the interface. The network traffic may then be directed to another virtual network interface on the same host, to another executable on the host, or to a physical network interface.