Network Security 1 - Application Layer Flashcards
What are the examples of network Applications ?
Email Service ,
web browser,
SSS login,
Telnet, file transfer,
multi user Network games, ,
real time video conferencing ,
social networking
What network applications mean and where it runs?
Network application means user applications running onEnd Systems, and Software running on routers and switches are different.
What are the modern paradigm or architecture of network applications ?
We have two types of network architecture,
1. Client-Server network architecture
2. Peer-to-Peer network architecture
3. Hybrid network architecture
What are the components of client server model ?
- A server
- Clients
In a client-server architecture can client communicate to each other directly ?
No they cannot communicate to each other directly ?
What are hybrid network applications ?
Network applications using both architectures , peer to peer and client server
These types of network applications are called hybrid network applications.
What is a web page ?
Web page is a document which contains, base HTML file & several referenced objects , like imagefiles, audio files
What are the components of URL ?
Each URL has two component ,
1. The hostname of the server
2. Path of the object itself
What is HTTP ?
Http hypertext transfer protocol , it works on client server architecture. It is an web application layer protocol,
In HTTP protocol web browser request to server using HTTP protocol and and web server responses to request
What are the objects in web page ?
Images, audio files, text, videos , or any other reference object in HTML file document.
All these are known as web page objects.
What are the types of http connections ?
Http connections are of two types.
1. Persistent http connections
2. Non persistent http connections
In persistent TCP connection multiple object can be sent over single TCP connection between client and server , and connection is closed.
But in non-persistant http connection only single object is sent over single http connection , and connection is closed , Downloading multiple objects require multiple http connections
What are http response codes ?
when internet is not working, web browser shows Error Codes with description in first line.
Some of them are are:
200 ok
301 moved permanently
400 bad request
404 Not Found
505 http version not supported
What is a command in Linux to get http response code ?
curl -o - -I url
What are web cache ?
Web Cache Is used to satisfy client request without involving original server.
What is an email system ?
Electronic mail (e-mail), a system that allows users to send and receive messages through a computer network.