Computer Knowledge
Computer Networks
2,614 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
-
Provide routes across the internetwork
-
Format the data for presentation to the user
-
Facilitate the entry and exit of data on media
-
Identify the services to which transported data is associated
C
Correct answer
Explanation
Encapsulation at Layer 2 wraps network layer packets into frames with source and destination MAC addresses, error checking, and frame delimiters. This formatting is necessary for data to be properly transmitted across the physical medium. The data link layer controls how data enters and exits the network media.
-
FTP
-
IP
-
HTTP
-
TCP
-
None of the above
B
Correct answer
Explanation
IP is used to identify a computer in a network using IP address.
-
Security against unauthorized users
-
Processes client requests
-
Manages database
-
Provides DHCP service
-
Provides TCP/IP
B
Correct answer
Explanation
All client requests are processed at proxy server.
-
token received
-
ACK
-
RECEIVED
-
packet dispatch
-
BCK
B
Correct answer
Explanation
It is a confirmation or receipt of data packet by a computer on the network.
-
Dedicated Server
-
Directory Naming
-
Oracle Connection Manager
-
Heterogeneous Services
C
Correct answer
Explanation
Oracle Connection Manager is specifically designed to handle large numbers of concurrent client connections through connection pooling and multiplexing. It acts as an intermediary that can efficiently manage hundreds or thousands of client sessions to a single server instance. Dedicated Server (option A) would create one server process per user - resource-intensive for hundreds of users. Directory Naming (option B) is for name resolution, not connection scaling. Heterogeneous Services (option D) is for non-Oracle data source integration.
-
proxy server
-
firewall
-
IP address
-
domain name
-
none of these
C
Correct answer
Explanation
An Internet Protocol address (IP address) is a numerical label assigned to each device (e.g., computer, printer) participating in a computer network that uses the Internet Protocol for communication.
-
Bus
-
Proxy server
-
IP address
-
Browser
-
None of the above
B
Correct answer
Explanation
Correct choice
A client connects to the proxy server, requesting some service, such as a file, connection, web page, or other resources available from a different server.
-
binary numbers
-
bytes
-
files
-
fields
-
records
A
Correct answer
Explanation
IP addresses are binary numbers, but they are usually stored in text files and displayed in human-readable notations, such as 172.16.254.1
-
Forward proxies
-
Open proxies
-
Reverse proxies
-
Performance enhancing proxies
-
Filtering proxy
E
Correct answer
Explanation
Filtering proxy is not a type of proxy.
-
IPv4
-
Ipv6
-
Ipv3
-
IPv2
-
None of the above
A
Correct answer
Explanation
IPv4 addresses are canonically represented in dot-decimal notation, which consists of four decimal numbers, each ranging from 0 to 255, separated by dots, e.g., 172.16.254.1.
-
Open proxy server
-
Reverse proxy
-
DNS
-
Performance enhancing proxy
-
None of the above
C
Correct answer
Explanation
A DNS proxy server takes DNS queries from a (usually local) network and forwards them to an Internet Domain Name Server. It may also cache DNS records.
-
TCP
-
UDP
-
SMTP
-
IP
-
None of these
B
Correct answer
Explanation
UDP is used for DNS name servers because it has improved speed when compared to TCP protocol since UDP is connectionless.
-
BGP
-
IP
-
OSPF
-
HELLO
-
None of these
C
Correct answer
Explanation
Open shortest path first protocol is the widely used interior routing protocol in a single autonomous system.
-
BGP
-
RIP
-
HELLO
-
LinkState
-
None of these
C
Correct answer
Explanation
HELLO protocol uses time instead of distance to determine optimal routing.
-
23
-
20/21
-
443
-
161/162
-
None of the above
D
Correct answer
Explanation
161,162 port numbers are used by SNMP protocol.SNMP stands for simple network management protocol.