FULLFORMDEFINITION
This section includes 1268 fullforms, each offering curated multiple-choice questions to sharpen your Information Technology knowledge and support exam preparation. Choose a topic below to get started.
| 651. |
POSIX meaning in Information Technology ? |
|
Answer» INFO: Full form for POSIX is Portable Operating System Interface, formerly IEEE-IX in Information Technology category |
|
| 653. |
PPPoA meaning in Information Technology ? |
||||||||||||||
|
Answer» INFO: Full form for PPPoA is PPP over ATM in Information Technology category
|
|||||||||||||||
| 654. |
PPPoE meaning in Information Technology ? |
|
Answer» INFO: Full form for PPPoE is PPP over Ethernet in Information Technology category |
|
| 655. |
PPTP meaning in Information Technology ? |
|
Answer» What is Point-to-Point Tunneling Protocol mean? The Point-to-Point Tunneling Protocol (PPTP) is an obsolete method for implementing virtual private networks. PPTP has many well known security issues. PPTP uses a TCP control channel and a Generic Routing Encapsulation tunnel to encapsulate PPP packets. Many modern VPNs use various forms of UDP for this same functionality. The PPTP specification does not describe encryption or authentication features and relies on the Point-to-Point Protocol being tunneled to implement any and all security functionalities. The PPTP implementation that ships with the Microsoft Windows product families implements various levels of authentication and encryption natively as standard features of the Windows PPTP stack. The intended use of this protocol is to provide security levels and remote access levels comparable with typical VPN products. reference |
|
| 656. |
PS/2 meaning in Information Technology ? |
||||||
|
Answer» What is Personal System/2 mean? The Personal System/2 or PS/2 is IBM's third generation of personal computers. Released in 1987, it officially replaced the IBM PC, XT, AT, and PC Convertible in IBM's lineup. Many of the PS/2's innovations, such as the 16550 UART (serial port), 1440 KB 3.5-inch floppy disk format, Model M keyboard layout, 72-pin SIMMs, the PS/2 port, and the VGA video standard, went on to become standards in the broader PC market. The PS/2 line was created by IBM partly in an attempt to recapture control of the PC market by introducing the advanced yet proprietary Micro Channel architecture (MCA) on higher-end models. These models were in the strange position of being incompatible with the IBM-compatible hardware standards previously established by IBM and adopted in the PC industry. However IBM's initial PS/2 computers were popular with target market corporate buyers, and by September 1988 IBM reported that it had sold 3 million PS/2 machines. This was only 18 months after the new range had been introduced. Most major PC manufacturers balked at IBM's licensing terms for MCA-compatible hardware, particularly the per-machine royalties. In 1992, Macworld stated that "IBM lost control of its own market and became a minor player with its own technology." The OS/2 operating system was announced at the same time as the PS/2 line and was intended to be the primary operating system for models with Intel 80286 or later processors. However, at the time of the first shipments, only IBM PC DOS 3.3 was available. OS/2 1.0 (text-mode only) and Microsoft's Windows 2.0 became available several months later. IBM also released AIX PS/2, a UNIX operating system for PS/2 models with Intel 386 or later processors. reference
|
|||||||
| 657. |
PSVI meaning in Information Technology ? |
|
Answer» INFO: Full form for PSVI is Post-Schema-Validation Infoset in Information Technology category |
|
| 658. |
PCRE meaning in Information Technology ? |
|
Answer» What is Perl Compatible Regular Expressions mean? Perl Compatible Regular Expressions (PCRE) is a library written in C, which implements a regular expression engine, inspired by the capabilities of the Perl programming language. Philip Hazel started writing PCRE in summer 1997. PCRE's syntax is much more powerful and flexible than either of the POSIX regular expression flavors (BRE, ERE) and than that of many other regular-expression libraries. While PCRE originally aimed at feature-equivalence with Perl, the two implementations are not fully equivalent. During the PCRE 7.x and Perl 5.9.x phase, the two projects have coordinated development, with features being ported between them in both directions. In 2015 a fork of PCRE was released with a revised programming interface (API). The original software, now called PCRE1 (the 8.xx series), has had bugs mended, but no further development. It is now (2020) considered obsolete, and the current 8.45 release is likely to be the last. The new PCRE2 code (the 10.xx series) has had a number of extensions and coding improvements and is where development takes place. A number of prominent open-source programs, such as the Apache and Nginx HTTP servers, and the PHP and R scripting languages, incorporate the PCRE library; proprietary software can do likewise, as the library is BSD-licensed. As of Perl 5.10, PCRE is also available as a replacement for Perl's default regular-expression engine through the re::engine::PCRE module. The library can be built on Unix, Windows, and several other environments. PCRE2 is distributed with a POSIX C wrapper, several test programs, and the utility program `pcre2grep` built in tandem with the library. reference |
|
| 659. |
PERL meaning in Information Technology ? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» INFO: Full form for PERL is Practical Extraction and Reporting Language in Information Technology category
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 660. |
PGO meaning in Information Technology ? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» What is Profile-Guided Optimization mean? Profile-guided optimization (PGO, sometimes pronounced as pogo), also known as profile-directed feedback (PDF), and feedback-directed optimization (FDO) is a compiler optimization technique in computer programming that uses profiling to improve program runtime performance. reference
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 661. |
PGP meaning in Information Technology ? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» What is Pretty Good Privacy mean? Pretty Good Privacy (PGP) is an encryption program that provides cryptographic privacy and authentication for data communication. PGP is used for signing, encrypting, and decrypting texts, e-mails, files, directories, and whole disk partitions and to increase the security of e-mail communications. Phil Zimmermann developed PGP in 1991. PGP and similar software follow the OpenPGP, an open standard of PGP encryption software, standard (RFC 4880) for encrypting and decrypting data. reference
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 662. |
PCMCIA meaning in Information Technology ? |
||||||||||||||||||
|
Answer» What is Personal Computer Memory Card International Association mean? The Personal Computer Memory Card International Association (PCMCIA) was a group of computer hardware manufacturers, operating under that name from 1989 to 2009/2010. Starting with the eponymous PCMCIA card in 1990, it created various standards for peripheral interfaces designed for laptop computers. reference
|
|||||||||||||||||||
| 663. |
PINE meaning in Information Technology ? |
|
Answer» INFO: Full form for PINE is Program for Internet News and Email in Information Technology category |
|
| 664. |
PIO meaning in Information Technology ? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» What is Programmed Input/Output mean? Programmed input–output (also programmed input/output, programmed I/O, PIO) is a method of data transmission, via input/output (I/O), between a central processing unit (CPU) and a peripheral device, such as a network adapter or a Parallel ATA storage device. Each data item transfer is initiated by an instruction in the program, involving the CPU for every transaction. In contrast, in direct memory access (DMA) operations, the CPU is uninvolved in the data transfer. The term can refer to either memory-mapped I/O (MMIO) or port-mapped I/O (PMIO). PMIO refers to transfers using a special address space outside of normal memory, usually accessed with dedicated instructions, such as IN and OUT in x86 architectures. MMIO refers to transfers to I/O devices that are mapped into the normal address space available to the program. PMIO was very useful for early microprocessors with small address spaces, since the valuable resource was not consumed by the I/O devices. The best known example of a PC device that uses programmed I/O is the AT Attachment (ATA) interface; however, this interface can also be operated in any of several DMA modes. Many older devices in a PC also use PIO, including legacy serial ports, legacy parallel ports when not in ECP mode, keyboard and mouse PS/2 ports, legacy Musical Instrument Digital Interface (MIDI) and joystick ports, the interval timer, and older network interfaces. reference
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 665. |
PKCS meaning in Information Technology ? |
|
Answer» INFO: Full form for PKCS is Public Key Cryptography Standards in Information Technology category |
|
| 666. |
OOM meaning in Information Technology ? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» What is Out Of Memory mean? Out of memory (OOM) is an often undesired state of computer operation where no additional memory can be allocated for use by programs or the operating system. Such a system will be unable to load any additional programs, and since many programs may load additional data into memory during execution, these will cease to function correctly. This usually occurs because all available memory, including disk swap space, has been allocated. reference
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 667. |
OOTB meaning in Information Technology ? |
||||||||
|
Answer» What is Out of the box mean? Out of the box primarily refers to: Out of the box (feature), a product that is usable immediatelyThinking out of the box, or thinking outside the box, a metaphor for thinking in a creative wayOut of the Box may also refer to: Out of the Box (Jade Valerie album), 2007Out of the Box (Joel Turner album), 2007Out of the Box (TV series), Playhouse Disney showOut of the Box Publishing, a publisher of board and card games reference
|
|||||||||
| 668. |
OO meaning in Information Technology ? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» What is OpenOffice mean? OpenOffice or open office may refer to: reference
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 669. |
OOE meaning in Information Technology ? |
||||||||||||||||||||||||||||||||||||||||
|
Answer» INFO: Full form for OOE is Out-of-Order Execution in Information Technology category
|
|||||||||||||||||||||||||||||||||||||||||
| 670. |
ORB meaning in Information Technology ? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» What is Object Request Broker mean? In distributed computing, an object request broker (ORB) is a middleware which allows program calls to be made from one computer to another via a computer network, providing location transparency through remote procedure calls. ORBs promote interoperability of distributed object systems, enabling such systems to be built by piecing together objects from different vendors, while different parts communicate with each other via the ORB. reference
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 671. |
OPML meaning in Information Technology ? |
|
Answer» What is Outline Processor Markup Language mean? OPML (Outline Processor Markup Language) is an XML format for outlines (defined as "a tree, where each node contains a set of named attributes with string values"). Originally developed by UserLand as a native file format for the outliner application in its Radio UserLand product, it has since been adopted for other uses, the most common being to exchange lists of web feeds between web feed aggregators. The OPML specification defines an outline as a hierarchical, ordered list of arbitrary elements. The specification is fairly open which makes it suitable for many types of list data. Support for importing and exporting RSS feed lists in OPML format is available in Mozilla Thunderbird, and many other RSS reader web sites and applications. reference |
|
| 672. |
OSDN meaning in Information Technology ? |
|
Answer» INFO: Full form for OSDN is Open Source Developer Network in Information Technology category |
|
| 673. |
NTLM meaning in Information Technology ? |
||||||||||
|
Answer» INFO: Full form for NTLM is NT Lan Manager in Information Technology category
|
|||||||||||
| 674. |
NPTL meaning in Information Technology ? |
||||||||||||||||||
|
Answer» What is Native POSIX Thread Library mean? The Native POSIX Thread Library (NPTL) is an implementation of the POSIX Threads specification for the Linux operating system. reference
|
|||||||||||||||||||
| 675. |
NTFS meaning in Information Technology ? |
||||||||||||||||||||||||||||||||
|
Answer» INFO: Full form for NTFS is NT Filesystem in Information Technology category
|
|||||||||||||||||||||||||||||||||
| 676. |
NURBS meaning in Information Technology ? |
|
Answer» INFO: Full form for NURBS is Non-Uniform Rational B-Spline in Information Technology category |
|
| 677. |
OAT meaning in Information Technology ? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» What is Operational Acceptance Testing mean? Operational acceptance testing (OAT) is used to conduct operational readiness (pre-release) of a product, service, or system as part of a quality management system. OAT is a common type of non-functional software testing, used mainly in software development and software maintenance projects. This type of testing focuses on the operational readiness of the system to be supported, and/or to become part of the production environment. Hence, it is also known as operational readiness testing (ORT) or operations readiness and assurance testing (OR&A). Functional testing within OAT is limited to those tests which are required to verify the non-functional aspects of the system. According to the International Software Testing Qualifications Board (ISTQB), OAT may include checking the backup/restore facilities, IT disaster recovery procedures, maintenance tasks and periodic check of security vulnerabilities., and whitepapers on ISO 29119 and Operational Acceptance by Anthony Woods, and ISO 25000 and Operational Acceptance Testing by Dirk Dach et al., OAT generally includes: Component TestingFailover (Within the same data centre)Component fail-overNetwork fail-overFunctional StabilityAccessibilityConversionStabilityUsabilityIT Service Management (Supportability)Monitoring and Alerts (to ensure proper alerts are configured in the system if something goes wrong)PortabilityCompatibilityInteroperabilityInstallation and BackoutLocalizationRecovery (across data centres)Application/system recoveryData recoveryReliabilityBackup and Restoration (Recovery)Disaster RecoveryMaintainabilityPerformance, Stress and Volume,Procedures (Operability) and Supporting Documentation (Supportability)Security and PenetrationDuring OAT changes may be made to environmental parameters which the application uses to run smoothly. For example, with Microsoft Windows applications with a mixed or hybrid architecture, this may include: Windows services, configuration files, web services, XML files, COM+ components, web services, IIS, stored procedures in databases, etc. Typically OAT should occur after each main phase of the development life cycle: design, build, and functional testing. In sequential projects it is often viewed as a final verification before a system is released; where in agile and iterative projects, a more frequent execution of OAT occurs providing stakeholders with assurance of continued stability of the system and its operating environment. An approach used in OAT may follow these steps: Design the system,Assess the design,Build the system,Confirm if built to design,Evaluate the system addresses business functional requirements,Assess the system for compliance with non-functional requirements,Deploy the system,Assess operability and supportability of the system.For running the OAT test cases, the tester normally has exclusive access to the system or environment. This means that a single tester would be executing the test cases at a single point of time. For OAT the exact Operational Readiness quality gates are defined: both entry and exit gates. The primary emphasis of OAT should be on the operational stability, portability and reliability of the system. reference
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 678. |
NUMA meaning in Information Technology ? |
||||||||||||||||||
|
Answer» What is Non-Uniform Memory Access mean? Non-uniform memory access (NUMA) is a computer memory design used in multiprocessing, where the memory access time depends on the memory location relative to the processor. Under NUMA, a processor can access its own local memory faster than non-local memory (memory local to another processor or memory shared between processors). The benefits of NUMA are limited to particular workloads, notably on servers where the data is often associated strongly with certain tasks or users. NUMA architectures logically follow in scaling from symmetric multiprocessing (SMP) architectures. They were developed commercially during the 1990s by Unisys, Convex Computer (later Hewlett-Packard), Honeywell Information Systems Italy (HISI) (later Groupe Bull), Silicon Graphics (later Silicon Graphics International), Sequent Computer Systems (later IBM), Data General (later EMC), and Digital (later Compaq, then HP, now HPE). Techniques developed by these companies later featured in a variety of Unix-like operating systems, and to an extent in Windows NT. The first commercial implementation of a NUMA-based Unix system was the Symmetrical Multi Processing XPS-100 family of servers, designed by Dan Gielan of VAST Corporation for Honeywell Information Systems Italy. reference
|
|||||||||||||||||||
| 679. |
OFTC meaning in Information Technology ? |
|
Answer» What is Open and Free Technology Community mean? The Open and Free Technology Community (OFTC) is an IRC network that provides collaboration services to members of the free software community in any part of the world. OFTC is an associated project of Software in the Public Interest, a non-profit organization which was founded to help organizations develop and distribute open hardware and software. The network's servers are accessible via Round-robin DNS from the URL irc.oftc.net. As of October 2019, OFTC has 31 volunteer staff members, and 16 sponsors. reference |
|
| 680. |
NVR meaning in Information Technology ? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» What is Network Video Recorder mean? A network video recorder (NVR) is a specialized computer system that includes a software program that records video in a digital format to a disk drive, USB flash drive, SD memory card or other mass storage device. An NVR contains no dedicated video capture hardware. However, the software is typically run on a dedicated device, usually with an embedded operating system. Alternatively, to help support increased functionality and serviceability, standard operating systems are used with standard processors and video management software. An NVR is typically deployed in an IP video surveillance system. Network video recorders are distinct from digital video recorders (DVR) as their input is from a network rather than a direct connection to a video capture card or tuner. Video on a DVR is encoded and processed at the DVR, while video on an NVR is encoded and processed at the camera, then streamed to the NVR for storage or remote viewing.Additional processing may be done at the NVR, such as further compression or tagging with meta data. Hybrid NVR/DVR surveillance systems exist which incorporate functions of both NVR and DVR; these are considered a form of NVR. NVR home surveillance systems are generally wireless, tend to be easy to set up, can be accessed through a web browser, and allow the user to be notified by email if an alarm is triggered. reference
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 681. |
OBSAI meaning in Information Technology ? |
|
Answer» What is Open Base Station Architecture Initiative mean? The Open Base Station Architecture Initiative (OBSAI) was a trade association created by Hyundai, LG Electronics, Nokia, Samsung and ZTE in September 2002 with the aim of creating an open market for cellular network base stations. The hope was that an open market would reduce the development effort and costs traditionally associated with creating base station products. reference nan |
|
| 682. |
ODBC meaning in Information Technology ? |
|
Answer» What is Open DataBase Connectivity mean? In computing, Open Database Connectivity (ODBC) is a standard application programming interface (API) for accessing database management systems (DBMS). The designers of ODBC aimed to make it independent of database systems and operating systems. An application written using ODBC can be ported to other platforms, both on the client and server side, with few changes to the data access code. ODBC accomplishes DBMS independence by using an ODBC driver as a translation layer between the application and the DBMS. The application uses ODBC functions through an ODBC driver manager with which it is linked, and the driver passes the query to the DBMS. An ODBC driver can be thought of as analogous to a printer driver or other driver, providing a standard set of functions for the application to use, and implementing DBMS-specific functionality. An application that can use ODBC is referred to as "ODBC-compliant". Any ODBC-compliant application can access any DBMS for which a driver is installed. Drivers exist for all major DBMSs, many other data sources like address book systems and Microsoft Excel, and even for text or comma-separated values (CSV) files. ODBC was originally developed by Microsoft and Simba Technologies during the early 1990s, and became the basis for the Call Level Interface (CLI) standardized by SQL Access Group in the Unix and mainframe field. ODBC retained several features that were removed as part of the CLI effort. Full ODBC was later ported back to those platforms, and became a de facto standard considerably better known than CLI. The CLI remains similar to ODBC, and applications can be ported from one platform to the other with few changes. reference |
|
| 683. |
OES meaning in Information Technology ? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» What is Open Enterprise Server mean? Open Enterprise Server (OES) is a server operating system published by Novell in March 2005 to succeed their NetWare product. Unlike NetWare, Novell OES is a Linux distribution—specifically, one based on SUSE Linux Enterprise Server. The first major release of Open Enterprise Server (OES 1) could run either with a Linux kernel (with a NetWare compatibility layer) or Novell's NetWare kernel (with a Linux compatibility layer). Novell discontinued the NetWare kernel prior to the release of OES 2, but NetWare 6.5 SP7, and later SP8 can run as a paravirtualized guest inside the Xen hypervisor (Officially supported until 7 March 2012, Novell self-supported until 7 March 2015). reference
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 684. |
SAX meaning in Information Technology ? |
||||||||||||||||||||||||||||||||||||
|
Answer» What is Simple API for XML mean? SAX (Simple API for XML) is an event-driven online algorithm for parsing XML documents, with an API developed by the XML-DEV mailing list. SAX provides a mechanism for reading data from an XML document that is an alternative to that provided by the Document Object Model (DOM). Where the DOM operates on the document as a whole—building the full abstract syntax tree of an XML document for convenience of the user—SAX parsers operate on each piece of the XML document sequentially, issuing parsing events while making a single pass through the input stream. reference
|
|||||||||||||||||||||||||||||||||||||
| 685. |
SBOD meaning in Information Technology ? |
|
Answer» INFO: Full form for SBOD is Spinning Beachball of Death in Information Technology category nan |
|
| 686. |
SBP-2 meaning in Information Technology ? |
|
Answer» What is Serial Bus Protocol 2 mean? The Serial Bus Protocol 2 (SBP-2) standard is a transport protocol within the Serial Bus, IEEE Std 1394-1995 (also known as FireWire or i.Link), developed by T10. Original work on Serial Bus Protocol started as an attempt to adapt SCSI to IEEE Std 1394-1995 serial interface. Later on it was recognized that SBP-2 may have a more general use, and the work on the standard was targeted to provide a generic framework for delivery of commands, data, and status between Serial Bus peripherals. reference nan |
|
| 687. |
SCSI meaning in Information Technology ? |
||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» What is Small Computer System Interface mean? Small Computer System Interface (SCSI, SKUZ-ee) is a set of standards for physically connecting and transferring data between computers and peripheral devices. The SCSI standards define commands, protocols, electrical, optical and logical interfaces. The SCSI standard defines command sets for specific peripheral device types; the presence of "unknown" as one of these types means that in theory it can be used as an interface to almost any device, but the standard is highly pragmatic and addressed toward commercial requirements. The initial Parallel SCSI was most commonly used for hard disk drives and tape drives, but it can connect a wide range of other devices, including scanners and CD drives, although not all controllers can handle all devices. The ancestral SCSI standard, X3.131-1986, generally referred to as SCSI-1, was published by the X3T9 technical committee of the American National Standards Institute (ANSI) in 1986. SCSI-2 was published in August 1990 as X3.T9.2/86-109, with further revisions in 1994 and subsequent adoption of a multitude of interfaces. Further refinements have resulted in improvements in performance and support for ever-increasing storage data capacity. reference
|
|||||||||||||||||||||||||||||||||||||||||||||||
| 688. |
SDDL meaning in Information Technology ? |
|
Answer» What is Security Descriptor Definition Language mean? Security Descriptor Definition Language (SDDL) defines the string format that is used to describe a security descriptor as a text string. reference |
|
| 689. |
sbin meaning in Information Technology ? |
||||||||||||||||||
|
Answer» INFO: Full form for sbin is superuser binary in Information Technology category
|
|||||||||||||||||||
| 690. |
SCPI meaning in Information Technology ? |
||||||||||||||||||||||
|
Answer» What is Standard Commands for Programmable Instrumentation mean? The Standard Commands for Programmable Instruments (SCPI; often pronounced "skippy") defines a standard for syntax and commands to use in controlling programmable test and measurement devices, such as automatic test equipment and electronic test equipment. reference
|
|||||||||||||||||||||||
| 691. |
SBU meaning in Information Technology ? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» What is Standard Build Unit mean? Linux From Scratch (LFS) is a type of a Linux installation and the name of a book written by Gerard Beekmans, and as of May 2021, mainly maintained by Bruce Dubbs. The book gives readers instructions on how to build a Linux system from source. The book is available freely from the Linux From Scratch site. reference
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 692. |
SDH meaning in Information Technology ? |
||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» What is Synchronous Digital Hierarchy mean? Synchronous optical networking (SONET) and synchronous digital hierarchy (SDH) are standardized protocols that transfer multiple digital bit streams synchronously over optical fiber using lasers or highly coherent light from light-emitting diodes (LEDs). At low transmission rates data can also be transferred via an electrical interface. The method was developed to replace the plesiochronous digital hierarchy (PDH) system for transporting large amounts of telephone calls and data traffic over the same fiber without the problems of synchronization. SONET and SDH, which are essentially the same, were originally designed to transport circuit mode communications (e.g., DS1, DS3) from a variety of different sources, but they were primarily designed to support real-time, uncompressed, circuit-switched voice encoded in PCM format. The primary difficulty in doing this prior to SONET/SDH was that the synchronization sources of these various circuits were different. This meant that each circuit was actually operating at a slightly different rate and with different phase. SONET/SDH allowed for the simultaneous transport of many different circuits of differing origin within a single framing protocol. SONET/SDH is not a complete communications protocol in itself, but a transport protocol (not a ‘transport’ in the OSI Model sense). Due to SONET/SDH's essential protocol neutrality and transport-oriented features, SONET/SDH was the obvious choice for transporting the fixed length Asynchronous Transfer Mode (ATM) frames also known as cells. It quickly evolved mapping structures and concatenated payload containers to transport ATM connections. In other words, for ATM (and eventually other protocols such as Ethernet), the internal complex structure previously used to transport circuit-oriented connections was removed and replaced with a large and concatenated frame (such as STS-3c) into which ATM cells, IP packets, or Ethernet frames are placed. Both SDH and SONET are widely used today: SONET in the United States and Canada, and SDH in the rest of the world. Although the SONET standards were developed before SDH, it is considered a variation of SDH because of SDH's greater worldwide market penetration.SONET is subdivided into four sublayers with some factor such as the path, line, section and physical layer. The SDH standard was originally defined by the European Telecommunications Standards Institute (ETSI), and is formalised as International Telecommunication Union (ITU) standards G.707, G.783, G.784, and G.803. The SONET standard was defined by Telcordia and American National Standards Institute (ANSI) standard T1.105. which define the set of transmission formats and transmission rates in the range above 51.840 Mbit/s. reference
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
| 693. |
SDIO meaning in Information Technology ? |
|
Answer» What is Secure Digital Input Output mean? Secure Digital, officially abbreviated as SD, is a proprietary non-volatile memory card format developed by the SD Association (SDA) for use in portable devices. The standard was introduced in August 1999 by joint efforts between SanDisk, Panasonic (Matsushita) and Toshiba as an improvement over MultiMediaCards (MMCs), and has become the industry standard. The three companies formed SD-3C, LLC, a company that licenses and enforces intellectual property rights associated with SD memory cards and SD host and ancillary products. The companies also formed the SD Association (SDA), a non-profit organization, in January 2000 to promote and create SD Card standards. SDA today has about 1,000 member companies. The SDA uses several trademarked logos owned and licensed by SD-3C to enforce compliance with its specifications and assure users of compatibility. reference |
|
| 694. |
SDN meaning in Information Technology ? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» INFO: Full form for SDN is Service Delivery Network in Information Technology category
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 695. |
SDP meaning in Information Technology ? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» What is Session Description Protocol mean? The Session Description Protocol (SDP) is a format for describing multimedia communication sessions for the purposes of announcement and invitation. Its predominant use is in support of streaming media applications, such as voice over IP (VoIP) and video conferencing. SDP does not deliver any media streams itself but is used between endpoints for negotiation of network metrics, media types, and other associated properties. The set of properties and parameters is called a session profile. SDP is extensible for the support of new media types and formats. SDP was originally a component of the Session Announcement Protocol (SAP), but found other uses in conjunction with the Real-time Transport Protocol (RTP), the Real-time Streaming Protocol (RTSP), Session Initiation Protocol (SIP), and as a standalone protocol for describing multicast sessions. The IETF published the original specification as a Proposed Standard in April 1998. Revised specifications were released in 2006 (RFC 4566), and in 2021 (RFC 8866).. reference
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 696. |
OLAP meaning in Information Technology ? |
||||||||||||||||||
|
Answer» What is Online Analytical Processing mean? Online analytical processing, or OLAP (), is an approach to answer multi-dimensional analytical (MDA) queries swiftly in computing. OLAP is part of the broader category of business intelligence, which also encompasses relational databases, report writing and data mining. Typical applications of OLAP include business reporting for sales, marketing, management reporting, business process management (BPM), budgeting and forecasting, financial reporting and similar areas, with new applications emerging, such as agriculture. The term OLAP was created as a slight modification of the traditional database term online transaction processing (OLTP). OLAP tools enable users to analyze multidimensional data interactively from multiple perspectives. OLAP consists of three basic analytical operations: consolidation (roll-up), drill-down, and slicing and dicing.: 402–403 Consolidation involves the aggregation of data that can be accumulated and computed in one or more dimensions. For example, all sales offices are rolled up to the sales department or sales division to anticipate sales trends. By contrast, the drill-down is a technique that allows users to navigate through the details. For instance, users can view the sales by individual products that make up a region's sales. Slicing and dicing is a feature whereby users can take out (slicing) a specific set of data of the OLAP cube and view (dicing) the slices from different viewpoints. These viewpoints are sometimes called dimensions (such as looking at the same sales by salesperson, or by date, or by customer, or by product, or by region, etc.). Databases configured for OLAP use a multidimensional data model, allowing for complex analytical and ad hoc queries with a rapid execution time. They borrow aspects of navigational databases, hierarchical databases and relational databases. OLAP is typically contrasted to OLTP (online transaction processing), which is generally characterized by much less complex queries, in a larger volume, to process transactions rather than for the purpose of business intelligence or reporting. Whereas OLAP systems are mostly optimized for read, OLTP has to process all kinds of queries (read, insert, update and delete). reference
|
|||||||||||||||||||
| 697. |
OLE meaning in Information Technology ? |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Answer» What is Object Linking and Embedding mean? Object Linking & Embedding (OLE) is a proprietary technology developed by Microsoft that allows embedding and linking to documents and other objects. For developers, it brought OLE Control Extension (OCX), a way to develop and use custom user interface elements. On a technical level, an OLE object is any object that implements the IOleObject interface, possibly along with a wide range of other interfaces, depending on the object's needs. reference
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 698. |
OLED meaning in Information Technology ? |
|
Answer» What is Organic Light Emitting Diode mean? An organic light-emitting diode (OLED or organic LED), also known as organic electroluminescent (organic EL) diode, is a light-emitting diode (LED) in which the emissive electroluminescent layer is a film of organic compound that emits light in response to an electric current. This organic layer is situated between two electrodes; typically, at least one of these electrodes is transparent. OLEDs are used to create digital displays in devices such as television screens, computer monitors, and portable systems such as smartphones and handheld game consoles. A major area of research is the development of white OLED devices for use in solid-state lighting applications. There are two main families of OLED: those based on small molecules and those employing polymers. Adding mobile ions to an OLED creates a light-emitting electrochemical cell (LEC) which has a slightly different mode of operation. An OLED display can be driven with a passive-matrix (PMOLED) or active-matrix (AMOLED) control scheme. In the PMOLED scheme, each row (and line) in the display is controlled sequentially, one by one, whereas AMOLED control uses a thin-film transistor backplane to directly access and switch each individual pixel on or off, allowing for higher resolution and larger display sizes. Although its name looks similar, the OLED is fundamentally different from its cousin the LED. The LED is based on a p-n diode structure. In a LED, doping is used to create p- and n- regions by changing the conductivity of the host semiconductor. OLEDs do not employ a p-n structure. Doping of OLEDs is used to increase radiative efficiency by direct modification of the quantum-mechanical optical recombination rate. Doping is additionally used to determine the wavelength of photon emission. OLED doping is discussed further on in this article. An OLED display works without a backlight because it emits visible light. Thus, it can display deep black levels and can be thinner and lighter than a liquid crystal display (LCD). In low ambient light conditions (such as a dark room), an OLED screen can achieve a higher contrast ratio than an LCD, regardless of whether the LCD uses cold cathode fluorescent lamps or an LED backlight. OLED displays are made in the same way as LCDs, but after TFT (for active matrix displays), addressable grid (for passive matrix displays) or ITO segment (for segment displays) formation, the display is coated with hole injection, transport and blocking layers, as well with electroluminescent material after the 2 first layers, after which ITO or metal may be applied again as a cathode and later the entire stack of materials is encapsulated. The TFT layer, addressable grid or ITO segments serve as or are connected to the anode, which may be made of ITO or metal. OLEDs can be made flexible and transparent, with transparent displays being used in smartphones with optical fingerprint scanners and flexible displays being used in foldable smartphones. reference |
|
| 699. |
OLPC meaning in Information Technology ? |
|
Answer» What is One Laptop per Child mean? One Laptop per Child (OLPC) was a non-profit initiative established with the goal of transforming education for children around the world; this goal was to be achieved by creating and distributing educational devices for the developing world, and by creating software and content for those devices. The goal was to transform education, by enabling children in low-income countries to have access to content, media and computer-programming environments. When the program launched, the typical retail price for a laptop was considerably in excess of $1,000 (US), so achieving this objective required bringing a low-cost machine to production. This became the OLPC XO Laptop, a low-cost and low-power laptop computer designed by Yves Béhar with Design Continuum. The project was originally funded by member organizations such as AMD, eBay, Google, Marvell Technology Group, News Corporation, Nortel. Chi Mei Corporation, Red Hat, and Quanta provided in-kind support. The OLPC project was the subject of much discussion. It was praised for pioneering low-cost, low-power laptops and inspiring later variants such as Eee PCs and Chromebooks; for assuring consensus at ministerial level in many countries that computer literacy is a mainstream part of education; for creating interfaces that worked without literacy in any language, and particularly without literacy in English. It was criticized from many sides regarding its US-centric focus ignoring bigger problems, high total costs, low focus on maintainability and training and its limited success. In 2014, after disappointing sales, the Foundation shut down. The OLPC project is critically reviewed in a 2019 MIT Press book titled The Charisma Machine: The Life, Death, and Legacy of One Laptop per Child. reference |
|
| 700. |
OLTP meaning in Information Technology ? |
|
Answer» INFO: Full form for OLTP is Online Transaction Processing in Information Technology category |
|