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
A
Correct answer
Explanation
Application layer firewalls operate at layer 7 and can perform network address translation as part of their traffic inspection and routing functions. While NAT is more commonly associated with layer 3 devices, ALFs can translate IP addresses and ports as they manage application-level connections and sessions.
-
Rapid Prototyping Capability
-
Router Protocol Converter
-
Remote Power Controller
-
Remote Procedure Call
D
Correct answer
Explanation
RPC stands for Remote Procedure Call, which enables a program to execute a procedure on another address space (commonly on another computer) as if it were a local procedure call. It's a fundamental concept in distributed systems and client-server architectures.
-
Time Control Protocol
-
Transmission Control Protocol
-
Transport Control Protocol
-
Transfer Control Protocol
B
Correct answer
Explanation
TCP stands for Transmission Control Protocol, which is a core protocol of the Internet Protocol Suite. It provides reliable, ordered, and error-checked delivery of data between applications running on hosts communicating over an IP network. TCP establishes a connection before data transfer and ensures all packets arrive intact and in order.
A
Correct answer
Explanation
Every host (end-user device) implements the transport layer because hosts need to run applications that use transport layer services like TCP and UDP. The transport layer is essential for process-to-process communication and is implemented in the operating system of end hosts.
B
Correct answer
Explanation
When you examine a packet on an Ethernet link, the headers appear in REVERSE order of encapsulation: Ethernet header (outermost), then IP header, then TCP header, then HTTP header (innermost). Each layer wraps the data from the layer above it.
-
transmission
-
propagation
-
processing
-
queueing
A
Correct answer
Explanation
Transmission delay depends on packet size because it's the time to push all bits onto the link (L/R where L is packet length). Propagation delay depends on distance and medium speed, not packet size. Processing and queueing delays are independent of packet length.
B
Correct answer
Explanation
TTL is an IP header field used to prevent packets from looping indefinitely by decrementing at each router. It is NOT part of TCP - TCP operates at the transport layer while TTL is a network-layer mechanism.
A
Correct answer
Explanation
SSL and TLS are Presentation Layer protocols in the OSI model. MIME handles media encoding at Presentation Layer. XDR is external data representation for Presentation Layer. SSI (Server Side Includes) is a server-side scripting technology, not a network protocol at any layer.
C
Correct answer
Explanation
IGMP (Internet Group Management Protocol) operates at Layer 3 (Network Layer) for multicast group management. NNTP is Application Layer. SNMP is Application Layer. ARP operates at Layer 2 (Data Link Layer) for MAC address resolution.
-
Named Pipes
-
PPTP
-
L2TP
-
NetBIOS
A,D
Correct answer
Explanation
Named Pipes and NetBIOS are Session Layer (Layer 5) protocols that establish and manage communication sessions between applications. PPTP and L2TP are Data Link Layer protocols used for tunneling and VPN connections.
A
Correct answer
Explanation
Telnet operates at Layer 7 (Application Layer) as it provides remote terminal access and user-level network services. It's a classic example of an Application Layer protocol in the OSI model.
A
Correct answer
Explanation
The Data Link Layer (Layer 2) is responsible for physical addressing using MAC addresses. It handles node-to-node delivery and framing, which includes physical addressing functionality. Network Layer handles logical addressing (IP addresses).
-
Physical Layer
-
Transport Layer
-
Network Layer
-
Data Link Layer
A,C,D
Correct answer
Explanation
In TCP/IP model, the Media Layer (or Network Interface Layer) consists of Physical Layer (hardware signaling), Data Link Layer (framing, MAC addressing), and Network Layer (routing, IP addressing). Transport Layer is part of the Host-to-Host layers, not Media Layer.
A
Correct answer
Explanation
LIN (Local Interconnect Network) uses a single-wire communication line, making it cost-effective for simple automotive applications. CAN uses two wires (CAN High and CAN Low), I2C uses two lines (SDA and SCL), and SPI typically uses four or more lines (MOSI, MISO, SCK, CS) for communication.