Xibis
The ‘ibis’ stands for Internet Business Information Systems and the ‘X’ allowed the domain name to become available to us. We pronounce it as “Zy-biss”.
XML
This stands for EXtensible Markup Language, this is similar to HTML, whilst HTML is designed to display data XML is designed to transport and store data. It is focused more on what data is rather than what data will appear like.
XSRF
Also known as cross-site request forgery, a "one-click attack" or "session riding" and abbreviated as CSRF, XSRF is a type of malicious exploit of a website whereby unauthorized commands are transmitted from a user that the website trusts. Unlike cross-site scripting (XSS), which exploits the trust a user has for a particular site, XSRF exploits the trust that a site has in a user's browser.
XSS
Also known as Cross Site Scripting, this is a web application security vulnerability that allows a third party to inject malicious code into web pages viewed by other users. Through this medium the third party can intercept cookies containing user details or plant malicious scripts to further affect the users.