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
-
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.
-
Physical
-
Data Link
-
Network
-
Transport
C
Correct answer
Explanation
The Network layer (Layer 3) handles logical addressing (IP) and routing, which allows data to move between different networks.
-
Physical
-
Data Link
-
Network
-
Transport
B
Correct answer
Explanation
The Data Link layer (Layer 2) uses physical (MAC) addresses to deliver data between devices on the same local network, which is the primary function of a switch.
-
Physical
-
Transport
-
Network
-
Application
B
Correct answer
Explanation
The Transport layer in the TCP/IP model is responsible for host-to-host communication, ensuring data delivery between processes on different hosts.
-
Application
-
Session
-
Transport
-
Datalink
C
Correct answer
Explanation
The Transport layer is responsible for segmenting data, managing end-to-end connections, and using port numbers to direct traffic to the correct application.
-
Datalink
-
Router
-
Session
-
Physical
A
Correct answer
Explanation
Layer 2 (Data Link) switches use MAC address tables to forward data frames to the correct destination port within a local network.
-
Transport
-
Network
-
Data Link
-
Application
C
Correct answer
Explanation
The Data Link layer is responsible for node-to-node data transfer and includes the Media Access Control (MAC) sublayer. This sublayer manages how devices gain access to the medium to transmit data.
-
Physical
-
Session
-
Application
-
Network
D
Correct answer
Explanation
The Network layer is responsible for logical addressing and routing across different networks, which is the core function of the Internet. It uses IP addresses to direct data packets.
-
Datalink
-
Session
-
Network
-
Physical
C
Correct answer
Explanation
The Network layer is responsible for routing data packets between different networks using logical IP addresses. This is the primary function of routers.
-
Presentation
-
Datalink
-
Network
-
Transport
A
Correct answer
Explanation
The Presentation layer acts as a translator for the network. It handles data formatting, encryption, and compression to ensure that data sent from the application layer is readable by the receiving system.