Explore topic-wise fullforms in Information Technology

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.

751.

XSL meaning in Information Technology ?

Answer» What is eXtensible Stylesheet Language mean?

In computing, the term Extensible Stylesheet Language (XSL) is used to refer to a family of languages used to transform and render XML documents.

Historically, the W3C XSL Working Group produced a draft specification under the name "XSL," which eventually split into three parts:

XSL Transformation (XSLT): an XML language for transforming XML documentsXSL Formatting Objects (XSL-FO): an XML language for specifying the visual formatting of an XML documentXML Path Language (XPath): a non-XML language used by XSLT, and also available for use in non-XSLT contexts, for addressing the parts of an XML document.

As a result, the term "XSL" is now used with a number of different meanings:

Sometimes it refers to XSLT: this usage is best avoided. However, "xsl" is used both as the conventional namespace prefix for the XSLT namespace, and as the conventional filename suffix for files containing XSLT stylesheet modulesSometimes it refers to XSL-FO: this usage can be justified by the fact that the XSL-FO specification carries the title Extensible Stylesheet Language (XSL); however, the term XSL-FO is less likely to be misunderstoodSometimes it refers to both languages considered together, or to the working group that develops both languagesSometimes, especially in the Microsoft world, it refers to a now-obsolete variant of XSLT developed and shipped by Microsoft as part of MSXML before the W3C specification was finalized

This article is concerned with the various usages of the term "XSL": for details of the various languages embraced by the term, see the relevant article.

reference
752.

XSLT meaning in Information Technology ?

Answer»

INFO: Full form for XSLT is eXtensible Stylesheet Language Transformations in Information Technology category
XSLT also has other full forms in other categories mentioned below.

Full Form Category
XML(Extensible Markup Language) Stylesheet Language Transformations Computing
eXtensible Stylesheet Language Transformations Information Technology
Extensible Stylesheet Language Transformation Softwares
753.

XSL-FO meaning in Information Technology ?

Answer»

INFO: Full form for XSL-FO is eXtensible Stylesheet Language Formatting Objects in Information Technology category

nan
754.

XTF meaning in Information Technology ?

Answer» What is eXtensible Tag Framework mean?


eXtensible Tag Framework is a framework for implementing new XML elements for Mozilla. The framework allows Mozilla to support a new XML dialect without modifying the Gecko rendering engine. In fact, support of XForms can now be added via the installation of Mozilla extension [1].

reference
755.

XPI meaning in Information Technology ?

Answer» What is XPInstall mean?

XPInstall (Cross-Platform Install) is a technology used by the Mozilla Application Suite, SeaMonkey, Mozilla Firefox, Mozilla Thunderbird and other XUL-based applications for installing Mozilla extensions that add functionality to the main application.

A XPI (pronounced "zippy" and derived from XPInstall) installer module is a ZIP file that contains an install script or a manifest at the root of the file, and a number of data files.

In Mozilla, Firefox before 0.7, and before 0.5, the package contained a JavaScript install script (install.js) with some directives for actions to take during an install, including adding files and directories, removing old or obsolete files and directories, executing command line tools, etc. In middle-old Firefox and Thunderbird versions, the install script has been replaced by a chrome manifest and a RDF file (install.rdf). Since Firefox version 45, the only mandatory file is manifest.json.

Since Firefox 1.0, XPIs from sites other than Mozilla Add-ons are blocked by default. This was an attempt to prevent malicious programs, like computer viruses, Trojans and spyware, from being installed by novice users. While it is possible to put a site into the whitelist that limits sites which can install XPIs, malicious sites cannot install extensions in the background (without human intervention). This is because a confirmation dialog needs to be answered for every single installation of an extension.

However, users are still advised to install extensions from trusted sources only.

reference
756.

XSD meaning in Information Technology ?

Answer» What is XML Schema Definition mean?

XSD (XML Schema Definition), a recommendation of the World Wide Web Consortium (W3C), specifies how to formally describe the elements in an Extensible Markup Language (XML) document. It can be used by programmers to verify each piece of item content in a document, to assure it adheres to the description of the element it is placed in.

Like all XML schema languages, XSD can be used to express a set of rules to which an XML document must conform to be considered "valid" according to that schema. However, unlike most other schema languages, XSD was also designed with the intent that determination of a document's validity would produce a collection of information adhering to specific data types. Such a post-validation infoset can be useful in the development of XML document processing software.

reference
758.

WebDAV meaning in Information Technology ?

Answer»

INFO: Full form for WebDAV is WWW Distributed Authoring and Versioning in Information Technology category
WebDAV also has other full forms in other categories mentioned below.

759.

WCAG meaning in Information Technology ?

Answer» What is Web Content Accessibility Guidelines mean?

The Web Content Accessibility Guidelines (WCAG) are part of a series of web accessibility guidelines published by the Web Accessibility Initiative (WAI) of the World Wide Web Consortium (W3C), the main international standards organization for the Internet. They are a set of recommendations for making Web content more accessible, primarily for people with disabilities—but also for all user agents, including highly limited devices, such as mobile phones. WCAG 2.0, were published in December 2008 and became an ISO standard, ISO/IEC 40500:2012 in October 2012. WCAG 2.1 became a W3C Recommendation in June 2018.


