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

Multiple choice
  1. Network part is 192, host part is 168.3.111

  2. Network part is 192.168, host part is 3.111

  3. Network part is 192.168.3, host part is 111

  4. Host part is 192.168.3.111, there is no network part in the address.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

An IP address is a Layer 3 address, also known as Network layer address. Network layer addresses have two parts: the network part and the host part. The subnet mask shows that it is a Class C network address.

Multiple choice
  1. IP address incorrectly entered

  2. Network cables unplugged

  3. Subnet mask incorrectly entered

  4. Network card failure

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Since the ping to 127.0.0.1 (loopback) is successful, the TCP/IP stack is properly installed and functioning. However, inability to access the company network despite successful loopback suggests a subnet mask misconfiguration. An incorrect subnet mask causes the host to miscalculate which IP addresses are on the local subnet versus remote networks, leading to incorrect routing decisions. IP address being wrong would cause different errors, unplugged cables wouldn't allow loopback success, and network card failure would prevent loopback from working.

Multiple choice
  1. Router1 will have 6 directly connected networks.

  2. The administrative distance of the route to network 172.16.0.0 will be 90.

  3. The metric for routes to 172.16.0.0 will be 1.

  4. The interface that is used to forward packets to 172.16.0.0 will always be the S0/1 interface.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In EIGRP, routes learned from other EIGRP routers have an administrative distance (AD) of 90 by default. This AD value will appear in Router1's routing table for networks like 172.16.0.0 that are learned via EIGRP. Administrative distance is a trustworthiness metric used to rate routes from different routing protocols. Router1 would not have 6 directly connected networks in this scenario (it would have directly connected plus EIGRP-learned routes), EIGRP metrics are composite values based on bandwidth and delay (not simply 1), and the forwarding interface can change based on routing decisions.

Multiple choice
  1. Physical layer

  2. Data link layer

  3. Network layer

  4. Application layer

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The administrator can ping the mail server (Layers 1-3 working) and resolve the mail server name via DNS (Layer 3 + DNS application working), but email retrieval fails. Since lower-layer connectivity is confirmed and name resolution works, the problem must be at the Application Layer where email protocols (SMTP, POP3, IMAP) operate. This could involve email service configuration, authentication issues, firewall blocking email ports, or the email daemon not running. Physical, data link, and network layer issues would typically prevent ping or DNS from working.

Multiple choice
  1. S1 port Fa0/11 is in the wrong VLAN.

  2. R1 does not have an active routing protocol.

  3. The IP address of computer 1 is in the wrong logical network.

  4. Router interface Fa0/0 has the wrong trunk encapsulation type configured.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In traditional inter-VLAN routing, each VLAN must be assigned to the correct switch port. If the port connecting computer 1 (Fa0/11) is in the wrong VLAN, traffic from the router won't reach computer 1 even though it can reach computer 3. The router's subinterfaces are configured for specific VLANs, so the switch port must match the VLAN assignment.

Multiple choice
  1. The router has an incorrect gateway.

  2. Host A has an overlapping network address.

  3. Host A has an incorrect default gateway configured.

  4. Host A has an incorrect subnet mask.

  5. NAT is required for the host A network.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

An incorrect subnet mask causes a host to misidentify which networks are local versus remote. Host A can communicate with the server farm because the incorrect mask makes it appear local, but internet traffic fails because routing decisions become invalid. The gateway address is correct (proven by server farm connectivity), but the subnet mask causes the host to apply wrong network boundaries.

Multiple choice
  1. Interface Fa0/0, inbound

  2. Interface Fa0/0, outbound

  3. Interface S0/0/0, inbound

  4. Interface S0/0/0, outbound

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The ACL must filter traffic as it leaves toward the internet. Applying it outbound on S0/0/0 (the WAN interface to the internet) allows the ACL to examine traffic before it leaves the router. The permit statement for 192.168.1.0/24 is processed first, allowing that internal traffic, while the deny statement for internet traffic takes effect after. Applying on Fa0/0 would block internal-to-internal traffic.

Multiple choice
  1. Dynamic

  2. Interior

  3. Static

  4. Standard

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Static routing uses manually configured routing table entries that don't change automatically. Dynamic routing uses protocols to automatically update routes. Interior routing refers to internal network routing, and 'standard' is not a routing type. Static routing requires network administrators to manually enter and maintain all routing information.

Multiple choice
  1. The incorrect DLCI numbers are being configured on R2.

  2. The S0/0/0 interface on R2 needs to be point-to-point.

  3. The frame-relay map commands are missing the cisco keyword at the end.

  4. A single router interface cannot connect to more than one Frame Relay peer at a time.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The question states the administrator enters commands and Frame Relay PVCs are inactive. Without seeing the exhibit, the claimed answer is A (incorrect DLCI numbers). This is plausible because mismatched or wrong DLCI numbers would prevent PVCs from becoming active. The other options (interface needs to be point-to-point, missing cisco keyword, single router limitation) are less likely to cause the described issue.

Multiple choice
  1. All switches receive updates and synchronize VLAN information.

  2. Only switch SW2 receives updates and synchronizes VLAN information.

  3. Only switches SW3 and SW4 receive updates and synchronize VLAN information.

  4. SW3 and SW4 receive updates but only switch SW4 synchronizes VLAN information.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In VTP (VLAN Trunking Protocol), transparent mode switches (SW3) receive and forward VTP updates but don't synchronize their own VLAN database. Client mode switches (SW4) receive updates AND synchronize their VLAN configuration. Server mode (SW1) sends updates. Therefore SW3 receives but doesn't sync, while SW4 both receives and syncs. Option D correctly describes this behavior.

Multiple choice
  1. The destination device on the local media

  2. The destination host address

  3. The bits that will be transferred over the media

  4. The source application or process creating the data

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The network layer (Layer 3) header, such as in IP packets, contains the destination host's IP address, which allows the packet to be routed across multiple networks to reach the correct destination host. Layer 3 provides logical addressing and routing. The destination device on local media is found using Layer 2 (MAC) addressing, while the source application is identified at Layer 4 (ports) or Layer 7.

Multiple choice
  1. Non-root port

  2. Disabled port

  3. Designated port

  4. Non-designated port

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In Spanning Tree Protocol, the designated port is the port on a network segment that has the best path to the root bridge. Each segment must have exactly one designated port, and only the designated port and root port can forward traffic. Non-designated ports are placed in blocking state to prevent loops. The designated port must exist and forward for traffic to flow on that segment.

Multiple choice
  1. The ability to filter traffic based on a specific protocol.

  2. The ability to filter traffic based on an entire protocol suite and destination.

  3. The ability to specify source and destination addresses to use when identifying traffic.

  4. The ability to edit the ACL and add additional statements in the middle of the list without removing and re-creating the list.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Named ACLs allow you to edit the access list by inserting or deleting individual statements anywhere in the list without removing and recreating the entire ACL. Numbered ACLs only allow you to add new statements at the end and require complete removal to make changes in the middle. All the other capabilities listed (filtering by protocol, protocol suite, addresses) are available in both numbered and named ACLs.