Parallel processing:-
A computing method that can be performed by systems containing two of more processors operating simultaneously. Parallel processing uses several processors, all working on different aspects of the same program at the same time, in order to share the computational load. Parallel processing computers can achieve incredible speeds; the Cray X-MP48 peaks at 1000 million floating-point operations per second (1000 MFLOP) using four extremely powerful processors, while parallel-hypercube systems, first arketed by Intel, can exceed 64,536 processors with speeds of up to 262 billion floating-point operations per second (262 GFLOP).
What is all this speed used for? Applications such as weather forecasting, where the predictive programs can take as long to run as the weather actually takes to arrive, 3-D seismic modeling, groundwater and toxic flow studies, and modeling full-motion dinosaur images used in movies.
Passive Hub:-
A device used in some networks to split a transmission signal, allowing additional hubs to be added to the network, sometimes at the expense of distance.
Password:-
A security method that identifies a specific, authorized user of a computer system or network by a unique string of characters. The user must type these characters to gain access to the computer or network. In general, passwords should be a mixture of letters and numbers, and longer than six characters. Here are some general guidelines:
• Passwords should be kept secret and changed frequently. The worst passwords are the obvious ones: people's names or initials, place names, phone numbers, birth dates, or complete English words. There are a limited number of words in the English language, and it is easy for a computer to try them all relatively quickly.
• Change all passwords every 90 days, and change those associated with high security privileges every month.
• Some systems provide default passwords, such as MANAGER, SERVICE, or GUEST, as part of the installation process. These default passwords should be changed immediately.
• Limit concurrent sessions to one per system.
• Do not allow more than two or three invalid password attempts before disconnecting.
• Do not allow generic accounts.
• Promptly remove the accounts of transferred or terminated people, as well as all unused accounts.
• Review the security log files periodically.
Patch Panel:-
A panel, usually located in a wiring closet that contains rows of telephone-type modular jacks. A patch panel allows to connect, disconnect, move, and test network devices by changing these connections.
PCI local bus:-
Abbreviation for Peripheral component Interconnect local bus. A specification introduced by Intel in 1992 for a local bus that allows up to ten 101 complaint expansion cards to be plugged into the computer. One of these expansion cards must be the PCI controller card, but the others can include a video card, network interface card, SCSI interface, or any other basic function.
The PCI controller exchanges information with the computer's processor, either 32 or 64 bits at a time, and allows intelligent PCI adapters to perform certain tasks concurrently with the main processor by using bus-mastering techniques. PCI is compatible with ISA. EISA, and MCA expansion buses for backward compatibility with older technologies. PCI can operate at a bus speed of 32 MHz, and can manage a maximum throughput of 132 megabytes per second with a 32-bit data path, or a rate of 264 megabytes per second with a 64-Dit data path. |