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
-
Data link layer
-
Layer 4
-
Physical layer
-
Session layer
A
Correct answer
Explanation
Physical addressing, or MAC addressing, is performed at the data link layer (Layer 2) to ensure data reaches the correct hardware device on a local segment.
-
Application layer
-
Presentation layer
-
Session layer
-
Transport layer
B
Correct answer
Explanation
Layer 6 of the OSI model is the presentation layer, which handles data formatting, compression, and encryption.
-
Layer 2
-
Layer 5
-
Layer 3
-
Layer 4
C
Correct answer
Explanation
The network layer is the third layer of the OSI model, responsible for logical addressing and routing.
A
Correct answer
Explanation
SMTP is an application layer protocol used for email transmission. ARP is a data link layer protocol, and RIP is a network layer protocol.
-
Layer 2
-
Layer 7
-
Layer 1
-
Layer 4
C
Correct answer
Explanation
The OSI model consists of seven layers, with the Physical layer being the first layer. It is responsible for the transmission and reception of raw bit streams over a physical medium.
-
7 layers
-
3 layers
-
9 layers
-
5 layers
A
Correct answer
Explanation
The OSI (Open Systems Interconnection) model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven distinct layers.
-
Physical
-
Network
-
Data Link
-
Transport
B
Correct answer
Explanation
The Network layer (Layer 3) is responsible for logical addressing and routing, which determines the best path for data packets to travel across interconnected networks.
-
Physical
-
Data Link
-
Transport
-
Application
C
Correct answer
Explanation
The TCP/IP model is a simplified version of the OSI model. While the models differ in structure, the Transport layer exists in both, providing end-to-end communication services.
B
Correct answer
Explanation
The standard TCP/IP model consists of four layers: Network Access, Internet, Transport, and Application.
-
Physical
-
Session
-
Application
-
Presentation
D
Correct answer
Explanation
The Presentation layer (Layer 6) is responsible for data translation, compression, and encryption/decryption to ensure that the application layer can read the data.
-
Physical
-
Session
-
Application
-
Presentation
B
Correct answer
Explanation
The Session layer (Layer 5) manages, establishes, maintains, and terminates connections (sessions) between applications on different devices.
B
Correct answer
Explanation
UDP (User Datagram Protocol) is a connectionless protocol that prioritizes speed over reliability, making it ideal for real-time applications like video streaming.
-
Physical
-
Session
-
Application
-
Presentation
B
Correct answer
Explanation
The Session layer is responsible for creating, managing, and terminating sessions between two communicating hosts.
-
Physical
-
Session
-
Application
-
Presentation
C
Correct answer
Explanation
HTTP, FTP, and RDC are protocols that interact directly with user software, placing them in the Application layer (Layer 7).
-
Physical
-
Data Link
-
Network
-
Transport
D
Correct answer
Explanation
The Transport layer (Layer 4) is responsible for end-to-end error recovery and flow control, ensuring that data is delivered reliably and in the correct order.