reference
761.

WiMAX meaning in Information Technology ?

Answer» What is Worldwide Interoperability for Microwave Access mean?

Worldwide Interoperability for Microwave Access (WiMAX) is a family of wireless broadband communication standards based on the IEEE 802.16 set of standards, which provide physical layer (PHY) and media access control (MAC) options.

The WiMAX Forum was formed in June 2001 to promote conformity and interoperability, including the definition of system profiles for commercial vendors. The forum describes WiMAX as "a standards-based technology enabling the delivery of last mile wireless broadband access as an alternative to cable and DSL". IEEE 802.16m or WirelessMAN-Advanced was a candidate for 4G, in competition with the LTE Advanced standard.

WiMAX was initially designed to provide 30 to 40 megabit-per-second data rates, with the 2011 update providing up to 1 Gbit/s for fixed stations.

WiMAX release 2.1, popularly branded as WiMAX 2+, is a backwards-compatible transition from previous WiMAX generations. It is compatible and interoperable with TD-LTE.

reference
762.

WBEM meaning in Information Technology ?

Answer» What is Web-Based Enterprise Management mean?

In computing, Web-Based Enterprise Management (WBEM) comprises a set of systems-management technologies developed to unify the management of distributed computing environments. The WBEM initiative, initially sponsored in 1996 by BMC Software, Cisco Systems, Compaq Computer, Intel, and Microsoft, is now widely adopted. WBEM is based on Internet standards and Distributed Management Task Force (DMTF) open standards:

Common Information Model (CIM) infrastructure and schemaCIM-XMLCIM operations over HTTPWS-Management for web servicesCIM Operations over RESTful Services

Although the name labels WBEM as "web-based", it is not necessarily dependent on any particular user interface (see below). Other systems-management approaches include remote shells, proprietary solutions and IETF standardized network-management architectures like the SNMP and netconf.

reference
763.

WCF meaning in Information Technology ?

Answer» What is Windows Communication Foundation mean?

The Windows Communication Foundation (WCF), previously known as Indigo, is a free and open-source runtime and a set of APIs in the .NET Framework for building connected, service-oriented applications.

reference
Full Form Category
Wind Chill Factor Academic & Science
White Coated Foil Business
Workers Compensation Fund Business
Working Capital Fund Business
Women's Campaign Fund Business
World Cinema Fund Business
World Christian Frontiers Community
Waverley Christian Fellowship Community
World Cultural Foundations Community
Westville Christian Fellowship Community
World Carillon Federation Community
World Congress of Families Community
World Chambers Federation Community
Warren County Fair Community
Westminster Confession of Faith Community
World Children's Fund Community
World Congress of Faiths Community
World Cocoa Foundation Community
Workforce Central Florida Community
Women and Children First UK Community
Warren Community Fellowship Community
Westminster Christian Fellowship Community
Washington Community Fellowship Community
Womens Christian Fellowship Community
Web Content Filter Computing
Write Cache Flash Computing
World Cat Federation General
World Chess Federation General
World Championship Fighting General
Westchester Community Foundation General
Windows Communication Foundati General
Web Component Framework General
We Came First General
William Clay Ford General
Window Communication Foundation General
Weighted Congestion Frequency General
Waterloo Cedar Falls General
Wild Chimpanzee Foundation General
Webster City Federal General
Windows Communication Framework General
World Car Fans General
West Coast Fieros General
World Car Free General
West Central Florida Governmental
World Curing Federation Governmental
Windows Communication Foundation Information Technology
Woman Crush Forever Internet
Woman's Crush Friday Internet
Weighted Capitation Formula Medical
Winchester Center Fire Military and Defence
World Creatures Fight Sports
Wrestling Championship Federation Sports
World Curling Federation Sports
World Croquet Federation Sports
764.

WinFS meaning in Information Technology ?

Answer» What is Windows Future Storage mean?

WinFS (short for Windows Future Storage) was the code name for a canceled data storage and management system project based on relational databases, developed by Microsoft and first demonstrated in 2003 as an advanced storage subsystem for the Microsoft Windows operating system, designed for persistence and management of structured, semi-structured and unstructured data.

WinFS includes a relational database for storage of information, and allows any type of information to be stored in it, provided there is a well defined schema for the type. Individual data items could then be related together by relationships, which are either inferred by the system based on certain attributes or explicitly stated by the user. As the data has a well defined schema, any application can reuse the data; and using the relationships, related data can be effectively organized as well as retrieved. Because the system knows the structure and intent of the information, it can be used to make complex queries that enable advanced searching through the data and aggregating various data items by exploiting the relationships between them.

While WinFS and its shared type schema make it possible for an application to recognize the different data types, the application still has to be coded to render the different data types. Consequently, it would not allow development of a single application that can view or edit all data types; rather, what WinFS enables applications to do is understand the structure of all data and extract the information that they can use further. When WinFS was introduced at the 2003 Professional Developers Conference, Microsoft also released a video presentation, named IWish, showing mockup interfaces that showed how applications would expose interfaces that take advantage of a unified type system. The concepts shown in the video ranged from applications using the relationships of items to dynamically offer filtering options to applications grouping multiple related data types and rendering them in a unified presentation.

