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
-
Token rotation timers
-
Valid transmission timer
-
Token holding timer
-
All of the above
D
Correct answer
Explanation
FDDI MAC protocol uses three timers.
Token holding timer - It determines duration for which a station can transmit after acquiring token.
Token rotation timer - It restarts after every token is seen.
Valid transmission timer - It is used to time out and recover from certain transient ring errors.
B
Correct answer
Explanation
The OSI reference model is defined by seven distinct layers.
A
Correct answer
Explanation
The OSI model was developed by the International Organization for Standardization (ISO).
-
transport layer
-
network layer
-
data link layer
-
physical layer
D
Correct answer
Explanation
The OSI model consists of seven layers. The first layer, at the bottom, is the Physical layer, which deals with the transmission of raw bit streams over a physical medium.
-
transport layer
-
network layer
-
data link layer
-
physical layer
B
Correct answer
Explanation
The third layer of the OSI model is the Network layer, which is responsible for routing data packets between different networks.
-
session layer
-
presentation layer
-
application layer
-
physical layer
A
Correct answer
Explanation
The fifth layer of the OSI model is the Session layer, which manages and terminates connections between applications.
-
transport layer
-
network layer
-
data link layer
-
physical layer
A
Correct answer
Explanation
The fourth layer of the OSI model is the Transport layer, which ensures reliable data transfer and error recovery between end systems.
-
Transport Protocol Data Unit
-
Transfer Protocol Data Unit
-
Transmission Protocol Data Unit
-
None of these
A
Correct answer
Explanation
TPDU stands for Transport Protocol Data Unit, which is the unit of data exchanged between transport layer entities.
-
transport layer
-
network layer
-
data link layer
-
physical layer
C
Correct answer
Explanation
The second layer of the OSI model is the Data Link layer, which provides node-to-node data transfer and error detection for the physical layer.
-
session layer
-
presentation layer
-
application layer
-
network layer
C
Correct answer
Explanation
The seventh and top layer of the OSI model is the Application layer, which provides network services directly to user applications.
-
session layer
-
presentation layer
-
application layer
-
data link layer
B
Correct answer
Explanation
The sixth layer of the OSI model is the Presentation layer, which handles data formatting, encryption, and compression.
C
Correct answer
Explanation
In connectionless service, each message must contain the full destination address since there's no pre-established connection path. Every message is routed independently.
-
message stream
-
byte stream
-
connectionless service
-
unreliable service
B
Correct answer
Explanation
Remote login (like SSH or Telnet) requires a continuous, reliable flow of characters between the client and the server. This is the classic use case for a byte stream.
-
message stream
-
byte stream
-
connection oriented service
-
none of these
B
Correct answer
Explanation
Registered mail implies a reliable, ordered, and connection-oriented delivery process, which is analogous to a byte stream or reliable connection-oriented service in networking contexts.
-
Compression
-
Message integrity
-
SMTP service
-
Fragmentation
-
Sender authenticity
D
Correct answer
Explanation
In this service of SSL, it divides the data into blocks of 16384 bytes or less.