A to Z – Computer Security Terms and Definitions

computer security terms and definitions techhyme

We all probably have an idea about what the word system means. For those of us who work in information technology, the term has become a catch-all that covers everything from an OS on a single computer to the Internet itself.

Technology itself helps define the structure of the system, but primarily as background. In other words, understanding the technological topology of your system will help you formulate your constraints and identify and quantify your threats, and will ultimately play a big part in formulating your risk assessment.

In order to be able to design security into your network infrastructure, you must understand how networked systems communicate with one another.

  1. 10Base2 – Ethernet An implementation of Ethernet that specifies a 10Mbps signaling rate, baseband signaling, and coaxial cable with a maximum segment length of 185 meters.
  2. 10BaseFL – An implementation of Ethernet that specifies a 10Mbps signaling rate, baseband signaling, and fiber-optic cabling.
  3. 10BaseT – An implementation of Ethernet that specifies q 10Mbps signaling rate, baseband signaling, and twisted-pair cabling.
  4. 100Base – VG Star topology using round-robin for allowing systems to transmit data on the network.
  5. 100VG (Voice Grade) – IEEE802.12 standard for 100Base VG network.
  6. 100VGAnyLAN – A networking technology that runs 100Mb Ethernet over regular (Cat3) phone lines. It hasn’t gained the industry acceptance that 100BaseT has.
  7. Access Control List (ACL) – List of rights that an object has to resources in the network, Also a type of firewall. In this case, the lists reside on a router and determine which machines can use the router and in what direction.
  8. Acknowledgment (ACK) – A message confirming that the data packet was received. This occurs at the Transport layer of the OSI model.
  9. Active Directory – The replacement for NT Directory Service (NTDS) that is included with Windows 2000. It acts similarly to NDS (Novell Directory Service) because it is a true X.500-based directory service.
  10. Active Hub – A hub that is powered and actively regenerates any signal that is received.
  11. Active Monitor – Used in Token Ring networks, a process that prevents data frames from roaming the ring unchecked. If the frame passes the active monitor too many times, it is removed from the ring. Also ensures that a token is always circulating the ring.
  12. Adapter – Technically, the peripheral hardware that installs into your computer or the software that define3s how the computer talks to that hardware.
  13. Address – Designation to allow PCs to be known by a name or number to other PCs. Addressing allows a PC to transmit data directly to another PC by using its address (IP or MAC).
  14. Address Record – Part of a DNS table that maps an IP address to a domain name. Also known as an A (or host) record.
  15. Adhoc RF network – A network created when two RF-capable devices are brought within transmission range of each other. A common example is hand-held PDAs beaming data to each other.
  16. Antivirus – A category of software that uses various methods to eliminate viruses in a computer. It typically also protects against future infection.
  17. AnyLAN – Another name for 100VGAnyLAN created in 802.12.
  18. Application Layer – The seventh layer OSI model, which deals with how applications access the network and describes application functionality, such as file transfer, messaging, and so on.
  19. ARCnet – The Attached Resource Computer Network, which was developed by Datapoint Corporation in the late 1970 as one of the first baseband networks. It can use either a physical star or bus topology.
  20. ARP table – A table used by the ARP protocol. Contains a list of known TCP/IP address and their associated MAC address. The table is cached in memory so that ARP lookups do not have to be performed for frequently accessed TCP/IP and MAC addresses.
  21. Asymmetrical Digital Subscriber Line (ADSL) – An implementation of DSL where the upload and download speeds are different.
  22. Asynchronous Transfer Mode (ATM) – A connection-oriented network architecture based on broadband ISDN technology that uses constant size 53-byte cells instead of packets. Because cells don;t change size, they are switched much faster and more efficiently than packets across a network.
  23. Attachment Unit Interface (AUI) Port – Port on some NICs that allows connecting the NIC to different media types by using an external transceiver.
  24. Backbone – The part of most networks that connects multiple segments together to form a LAN. The backbone usually has higher speed than the segments.
  25. Backup Domain Controller (BDC) – Computer on a Windows NT network that has a copy of the SAM database for fault tolerance and performance enhancement purposes.
  26. Backup Plan – Term used to describe a company’s strategy to make copies of and restore its data in case of an emergency.
  27. Backup Window – The amount of time that an administrator has available to perform a complete, successful backup.
  28. Bandwidth – In network communications, the amount of data that can be sent across a wire in a given time. Each communication that passes along the wire decreases the amount of available bandwidth.
  29. Baseband – A transmission technique in which the signal uses the entire band-width of a transmission medium.
  30. Baseline – A category of network documentation that indicates how the network normally runs. It includes such information as network statistics, server utilization trends, and processor performance statistics.
  31. Bearer Channel (B channel) – The channels in an ISDN line that carry data. Each bearer channel typically has a bandwidth of 64Kbps.
  32. Blank – These are often referred to as slot covers. If a PC card is removed, there will be an opening in the computer case. This will allow dirt and dust to enter the computer and prevent it from being cooled properly. Some computer causes have the blanks as part of the case, and they must be broken off from the case before a bus slot may be used to insert a PC card into it.
  33. BNC connector – Tubular connectors most commonly used with coaxial cable .
  34. Bonding – A procedure where two ISDN B channels are joined together to provide greater bandwidth.
  35. Bounded Media – A network medium that is used at Physical lawyer where the signal travels over a cable of some kind.
  36. Bridge – A network device, operating at the Data Link Layer, that logically separates a single network into segments, But lets the two segments appear to be one network to higher layer protocols.
  37. Broadband – A network transmission method in which a single transmission medium is divided so that multiple signals can travel across the same medium simultaneously.
  38. Broadcast Address – A special network address that refers to all users on the network. For example, the TCP/IP address 255.255.255.255. is the broadcast address. Any packets sent to that address will be sent to everyone on that LAN.
  39. Brouter – A device that combines the functionality of a bridge and a router, But can’t be distinctly classified as either.
  40. Bus – Pathways in a PC that allow data and signals to be transmitted between the PC components. Types of buses include ISA and PCI.
  41. Bus Topology – A topology where the cable and signals run in a straight line from one end of the network
  42. Cable – A physical transmission medium that has a central conductor of wire or fiber surrounded by a plastic jacket.
  43. Cable Map – General network documentation including each cable’s source and destination as well as where each network cable runs.
  44. Cable Tester – A special instrument that is used to test the integrity of LAN cables.
  45. Carrier – Signal at a frequency that is chosen to carry data. Addition of data to the frequency is modulation and the removal of data from the frequency is demodulation. This is used on analog devices like modems.
  46. Carrier Sense Multiple Access/Collision Avoidance (CSMA/CA) – A media access method that sends a request to send (RTS) packet and waits to receive a clear to send (CTS) packet before sending. Once the CTS is received, the sender sends the packet of information.
  47. Carrier Sense Multiple Access/Collision Detection (CSMA/CD) – A media access method that first senses whether there is a signal on the wire, indicating that someone is transmitting currently. If no one else is transmitting , it attempts a transmission and listens for someone else trying to transmit again until some specified period of time has passed.
  48. Categories – Different grades of cables that determine how much protection is offered against in difference from outside the cable. Category I allows voice data only. Category 2 allows data transmission up to 4Mbps. Category 3 allows data transmission up to 10 Mbps. Category 4 allows data transmission up to 16Mbps. Category 5 allows data transmission up to 100Mbps.
  49. Cell – Similar to a packet or frame, except that ATM cell does not always contain the destination or source addressing information. It also does not contain higher-level addressing or packet control information.
  50. Central Office – The office in any metropolitan or rural area that contains the telephone switching equipment for that area. The central office connects all users in that area to each other as well as to the rest of the PSTN.
  51. Channel Service Unit (CSU) – Generally used with a TI Internet line, it is used to terminate the connection from the TI provider. The CSU is usually part of a CSU/DSU unit. It also provides diagnostics and testing if necessary.
  52. Checkpoints – A certain part or time to allow for a restart at the last point that the data was saved.
  53. Checksum – A hexadecimal value computed from transmitted data that is used in error-checking routines.
  54. Circuit Switching – A switching method where a dedicated connection between the sender and receiver is maintained throughout the conversation.
  55. Classless Internetwork Domain Routing (CIDR) – The new routing method used by InterNIC to assign IP addresses. CIDR can be described as a “slash x” network. The x represents the number of bits in the network that InterNIC.
  56. Client – A client is a part of a client/server network. It is the part where the computing is usually done. In a typical setting, a client will use the server for remote storage, backups, or security such as a firewall.
  57. Client/Server Network – A server-centric network in which all resources are stored on a file server and processing power is distributed among workstations and file server.
  58. Clipper Chip – A hardware implementation of the skipjack encryption algorithm.
  59. Clustering – A computing technology where many servers work together so that they appear to be one high-powered server. If one server fails, the others in the cluster take over the services provided by the failed server.
  60. CNAME Record – A DNS record type that specifies other names for existing hosts. This allows a DNS administrator to assign multiple DNS host names to a single DNS host.
  61. Coaxial Cable – Often referred to as coax. A type of cable used in network wiring. Typical coaxial cable. Coaxial cable is usually shielded.
  62. Collision – The error condition that occurs when two stations on a CSMA/CD network transmit data (at the Data Link layer) at the same time.
  63. Collision Light – A light on a NIC or hub that indicates when a collision has occurred.
  64. Connectionless – Communications between two hosts that have no previous session established for synchronizing sent data. The data is not acknowledged at the receiving end. This can allow for data loss.
  65. Connectionless Transport Protocol – A transport protocol, such as UDP, that does not create a virtual connection between sending and receiving stations.
  66. Connection-Oriented – Communications between two hosts that have a previous session established for synchronizing sent data. The data is acknowledged by the receiving PC. This allows for guaranteed delivery of data between PCs.
  67. Connection-Oriented Transport Protocol – A transport protocol that uses acknowledgments and responses to establish a virtual connection between sending and receiving stations. TCP is a connection-oriented protocol.
  68. Controller – Part of a PC that allows connectivity to peripheral devices. A disk controller allows the PC to be connected to a hard disk. A network controller allows a PC to be connected to a network. A keyboard controller is used to connect a keyboard to the PC.
  69. Control Panel – A special window inside Microsoft operating systems (Window 95 and above) that has icons for all of the configurable options for the system.
  70. Core OS – The core component, or kernel, of NetWare.
  71. Cost – A value given to a route between PCs or subnets to determine which route may be best. The word hop is sometimes used to the number of routers between two PCs or subnets.
  72. Country Codes – The two-letter abbreviations for countries, used in the DNS hierarchy.
  73. Crosstalk – A type of interference that occurs when two LAN cables run close to each other. If one cable is carrying a signal and the other isn’t, the one carrying a signal will induce a “ghost” signal (crosstalk) in the other cable.
  74. Crossover Cable – The troubleshooting tool used in Ethernet UTP installations to test communications between two stations, bypassing the hub.
  75. Cyclical Redundancy Check (CRC) – An error-checking method in data communication that runs a formula against data before transmissions. The sending station then appends the resultant value (called a checksum) to the data and sends it. The receiving station uses the same formula on the data. If the receiving station doesn’t get the same checksum result for the calculation, It considers the transmission invalid, rejects the frame, and asks for a retransmission.
  76. Datagram – A unit of data smaller than a packet.
  77. Data Link Layer – The second layer of the OSI model. It describes the logical topology of a network, which is the way that packets move throughout a net-work. It also describes the method of media access.
  78. Data Packet – A unit of data sent over a network. A packet includes a header, addressing information, and the data itself. A packet is treated as a single unit as it is sent from device to device. Also known as a datagram.
  79. Data Service Unit (DSU) – It transmits data through a Channel Service Unit (CSU) and is almost always a part of a single device referred to as a CSU/DSU.
  80. Default Gateway – The router that all packets are sent to when the workstation doesn’t know where the destination station is or when it can’t find the destination station on the local segment.
  81. Delta Channel (D channel) – A channel on an ISDN line used for link management.
  82. Demarcation Point (demarc) – The point on any telephone installation where the telephone lines from the central office enter the customer’s premises.
  83. Denial of Service (Dos) Attack – Type of hack that prevents any users -even legitimate ones-from using the system.
  84. Destination Port Number – The address of the PC to which data is being sent from a sending PC. The port portion allows for the demultiplexing of data to be sent to a specific application.
  85. Dialogs – Communications between two PCs.
  86. Digital Subscriber line (DSL) – A digital WAN technology that brings high-speed digital networking to homes and business over POTS. There are many types, including HDSL (high-speed DSL) and VDSL (very high bit-rate DSL).
  87. Directory – A network database that contains listing of all network resources, such as users, printers, groups, and so on.
  88. Directory Service – A network service that provides access to a central data-base of information, which contains detailed information about the resources available on a network.
  89. Disaster Recovery – The procedure by which data is recovered after a disaster.
  90. Disk Striping – Technology that enables writing data to multiple disks simultaneously in small portions called strips. These stripes maximize use by having all of the road/write heads working constantly. Different data is stored on each disk and is not automatically duplicated(this means that disk striping in and of itself does not provide fault tolerance).
  91. Distance Vector Routing Protocol – A route discovery method in which each router, using broadcasts, tells every other router what networks and routes it knows about and the distance to them.
  92. DIX – Another name for a 15-pin AUI connector or a DB-15 connector.
  93. DNS Server – Any server that performs DNS host name-to-IP address resolution.
  94. DNS Zone – An area in the DNS hierarchy that is managed as a single unit.
  95. DoD Networking Model – A four-layer conceptual model describing how communications should take place between computer systems. The four layers are Process/Application, Host-to-Host, Internet, and Network Access.
  96. Domain – A group of networked Window computers that share a single SAM database.
  97. Domain Name Service (DNS) – The network service used in TCP/IP networks that translates host names to IP addresses.
  98. Dotted Decimal – Notation used by TCP/IP to designate an IP address. The notation is made up of 32 bits(4bytes), each byte separated by a decimal. The range of numbers for each octet is 0-255. The leftmost octet contains the high-order bits and the rightmost octet contains the low-order bits.
  99. D-type Connector – The first type of networking connector, the D-type connector, is used to connect many peripherals to a PC. A D-type connector is characterized by its shape. Turned on its side, it looks like the letter like D and contains rows of pins (male) or sockets (female). AUI connectors are examples.
  100. Dual-Attached Stations (DAS) – Stations on an FDDI network that are attached to both cables for connection redundancy and fault tolerance.
  101. Dumb Terminal – A keyboard and monitor that send keystrokes to a central processing computer(typically a mainframe or minicomputer) that returns screen displays to the monitor. The unit has no processing power of its own, hence the moniker “dumb”.
  102. Duplexed Hard Drives – Two hard drives to which identical information is written simultaneously. A dedicated controller card controls each drive. Used for fault tolerance.
  103. Duplicate Server – Two servers that are identical for use in clustering.
  104. Dynamically Allocated Port – TCP/IP port used by an application when needed. The port is not constantly used.
  105. Dynamic Entry – An entry made in the ARP table whenever an ARP request is made by the Windows TCP/IP stack and the MAC address is not found in the ARP table. The ARP request is broadcast on the local segment. When the MAC address of the requested IP address is found, that information is added to the ARP table.
  106. Dynamic Host Configuration Protocol (DHCP) – A protocol used on a TCP/IP network to send client configuration data, including TCP/IP address, default gateway, subnet mask, and DNS configuration,to clients.
  107. Dynamic Packet Filtering – A type of firewall used to accept or reject packets based on the contents of the packets.
  108. Dynamic Routing – The use of route discovery protocols to talk to other routers and find out what networks they are attached to. Routers that use dynamic routing send out special packets to request updates of the other routers on the network as well as to send their own updates.
  109. Electrically Erasable Programmable Read-Only Memory (EEPROM) – A special integrated circuit on expansion cards that allows data to be stored on the chip. If necessary, the data can be erased by a special configuration program. Typically used to store hardware configuration data for expansion cards.
  110. Electromagnetic Interference (EMI) – The interference that can occur during transmissions over copper cable because of electromagnetic energy outside the cable. The result is degradation of the signal.
  111. Electronic Mail (e-mail) – An application that allows people to send messages via their computers on the same network or over the Internet.
  112. Electrostatic Discharge (ESD) – A problem that exists when two items with dissimilar static electrical charges are brought together. The static electrical charges jump to the item with fewer electrical charges, causing ESD, which can damage computer components.
  113. Encoding – The process of translating data into signals that can be transmitted on a transmission medium.
  114. Encryption Key – The string of alphanumeric characters used to decrypt encrypted data.
  115. Endpoint – The two ends of a connection for transmitting data. One end is the receiver, and the other is the sender.
  116. Ethernet – A shared-media network architecture. It operates at the Physical and Data Link layers of the OSI model. As the media access method, it uses baseband signaling over either a bus or a star topology with CSMA/CD. The cabling used in Ethernet networks can be coax,twisted-pair, or fiber-optic.
  117. Expansion Slot – A slot on the computer’s bus into which expansion cards are plugged to expand the functionality of the computer (for example, using a NIC to add the computer to a network).
  118. Extended Apple Talk Network – An Apple Talk network segment that is assigned a 16-bit range of numbers rather than a single 16-bit number.
  119. Failover Device – A device that comes online when another fails.
  120. Failover Server – A hot site backup system in which the failover server is connected to the primary server. A heartbeat is sent from the primary server to the backup server. If the heartbeat stops, the failover system starts and takes over. Thus, the system doesn’t go down even if the primary server is not running.
  121. Fast Ethernet – The general category name given to 100Mbps Ethernet technologies.
  122. Fault-resistant Network – A network that will be up and running at least 99 percent of the time or that is down less than 8 hours a year.
  123. Fault-tolerant Network – A network that can recover from minor errors.
  124. Fiber Channel – A type of server-to-storage system connection that uses fiberoptic connectors.
  125. Fiber Distributed Data Interface (FDDI) – A network topology that uses fiberoptic cable as transmission medium and dual, counter rotating rings to provide data delivery and fault tolerance.
  126. Fiber-optic – A type of network cable that uses a central glass or plastic core surrounded by a plastic coating.
  127. File Server – A server specialized in holding and distributing files.
  128. File Transfer Protocol (FTP) – A TCP/IP protocol and software that permit the transferring of files between computer systems. Because FTP has been implemented on numerous types of computer systems, files can be transferred between disparate computer systems (for example, a personal computer and a minicomputer).
  129. Firewall – A combination of hardware and software that protects a network from attack by hackers who could gain through public networks, including the Internet.
  130. Frame Relay – A WAN technology that transmits packets over a WAN using packet switching.
  131. Frequency Division Multiplexing (FDM) – A multiplexing technique whereby the different signals are sent across multiple frequencies.
  132. FTP Proxy – A server that uploads and downloads files from a server on behalf of a workstation.
  133. Full Backup – A backup that copies all data to the archive medium.
  134. Fully Qualified Domain Name (FQDN) – An address that uses both the host name (workstation name) and the domain name.
  135. Gateway – The hardware and software needed to connect two disparate network environments so that communications can occur.
  136. Global Group – A type of group in Windows NT that is used network -wide. Members can be from anywhere in the network, and tights can be assigned to any resource in the network.
  137. Ground Loop – A condition that occurs when a signal cycles through a common ground connection between two devices, causing EMI interference.
  138. Hardware Address – A Data Link Layer address assigned to every NIC at the MAC sublayer. The address is in the format xx:xx:xx:xx:xx; each xx is a two-digit hexadecimal number.
  139. hardware loopback Connects the transmission pins directly to the receiving pins, allowing diagnostic software to test if a NIC can successfully transmit and receive.
  140. Heartbeat – The data transmissions between two servers in a cluster to detect when one fails. When the standby server detects no heartbeats from the main server, it comes online and takes control of the responsibilities of the main sever. This allows for all services to remain online and accessible.
  141. Hop – One pass through a router.
  142. Hop Count – As a packet travels over a network through multiple routers, each router will increment this field in the packet by one as it crosses the router. It is used to limit the number of routers a packet can cross on the way to its destination.
  143. Host – Any network device with a TCP/IP network address.
  144. Host-to-Host layer – A layer in the DoD model that corresponds to the Transport layer of the OSI model.
  145. Hub – A Physical layer device that serves as a central connection point for several network devices. A hub repeats the signals it receives on one port to all other ports.
  146. Hypertext Markup Language (HTML) – A set of codes used to format text and graphics that will be displayed in a browser. The codes define how data will be displayed.
  147. Hypertext Transfer Protocol (HTTP) – The protocol used for communication between a web server and a web browser.
  148. IBM Data Connector – A proprietary data connector created by IBM. This connector is unique because there isn’t a male version and female version; any IBM connector can connect with another IBM connector and lock together.
  149. IEEE 802.x Standards – The IEEE standards for LAN and MAN networking.
  150. IEEE 802.2 Logical Link Control – Standard that specifies the operation of the logical link control (LLC) sublayer of the Data Link layer of the OSI model. The LLC sublayer provides an interface between the MAC sublayer and the Network layer.
  151. IEEE 802.3 CSMA/CD – Networking Standard that specifies a network that uses Ethernet technology and a CSMA?CD network access method.
  152. IEEE 802.4 Token Bus – Standard that specifies a physical and logical bus topology that uses coaxial or fiber-optic cable and token-passing media access method.
  153. IEEE 802.5 Token Ring – Specifies a logical ring, physical star, and token-passing media access method based on IBM’s Token Ring.
  154. IEEE 802.6 Distributed Queue Dual Bus (DQDB) Metropolitan Area Network – Provides a definition and criteria for a DQDB metropolitan area network (MAN).
  155. IEEE 802.7 Broadband Local Area Networks – Standard for broadband cabling technology.
  156. IEEE 802.8 Fiber-Optic LANs and MANs – A standard containing guidelines for the use of fiber optics on networks, which includes FDDI and Ethernet over fiber-optic cable.
  157. IEEE 802.9 Integrated Services (IS) LAN Interface – A standard containing guidelines for the integration of voice and data over the same cable.
  158. IEEE 802.10 LAN/MAN Security – A series of guidelines dealing with various aspects of network security.
  159. IEEE 802.11 Wireless LAN – Defines standards for implementing wireless technologies such as infrared and spread-spectrum radio.
  160. IEEE 802.12 Demand Priority Access Method – Defines a standard that combines the concepts of Ethernet and ATM.
  161. Institute of Electrical and Electronics Engineers, Inc. (IEEE) – An inter-national organization that sets standards for various electrical and electronics issues.
  162. Integrated Services Digital Network (ISDN) – A telecommunications standard that is used to digitally send voice,data, and video signals over the same lines.
  163. Intelligent Hub – A hub that can make some intelligent decisions about network traffic flow and can provide network traffic statistics to network administrators.
  164. Internal Bridge – A bridge created by placing two NICs in a computer.
  165. Internal Modem – A modem that is a regular PC card that is inserted into the bus slot. These modems are inside the PC.
  166. International Organization for Standardization (ISO) – The standards organization that developed the OSI model. This model provides a guideline for how communications occur between computers.
  167. Internet – A global network made up of a large number of individual networks interconnected through the use of public telephone lines and TCP/IP protocols.
  168. Internet Architecture Board (IAB) – The committee that oversees management of the Internet. It is made up of two subcommittees: the Internet Engineering Task Force (IETF) and the Internet Research Task Force.
  169. Internet Control Message Protocol (ICMP) – A message and management protocol for TCP/IP. The Ping utility uses ICMP.
  170. Internet Engineering Task Force (IETF) – An international organization that works under the Internet Architecture Board to establish standards and protocols relating to the Internet.
  171. Internet Protocol (IP) – The protocol in the TCP/IP protocol suite responsible for network addressing and routing .
  172. Internet Research Task Force (IRTF) – An international organization that works under the Internet Architecture Board to research new Internet technologies.
  173. Internet Service Provider (ISP) – A company that provides direct access to the Internet for home and business computer users.
  174. Internetwork – A network that is internal to a company and is private.
  175. Internetwork Packet eXchange (IPX) – A connectionless, routable network protocol based on the Xerox XNS architecture. It is the default protocol for versions of NetWare before NetWare 5. It operates at the Network layer of the OSI model and is responsible for addressing and routing packets to workstations or servers on other networks.
  176. Inverse Multiplexing – The network technology that allows one signal to be split across multiple Transmission lines at the transmission source and combined at the receiving end.
  177. IP Address – An address used by the Internet Protocol that identifies the device’s location on the network.
  178. Ipconfig – A Windows NT utility used to display that machine’s current configuration.
  179. IP Proxy – All communications look as if they originated from a proxy server because the IP address of the user making a request is hidden. Also known as Network Address Translation (NAT).
  180. IP Spoofing – A hacker trying to gain access to a network by pretending his or her machine has the same network address as the internal network.
  181. IPX Network Address – A number that represents an entire network. All servers on the network must use the same external network number.
  182. ISDN Terminal Adapter – The device used on ISDN networks to connect a local network (or single machine) to an ISDN network. It provides power to the line as well as translates data from the LAN or individual computer for transmission on the ISDN line.
  183. Java – A programming language, developed by Sun Microsystems, that is used to write programs that will run on any platform that has a Java Virtual Machine installed.
  184. Java Virtual Machine (JVM) – Software, developed by Sun Microsystems,that creates a virtual Java computer on which Java programs can run. A programmer writes a program once without having to recompile or rewrite the program for all platforms.
  185. Jumper – A small connector (cap or plug) that connects pins. This creates a circuit that indicates a setting to a device.
  186. Kernel – The core component of any operating system that handles the functions of memory management, hardware interaction, and program execution.
  187. Key – A folder in the Windows Registry that contains subkeys and values, or a value with an algorithm to encrypt and decrypt data.
  188. LAN Driver – The interface between the NetWare kernel and the NIC installed in the server. Also a general category of drivers used to enable communications between an operating system and a NIC.
  189. Large Internet Packet (LIP) – A technology used by the IPX protocol so that IPX can use the largest possible packet size during a transmission.
  190. Laser Printer – A printer that uses a laser to form an image on a photo-sensitive drum. The image is then developed with toner and transferred to paper. Finally, a heated drum fuses toner particles onto the paper.
  191. Layer 2 Switch – A switching hub that operates at the Data Link layer and builds a table of the MAC addresses of all the connected stations.
  192. Layer 3 Switch – Functioning at the Network layer, a switch that performs the multi port, virtual LAN, data pipe lining functions of a standard Layer 2 Switch, but it can perform basic routing functions between virtual LANs.
  193. Line Conditioner – A device used to protect against power surges and spikes. Line conditioners use several electronic methods to clean all power coming into the line conditioner.
  194. Line Noise – Any extraneous signal on a power line that is not part of the power feed.
  195. Line Voltage – The voltage, supplied from the power company, that comes out at the outlets.
  196. Link Control Protocol (LCP) – The protocol used to establish, configure, and test the link between a client and PPP host.
  197. Link Light – A small light-emitting diode (LED) that is found on both the NIC and the hub. It is usually green and labeled “Link” or something similar. A link light indicates that the NIC and the hub are making a Data Link layer connection.
  198. Link State Route Discovery – A route discovery method that transmits special packets (Link State Packets, or LSPs) that contain information about the networks to which the router is connected.
  199. Link Sate Routing – A type of routing that broadcast its entire routing tables only at startup and possibly at infrequently scheduled intervals. Aside from that, the router only sends messages to other routers when changes are made to the routers routing table.
  200. Link State Routing Protocol – A routing table protocol where the router sends out limited information, such as updates to its routing tables, to its neighbors only.
  201. Link Support Layer (LSL) – Part of the Novell client software that acts as sort of a switchboard between the Open Datalink Interface (ODI) LAN drivers and the various transport protocols.
  202. Linux – A version of Unix, developed by Linus Torvalds. Runs on Intel-based PCs and is generally free.
  203. Local Area Network (LAN) – A network that is restricted to a single building, group of buildings, or even a single room. A LAN can have one or more servers.
  204. Local Groups – Groups created on individual servers. Rights can be assigned only to local resources.
  205. Local Loop – The part of the PSTN that goes from the central office to the demarcation point at the customer’s premises.
  206. Log File – A file that keeps a running list of all errors and notices, the time and date they occurred, and any other pertinent information.
  207. Logical Bus Topology – Type of topology in which the signal travels the distance of the cable and is received by all stations on the backbone.
  208. Logical Link Control (LLC) – A sublayer of the Data Link layer. Provides an interface between the MAC sublayer and the Network layer.
  209. Logical Network Addressing – The addressing scheme used by protocols at the Network layer.
  210. Logical Parallel Port – Port used by the CAPTURE command to redirect a workstation printer port to a network print queue. The logical port has no relation to the port to which the printer is actually attached or to the physical port.
  211. Logical Port Address – A value that is used at the Transport layer to differentiate between the upper-layer services.
  212. Logical Ring Topology – A network topology in which all network signals travel from one station to another, being read and forwarded by each station.
  213. Logical Topology – Describes the way the information flows. The types of logical topologies are the same as the physical topologies, except that the flow of information, rather than the physical arrangement, specifies the type of topology.
  214. MAC Address – The address that is either assigned to a network card or burned into the NIC. This is how PCs keep track of one another and keep each other separate.
  215. Mail Exchange (MX) Record – A DNS record type that specifies the DNS host name of the mail server for a particular domain name.
  216. Media Access – The process of vying for transmission time on the network media.
  217. Media Access Control (MAC) – A sublayer of the Data Link layer that controls the way multiple devices use the same media channel. It controls which devices can transmit and when they can transmit.
  218. Media Converter – A networking device that converts from one network media type to another. For example, converting from an AUI port to an RJ-45 connector for 10BaseT.
  219. Member Server – A computer that has Windows NT server installed but doesn’t have a copy of the SAM database.
  220. Mesh Topology – A network topology where there is a connection from each station to every other station in the network.
  221. Modem – A communication device that converts digital computer signals into analog tones for transmission over the PSTN and converts them back to digital upon reception. The word”modem” is an acronym for “modulator/demodulator.”
  222. Multiple-Server Clustering – A system in which multiple servers run continuously, each providing backup and production services at the same time, (Expensive servers, therefore, are not sitting around as designated “backup” servers, used only when an emergency arises). If a server fails, another just takes over, without any interruption of service.
  223. Multiplexing – A technology that combines multiple signals into one signal for transmission over a slow medium.
  224. Multipoint RF Network – An RF network consisting of multiple stations, each with transmitters and receivers. This type of network also requires an RF bridge as a central sending and receiving point.
  225. Multistation Access Unit (MAU) – The central device in Token Ring networks that acts as the connection point for all stations and facilitates the formation of the ring.
  226. Name Resolution – The process of translating (resolving) logical host names to network addresses.
  227. NAT – Acronym that means Network Address Translation .
  228. National Computing Security Center (NCSC) – The agency that developed the Trusted Computer System Evaluation Criteria (TCSEC) and the Trusted Network Interpretation Guideline (TNIEG).
  229. National Security Agency (NSA) – The U.S. government agency responsible for protecting U.S. communications and producing foreign intelligence information. It was established by presidential directive in 1952 as a separately organized agency within the Department of Defence (DoD).
  230. Nbstat (NetBIOS over TCP/IP statistics) – The Windows TCP/IP utility that is used to display NetBIOS over TCP/IP statistics.
  231. NDS Tree – A logical representation of a network’s resources. Resources are represented by objects in the tree. The tree is often designed after a company’s functional structure. Objects can represent organizations, departments, users, servers,printers,and other resources.
  232. Nearline Site – When two buildings can almost be seen from one another.
  233. NetBIOS Extended Use Interface (NetBEUI) – Transport protocol based on the NetBIOS protocol that has datagram support and support for connectionless transmission. NetBEUI is a protocol that is native to Microsoft networks and is mainly for use by small businesses. It is a non-routable protocol that cannot pass over a router, but does pass over a bridge since it operates at the Data Link layer.
  234. NetBIOS Name – The unique name used to identify and address a computer using NetBEUI.
  235. Netstat – A utility used to determine which TCP/IP connections-inbound or outbound- the computer has . It also allows the user to view packet statistics, such as how many packets have been sent and received.
  236. NetWare – The network operating system made by Novell.
  237. NetWare 3.x – The version series of NetWare that supported multiple, cross platform clients with fairly minimal hardware requirements, It used a database called the bindery to keep track of users and groups and was administered with several DOS, menu-based utilities (such as SYSCON, PCONSOLE, and FILER) .
  238. NetWare 4.x – The version series of NetWare that includes NDS.
  239. NetWare 5.x – The version series of NetWare that includes a multiprocessing kernel. It also includes a five-user version of Oracle 8, a relational database, and the ability to use TCP/IP in its pure form.
  240. NetWare Administrator – The utility used to administer NetWare versions 4.x and later by making changes to the NDS Directory. It is the only administrative utility needed to modify NDS objects and their properties.
  241. NetWare Core Protocol (NCP) – The upper-layer NetWare protocol that functions on top of IPX and provides NetWare resource access to workstations.
  242. NetWare Link State Protocol (NLSP) – Protocol that gathers routing information based on the link state routing method. Its precursor is the Routing Information Protocol (RIP). NLSP is a more efficient routing protocol than RIP.
  243. NetWare Loadable Module (NLM) – A component used to provide a Net-Ware server with additional services and functionality. Unneeded services can be unloaded,thus conserving memory.
  244. Network – A group of devices connected by some means for the purpose of sharing information or resources.
  245. Network Attached Storage – Storage, such as hard drives, attached to a network for the purpose of storing data for clients on the network. Network attached storage is commonly used for backing up data.
  246. Network Basic Input/Output System (NetBIOS) – A Session layer protocol that opens communication sessions for applications that want to communicate on a network.
  247. Network-centric – Refers to network operating systems that use directory services to maintain information about the entire network.
  248. Network File System (NFS) – A protocol that enables users to access files on remote computers as if the files were local.
  249. Network Interface Card (NIC) – Physical device that connects computers and other network equipment to the transmission medium.
  250. Network Layer – This third layer of the OSI model is responsible for logical addressing and translating logical names into physical addresses. This layer also controls the routing of data from source to destination as well as the building and dismantling of packets.
  251. Network Media – The physical cables that link computers in a network, also known as physical media.
  252. Network Operating System (NOS) – The software that runs on a network server and offers file, print, application, and other services to clients.
  253. Network Software Diagnostics – Software tools, either Protocol Analyzers or Performance Monitoring Tools, used to troubleshoot network problems.
  254. NIC Diagnostics – Software utilities that verify the NIC is functioning correctly and test every aspect of NIC operation.
  255. Non-unicast Packet – A packet that is not sent directly from one workstation to another.
  256. Novell Directory Services (NDPS) – A netWare service that provides access to a global,hierarchical directory database of network entities that can be centrally managed.
  257. Novell Distributed Print Services (NDPS) – A printing system designed by Novell that uses NDS to install and manage printers. NDPS supports automatic network printer installation, automatic distribution of client printer drivers, and centralized printer management without the use of print queues.
  258. Novell Support Connection – Novell’s database of technical information documents, files, patches,fixes, NetWare Application Notes, Novell lab bulletins, Novell professional developer bulletins, answers to frequently asked questions, and more. The database is available from Novell and is updated quarterly.
  259. N-series Connector – Used with Thinnet and Thicknet cabling that is a male/female screw and barrel connector.
  260. Nslookup – Allows you to query a name server to see which IP address a name resolves to.
  261. NT Directory Services (NTDS) – System of domains and trusts for a Windows NT Server network.
  262. Object – The item that represents some network entity in NDS.
  263. Octet – Refers to eight bits,one-forth of IP address.
  264. OE (Operator Error) – When the error is not software or hardware related, it may be a problem with the user not knowing how to operate the software or hardware. OE can be a serious problem.
  265. Offline – The general name for the condition when some piece of electronic or computer equipment is unavailable or inoperable.
  266. Open Datalink Interface (ODI) – A driver specification, developed by Novell, that enables a single workstation to communicate transparently with several different protocol stacks, using a single NIC and a single NIC driver.
  267. OpenLinux – A version of the Linux network operating system developed by Caldera.
  268. Open System Interconnect (OSI) – A model defined by the ISO to categorize the process of communication between computers in terms of seven layers. The seven layers are Application, Presentation, Session, Transport, Network, Data Link, and Physical.
  269. Oversampling – Method of synchronization in which the receiver samples the signal at a much faster rate than the data rate. This permits the use of an encoding method that does not add clocking transitions.
  270. Overvoltage Threshold – The level of overvoltage that will trip the circuit breaker in a surge protector.
  271. Packet – The basic division of data sent over a network.
  272. Packet Filtering – A firewall technology that accepts or rejects packets based on their content.
  273. Packet Switching – The process of breaking messages into packets at the sending router for easier transmission over a WAN.
  274. Passive Detection – A type of intruder detection that logs all network events to a file for an administrator to view later.
  275. Passive Hub – A hub that simply makes physical and electrical connections between all connected stations. Generally speaking, these hubs are not powered.
  276. Password History – List of passwords that have already been used.
  277. Patch – Software that fixes a problem with an existing program or operating system.
  278. Patch Cable – A central wiring point for multiple devices on a UTP network.
  279. Patch Panel – A central wiring point, containing no electronic circuits, for multiple devices on a UTP network. Generally, patch panels are in server rooms or located near switches or hubs to provide an easy means of patching over wall jacks or hardware.
  280. Peer-to-peer Network – Computers hooked together that have no centralized authority. Each computer is equal and can act as both a server and a workstation.
  281. Peripheral – Any device that can be attached to the computer to expand its capabilities.
  282. Permanent Virtual Circuit (PVC) – A technology used by frame relay that allows virtual data communications (circuits) to be set up between sender and receiver over a packet-switched network.
  283. Physical Bus Topology – A network that uses one network cable that runs from one end of the network to the other. Workstations connect at various points along this cable.
  284. Physical Layer – The first layer of the OSI model that controls the functional interface.
  285. Physical Mesh Topology – A network configuration in which each device has multiple connections. These multiple connections provide redundant connections.
  286. Physical Parallel Port – A port on the back of a computer that allows a printer to be connected with a parallel cable.
  287. Physical Port – An opening on a network device that allows a cable of some kind to be connected. Ports allow devices to be connected to each other with cables
  288. Physical Ring Topology – A network topology that is set up in a circular fashion. Data travels around the ring in one derection, and each device on the ring acts as a repeater to keep the signal strong as it travels. Each device incorporates a receiver for the incoming signal and a transmitter to send the data onto the next device in the ring. The network is dependent on the ability of the signal to travel around the ring.
  289. Physical Star Topology – Describes a network in which a cable runs from each network entity to a central device called a hub. The hub allows all devices to communicate as if they were directly connected.
  290. Physical Topology – The physical layout of a network, such as bus,star, ring, or mesh.
  291. Ping – A TCP/IP utility used to test wheather another host is reachable. An ICMP request is sent to the host, who responds with a reply if it is reachable. The request times out if the host is not reachable.
  292. Ping of Death – A large ICMP packet sent to overflow the remote host’s buffer. This usually causes the remote host to reboot or hang.
  293. Plain Old Telephone Service (POTS) – Another name for the Public Switched Telephone Network (PSTN).
  294. Plenum-Rated Coating – Coaxial cable coating that does not produce toxic gas when burned.
  295. Point-to-Point – Network communication in which two devices have exclusive access to a network medium. For example, a printer connected to only one workstation would be using a point-to-point connection.
  296. Point-to-Point Protocol (PPP) – The protocol used with dial-up connections to the Internet. Its functions include error control, security, dynamic IP addressing, and support for multiple protocols.
  297. Point-to Point Tunneling Protocol (PPTP) – A protocol that allows the creation of virtual private networks (VPNs), which allow users to access a server on a corporate network over a secure, direct connection via the Internet.
  298. Polling – A media access control method that uses a central device called a controller that polls each device in turn and asks if it has data to transmit.
  299. Port – Some kind of opening that allows network data to pass through.
  300. Post Office Protocol version 3 (POP3) – The protocol used to download e-mail from an SMTP e-mail server to a network client.
  301. Power Blackout – A total loss of power that may last for only a few seconds or as long as several hours.
  302. Power Brownout – power drops below normal levels for several seconds or longer.
  303. Power Overage – Too much power is coming into the computer.
  304. Power Sag – A lower power condition where the power drops below normal levels for a new seconds, then returns to normal levels.
  305. Power Spike – The power level rises above normal for less than a second and drops back to normal.
  306. Power Surge – The power level rises above normal and stays there for longer than a second or two.
  307. Power Underage – The power level drops below the standard level.
  308. Presentation Layer – The sixth layer of the OSI model; responsible for formatting data exchange such as graphic commands and conversion of character sets. Also responsible for data compression, data encryption, and data stream redirection.
  309. Pretty Good Privacy (PGP) – A shareware implementation of RSA encryption.
  310. Primary Domain Controller (PDC) – An NT server that contains a master copy of the SAM database. This database contains all usernames, passwords, and access control lists for a Windows NT domain.
  311. Print Server – A centralized device that controls and manages all network printers. The print server can be hardware, software, or a combination of both. Some print servers are actually built into the network printer NICs.
  312. Private Key – A technology in which the sender and the receiver have the same key. A single key is used to encrypt and decrypt all messages.
  313. Private Network – The part of a network that lies behind a firewall and is not “seen” on the Internet.
  314. Protocol – A predefined set of rules that dictates how computers or devices communicate and exchange data on the network.
  315. Protocol Analyzer – A software and hardware troubleshooting tool that is used to decode protocol information to try to determine the source of a network problem and to establish baselines.
  316. Protocol Suite – The set of rules a computer uses to communicate with other computers.
  317. Proxy – A type of firewall that prevents direct communication between a client and a host by acting as an intermediary.
  318. Proxy Cache Server – An implementation of a web proxy. The server receives an HTTP request from a web browser and makes the request on behalf of the sending workstation. When the response comes, the proxy cache server caches a copy of the response locally. The next time someone makes a request for the same web page or Internet information, the proxy cache server can fulfill the request out of the cache instead of having to retrieve the resource from the web.
  319. Public Key – A technology that uses two keys to facilitate communication, a public key and a private key. Tke public key is encrypt a message to a receiver.
  320. Public Network – The part of a network on the outside of a firewall that is exposed to the public.
  321. Public Switched Telephone Network (PSTN) – This is the U.S. public telephone network. It is also called the plain old telephone service (POTS).
  322. Punchdown Tool – A hand tool used to terminate twisted-pair wires on a wall jack or patch panel.
  323. Quad Decimal – Four sets of octets separated by a decimal point, an IP address.
  324. Quality of Service (QoS) – Data prioritization at the Network layer of the OSI model. Results in guaranteed throughput rates.
  325. Radio Frequency Interference (RFI) – Interference on copper cabling systems caused by radio frequencies.
  326. RAID Levels – The different types of RAID, such as RAID O, RAID 1,etc.
  327. README File – A file that the manufacturer includes with software to give the installer information that came too late to make it into the software manuals. It’s usually a last-minute addition that includes tips on installing the software, possible incompatibilities, and any known installation problems that might have been found right before the product was shipped.
  328. Reduced Instruction Set Computing (RISC) – Computer architecture in which the computer executes small, general-purpose instructions very rapidly.
  329. Redundant Array of Independent (or Inexpensive) Disks (RAID) – A configuration of multiple hard disks used to provide fault tolerance should a disk fail. Different levels of RAID exist, depending on the amount and type of fault tolerance provided.
  330. Regeneration Process – Process in which signals are read, amplified , and repeated on the network to reduce signal degradation, which results in longer overall possible length of the network.
  331. Remote Access Protocol – Any networking protocol that is used to gain access to a network over public communication links.
  332. Remote Access Server – A computer that has one or more modems installed to enable remote connections to the network.
  333. Repeater – A Physical layer device that amplifies the signals it receives on one port and resends or repeats them on another. A repeater is used to extend the maximum length of a network segment.
  334. Replication – The process of copying directory information to other servers to keep them all synchronized.
  335. RG-58 – The type designation for the coaxial cable used in thin Ethernet (10Base2). It has a 50ohm impedance rating and uses BNC connectors.
  336. RG-62 – The type designation for the coaxial cable used in ARCnet networks. It has a 95ohm impedance and uses BNC connectors.
  337. Ring Topology – A network topology where each computer in the network is connected to exactly two other computers. With ring topology, a single break in the ring brings the entire network down.
  338. RJ (Registered Jack) Connector – A modular connection mechanism that allows for as many as eight copper wires (four pairs). RJ connectors are most commonly used for telephone (such as the RJ-11) and network adapters.
  339. Roaming Profile – Profiles downloaded from a server at each login. When a user out at the end of the session, changes are made and remembered for the next time the user logs in.
  340. Route – The path to get to the destination from a source.
  341. Route Cost – How many router hops there are between source and destination in an internetwork.
  342. Router – A device that connects two networks and allows packets to be transmitted and received between them. A router determines the best path for data packets from source to destination.
  343. Router Information Protocol (RIP) – A distance-vector route discovery protocol used by IPX. It uses hops and ticks to determine the cost for a particular route.
  344. Routing – A function of the Network layer that involves moving data throughout a network. Data passes through several network segments using routers that can select the path the data takes.
  345. Routing Table – A table that contains information about the locations of other routers on the network and their distance from the current router.
  346. RSA Data Security,Inc. – A commercial company that produces encryption software. RSA stands for Rivest, Shamir, and Adleman, the founders of the company.
  347. Secure Hypertext Transfer Protocol (HTTPS) – A protocol used for secure communications between a web server and a web browser.
  348. Security Accounts Manager (SAM) – A database within Windows NT that contains information about all users and groups and their associated rights and settings with a Windows NT domain.
  349. Security Log – Log file used in Windows NT to keep track of security events specified by the domain’s Audit policy.
  350. Security Policy – Rules set in place by a company to ensure the security of a network. This may include how often a password must be changed or how many characters a password should be.
  351. Segment – A unit of data smaller than a packet. Also refers to a portion of a larger network (a network can consist of multiple network segments).
  352. Self-powered – A device that has its own power.
  353. Sequenced Packet eXchange (SPX) – A connection-oriented protocol that is part of the IPX protocol suite. It operates at the Transport layer of the OSI model. It initiates the connection between the sender and receiver, transmits the data, and then terminates the connection.
  354. Sequence Number – A number used to determine the order in which parts of a packet are to be reassembled after the packet has been split into sections.
  355. Serial Line Internet Protocol (SLIP) – A protocol that permits the sending of IP packets over a serial connection.
  356. Server – A computer that provides resources to the clients on the network.
  357. Server and Client Configuration – A network in which the resources are located on a server for use by the clients.
  358. Server-Centric – A network design model that use3s a central server to contain all data as well as control security.
  359. Service – Services add functionality to the network by providing resources or doing tasks for other computers. In Windows 9x, services include file and printer sharing for Microsoft or Novell networks.
  360. Service Accounts – Accounts created on a server for users to perform special services, such as backup operators, account operators, and server operators.
  361. Session Layer – The fifth layer of the OSI model, it determines how two computers establish, use, and end a session. Security authentication and network naming functions required for applications occur here. The Session layer establishes, maintains, and breaks dialogs between two stations.
  362. Share-level Security – In a network that uses share-level security, instead of assigning rights to network resources to users, passwords are assigned to individual files or other network resources (such as printers). These passwords are then given to all users that need access to these resources. All resources are visible from anywhere in the network, and any user who knows the password for a particular network resource can make changes to it.
  363. Shell – Unix interfaces that are based solely upon command prompts. There is no graphical interface.
  364. Shielded – When cabling has extra wrapping to protect it from stray electrical or radio signals. Shielded cabling is more expensive than unshielded.
  365. Shielded Twisted-Pair Cable (STP) – A type of cabling that includes pairs of copper conductors, twisted around each other, inside a metal or foil shield, This type of medium can support faster speeds than unshielded wiring.
  366. Signal – Transmission from one PC to another. This could be notification to start a session or end a session.
  367. Signal Encoding – The process whereby a protocol at the Physical layer receives information from the upper layers and translates all the data into signals that can be transmitted on a transmission medium.
  368. Simple Mail Transfer Protocol (SMTP) – A program that looks for mail on SMTP servers and sends it along the network to its destination at another SMTP server.
  369. Simple Network Management Protocol (SNMP) – The management protocol created for sending information about the health of the network to network management consoles.
  370. Single-Attached Stations (SAS) – Stations on an FDDI network that are attached to only one of the cables. They are less fault tolerant than dual-attached stations.
  371. Skipjack – An encryption algorithm developed as a possible replacement for Data Encryption Standard (DES) that is classified by the National Security Agency (NSA). Not much is known about this encryption algorithm except that it uses an 80-bit key.
  372. Socket – A combination of a port address and an IP address.
  373. SONET (Synchronous Optical Network) – A standard in the U.S. that defines a base data rate of 51.84Mbps; multiples of this rate are known as optical carrier (OC) levels, such as OC-3, OC-12, etc.
  374. Source Address – The address of the station that sent a packet, usually found in the source area of a packet header.
  375. Source Port Number – The address of the PC that is sending data to a receiving PC. The port portion allows for multiplexing of data to be sent from a specific application.
  376. Splitter – Any device that electrically duplicates one signal into two.
  377. Standby Power Supply (SPS) – A power backup device that has power going directly to the protected equipment. A sensor monitors the power. When a loss is detected the computer is switched over to the battery. Thus, a loss of power might occur (typically for less than a second).
  378. Star Topology – A network topology where all devices on the network have a direct connection to every other device on the network. these networks are rare except in very small settings due to the huge amount of cabling required to add a new device.
  379. State Table – A firewall security method that monitors the states of all connections through the firewall.
  380. Static ARP Table Entries – Entry in the ARP table that is manually added by a user when a PC will be accessed often. This will speed up the process of communicating with the PC since the IP-to-MAC address will not have to be resolved.
  381. Static Routing – A method of routing packets where the router’s routing is updated manually by the network administrator instead of automatically by a route discovery protocol.
  382. Straight Tip (ST) – A type of fiber-optic cable connector that uses a mechanism similar to the BNC connectors used by Thinnet. This is the most popular fiber-optic connector currently in use.
  383. Subnet Mask – A group of selected bits that identify a subnetwork within a TCP/IP network
  384. Subnetting – The process of dividing a single IP address range into multiple address ranges.
  385. Subnetwork – A network that is part of another network. The connection is made through a gateway, bridge, or router.
  386. Subnetwork Address – A part of the 32-bit IPv4 address that designates the address of the subnetwork.
  387. Subscriber Connector (SC) – A type of fiber-optic connector. These connectors are square shaped and have release mechanisms to prevent the cable from accidentally being unplugged.
  388. Supernetting – The process of combining multiple IP address ranges into a single IP network.
  389. Surge Protector – A device that contains a special electronic circuit that monitors the incoming voltage level and then trips a circuit breaker when an over voltage reaches a certain level called the over voltage threshold.
  390. Switched – A network that has multiple routes to get from a source to a destination. This allows for higher speeds.
  391. Symmetrical Keys – When the same key is used to encrypt and decrypt data.
  392. SYN flood – A denial of device attack in which the hacker sends a barrage of SYN packets. The receiving station tries to respond to each SYN request for a connection, thereby tying up all the resources. All incoming connections are rejected until all current connections can be established.
  393. Telephony Server – A computer that functions as a smart answering machine for the network. It can also perform call center and call routing functions.
  394. Telnet – A protocol that functions at the Application layer of the OSI model, providing terminal emulation capabilities.
  395. Template – A set of guidelines that you can apply to every new user account created.
  396. Terminal Emulator – A program that enables a PC to act as a terminal for a mainframe or a Unix system.
  397. Terminator – A device that prevents a signal from bouncing off the end of the network cable, which would cause interference with other signals.
  398. Test Accounts – An account set up by an administrator to confirm the basic functionality of a newly installed application, for example. The test account has equal rights to accounts that will use the new functionality. It is important to use test accounts instead of administrator accounts to test new functionality. If an administrator account is used, problems related to user rights may not manifest themselves because administrator accounts typically have full rights to all network resources.
  399. Thick Ethernet ( Thicknet) – A type of Ethernet that uses thick coaxial cable and supports a maximum transmission distance of 500 meters. Also called 10Base5.
  400. Thin Ethernet (Thinnet) – A type of Ethernet that uses RG-58 cable and 10Base2.
  401. Time Division Multiple Access (TDMA) – A method to divide individual channels in broadband communications into separate time slots, allowing more data to be carried at the same time. It is also possible to use TDMA in baseband communications.
  402. Time-Domain Reflectometer (TDR) – A tool that sends out a signal and measures how much time it takes to return. It is used to find short or open circuits. Also called a cable tester.
  403. Time to Live (TTL) – A field in IP packets that indicates how many routers the packet can still cross ( hops it can still make) before it is discarded. TTL is also used in ARP tables to indicate how long an entry should remain in the table.
  404. Token – The special packet of data that is passed around the network in a Token Ring network.
  405. Token Passing – A media access method in which a token (data packet) is passed around the ring in an orderly fashion from one device to the next. A station can transmit only when it has the token.If it doesn’t have the token, it can’t transmit. The token continues around the network until the original sender receives the token. If the token has more data to send, the process repeats. If not, the original sender modifies the token to indicate that the token is free for anyone else to use.
  406. Token Ring Network – A network based on a physical star, logical ring topology, in which data is passed along the ring until it finds its intended receiver. Only one data packet can be passed along the ring at a time. If the data packet goes around the ring without being claimed, it is returned to the sender.
  407. Tone Generator – A small electronic device used to test network cables for breaks and other problems that sends an electronic signal down one set of UTP wires. Used with a tone locator.
  408. Topology – The physical and/or logical layout of the transmission media specified in the physical and logical layers of the OSI model.
  409. Tone Locator – A device used to test network cables for breaks and other problems; designed to sense the signal sent by the tone generator and emit a tone when the signal is detected in a particular set of wires.
  410. Tracert – The TCP/IP Trace Route command-line utility that shows the user every router interface a TCP/IP packet passes through on its way to a destination.
  411. Trailer – A section of a data packet that contains error-checking information.
  412. Transceiver – The part of any network interface that transmits and receives network signals.
  413. Transient – A high-voltage burst of current.
  414. Transmission – Sending of packets form the PC to the network cable.
  415. Transmission Control Protocol (TCP) – The protocol found at the Host-to-Host layer of the DoD model. This protocol breaks data packets into segments, numbers them, and sends them in random order. The receiving computer reassembles the data so that the information is readable for the user. In the process, the sender and the receiver confirm that all data has been received; If not, it is re-sent. This is a connection-oriented protocol.
  416. Transmission Control Protocol/Internet Protocol (TCP/IP) – The protocol suite developed by the DoD in conjunction with the Internet. It was designed as an internetworking protocol suite that could route information around network failures. Today it is the de facto standard for communications on the Internet.
  417. Transmission Media – Physical cables and/or wireless technology across which computers are able to communicate.
  418. Transport layer – The fourth layer of the OSI mode, it is responsible for checking that the data packet created in the Session layer was received error free. If necessary, it also changes the length of messages for transport up or down the remaining layers.
  419. Trivial File Transfer Protocol (TFTP) – A protocol similar to FTP that does not provide the security or error-checking features of FTP.
  420. Trunk Lines – The telephone lines that form the backbone of a telephone network for a company. These lines connect the telephone(s) to the telephone company and to the PSTN.
  421. T-series connection – A series of digital connections leased from the telephone company. Each T-series connection is rated with a number based on speed. T1 and T3 are the most popular.
  422. Twisted-pair Cable – A type of network transmission medium that contains pairs of color-coded, insulated copper wires that are twisted around each other. A twisted-pair cable consists of one or more twisted pairs in a common jacket.
  423. Type – A DOS command that displays the contents of a file.
  424. Uniform Resource Locator (URL) – A URL is one way of identifying a document on the Internet. It consists of the protocol that is used to access the document and the domain name or IP address of the host that holds the document, for example, http:/www.sybek.com.
  425. Uninterruptible power supply (UPS) – A natural line conditioner that uses a battery and power inverter to run the computer equipment that plugs into it. The battery charger continuously charges the battery. The battery charger is the only thing that runs off line voltage. During a power problem, the battery charger stops operating, and the equipment continues to run off the battery.
  426. Unix – A 32-bit, multitasking operating system developed in the 1960s for use on mainframes and minicomputers.
  427. Unshielded – When cabling has little protection of wrapping to protect it from stay electrical or radio signals. Unshielded cabling is less expensive than shielded.
  428. Unshielded Twisted-pair Cable (UTP) – Twisted-pair cable consisting of a number of twisted pairs of copper wire with a simple plastic casing. Because no shielding is used in this cable, it is very susceptible to EMI, RFI, and other types of interference.
  429. Upgrade – To increase an aspect of a PC, for example, by upgrading the RAM (increasing the RAM), upgrading the CPU (changing the current CPU for a faster CPU) etc.
  430. Uptime – The amount of time a particular computer or network component has been functional.
  431. User – The person who is using a computer or network.
  432. User Datagram Protocol (UDP) – Protocol at the Host-to-Host layer of the DoD model, which corresponds to the Transport layer of the OSI model. Packets are divided into segments, given numbers, sent randomly, and put back together at the receiving end. This is a connection less protocol.
  433. User-level Security – A type of network in which user accounts can read, write,change, and take ownership of files. Rights are assigned to user account, and each user knows only his or her own username and password, which makes this the preferred method for securing files.
  434. Vampire Tap – A connection used with Thicknet to attach a station to the main cable. It is called a vampire tap because it has a tooth that “bites” through the insulation to make the physical connection.
  435. Virtual COM – Serial port that is used as if it were a serial port, but the actual serial port interface does not exist.
  436. Virtual LAN (VLAN) – Allows users on different switch ports to participate in their own network separate from, but still connected to, the other stations on the same or connected switch.
  437. Virtual Private Network (VPN) – Using the public Internet as a backbone for a private interconnection (network) between locations.
  438. Virus – A program intended to damage a computer system. Sophisticated viruses encrypt and hide in a computer and may not appear until the user performs a certain action or until a certain date.
  439. Virus Engine – The core program that runs the virus-scanning process.
  440. Volume – Loudness of a sound, or the portion of a hard disk that functions as if it were a private network.
  441. Web Proxy – A type of proxy that is used to act on behalf of a web client or web server.
  442. Web Server – A server that holds and delivers web pages and other web content using the HTTP protocol.
  443. Wide Area Network (WAN) – A network that crosses local,regional, and international boundaries.
  444. Windows Internet Name Service (WINS) – A Windows NT service that dynamically associates the NetBIOS name of a host with a domain name.
  445. Windows NT – A network operating system developed by Microsoft that uses that same graphical interface as the Desktop environment, Windows 95/98.
  446. Windows NT 3.51 – The version of Windows NT based on the “look and feel” of Windows 3.x.
  447. Windows NT 4 – The version of Windows NT based on the “look and feel”of Windows 95/98.
  448. Windows NT Service – A type of Windows program (a file with either an. EXE or a.DLL extension) that is loaded automatically by the server or manually by the administrator.
  449. Winipcfg – The IP configuration utility for Windows 95/98 that allows you to view the current TCP/IP configuration of workstation.
  450. WinNuke – A Windows-based attack that affects only computers running Windows NT 3.51 or 4 . It is caused by the way that the Windows NT TCP/IP stack handles bad data in the TCP header. Instead of returning an error code or rejecting the bad data, it sends NT to the Blue Screen of Death (BSOD). Figuratively speaking the attack nukes the computer.
  451. Wire Crimper – Used for attaching ends onto different types of network cables by a process known as crimping. Crimping involves using pressure to press some kind of metal teeth into the inner conductors of a cable.
  452. Wireless Access Point (WAP) – A wireless bridge used in a multipoint RF network.
  453. Wireless Bridge – Performs all the functions of a regular bridge but uses RF instead of cables to transmit signals.
  454. Workgroup – A specific group of users or network devices, organized by job function or proximity to shared resources.
  455. Workstation – A computer that is not a server but is on a network. Generally a workstation is used to do work, while a server is used to store data or perform a network function. In the most simple terms, a workstation is a computer that is not a server.
  456. World Wide Web (WWW) – A collection of HTTP servers running on the Internet. They support the use of documents formatted with HTML.
  457. X Windows – A graphical user interface (GUI) developed for use with the various flavors of Unix.
You may also like:

Related Posts

Leave a Reply