WinFS was billed as one of the pillars of the "Longhorn" wave of technologies, and would ship as part of the next version of Windows. It was subsequently decided that WinFS would ship after the release of Windows Vista, but those plans were shelved in June 2006, with some of its component technologies being integrated into ADO.NET and Microsoft SQL Server.

reference nan
765.

WORA meaning in Information Technology ?

Answer» What is Write once, run anywhere mean?

Write once, run anywhere (WORA), or sometimes Write once, run everywhere (WORE), was a 1995 slogan created by Sun Microsystems to illustrate the cross-platform benefits of the Java language. Ideally, this meant that a Java program could be developed on any device, compiled into standard bytecode, and be expected to run on any device equipped with a Java virtual machine (JVM). The installation of a JVM or Java interpreter on chips, devices, or software packages became an industry standard practice.

A programmer could develop code on a PC and expect it to run on Java-enabled mobile phones, as well as on routers and mainframes equipped with Java, without any adjustments. This was intended to save software developers the effort of writing a different version of their software for each platform or operating system they intend to deploy on.

This idea originated no later than the 1960s, with the IBM M44/44X, and in the late 1970s the UCSD Pascal system was developed to produce and interpret p-code. UCSD Pascal (along with the Smalltalk virtual machine) was a key influence on the design of the JVM, as is cited by James Gosling.

The catch is that since there are multiple JVM implementations, on top of a wide variety of different operating systems, there could be subtle differences in how a program executes on each JVM/OS combination, possibly requiring an application to be tested on each target platform. This gave rise to a joke among Java developers: Write Once, Debug Everywhere.

In comparison, the Squeak Smalltalk programming language and environment boasts of being truly write once run anywhere, because it runs bit-identical images across its wide portability base.

Like Squeak, MicroEJ provides a virtual execution environment which guarantees one unique Java thread policy across all implementations, ensuring a true WORA semantic across millions of devices.

reference
766.

WINS meaning in Information Technology ?

Answer» What is Windows Internet Name Service mean?

Windows Internet Name Service (WINS) is Microsoft's implementation of NetBIOS Name Service (NBNS), a name server and service for NetBIOS computer names. Effectively, WINS is to NetBIOS names what DNS is to domain names — a central mapping of host names to network addresses. Like the DNS, it is implemented in two parts, a server service (that manages the embedded Jet Database, server to server replication, service requests, and conflicts) and a TCP/IP client component which manages the client's registration and renewal of names, and takes care of queries. Basically, Windows Internet Name Service (WINS) is a legacy computer name registration and resolution service that maps computer NetBIOS names to IP addresses.

This is the predecessor to DNS and yet has not been deprecated according by Microsoft.

reference
767.

WORE meaning in Information Technology ?

Answer» What is Write once, run everywhere mean?

Write once, run anywhere (WORA), or sometimes Write once, run everywhere (WORE), was a 1995 slogan created by Sun Microsystems to illustrate the cross-platform benefits of the Java language. Ideally, this meant that a Java program could be developed on any device, compiled into standard bytecode, and be expected to run on any device equipped with a Java virtual machine (JVM). The installation of a JVM or Java interpreter on chips, devices, or software packages became an industry standard practice.

A programmer could develop code on a PC and expect it to run on Java-enabled mobile phones, as well as on routers and mainframes equipped with Java, without any adjustments. This was intended to save software developers the effort of writing a different version of their software for each platform or operating system they intend to deploy on.

This idea originated no later than the 1960s, with the IBM M44/44X, and in the late 1970s the UCSD Pascal system was developed to produce and interpret p-code. UCSD Pascal (along with the Smalltalk virtual machine) was a key influence on the design of the JVM, as is cited by James Gosling.

The catch is that since there are multiple JVM implementations, on top of a wide variety of different operating systems, there could be subtle differences in how a program executes on each JVM/OS combination, possibly requiring an application to be tested on each target platform. This gave rise to a joke among Java developers: Write Once, Debug Everywhere.

In comparison, the Squeak Smalltalk programming language and environment boasts of being truly write once run anywhere, because it runs bit-identical images across its wide portability base.

Like Squeak, MicroEJ provides a virtual execution environment which guarantees one unique Java thread policy across all implementations, ensuring a true WORA semantic across millions of devices.

reference
768.

WMV meaning in Information Technology ?

Answer» What is Windows Media Video mean?

Windows Media Video (WMV) is a series of video codecs and their corresponding video coding formats developed by Microsoft. It is part of the Windows Media framework. WMV consists of three distinct codecs: The original video compression technology known as WMV, was originally designed for Internet streaming applications, as a competitor to RealVideo. The other compression technologies, WMV Screen and WMV Image, cater for specialized content. After standardization by the Society of Motion Picture and Television Engineers (SMPTE), WMV version 9 was adapted for physical-delivery formats such as HD DVD and Blu-ray Disc and became known as VC-1. Microsoft also developed a digital container format called Advanced Systems Format to store video encoded by Windows Media Video.

