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
-
Classless Inter-Domain Routing
-
Network Address Translation
-
Subnetting
-
Broadcasting
-
Supernetting
A
Correct answer
Explanation
Classless Inter-Domain Routing (CIDR) is a way of giving out IP addressing and routing IP packets.
-
Special address
-
Site local address
-
Link local address
-
Multicast address
-
Aggregate global address
B
Correct answer
Explanation
Site Local addresses begin with 'FECx:'.
-
flags
-
identification
-
fragment offset
-
protocol
-
header checksum
C
Correct answer
Explanation
The fragment offset allows the destination host to reassemble the fragments in a proper order.
-
Destination options header
-
Hop-by-hop options header
-
ESP header
-
Authentication header
-
Routing header
B
Correct answer
Explanation
Hop-by-hop options specify options that should be processed by every router in the path. It directly follows the IPv6 header.
-
flow label
-
payload length
-
hop limit field
-
next header field
-
traffic class field
D
Correct answer
Explanation
Next header specifies the type of the next header. This field usually specifies the transport layer protocol used by a packet's payload.
-
Time to live
-
Flags
-
ECN
-
DSCP
-
IHL
A
Correct answer
Explanation
Time to live field is used to avoid looping in the network. Every packet is sent with some TTL value set, which tells the network how many routers (hops) this packet can cross.
-
Request.ServerVariables(REMOTE_HOST)
-
Request.ServerVariables(SERVER_NAME)
-
Request.ServerVariables(REMOTE_ADDR)
-
Request. ServerVariables(HTTP_User-Agent)
-
now
B
Correct answer
Explanation
It returns the domain name of the server as a string.
-
Application
-
Presentation
-
Transport
-
Data link
-
Physical
B
Correct answer
Explanation
This layer in OSI performs data encryption and compression of data so that it can be easily transferred to different computers.
-
Congestion avoidance
-
Fast retransmit
-
Slow start
-
Fast recovery
-
Listen
C
Correct answer
Explanation
This algorithm of TCP allows old implementation of TCP to start a connection with the sender so that multiple segments can be injected into the network up to the window size advertised by the receiver.
D
Correct answer
Explanation
Network News Transfer Protocol (NNTP) is an application protocol used for transporting Usenet news articles (netnews) between news servers and for reading and posting articles by end user client applications.
C
Correct answer
Explanation
Border Gateway Protocol is an exterior gateway routing protocol that enables groups of routers (called autonomous systems) to share routing information so that efficient, loop-free routes can be established. BGP is commonly used within and between Internet Service Providers (ISPs).
C
Correct answer
Explanation
Gopher protocol is a TCP/IP application layer protocol designed for distributing, searching, and retrieving documents over the Internet. Gopher ecosystem is often regarded as the effective predecessor of the World Wide Web.
-
Transport layer
-
Session layer
-
Presentation layer
-
Application layer
-
Network layer
B
Correct answer
Explanation
The session layer provides the mechanism for opening, closing and managing a session between end-user application processes, i.e. a semi-permanent dialogue. Communication sessions consist of requests and responses that occur between applications.
-
Internet Control Message Protocol
-
Address Resolution Protocol
-
Reverse Address Resolution Protocol
-
Open Shortest Path First
-
Border Gateway Protocol
A
Correct answer
Explanation
Internet Control Message Protocol (ICMP) is used to test the internet. ICMP messages are typically used for diagnostic or control purposes or generated in response to errors in IP operations.
-
Physical layer
-
Data link layer
-
Network layer
-
Transport layer
-
Application layer
C
Correct answer
Explanation
Network layer is responsible for packet forwarding, including routing through intermediate routers. Hence, routing is a concern of this layer.