Internet Technology
Internet Technology
2. Can you provide the comprehensive meanings behind SSL and TLS?
4. What is a firewall?
A firewall is a network security system that monitors and controls incoming and outgoing traffic based
on predefined security rules. It acts as a barrier between a trusted network (like an internal network)
and an untrusted network (like the internet), preventing unauthorized access.
5. What is XML?
XML (Extensible Markup Language): A markup language designed to store and transport data. It is
both human-readable and machine-readable, enabling data exchange across diverse systems. XML
allows users to define custom tags for their specific needs.
3. Write the name of the layer which lies between the network layer and the application layer.
The Transport Layer lies between the Network Layer and the Application Layer in the OSI model.
5. What is SSL?
SSL (Secure Sockets Layer): A protocol that provides encryption and secure communication
between a web browser and a server, ensuring data integrity and privacy. It has been succeeded by
TLS (Transport Layer Security).