reference
769.

WOL meaning in Information Technology ?

Answer» What is Wake-on-LAN mean?

Wake-on-LAN (WoL) is an Ethernet or Token Ring computer networking standard that allows a computer to be turned on or awakened by a network message.

The message is usually sent to the target computer by a program executed on a device connected to the same local area network. It is also possible to initiate the message from another network by using subnet directed broadcasts or a WoL gateway service.

Equivalent terms include wake on WAN, remote wake-up, power on by LAN, power up by LAN, resume by LAN, resume on LAN and wake up on LAN. If the computer being awakened is communicating via Wi-Fi, a supplementary standard called Wake on Wireless LAN (WoWLAN) must be employed.

The WoL and WoWLAN standards are often supplemented by vendors to provide protocol-transparent on-demand services, for example in the Apple Bonjour wake-on-demand (Sleep Proxy) feature.

reference
770.

WOR meaning in Information Technology ?

Answer» What is Wake-on-Ring mean?

Wake-on-Ring (WOR), sometimes referred to as Wake-on-Modem (WOM), is a specification that allows supported computers and devices to "wake up" or turn on from a sleeping, hibernating or "soft off" state (e.g. ACPI state G1 or G2), and begin operation.

The basic premise is that a special signal is sent over phone lines to the computer through its dial-up modem, telling it to fully power-on and begin operation. Common uses were archive databases and BBSes, although hobbyist use was significant.

Fax machines use a similar system, in which they are mostly idle until receiving an incoming fax signal, which spurs operation.

This style of remote operation has mostly been supplanted by Wake-on-LAN, which is newer but works in much the same way.

reference
771.

WPAN meaning in Information Technology ?

Answer» What is Wireless Personal Area Network mean?

A personal area network (PAN) is a computer network for interconnecting electronic devices within an individual person's workspace. A PAN provides data transmission among devices such as computers, smartphones, tablets and personal digital assistants. PANs can be used for communication among the personal devices themselves, or for connecting to a higher level network and the Internet where one master device takes up the role as gateway.

A PAN may be wireless or carried over wired interfaces such as USB. A wireless personal area network (WPAN) is a PAN carried over a low-powered, short-distance wireless network technology such as IrDA, Wireless USB, Bluetooth or ZigBee. The reach of a WPAN varies from a few centimeters to a few meters.

reference nan
772.

WUSB meaning in Information Technology ?

Answer»

INFO: Full form for WUSB is Wireless Universal Serial Bus in Information Technology category
WUSB also has other full forms in other categories mentioned below.

773.

VLSM meaning in Information Technology ?

Answer» What is Variable Length Subnet Mask mean?

Classless Inter-Domain Routing (CIDR ) is a method for allocating IP addresses and for IP routing. The Internet Engineering Task Force introduced CIDR in 1993 to replace the previous classful network addressing architecture on the Internet. Its goal was to slow the growth of routing tables on routers across the Internet, and to help slow the rapid exhaustion of IPv4 addresses.

IP addresses are described as consisting of two groups of bits in the address: the most significant bits are the network prefix, which identifies a whole network or subnet, and the least significant set forms the host identifier, which specifies a particular interface of a host on that network. This division is used as the basis of traffic routing between IP networks and for address allocation policies.

Whereas classful network design for IPv4 sized the network prefix as one or more 8-bit groups, resulting in the blocks of Class A, B, or C addresses, under CIDR address space is allocated to Internet service providers and end users on any address-bit boundary. In IPv6, however, the interface identifier has a fixed size of 64 bits by convention, and smaller subnets are never allocated to end users.

CIDR encompasses several concepts. It is based on variable-length subnet masking (VLSM) which allows the specification of arbitrary-length prefixes. CIDR introduced a new method of representation for IP addresses, now commonly known as CIDR notation, in which an address or routing prefix is written with a suffix indicating the number of bits of the prefix, such as 192.0.2.0/24 for IPv4, and 2001:db8::/32 for IPv6. CIDR introduced an administrative process of allocating address blocks to organizations based on their actual and short-term projected needs. The aggregation of multiple contiguous prefixes resulted in supernets in the larger Internet, which whenever possible are advertised as aggregates, thus reducing the number of entries in the global routing table.

reference
775.

WSDL meaning in Information Technology ?

Answer» What is Web Services Description Language mean?

The Web Services Description Language (WSDL ) is an XML-based interface description language that is used for describing the functionality offered by a web service. The acronym is also used for any specific WSDL description of a web service (also referred to as a WSDL file), which provides a machine-readable description of how the service can be called, what parameters it expects, and what data structures it returns. Therefore, its purpose is roughly similar to that of a type signature in a programming language.

The current version of WSDL is WSDL 2.0. The meaning of the acronym has changed from version 1.1 where the "D" stood for "Definition".

reference
776.

VLIW meaning in Information Technology ?

Answer» What is Very Long Instruction Word mean?

