Computer Knowledge
Computer Networks
2,461 Questions
Computer networks involve the architecture, protocols, and security measures used for digital communication. This collection covers OSI model layers, IP addressing, data transmission, and cryptographic standards. These concepts are vital for the computer knowledge sections of banking and government exams.
OSI model layersNetwork protocolsIP subnet maskingData encryption standardsServer configurationsNetwork commands
Computer Networks Questions
-
To find the right IP address on the desktop.
-
To change the proxy settings on the phone.
-
To make sure that the proxy allows external connections.
-
To make sure that both the mobile device and the proxy machine are on the same network.
-
None of the above
E
Correct answer
Explanation
All the statements are applicable to view http traffic on the mobile phone device via a computer proxy.
-
It can handle the data traffic for web apps as well as web services.
-
It allows us to see inside requests coming and going from the browser.
-
It handles and troubleshoots the Ajax requests.
-
All of the above
-
Both (1) and (2)
D
Correct answer
Explanation
All are the correct statements about Fiddler to sniff mobile device application traffic.
-
A web proxy server is physically connected to the internal networks of the organisations.
-
Web proxy server provides the user privacy.
-
Web proxies also provide caching capabilities.
-
Web proxies provide virus protection.
-
None of the above
D
Correct answer
Explanation
This is false statement. It does not provide any virus protection.
-
The proxy works on the client side of the firewall.
-
The client is part of a network secured by the firewall and the server is external to the secured network.
-
The server is connected to a network protected by a firewall with the client external to the network.
-
The client must authenticate itself to the proxy, which can then pass the request to the server.
-
Only (1), (2) and (4)
E
Correct answer
Explanation
These are the correct statements about HTTP proxy firewall.
-
HTTPS proxy is a relayer.
-
HTTPS proxy cannot cache anything.
-
HTTPS proxy has a channel to the server and the client receives and validates server's certificate.
-
All of the above
-
Only (2) and (3)
D
Correct answer
Explanation
These are the correct statements about HTTPS proxy.
-
This proxy server identifies itself as a proxy server but does not make the original IP address available.
-
This proxy server identifies itself as a proxy server, but makes an incorrect original IP address available through the HTTP headers.
-
This proxy server identifies itself as a proxy server and also makes the original IP address available through the HTTP headers.
-
This type of proxy server does not identify itself as a proxy server and does not make available the original IP address.
-
None of the above
A
Correct answer
Explanation
This is known as 'Anonymous proxy'.
-
HTTP proxy works as an interface for the web page and the server.
-
It is used to speed up access to web pages.
-
When the HTTP proxy forwards the request from the client to web server, then the location and identity of the computer making the original request is known to the web server.
-
HTTP proxy can be used for networking applications.
-
Both (2) and (3)
C
Correct answer
Explanation
This is incorrect as the location and identity of the computer making the original request is not known to the web server. It is confidential.
-
A transparent proxy server is like a caching server.
-
In this proxy server, the client does not have the information about the proxy server.
-
This proxy server is useful where the client side configuration is not easy.
-
This type of server is also used in ISP's to reduce the load on the bandwidth usage.
-
All of the above
E
Correct answer
Explanation
All are the correct statements about transparent proxy server.
-
It is a general purpose proxy server that establishes a TCP connection to another server on behalf of a client.
-
It routes all the traffic back and forth between the client and the server.
-
SOCKS server does not interpret the network traffic between client and server in any way.
-
All of the above
-
Only (1) and (3)
D
Correct answer
Explanation
All are the correct statements.
-
HTTP proxy does understand and interpret the network traffic that passes between the client and downstream servers.
-
HTTP proxy can only be used to handle HTTP traffic.
-
HTTP proxy can recognise often repeated requests and cache the replies to improve performance.
-
All of the above
-
Only (1) and (2)
D
Correct answer
Explanation
These are the correct statements.
-
Do DNS name lookup at proxy end configuration option allows to access the private network.
-
WinSCP will always do its own DNS, and will always pass an IP address to the proxy.
-
WinSCP will do something it considers appropriate for each type of proxy.
-
The name resolution is not possible in proxies.
-
Only (3) and (4).
D
Correct answer
Explanation
This is false as the name resolution is necessary while using proxies.
-
Open System Interface
-
Open System Interconnection
-
Oldest System Interface
-
Omnipresent System Interface
B
Correct answer
Explanation
OSI stands for Open Systems Interconnection, which is a conceptual model that characterizes and standardizes the communication functions of a telecommunication or computing system.
-
Message Processing Interface
-
Message Planning Interface
-
Message Pertinent Interface
-
Message Passing Interface
D
Correct answer
Explanation
Message Passing Interface (MPI) is a standardized and portable message-passing standard designed to function on parallel computing architectures.
-
Dominant Name System
-
Domain Number System
-
Domain Neurons System
-
Domain Name System
D
Correct answer
Explanation
The Domain Name System (DNS) is the hierarchical and decentralized naming system for computers, services, or other resources connected to the Internet or a private network.
-
Transmission Control Protocol
-
Transmission Control Process
-
Transmission Control Program
-
Transmission Control Product
A
Correct answer
Explanation
Transmission Control Protocol (TCP) is one of the main protocols of the Internet protocol suite. It provides reliable, ordered, and error-checked delivery of a stream of octets between applications running on hosts communicating via an IP network.