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
D
Correct answer
Explanation
TCP/IP reference model has 4 layers viz.
(1) Application
(2) Transport
(3) Internet
(4) Host-to-Network
-
Transmission Control Protocol
-
User Datagram Protocol
-
Internet Message Access Protocol
-
Real Time Transport Protocol
-
File Transfer Protocol
D
Correct answer
Explanation
The Real Time Transport Protocol (RTP) has been around for a long time and is often used for audio and video streaming. So, this is the answer.
-
1.0.0.0 to 127.255.255.255
-
224.0.0.0 to 239.255.255.255
-
192.0.0.0 to 223.255.255.255
-
128.0.0.0 to 191.255.255.255
-
240.0.0.0 to 255.255.255.255
D
Correct answer
Explanation
It is class B IP address range.
-
Transmission Control Protocol
-
Internet Message Access Protocol
-
Hypertext Transfer Protocol
-
Internet Control Message Protocol
-
Spanning Tree Protocol
D
Correct answer
Explanation
ICMP (Internet Control Message Protocol) is a message control and error-reporting protocol between the host servers. So, this is the correct option.
-
Simple Mail Transport Protocol
-
POP3
-
IMAP
-
ICMP
-
TCP
A
Correct answer
Explanation
SMTP is a delivery protocol. It is used to send e-mail. So, this is the correct option.
C
Correct answer
Explanation
Correct answer; subnet is of class E.
Required answer = 254 - 192 = 62
-
finding the IP address from the DNS
-
finding the IP address of the default gateway
-
finding the IP address that corresponds to a MAC address
-
finding the MAC address that corresponds to an IP address
-
All of the above
D
Correct answer
Explanation
Correct answer; it resolves the IP address and finds its corresponding MAC address.
-
Application
-
Presentation
-
Session
-
Physical
B
Correct answer
Explanation
The Presentation layer (Layer 6) transforms information from machine-readable format to human-understandable format. It handles data representation, encoding, formatting, encryption/decryption, and character set conversions. The Application layer provides user services, Session layer manages connections, and Physical layer handles raw bit transmission.
-
Network
-
Application
-
Data-link
-
Session
B
Correct answer
Explanation
The Application layer (Layer 7) determines the interface of the system with the user. It provides network services directly to user applications and is the closest layer to the end user. Network layer handles routing, Data-link layer handles node-to-node communication, and Session layer manages session establishment and termination.
-
Layer 7 protocol
-
Layer 6 protocol
-
Layer 5 protocol
-
Layer 4 protocol
A
Correct answer
Explanation
Layer 7 (Application layer) protocols are responsible for user and application program support including passwords, resource sharing, file transfer, and network management. This layer directly supports application-level services. Layers 6, 5, and 4 handle presentation, session management, and transport respectively, not these user-facing services.
B
Correct answer
Explanation
In a Class C network (which uses 24 bits for network address and 8 bits for host addresses), the total number of addresses is 256 (2^8). However, the network address (all zeros) and broadcast address (all 255s) are reserved, leaving 254 usable host addresses. This is a standard networking concept for IP address allocation.
-
In connection-oriented service, the destination address is to be specified only during the setup.
-
Initial setup is not possible in connectionless service.
-
Packet sequencing is not guaranteed in connection-oriented service.
-
Initial setup is required for connectionless service.
-
network layer
-
transport layer
-
session layer
-
none of these
B
Correct answer
Explanation
The transport layer (Layer 4) provides end-to-end connectivity between hosts, handling reliable data delivery, flow control, and error recovery. The network layer only handles hop-to-hop routing.
-
preamble
-
postamble
-
jam
-
none of the above
C
Correct answer
Explanation
In Ethernet CSMA/CD, when a collision is detected, the transmitting station sends a jam signal to ensure all stations recognize the collision. This forces a backoff period before retransmission attempts.