Very long instruction word (VLIW) refers to instruction set architectures designed to exploit instruction level parallelism (ILP). Whereas conventional central processing units (CPU, processor) mostly allow programs to specify instructions to execute in sequence only, a VLIW processor allows programs to explicitly specify instructions to execute in parallel. This design is intended to allow higher performance without the complexity inherent in some other designs.

reference nan
777.

WSFL meaning in Information Technology ?

Answer» What is Web Services Flow Language mean?

Web Services Flow Language 1.0 (WSFL) was an XML programming language proposed by IBM in 2001 for describing Web services compositions. Language considered two types of compositions. The first type was for describing business processes as a collection of web services and the second was for describing interactions between partners. WSFL was proposed to be layered on top of Web Services Description Language.

In 2003 IBM and Microsoft combined WSFL and Xlang to BPEL4WS and submitted it to OASIS for standardization. Oasis published BPEL4WS as WS-BPEL to properly fit the naming of other WS-* standards.

reference
779.

WWAN meaning in Information Technology ?

Answer» What is Wireless Wide Area Network mean?

Wireless wide area network (WWAN), is a form of wireless network. The larger size of a wide area network compared to a local area network requires differences in technology.Wireless networks of different sizes deliver data in the form of telephone calls, web pages, and video streaming.

A WWAN often differs from wireless local area network (WLAN) by using mobile telecommunication cellular network technologies such as 2G, 3G, 4G LTE, and 5G to transfer data. It is sometimes referred as Mobile Broadband. These technologies are offered regionally, nationwide, or even globally and are provided by a wireless service provider. WWAN connectivity allows a user with a laptop and a WWAN card to surf the web, check email, or connect to a virtual private network (VPN) from anywhere within the regional boundaries of cellular service. Various computers can have integrated WWAN capabilities.

A WWAN may also be a closed network that covers a large geographic area. For example, a mesh network or MANET with nodes on buildings, towers, trucks, and planes could also be considered a WWAN.

A WWAN may also be a low-power, low-bit-rate wireless WAN, (LPWAN), intended to carry small packets of information between things, often in the form of battery operated sensors.

Since radio communications systems do not provide a physically secure connection path, WWANs typically incorporate encryption and authentication methods to make them more secure. Some of the early GSM encryption techniques were flawed, and security experts have issued warnings that cellular communication, including WWAN, is no longer secure. UMTS (3G) encryption was developed later and has yet to be broken.

reference
780.

VLSI meaning in Information Technology ?

Answer» What is Very Large Scale Integration mean?

Very large-scale integration (VLSI) is the process of creating an integrated circuit (IC) by combining millions of MOS transistors onto a single chip. VLSI began in the 1970s when MOS integrated circuit chips were widely adopted, enabling complex semiconductor and telecommunication technologies to be developed. The microprocessor and memory chips are VLSI devices. Before the introduction of VLSI technology, most ICs had a limited set of functions they could perform. An electronic circuit might consist of a CPU, ROM, RAM and other glue logic. VLSI enables IC designers to add all of these into one chip.

reference
781.

VPU meaning in Information Technology ?

Answer» What is Visual Processing Unit mean?

A graphics processing unit (GPU) is a specialized electronic circuit designed to rapidly manipulate and alter memory to accelerate the creation of images in a frame buffer intended for output to a display device. GPUs are used in embedded systems, mobile phones, personal computers, workstations, and game consoles.

Modern GPUs are very efficient at manipulating computer graphics and image processing. Their highly parallel structure makes them more efficient than general-purpose central processing units (CPUs) for algorithms that process large blocks of data in parallel. In a personal computer, a GPU can be present on a video card or embedded on the motherboard. In certain CPUs, they are embedded on the CPU die.

In the 1970s, the term "GPU" originally stood for graphics processor unit and described a programmable processing unit independently working from the CPU and responsible for graphics manipulation and output. Later, in 1994, Sony used the term (now standing for graphics processing unit) in reference to the PlayStation console's Toshiba-designed Sony GPU in 1994. The term was popularized by Nvidia in 1999, who marketed the GeForce 256 as "the world's first GPU". It was presented as a "single-chip processor with integrated transform, lighting, triangle setup/clipping, and rendering engines". Rival ATI Technologies coined the term "visual processing unit" or VPU with the release of the Radeon 9700 in 2002.

reference
782.

VPN meaning in Information Technology ?

Answer» What is Virtual Private Network mean?

A virtual private network (VPN) extends a private network across a public network and enables users to send and receive data across shared or public networks as if their computing devices were directly connected to the private network. The benefits of a VPN include increases in functionality, security, and management of the private network. It provides access to resources inaccessible on the public network and is typically used for telecommuting workers. Encryption is common, although not an inherent part of a VPN connection.

A VPN is created by establishing a virtual point-to-point connection through the use of dedicated circuits or with tunneling protocols over existing networks. A VPN available from the public Internet can provide some of the benefits of a wide area network (WAN). From a user perspective, the resources available within the private network can be accessed remotely.

reference
783.

VNC meaning in Information Technology ?

Answer» What is Virtual Network Computing mean?

In computing, Virtual Network Computing (VNC) is a graphical desktop-sharing system that uses the Remote Frame Buffer protocol (RFB) to remotely control another computer. It transmits the keyboard and mouse input from one computer to another, relaying the graphical-screen updates, over a network.

