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
-
Subnet masks will be added to the routing updates.
-
Routing updates will be sent out using multicast address 224.0.0.9.
-
Version 1 and 2 updates will be received and the version 2 updates will not be sent.
-
The RIP routing process will be removed from the router and routing updates will not be forwarded.
C
Correct answer
Explanation
When the no version 2 command is used in RIP configuration, the router stops sending RIPv2 updates but still receives both RIPv1 and RIPv2 updates. This allows compatibility with mixed-version networks during migration. The router doesn't add subnet masks (RIPv1 doesn't support them), doesn't use multicast (RIPv1 uses broadcast 255.255.255.255), and doesn't remove RIP entirely - it just changes the transmission behavior to version 1 while remaining backward-compatible for receiving.
-
SW1 drops the traffic because it is untagged.
-
SW1 leaves the traffic untagged and forwards it over the trunk.
-
SW1 tags the traffic with the lowest VLAN ID value and forwards it over the trunk link.
-
SW1 encapsulates the traffic with 802.1Q encapsulation and forwards it over the trunk link.
B
Correct answer
Explanation
RARP (Reverse Address Resolution Protocol) is used to obtain an IP address when the MAC address is known. This is the reverse of ARP, which resolves MAC addresses from known IP addresses. RARP was historically used by diskless workstations to obtain their IP configuration at boot. TCP handles transport, IP handles routing, and ARP resolves MAC from IP - none of these look up IP from Ethernet addresses like RARP does.
-
corruption of a frame during transmission
-
data reassembled at the destination
-
retransmitted packets due to lost communication
-
a layer specific encapsulation
D
Correct answer
Explanation
A PDU (Protocol Data Unit) is the technical term for a layer-specific encapsulation unit as data moves down the OSI or TCP/IP stack. At each layer, data is encapsulated with that layer's header (and trailer) creating a PDU - bits at Physical, frames at Data Link, packets at Network, segments at Transport, and data at Application layers. The other options describe transmission problems or processes, not what a PDU fundamentally is.
-
Apply the ACL outbound on the serial0/0/0 interface on router R1.
-
Apply the ACL outbound on the FastEthernet0/0 interface on router R1.
-
Include the established keyword at the end of the first line in the ACL.
-
Include a statement in the ACL to deny the UDP traffic that originates from 172.11.10.0/24 network.
A
Correct answer
Explanation
ACLs applied inbound on an interface filter traffic entering that interface. Since hosts on 172.11.10.0/24 can still telnet to 10.10.0.0/16, the traffic isn't passing through the serial0/0/0 interface where the ACL is applied inbound. Applying the ACL outbound (on serial0/0/0) would filter traffic leaving R1 toward the 172.11.10.0 network. Applying it on FastEthernet0/0 (B) would be incorrect since that's a different interface.
-
RIP -- Distance Vector
-
RIP -- Link-State
-
OSPF -- Distance Vector
-
OSPF -- Link-State
A
Correct answer
Explanation
RIP (Routing Information Protocol) is a Distance Vector routing protocol that uses hop count as its metric. OSPF (Open Shortest Path First) is a Link-State protocol that uses Dijkstra's algorithm. Option A correctly pairs RIP with Distance Vector. Option B is wrong because RIP is not Link-State. Option C is wrong because OSPF is not Distance Vector. Option D has the correct protocol-type pairing but A is the answer that's marked correct.
-
255.255.0.0
-
255.355.0.0
-
255.255.0.1
-
255.255.1.1
A
Correct answer
Explanation
The default subnet mask associated with a Class B IP address is 255.255.0.0
-
TCP traffic with a destination to the 10.25.132.0/24 is permitted.
-
Only Telnet traffic is permitted to the 10.24.132.0/24 network
-
Ttraffic from 10.25.132.0/24 is permitted to anywhere on using any port.
-
Traffic using port 25 from the 10.25.132.0/24 is permitted to all destinations.
D
Correct answer
Explanation
The ACL command 'permit tcp 10.25.132.0 0.0.0.255 any eq smtp' permits TCP traffic from source network 10.25.132.0/24 (wildcard mask 0.0.0.255) to any destination, but only for port 25 (SMTP). Option A is wrong because it reverses source/destination. Option B is wrong because it specifies Telnet (port 23) and the wrong network. Option C is wrong because it claims 'any port' when only SMTP (25) is permitted. Option D correctly identifies that traffic from 10.25.132.0/24 using port 25 can go to any destination.
-
The packet is sent to discover neighbors within the EIGRP network.
-
The packet is sent to search for network devices within an EIGRP network.
-
The packet is used to propagate routing information within the EIGRP network.
-
The packet is used to send an unreachable reply to another router within the EIGRP network.
-
The packet is used to notify all routers that EIRGP has failed on one of the routers within the EIGRP network.
-
The voice VLAN carries both tagged and untagged traffic.
-
The voice VLAN carries untagged traffic having special QoS markings.
-
The voice VLAN must be configured on the switch port to which the IP phone attaches.
-
Data and voice frames are tagged with same VLAN ID between the IP phone and the switch when a voice VLAN is configured.
C
Correct answer
Explanation
In Cisco IP telephony, voice VLANs must be configured on the switch port connected to the IP phone. The IP phone tags voice traffic with the voice VLAN ID while data traffic passes through untagged or with a data VLAN. Option A is wrong because voice VLAN carries only tagged voice traffic. Option B is wrong because voice VLAN carries tagged traffic, not untagged. Option D is wrong because voice and data use different VLAN IDs. Option C correctly states that the voice VLAN must be configured on the switch port.
-
The path will be router A -> router B -> router C -> router E.
-
The path will be router A -> router D -> router E
-
Router A will load balance between the router A -> router D -> router E and router A -> router B -> router C -> router E path
-
Packets will alternate paths depending on the order they arrive at router A.
B
Correct answer
Explanation
RIP uses hop count as its metric and has a maximum of 15 hops (16 is unreachable). Looking at the paths: Path A-B-C-E has 3 hops (A->B, B->C, C->E). Path A-D-E has only 2 hops (A->D, D->E). RIP will choose the path with the lowest hop count, so it will use A->D->E. Option A is wrong because it has more hops. Option C is wrong because RIP doesn't load balance by default across unequal-cost paths. Option D is wrong because RIP doesn't alternate paths based on packet order.
-
drop the packet
-
send packet out Serial 0/0/1
-
send packet to network 0.0.0.0
-
send packet out FastEthernet 0/0
-
Cut-through Mode
-
Store and Forward Mode
-
Port Switching Mode
-
Fragment Free Mode
A
Correct answer
Explanation
This mode forwards the frame before receiving it in its entirety to reduce latency.
-
drop the packet
-
forward the packet via the route to 10.16.1.0
-
forward the packet via the route to 10.16.1.64
-
use the default route
D
Correct answer
Explanation
Router B will use its default route when no more specific route matches the destination. The packet's destination address 10.16.1.97 does not match any specific route in the routing table (likely only has the route to 10.16.1.64/26 and a default route). With ip classless behavior, the router uses the default route rather than dropping the packet.
-
Child routes are present in the routing table.
-
A classless routing protocol has been configured on the router.
-
The command ip classless is enabled on the router.
-
Multiple routes with different masks to the same destination are in the routing table.
-
Routing table entries have a next-hop IP address and an exit interface for each child route.
B
Correct answer
Explanation
A router implements classless route lookup when a classless routing protocol is configured. RIPv2, EIGRP, OSPF, and IS-IS are classless protocols that include subnet mask information in routing updates. The ip classless command controls forwarding behavior but doesn't determine the routing protocol's classless nature.