You are on page 1of 5

1.

  How long is an IPv6 address?

A. 32 bits

B. 128 bytes

C. 64 bits

D. 128 bits

Answer: Option D

Explanation:

An IPv6 address is 128 bits long.

Internet Protocol version 6 is the latest revision of the Internet Protocol, the communications protocol that
provides an identification and location system for computers on networks and routes traffic across the
Internet.

You have 10 users plugged into a hub running 10Mbps half-duplex. There is a server connected to the
switch running 10Mbps half-duplex as well. How much bandwidth does each host have to the server?

A. 100 kbps

B. 1 Mbps

C. 2 Mbps

D. 10 Mbps

Answer: Option D

Explanation:

Each device has 10 Mbps to the server.

Where do we use cross and standard cable?


Computer to computer ==> cross 
Switch/hub to switch/hub ==>cross 
Computer to switch/hub ==>standard

What is private IP?


Three ranges of IP addresses have been reserved for private address and they are not valid for use on
the Internet. If you want to access internet with these address you must have to use proxy server or NAT
server (on normal cases the role of proxy server is played by your ISP.).If you do decide to implement a
private IP address range, you can use IP addresses from any of the following classes: 
Class A 10.0.0.0 10.255.255.255 
Class B 172.16.0.0 172.31.255.255 
Class C 192.168.0.0 192.168.255.255

Which of the following is the valid host range for the subnet on which the IP address 192.168.168.188
255.255.255.192 resides?

A. 192.168.168.129-190 B. 192.168.168.129-191

C. 192.168.168.128-190 D. 192.168.168.128-192

Answer: Option A

Explanation:

256 - 192 = 64. 64 + 64 = 128. 128 + 64 = 192. The subnet is 128, the broadcast address is 191,
and the valid host range is the numbers in between, or 129-190.

Where is a hub specified in the OSI model?

A. Session layer

B. Physical layer

C. Data Link layer

D. Application layer

Answer: Option B

Explanation:

Hubs regenerate electrical signals, which are specified at the Physical layer.

Which class of IP address has the most host addresses available by default?

A. A

B. B

C. C
D. A and B

Answer: Option A

Explanation:

Class A addressing provides 24 bits for host addressing.

Which protocol does Ping use?

A. TCP B. ARP

C. ICMP D. BootP

Answer: Option C

Explanation:

ICMP is the protocol at the Network layer that is used to send echo requests and replies.

Convert the following SOP expression to an equivalent POS expression.

A.

B.

C.

D.

Answer: Option B

From the truth table below, determine the standard SOP expression.
A.

B.

C.

D.

Answer: Option D

How many gates would be required to implement the following Boolean expression before
simplification? XY + X(X + Z) + Y(X + Z)

A. 1 B. 2

C. 4 D. 5

Answer: Option D

A Karnaugh map is a systematic way of reducing which type of expression?

A. product-of-sums

B. exclusive NOR

C. sum-of-products

D. those with overbars

Answer: Option C

The Boolean expression   is logically equivalent to what single gate?

A. NAND B. NOR
C. AND D. OR

Which of the following statements is false?

A. A function is a block of code that performs a specific task

Functions allow programmers to break large and complex problems into small and
B.
manageable tasks

C. Functions allow programmers to use existing code to perform common tasks

D. Functions can be called, or invoked, only once in a program

E. Programmer-defined functions can be either value-returning or void

Answer: Option D

You might also like