VNC is platform-independent – there are clients and servers for many GUI-based operating systems and for Java. Multiple clients may connect to a VNC server at the same time. Popular uses for this technology include remote technical support and accessing files on one's work computer from one's home computer, or vice versa.

VNC was originally developed at the Olivetti & Oracle Research Lab in Cambridge, United Kingdom. The original VNC source code and many modern derivatives are open source under the GNU General Public License.

There are a number of variants of VNC which offer their own particular functionality; e.g., some optimised for Microsoft Windows, or offering file transfer (not part of VNC proper), etc. Many are compatible (without their added features) with VNC proper in the sense that a viewer of one flavour can connect with a server of another; others are based on VNC code but not compatible with standard VNC.

VNC and RFB are registered trademarks of RealVNC Ltd. in the US and some other countries.

reference
784.

VOD meaning in Information Technology ?

Answer» What is Video On Demand mean?

Video on demand (VOD) is a media distribution system that allows users to access videos without a traditional video playback device and the constraints of a typical static broadcasting schedule. In the 20th century, broadcasting in the form of over-the-air programming was the most common form of media distribution. As Internet and IPTV technologies continued to develop in the 1990s, consumers began to gravitate towards non-traditional modes of content consumption, which culminated in the arrival of VOD on televisions and personal computers.

Unlike broadcast television, VOD systems initially required each user to have an Internet connection with considerable bandwidth to access each system's content. In 2000, the Fraunhofer Institute IIS developed the JPEG2000 codec, which enabled the distribution of movies via Digital Cinema Packages. This technology has since expanded its services from feature-film productions to include broadcast television programmes and has led to lower bandwidth requirements for VOD applications. Disney, Paramount, Sony, Universal and Warner Bros. subsequently launched the Digital Cinema Initiative, in 2002.

Television VOD systems can stream content, either through a traditional set-top box or through remote devices such as computers, tablets, and smartphones. VOD users can permanently download content to a device such as a computer, digital video recorder or a portable media player for continued viewing. The majority of cable and telephone company–based television providers offer VOD streaming, whereby a user selects a video programme that begins to play immediately or downloading to a digital video recorder (DVR) rented or purchased from the provider, or to a PC or to a portable device for deferred viewing.

Streaming media has emerged as an increasingly popular medium of VOD provision. Desktop client applications such as the Apple iTunes online content store and Smart TV apps such as Amazon Prime Video allow temporary rentals and purchases of video entertainment content. Other Internet-based VOD systems provide users with access to bundles of video entertainment content rather than individual movies and shows. The most common of these systems, Netflix, Hulu, Disney+, HBO Max and Paramount+, use a subscription model that requires users to pay a monthly fee for access to a selection of movies, television shows, and original series. In contrast, YouTube, another Internet-based VOD system, uses an advertising-funded model in which users can access most of its video content free of cost but must pay a subscription fee for premium content. Some airlines offer VOD services as in-flight entertainment to passengers through video screens embedded in seats or externally provided portable media players.

reference
785.

W3C meaning in Information Technology ?

Answer» What is World Wide Web Consortium mean?

The World Wide Web Consortium (W3C) is the main international standards organization for the World Wide Web. Founded in 1994 and currently led by Tim Berners-Lee, the consortium is made up of member organizations that maintain full-time staff working together in the development of standards for the World Wide Web. As of 21 October 2019, W3C had 443 members. W3C also engages in education and outreach, develops software and serves as an open forum for discussion about the Web.

reference
786.

WWDC meaning in Information Technology ?

Answer»

INFO: Full form for WWDC is Apple World Wide Developer Conference in Information Technology category
WWDC also has other full forms in other categories mentioned below.

787.

VoIP meaning in Information Technology ?

Answer» What is Voice over Internet Protocol mean?

Voice over Internet Protocol (VoIP), also called IP telephony, is a method and group of technologies for the delivery of voice communications and multimedia sessions over Internet Protocol (IP) networks, such as the Internet. The terms Internet telephony, broadband telephony, and broadband phone service specifically refer to the provisioning of communications services (voice, fax, SMS, voice-messaging) over the Internet, rather than via the public switched telephone network (PSTN), also known as plain old telephone service (POTS).

reference
788.

WAFS meaning in Information Technology ?

Answer»

INFO: Full form for WAFS is Wide Area File Services in Information Technology category
WAFS also has other full forms in other categories mentioned below.

789.

WAN meaning in Information Technology ?

Answer» What is Wide Area Network mean?

A wide area network (WAN) is a telecommunications network that extends over a large geographic area for the primary purpose of computer networking. Wide area networks are often established with leased telecommunication circuits.

Businesses, as well as schools and government entities, use wide area networks to relay data to staff, students, clients, buyers and suppliers from various locations across the world. In essence, this mode of telecommunication allows a business to effectively carry out its daily function regardless of location. The Internet may be considered a WAN.

reference
790.

WAP meaning in Information Technology ?

Answer» What is Wireless Access Point mean?

