Sie sind auf Seite 1von 3

Exercise :: TCP/IP - TCP/IP

Answer: Option B
TCP/IP - TCP/IP
Explanation:
1. Which of the following services use TCP?
A client that sends out a DHCP Discover
1. DHCP message in order to receive an IP address
2. SMTP sends out a broadcast at both layer 2 and
3. HTTP layer 3. The layer 2 broadcast is all Fs in
4. TFTP hex, or FF:FF:FF:FF:FF:FF. The layer 3
5. FTP broadcast is 255.255.255.255, which means
all networks and all hosts. DHCP is
A. 1 and 2 connectionless, which means it uses User
B. 2, 3 and 5 Datagram Protocol (UDP) at the Transport
C. 1, 2 and 4 layer, also called the Host-to-Host layer.
D.1, 3 and 4 View Answer Discuss in Forum Workspace
Report
Answer: Option B
4. You want to implement a mechanism that
automates the IP configuration, including IP
Explanation:
address, subnet mask, default gateway, and
DNS information. Which protocol will you use
SMTP, HTTP and FTP use TCP. to accomplish this?
View Answer Discuss in Forum Workspace A. SMTP
Report B. SNMP
C. DHCP
2. What layer in the TCP/IP stack is equivalent D.ARP
to the Transport layer of the OSI model?
A. Application
Answer: Option C
B. Host-to-Host
C. Internet
D.Network Access Explanation:

Answer: Option B Dynamic Host Configuration Protocol (DHCP)


is used to provide IP information to hosts on
your network. DHCP can provide a lot of
Explanation:
information, but the most common is IP
address, subnet mask, default gateway, and
The four layers of the TCP/IP stack (also DNS information.
called the DoD model) are View Answer Discuss in Forum Workspace
Application/Process, Host-to-Host, Internet, Report
and Network Access. The Host-to-Host layer
is equivalent to the Transport layer of the 5. Which of the following is private IP address?
OSI model. A. 12.0.0.1
View Answer Discuss in Forum Workspace B. 168.172.19.39
Report C. 172.15.14.36
D.192.168.24.43
3. Which of the following describe the DHCP
Discover message?
Answer: Option D
1. It uses FF:FF:FF:FF:FF:FF as a layer 2
Explanation:
broadcast.
2. It uses UDP as the Transport layer
protocol. Class A private address range is 10.0.0.0
3. It uses TCP as the Transport layer through 10.255.255.255. Class B private
protocol. address range is 172.16.0.0 through
4. It does not use a layer 2 destination 172.31.255.255, and Class C private address
address. range is 192.168.0.0 through
192.168.255.255.
View Answer Discuss in Forum Workspace
A. 1 only
Report
B. 1 and 2
C. 3 and 4
D.4 only
IOS and Security Device Manager - IOS and A.1, 2 and 4
Security Device Manager B. 2, 3 and 5
C. 3 and 4 only
1. Which of the following commands sets the D.None of the above
secret password to Cisco?
A.enable secret password Cisco Answer: Option B
B. enable secret cisco
C. enable secret Cisco Explanation:
D.enable password Cisco
The commands show protocols, show
Answer: Option C interfaces, and show ip interface will show you
the layer 1 and 2 status and the IP addresses of
Explanation: your router's interfaces.
View Answer Discuss in Forum Workspace
The enable secret password is case sensitive, so Report
the second option is wrong. To set the enable
secret <password>, use the enable secret 4. You type show running-config and get this
<password> command from global output:
configuration mode.
View Answer Discuss in Forum Workspace [output cut]
Report Line console 0
Exec-timeout 1 35
Password BIXPASSWD
2. You type the following command into the Login
router and receive the following output: [output cut]
What do the two numbers following the exec-
Router#show serial 0/0 timeout command mean?
^ If no command has been typed in 35 seconds,
% Invalid input detected at '^' A.
marker.
the console connection will be closed.
Why was this error message displayed? If no router activity has been detected in 1
A.You need to be in privileged mode. B. hour and 35 minutes, the console will be
You cannot have a space between serial and locked out.
B. If no commands have been typed in 1 minute
0/0.
C. The router does not have a serial0/0 interface. C. and 35 seconds, the console connection will
D.Part of the command is missing. be closed.
If you're connected to the router by a Telnet
Answer: Option D connection, input must be detected within 1
D.
minute and 35 seconds or the connection will
Explanation: be closed.

You can view the interface statistics from user Answer: Option C
mode, but the command is show interface serial
0/0. Explanation:
View Answer Discuss in Forum Workspace
Report The exec-timeout command is set in minutes
and seconds.
3. Which of the following commands will display View Answer Discuss in Forum Workspace
the current IP addressing and the layer 1 and 2 Report
status of an interface?
5. What layer of the OSI model would you assume
1. show version the problem is in if you type show interface
2. show protocols serial 1 and receive the following message?
3. show interfaces "Serial1 is down, line protocol is down."
4. show controllers A.Physical layer
5. show ip interface B. Data Link layer
C. Network layer
D.None. It is a router problem.

Answer: Option A

Explanation:

If you see that a serial interface and the protocol


are both down, then you have a Physical layer
problem. If you see serial1 is up, line protocol
is down, then you are not receiving (Data Link)
keepalives from the remote end.
View Answer Discuss in Forum Workspace
Report

Das könnte Ihnen auch gefallen