DEFINITION of ICMP

ICMP (Internet Control Message Protocol) is a message control and error-reporting protocol between a host server and a gateway to the Internet. ICMP uses Internet Protocol (IP)datagrams, but the messages are processed by the IP software and are not directly apparent to the application user.

DEFINITION of mainframe

A mainframe (also known as “big iron”) is a high-performance computer used for large-scale computing purposes that require greater availability and security than a smaller-scale machine can offer. Historically, mainframes have been associated with centralized rather than distributed computing, although that

Read More

DEFINITION of master-slave

In computer networking, master/slave is a model for a communication protocol in which one device or process (known as the master) controls one or more other devices or processes (known as slaves). Once the master/slave relationship is established, the direction of control is always from the master to the slave(s). The County of Los

Read More

DEFINITION of firewall

A firewall is a set of related programs, located at a network gateway server, that protects the resources of a private network from users from other networks. (The term also implies the security policy that is used with the programs.) An enterprise with an intranet that allows its workers access to the wider Internet installs a

Read More

DEFINITION of fast packet technology

In data transmission, a fast packet is one that is transmitted without any error checking at points along the route. Assurance that the packet arrived without error is the responsibility of the receiver. Fast packet transmission is possible because of the extremely low incidence of error or data loss on fiber optic media and is a characteristic of high bandwidth transmission technologies such as ATM .

DEFINITION of HTTPS

HTTPS (HTTP over SSL or HTTP Secure) is the use of Secure Socket Layer (SSL) or Transport Layer Security (TLS) as a sublayer under regular HTTP application layering. HTTPS encrypts and decrypts user page requests as well as the pages that are returned by the Web server. The use of HTTPS protects against eavesdropping and

Read More

DEFINITION of IRQ

An IRQ (interrupt request) value is an assigned location where the computer can expect a particular device to interrupt it when the device sends the computer signals about its operation. For example, when a printer has finished printing, it sends an interrupt signal to the computer. The signal momentarily interrupts the computer

Read More

DEFINITION of interrupt

An interrupt is a signal from a device attached to a computer or from a program within the computer that causes the main program that operates the computer (the operating system ) to stop and figure out what to do next. Almost all personal (or larger) computers today are interrupt-driven – that is, they start down the list of

Read More