In computer networking, a wireless access point (WAP), or more generally just access point (AP), is a networking hardware device that allows other Wi-Fi devices to connect to a wired network. As a standalone device, the AP may have a wired connection to a router, but, in a wireless router, it can also be an integral component of the router itself. An AP is differentiated from a hotspot which is a physical location where Wi-Fi access is available.

reference
Full Form Category
Alto Palena Airport Code
Where Are the Products?? Business
Worship and Praise Community
Wait And Pray Community
West African Percussion Community
Water Action Plan Community
Wet A** P**sy Community
Write A Program Community
Whale Adoption Project Community
Word Addressable Processor Computing
Washington Apple Pi Computing
Web Application Protection Computing
Web Application Project Computing
Web Application Proxy Computing
WapSwap Finance Cryptocurrency
Wheel Alignment Parameters General
Windsor Assembly Plant General
We Are Poop General
Wireless Application Protocolfile General
Wireless Applications Protocol General
Wireless Application Protocoll General
Wireless Application Provider General
What About Protocols?? General
We Are Presidents General
Weatherization Assistance Program General
Weighted All Pairs General
Weight for Age Percentile General
Wireless Access Points General
Writing Assistance Programme General
Whey Acidic Protein General
World Animal Protection General
Waste Analysis Plan General
Wireless Appication Proticol General
Wired Access Point General
Water And Powerstars General
Whiskey And Pecans General
War And Peace General
Waffles And Pancakes General
Warehouse Auto Parts General
Windsor Aluminium Plant General
Without Allied Passport Governmental
Water Allocation Program Governmental
Wireless Access Point Information Technology
Wireless Application Protocol Information Technology
Web Application Protocol Internet
With A Passion Internet
Work And Play Internet
World Accredited Practitioner Jobs
Welfare Advice Partnership Medical
Where Are The Phones Messaging
What A Pity Messaging
What A Pain Messaging
Wrong Approach To Portability Military and Defence
Web Access Provider Networking
Wireless Access Protocol Networking
White Australia Policy Regional
Wireless Access Provider Telecommunication
Web Access Phone Telecommunication
791.

WAP meaning in Information Technology ?

Answer» What is Wireless Application Protocol mean?

Wireless Application Protocol (WAP) is a technical standard for accessing information over a mobile wireless network. A WAP browser is a web browser for mobile devices such as mobile phones that use the protocol. Introduced in 1999, WAP achieved some popularity in the early 2000s, but by the 2010s it had been largely superseded by more modern standards. Almost all modern handset internet browsers now fully support HTML, so they do not need to use WAP markup for web page compatibility, and therefore, most are no longer able to render and display pages written in WML, WAP's markup language.

Before the introduction of WAP, mobile service providers had limited opportunities to offer interactive data services, but needed interactivity to support Internet and Web applications such as email, stock prices, news and sports headlines. The Japanese i-mode system offered another major competing wireless data protocol.

reference
Full Form Category
Alto Palena Airport Code
Where Are the Products?? Business
Worship and Praise Community
Wait And Pray Community
West African Percussion Community
Water Action Plan Community
Wet A** P**sy Community
Write A Program Community
Whale Adoption Project Community
Word Addressable Processor Computing
Washington Apple Pi Computing
Web Application Protection Computing
Web Application Project Computing
Web Application Proxy Computing
WapSwap Finance Cryptocurrency
Wheel Alignment Parameters General
Windsor Assembly Plant General
We Are Poop General
Wireless Application Protocolfile General
Wireless Applications Protocol General
Wireless Application Protocoll General
Wireless Application Provider General
What About Protocols?? General
We Are Presidents General
Weatherization Assistance Program General
Weighted All Pairs General
Weight for Age Percentile General
Wireless Access Points General
Writing Assistance Programme General
Whey Acidic Protein General
World Animal Protection General
Waste Analysis Plan General
Wireless Appication Proticol General
Wired Access Point General
Water And Powerstars General
Whiskey And Pecans General
War And Peace General
Waffles And Pancakes General
Warehouse Auto Parts General
Windsor Aluminium Plant General
Without Allied Passport Governmental
Water Allocation Program Governmental
Wireless Access Point Information Technology
Wireless Application Protocol Information Technology
Web Application Protocol Internet
With A Passion Internet
Work And Play Internet
World Accredited Practitioner Jobs
Welfare Advice Partnership Medical
Where Are The Phones Messaging
What A Pity Messaging
What A Pain Messaging
Wrong Approach To Portability Military and Defence
Web Access Provider Networking
Wireless Access Protocol Networking
White Australia Policy Regional
Wireless Access Provider Telecommunication
Web Access Phone Telecommunication
792.

WASM meaning in Information Technology ?

Answer»

INFO: Full form for WASM is Watcom ASseMbler in Information Technology category
WASM also has other full forms in other categories mentioned below.

793.

UUID meaning in Information Technology ?

Answer» What is Universally Unique Identifier mean?

A universally unique identifier (UUID) is a 128-bit label used for information in computer systems. The term globally unique identifier (GUID) is also used, often in software created by Microsoft.

