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
-
Internet Protocol (IP) - ARPANET
-
X.25 Packet Level Protocol (PLP) - ISO
-
Source Routing and Domain Naming - USE NET
-
X.25 level 2-ISO
D
Correct answer
Explanation
X.25 Level 2 (LAPB) operates at the data link layer, not the network layer. The network layer includes protocols like IP and X.25 PLP.
-
Class A
-
Class C
-
Class B
-
Class E
-
Class D
D
Correct answer
Explanation
Currently we are using Class A, Class B, Class C IP address for routing and switching and Class D is used for multicasting. Class E is reserved for future use. So, this option is correct.
-
1.1.0.0 to 128.255.255.255
-
1.0.0.0 to 126.255.255.255
-
1.0.0.0 to 191.255.255.255
-
0.0.0.1 to 127.255.255.255
-
1.0.0.0 to 127.255.255.255
E
Correct answer
Explanation
The range of host address in class A IP address is 1.0.0.0 to 127.255.255.255. So, this option is correct answer.
-
192.168
-
192.168.10
-
192
-
IP address represents only Host address, it does not represent network address.
-
IP address does not represent computer address and network address.
B
Correct answer
Explanation
The given IP address is of class C. Class C has 24 bit network address. The given network address is 192.168.10, which is 24 bit. So, this option is correct.
C
Correct answer
Explanation
DHCP(Dynamic Host Configuration Protocol) is a protocol used to assign IP addresses. DHCP allows both manual IP address assignment and automatic assignment. So, this option is correct.
A
Correct answer
Explanation
Class A range is 1.0.0.0 to 127.255.255.255.
-
Physical
-
Data link
-
Network
-
Transport
-
Application
C
Correct answer
Explanation
Transfers data packets between computers in a specific network
-
Telnet
-
HTTP
-
FTP
-
SMTP
-
Socket
A
Correct answer
Explanation
Telnet provides access by means of terminal session to a remote computer.
Simple mail transfer protocol is used to send mail between computers.
D
Correct answer
Explanation
Reserved for internet multicast communication
-
session
-
transport
-
network
-
application
-
data link
-
adaptive routing
-
protocol stack
-
packet
-
broadcast
-
protocol
E
Correct answer
Explanation
Set of rules used for communication is known as protocol.
-
Syntax of remote communication and local communication protocols must be as close as possible.
-
Semantics of remote communication and local communication protocols must be as close as possible.
-
Semantic of remote communication and local communication protocols must be as different as possible.
-
Syntax of remote communication and local communication protocols must be as different as possible.
-
None of the above
B
Correct answer
Explanation
The closeness of the two protocols (remote & local) ensures that the message passing system is easy to use.
-
Some transmission problem must have occured. Otherwise there was not any mistake.
-
Structural information was not in proper form.
-
Address was wrong.
-
Sequence no. was missing.
-
Both 1 and 2
D
Correct answer
Explanation
Yes, the sequence no. was necessary to locate the recipient. The header must have minimum three information: 1. address of recipient, 2. sequence no. and 3. structural information.
-
The process with which the communication is desired is explicitly named as a parameter in communication primitive.
-
Send (process_id, message) and receive (process_id,message)
-
Send_any (service_id,message) and receive_any (process_id,message)
-
Both 2 and 3
-
Send(service_id,message) and receive (process_id,message)
C
Correct answer
Explanation
This process is implicit addressing where sender can be anyone within the group.
-
By waiting for the acknowledgment message from receiver
-
By using internal re-transmission of message after timeout
-
Both 1 and 2
-
By providing parity codes with the transmitting message
-
Options 1, 2 and 4
B
Correct answer
Explanation
IPC protocol copes with the failure by using internal re-transmission mechanism. After timeout, the message is re-transmitted and the return of an acknowledgment message to the sending machine's Kernel by receiving mode. Now, the sender can clearly identify if the receiver is down or not.