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
-
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.
-
Physical
-
Network
-
Session
-
Transport
B
Correct answer
Explanation
While basic switches operate at the Data Link layer (Layer 2), an intelligent or multilayer switch often performs routing functions, which places it at the Network layer (Layer 3).
A
Correct answer
Explanation
ARP (Address Resolution Protocol) operates at the Data Link layer (or between Layer 2 and 3) to map IP addresses to MAC addresses. FTP, SSL, and NFS operate at higher layers (Application or Presentation).
D
Correct answer
Explanation
The OSI model layers are: 1 Physical, 2 Data Link, 3 Network, 4 Transport, 5 Session, 6 Presentation, 7 Application.
D
Correct answer
Explanation
The Session layer is responsible for establishing, managing, and terminating connections between applications, which is Layer 5 of the OSI model.
C
Correct answer
Explanation
The Data Link layer is Layer 2 of the OSI model, situated directly above the Physical layer.
D
Correct answer
Explanation
The Transport layer is Layer 4 of the OSI model, responsible for end-to-end communication and error recovery.