XML
- Definition: eXtensible Markup Language
- Standardized in 1998
- Widely used across the internet
- Originally developed as a markup language (e.g., used to format text), like HTML
- XML is now used as a general data serialization language
- white space is insignificant
- Uses object tags like
<key>value</key>
- Often used in REST APIs, same as JSON
XML Sample
<IPInterfaces>
<entry>
<Interface><FastEthernet0/0</Interface>
<IP-Address>192.168.1.1</IP-Address>
<Status>up</Status>
<Protocol>up</Protocol>
</entry>
</IPInterfaces>
OSI or TCP/IP Layer
CCNA Exam Topic
Contributors
Sources