Q:

Which of the following describes the creation of private networks across the Internet, enabling privacy and tunneling of non-TCP/IP protocols?

A) HDLC B) Cable
C) VPN D) IPSec
 
Answer & Explanation Answer: C) VPN

Explanation:

A VPN allows or describes the creation of private networks across the Internet, enabling privacy and tunneling of non-TCP/IP protocols. A VPN can be set up across any type of link.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

2 7702
Q:

You want to ping the loopback address of your IPv6 local host. What will you type?

A) Ping 127.0.0.1 B) Ping 0.0.0.0
C) Ping ::1 D) trace 0.0. :: 1
 
Answer & Explanation Answer: C) Ping ::1

Explanation:

The loop back address with IPv4 is 127.0.0.1 . With IPv6, that address is ::1

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

1 7564
Q:

What protocol would you use if you were running xDSL and needed authentication?

Answer

PPPoE  or  PPPoA

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

4 7262
Q:

Which layer of the OSI model offers three different modes of communication : Simplex, half duplex, and full duplex?

A) Presentation B) Transport
C) Application D) Session
 
Answer & Explanation Answer: D) Session

Explanation:

The Session layer of the OSI model offers three different modes of communication : Simplex, half duplex, and full duplex.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

1 7234
Q:

Which of the following descriptions about IPv6 is correct?

A) Addresses are not hierarchical and are assigned at random B) Broadcasts have been eliminated and replaced with multicasts
C) There are 2.7 billion addresses D) An interface can only be configured with one IPv6 address
 
Answer & Explanation Answer: B) Broadcasts have been eliminated and replaced with multicasts

Explanation:

There are no broadcasts with IPv6. Unicast , multicast, anycast, global, and link - local unicast are used.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

1 7186
Q:

Which OSI layer defines the standards for cabling and connectors?

A) Layer 1 B) Layer 4
C) Layer 7 D) Layer 3
 
Answer & Explanation Answer: A) Layer 1

Explanation:

OSI layer 1 defines the standards for cabling and connectors.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA
Job Role: Network Engineer

10 7164
Q:

What is the subnetwork address for a host with the IP address 200.10.5.68/28?

A) 200.10.5.56 B) 200.10.5.32
C) 200.10.5.64 D) 200.10.5.0
 
Answer & Explanation Answer: C) 200.10.5.64

Explanation:

This is a pretty simple question. A/28 is 255.255.255.240, which means that our block size is 16 in the fourth octent. 0,16, 32, 48, 64, 80, etc. The host is in the 64 subnet.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

1 7016
Q:

You have the following binary number :10110111. What are the decimal and hexadecimal equivalents?

A) 69/0x2102 B) 183/B7
C) 173/A6 D) 83/0xC5
 
Answer & Explanation Answer: B) 183/B7

Explanation:

You must be able to take a binary number and convert it into both decimal and hexadecimal. To convert to decimal, just add up the 1s using their values. The values that are turned on with the binary number of 10110111 are 128+32+16+4+2+1=183. To get the hexadecimal equivalent, you need to break the eight binary digits into nibbles (4 bits), 1011 and 0111. By adding up these values, you get 11 and 7. In hexadecimal, 11 is B, so the answer is 0xB7.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

1 7005