Searching for "and"

Q:

You have a Class B network and need 29 subnets. What is your mask?

Answer

A default Class B is 255.255.0.0. A Class B 255.255.255.0 mask is 256 subnets, each with 254 hosts. We need fewer subnets. If we used 255.255.240. 0, this provides 16 subnets. Let's add one more subnet bit. 255.255.248.0. This is 5 bits of subnetting, which provides 32 subnets. This is our best answer A/21

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

Q:

Which configuration command must be in effect to allow the use of 8 subnets if the Class C subnet mask is 255.255.25.224?

A) Router(config)#ip classless B) Router(config)#ip version 6
C) Router(config)#ip unnumbered D) Router(config)#ip subnet-zero
 
Answer & Explanation Answer: D) Router(config)#ip subnet-zero

Explanation:

A Class C subnet mask of 255.255.255.224 is 3 bits on and 5 bits off (11100000) and provides 8 subnets, each with 30 hosts. However, if the command ip subnet-zero is not used, then only 6 subnets would be available for use.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

The network address of 172.16.0.0/19 provides how many subnets and hosts?

A) 7 subnets, 2046 hosts each B) 7 subnets, 8190 hosts each
C) 8 subnets, 2046 hosts each D) 8 subnets, 8190 hosts each
 
Answer & Explanation Answer: D) 8 subnets, 8190 hosts each

Explanation:

A CIDR address of/19 is 255.255.224.0. This is a Class B address, so that is only 3 subnet bits, but it provides 13 host bits, or 8 subnets, each with 8,190 hosts.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Describe the functions of DNS and DHCP in the network?

Answer

Dynamic Host Configuration protocol (DHCP) provides network configuration information (including IP address) to hosts, eliminating the need to perform the configurations manually.


Domain Name Service  (DNS)resolves hostnames - both internet names such as www.routersim.com and device names such as workstation 2 to IP addresses, eliminating the need to know the IP address of a device for connection purposes.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

Q:

Differentiate the DoD and the OSI network models?

Answer

The DoD model is a condensed version of the OSI model, composed of four layers instead of seven, but is nonetheless like the OSI model in that it can be used to describe packet creation and devices and protocols can be mapped to its layers.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

Q:

Which of the following protocols uses both TCP and UDP?

A) FTP B) SMTP
C) Telnet D) DNS
 
Answer & Explanation Answer: D) DNS

Explanation:

DNS uses TCP for zone exchanges between servers and UDP when a client is trying to resolve a hostname to an IP address.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

You want to implement a mechanism that automates the IP configuration, including IP address, subnet mask, default gateway, and DNS information. Which protocol will you use to accomplish this?

A) SMTP B) SNMP
C) DHCP D) ARP
 
Answer & Explanation Answer: C) DHCP

Explanation:

Dynamic Host Configuration Protocol (DHCP) is used to provide IP information to hosts on your network. DHCP can provide a lot of information, but the most common is Ip address, subnet mask, default gateway, and DNS information.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

Q:

Differentiate types of Ethernet cabling and identify their proper application?

Answer

The three types of cables that can be created from an Ethernet cable are straight-through (to connect a PC's or a router's Ethernet interface to a hub or switch), crossover (to connect hub to hub , hub to switch, switch to switch, or PC to PC), and rolled (for a console conection from a PC to a router or switch).

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA