This space is archived

For current information please use the current ExamSys documentation

client_identifiers

Purpose: Holds individual IP addresses or host names of computers in a particular lab. Used to lock down security for summative exams.
Joins: labs table.

FieldTypePurpose
idint(11)Primary Key – auto increment.
labsmallint(5) unsignedID of the lab the IP address belongs to.
addresschar(60)The IP address of the computer
hostnamechar(255)Host name of the computer
low_bandwidthtinyint(4)0=send full data, 1=low bandwidth - send less data.