When generated according to the standard methods, UUIDs are, for practical purposes, unique. Their uniqueness does not depend on a central registration authority or coordination between the parties generating them, unlike most other numbering schemes. While the probability that a UUID will be duplicated is not zero, it is close enough to zero to be negligible.

Thus, anyone can create a UUID and use it to identify something with near certainty that the identifier does not duplicate one that has already been, or will be, created to identify something else. Information labeled with UUIDs by independent parties can therefore be later combined into a single database or transmitted on the same channel, with a negligible probability of duplication.

Adoption of UUIDs is widespread, with many computing platforms providing support for generating them and for parsing their textual representation.

reference nan
794.

UTP meaning in Information Technology ?

Answer» What is Unshielded Twisted Pair mean?

Twisted pair cabling is a type of wiring in which two conductors of a single circuit are twisted together for the purposes of improving electromagnetic compatibility. Compared to a single conductor or an untwisted balanced pair, a twisted pair reduces electromagnetic radiation from the pair and crosstalk between neighboring pairs and improves rejection of external electromagnetic interference. It was invented by Alexander Graham Bell.

For additional noise immunity, twisted-pair cabling may be shielded. Cable with shielding is known as shielded twisted pair (STP) and without as unshielded twisted pair (UTP).

reference
Full Form Category
University of Toronto Press Academic & Science
University Transfer Pathway Academic & Science
Utapao Airport Code
Uncertain Tax Position Business
Unlikely To Pay Business
Use The Product Business
Understanding The Process Business
Union des Transports Publics Community
U Toronto Press Community
Urban Theatre Projects Community
Unifying Theories of Programming Computing
Urban Technology Project Computing
Universal Trunk Protocol Computing
Unitask Periodicity Computing
Unknown Twisted Pair General
Unshileded Twisted Pair General
Unshielded Twisted Pairs General
Universal Transfer Protocol General
U Twisted Pair General
A Universal Time Protocol General
Unsheilded Twisted Pair General
Up The Pooper General
UML Testing Profile General
Universidad Tecnológica de Panamá General
Universiti Teknologi PETRONAS General
Universidad Tecnologica de Pereira General
uTorrent transport protocol General
Universidad Tecnologica del Peru General
Use Transcriber Preference General
Universal Transaction Processing General
Unlisted Trading Privileges General
Unshielded Transmission Protocol General
Undergraduate Training Program General
Used Tractor Parts General
Up Town Projects General
Universiti Tenet Perlahan General
Universal Turbine Parts General
Urban Transport Planning General
Urban Transportation Program General
United Truck Parts General
Urban Transit Program General
Under Trial Prisoners General
Untwisted Transmission Pairs General
Unified Transportation Program Governmental
UTRIPURA Indian Railway Station
Unshielded Twisted Pair Information Technology
Universal Transport Packet Networking
Utapao, Thailand Regional
Unlisted Trading Privileges Company Stock Exchange
Universal Transmission Protocol Telecommunication
795.

USR meaning in Information Technology ?

Answer» What is U.S. Robotics mean?

U.S. Robotics Corporation, often called USR, is a company that produces USRobotics computer modems and related products. Its initial marketing was aimed at bulletin board systems, where its high-speed HST protocol made FidoNet transfers much faster, and thus less costly. During the 1990s it became a major consumer brand with its Sportster line. The company had a reputation for high quality and support for the latest communications standards as they emerged, notably in its V.Everything line, released in 1996.

With the reduced usage of voiceband modems in North America in the early 21st century, USR began branching out into new markets. The company purchased Palm, Inc. for its Pilot PDA, but was itself purchased by 3Com soon after. 3Com spun off USR again in 2000, keeping Palm and returning USR to the now much smaller modem market. After 2004 the company is formally known as USR. It is one of the few companies left in the modem market today, and now employs about 125 people worldwide.

reference
796.

UUCP meaning in Information Technology ?

Answer»

INFO: Full form for UUCP is Unix to Unix Copy in Information Technology category
UUCP also has other full forms in other categories mentioned below.

797.

UUN meaning in Information Technology ?

Answer»

INFO: Full form for UUN is Universal User Name in Information Technology category
UUN also has other full forms in other categories mentioned below.

798.

UVC meaning in Information Technology ?

Answer» What is Universal Virtual Computer mean?

UVC-based preservation is an archival strategy for handling the preservation of digital objects. It employs the use of a Universal Virtual Computer (UVC)—a virtual machine (VM) specifically designed for archival purposes, that allows both emulation and migration to a language-neutral format like XML.

reference
799.

UX meaning in Information Technology ?

Answer» What is User Experience mean?

The user experience (UX or UE) is how a user interacts with and experiences a product, system or service. It includes a person's perceptions of utility, ease of use, and efficiency. Improving user experience is important to most companies, designers, and creators when creating and refining products because negative user experience can diminish the use of the product and, therefore, any desired positive impacts; conversely, designing toward profitability often conflicts with ethical user experience objectives and even causes harm. User experience is subjective. However, the attributes that make up the user experience are objective.

reference
800.

VAX meaning in Information Technology ?

Answer»

INFO: Full form for VAX is Virtual Address eXtension in Information Technology category
VAX also has other full forms in other categories mentioned below.