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
-
SMTP
-
HTTP
-
TELNET
-
IMAP
-
Webmail
D
Correct answer
Explanation
The Internet Message Access Protocol (commonly known as IMAP) is an application layer internet protocol that allows an e-mail client to access e-mail on a remote mail server.
-
Block ICMP packets
-
Understand FTP
-
Block incoming traffic from a specific user on a single user system
-
Block outgoing traffic to a specific IP address on a single user system
-
Block TCP traffic from a specific user on a multi-user system
B
Correct answer
Explanation
A fourth generation firewall cannot understand FTP as FTP operates in application layer, which resides higher than transport layer. A fourth-generation firewall can understand protocols upto layer 4 only.
-
It is reserved as former Class E network
-
Current network
-
Loop back
-
Multicasting
-
Broadcasting
E
Correct answer
Explanation
255.255.255.255 is reserved for Broadcast.
-
Connectionless for use on packet-switched networks
-
Connection oriented for use on packet-switched networks
-
Connection oriented for use on circuit-switched networks
-
Connectionless for use on circuit-switched networks
-
Connection oriented for use on virtual circuit switching networks
A
Correct answer
Explanation
IPv4 is a connectionless protocol for use on packet-switched networks. It operates on a best effort delivery model, in that it does not guarantee delivery, nor does it assure proper sequencing or avoidance of duplicate delivery. These aspects, including data integrity, are addressed by an upper layer transport protocol, such as the Transmission Control Protocol (TCP).
C
Correct answer
Explanation
Automatic Repeat reQuest (ARQ), is an error-control method for data transmission that uses acknowledgements (messages sent by the receiver indicating that it has correctly received a data frame or packet) and timeouts (specified periods of time allowed to elapse before an acknowledgment is to be received) to achieve reliable data transmission over an unreliable service. If the sender does not receive an acknowledgment before the timeout, it usually re-transmits the frame/packet until the sender receives an acknowledgment or exceeds a predefined number of re-transmissions.
-
Gopher
-
NETCONF
-
Finger
-
NFS
-
DNS
B
Correct answer
Explanation
The Network Configuration Protocol (NETCONF), is an IETF network management protocol.NETCONF provides mechanisms to install, manipulate, and delete the configuration of network devices. Its operations are realized on top of a simple Remote Procedure Call (RPC) layer.
-
TCP connections are full-duplex.
-
TCP connections are point-to-point.
-
TCP connections support multicasting.
-
TCP connections do not support broadcasting.
-
TCP connections are byte stream.
C
Correct answer
Explanation
Since each connection has exactly two end points, therefore, multicasting is not possible with this connection.
-
Network layer
-
Transport layer
-
Session layer
-
Presentation layer
-
Application layer
D
Correct answer
Explanation
In the seven-layer OSI model of computer networking, the presentation layer is layer 6 and serves as the data translator for the network. It is sometimes called the syntax layer.
-
Physical layer
-
Data link layer
-
Network layer
-
Transport layer
-
Session layer
B
Correct answer
Explanation
The data link layer provides the functional and procedural means to transfer data between network entities and to detect and possibly correct errors that may occur in the physical layer. It connects hosts within the same network.
-
Destination address
-
Source address
-
Flag
-
TTL
-
Header checksum
D
Correct answer
Explanation
An eight-bit time to live field helps prevent datagrams from persisting (e.g. going in circles) on an internet. This field limits a datagram's lifetime. It is specified in seconds, but time intervals less than 1 second are rounded up to 1. In practice, the field has become a hop count—when the datagram arrives at a router, the router decrements the TTL field by one. When the TTL field hits zero, the router discards the packet and typically sends an ICMP Time Exceeded message to the sender.
-
Proxy server
-
HTTP
-
Firewall
-
Tunneling
-
Pseudo wire
D
Correct answer
Explanation
Computer networks use a tunneling protocol when one network protocol (the delivery protocol) encapsulates a different payload protocol. By using tunneling one can (for example) carry a payload over an incompatible delivery-network, or provide a secure path through an untrusted network.
-
Class A
-
Class B
-
Class C
-
None of these
C
Correct answer
Explanation
In a class C, IP address; the first three bytes represent the network. The first three bits are 1,1 and 0 which mean that there are 221 network possibilities, i.e. 2,097,152. The networks available in class C are networks going from 192.0.0.0 to 223.255.255.0. Therefore, it uses three network IDs to identify the class.
-
Transport layer
-
Session layer
-
Presentation layer
-
Application layer
-
None of these
C
Correct answer
Explanation
Yes, this layer provides delivery and formatting of the information to the application layer as it provides data presentation and encryption to the application before sending the data.
-
16 bytes
-
4 bytes
-
8 bytes
-
32 bytes
-
None of these
A
Correct answer
Explanation
Yes, IPV6 protocol has 128 bits i.e. 16 bytes address.
C
Correct answer
Explanation
Yes, Internet Message Access Protocol is defined by the application layer.