Hi, new friend, nice to meet you, welcome to my blog.
I like fulfilling life!

CCNA2 – Module 3 V.4

1. Which two statements correctly describe the concepts of administrative distance and metric? (Choose two.)
Administrative distance refers to the trustworthiness of a particular route.
Routes with the smallest metric to a destination indicate the best path.

2. Refer to the exhibit. Which statement correctly describes how R1 will determine the best path to R2?
R1 will install an EIGRP route using network B in its routing table because the administrative distance of EIGRP is lower than RIP.

3. Which two statements are true regarding classless routing protocols? (Choose two.)
sends subnet mask information in routing updates
allows for use of both 192.168.1.0/30 and 192.168.1.16/28 subnets in the same topology

4. Which command would the network administrator issue to determine if load balancing is in effect on a router?
show ip route

5. Which statement is true regarding routing protocols?
EIGRP uses DUAL to calculate the shortest path and can be configured to do unequal cost load balancing.

6. Which two conditions would create a setting where the use of a distance-vector routing protocol would be efficient? (Choose two.)
the network is using a hub and spoke topology
the network is using a flat design

7. What is the purpose of a routing protocol?
It allows a router to share information about known networks with other routers.

8. Which of the following best describes the operation of distance vector routing protocols?
They send their routing tables to directly connected neighbors.

9. Which of the following is associated with link-state routing protocols?
shortest-path first calculations

10. Why is fast convergence desirable in networks that use dynamic routing protocols?
Routers may make incorrect forwarding decisions until the network has converged.

11. Which of the following conditions must be met in order for a network to have converged
The routers in the network are operating with consistent routing knowledge.

12. Which two statements are true regarding metrics? (Choose two.)
EIGRP uses bandwidth as a metric.
OSPF uses cost based on bandwidth as a metric.

13. Which two statements are true regarding the advantages of the use of static routes? (Choose two).
increased security
the administrator maintains control over routing

14. The following line of code is displayed in a routing table:
R 209.165.201.0/24 [120/2] via 192.168.252.2, 00:00:16, S0/0/0
What can be concluded from this output?
The value, 120, is used to determine the best path when a router has more than one routing protocol configured for the same destination network.

15. What will be the result of the following commands?
ORL(config)# interface fastethernet 0/0
ORL(config-if)# ip address 172.16.3.1 255.255.255.0
ORL(config-if)# no shutdown

A routing table entry is made to the 172.16.3.0 network with a code of “C”.

16. An engineer creates a static route by entering the Router(config)# ip route 10.0.0.0 255.255.255.0 192.168.1.2 command. What can be concluded about this route?
The administrative distance of this route is 1.

17. Refer to the exhibit. Router1 and Router2 are running EIGRP. All interfaces are operational and packets can be forwarded between all networks. What information will be found in the routing table for Router1?
The administrative distance of the route to network 172.16.0.0 will be 90.

18. The following line of code is present in the routing table:
O 10.16.1.0/27 [110/129] via 192.168.1.5, 00:00:05, Serial0/0/1
What does the number 129 indicate in this output?
The cost for this link has a value of 129.

19. A growing medium-sized manufacturing company recently began to have routing instability issues. The company uses static routes and has a mixture of over 30 Cisco and non-Cisco routers. The network administrator has decided to convert the network to dynamic routing. What characteristics of protocols should be considered in this selection process?
OSPF can be used between the routers.

20. Refer to the exhibit. If RIP is the routing protocol, what is the value of the metric from router A to network 192.168.5.0/24?
3

21. A router learns two paths with equal metrics to a destination network via the RIP routing protocol. How will the router handle packets to the destination network?
The router will install both routes in the routing table and load balance between the two.

CCNA2 – Module 2 V.4

1. Which of the following are displayed by the Router# show cdp neighbors command? (Choose three.)
platform
holdtime
local interface

2. Why is it advisable to enter a next-hop IP address when creating a static route whose exit interface is an Ethernet network?
In a multi-access network, the router cannot determine the next-hop MAC address for the Ethernet frame without a next-hop address.

3. The output of the Router# show interfaces serial 0/1 command displays the following:
Serial0/1 is up, line protocol is down.
What is the most likely cause for the line protocol being down?
No clock rate has been set.

4. A static route that points to the next hop IP will have what administrative distance and metric in the routing table?
administrative distance of 1 and metric of 0

5. Refer to the exhibit. What two commands will change the next-hop address for the 10.0.0.0/8 network from 172.16.40.2 to 192.168.1.2? (Choose two.)
A(config)# no ip route 10.0.0.0 255.0.0.0 172.16.40.2
A(config)# ip route 10.0.0.0 255.0.0.0 192.168.1.2

6. Refer to the exhibit. A company network engineer is assigned to establish connectivity between the two Ethernet networks so that hosts on the 10.1.1.0/24 subnet can contact hosts on the 10.1.2.0/24 subnet. The engineer has been told to use only static routing for these company routers. Which set of commands will establish connectivity between the two Ethernet networks?
R1(config)# ip route 10.1.1.0 255.255.255.0 192.168.0.2R2(config)# ip route 10.1.2.0 255.255.255.0 192.168.0.1

7. Refer to the exhibit. Which static route should be configured on Router1 so that host A will be able to reach host B on the 172.16.0.0 network?
ip route 172.16.0.0 255.255.0.0 S0/0/0

8. What address can be used to summarize networks 172.16.1.0/24, 172.16.2.0/24, 172.16.3.0/24, and 172.16.4.0/24?
172.16.0.0/21

9. Refer to the exhibit. What is the significance of the /8 in the route to the 10.0.0.0 network?
It indicates the number of consecutive bits, from the left, in the destination IP address of a packet that must match 10.0.0.0 to use that route.

10. What two devices are responsible for converting the data from the WAN service provider into a form acceptable by the router? (Choose two).
a modem
a CSU/DSU device

11. A network administrator enters the following command into Router1: ip route 192.168.0.0 255.255.255.0 S0/1/0. Router1 then receives a packet that is destined for 192.168.0.22/24. After finding the recently configured static route in the routing table, what does Router1 do next to process the packet?
encapsulates the packet into a frame for the WAN link and forwards the packet out the S0/1/0 interface

12. Which piece of information is available from examining the output of the command show ip interface brief?
Interface IP address

13. Which of the following is true regarding CDP and the graphic shown?
By default, Router A will receive CDP advertisements from routers B and C.

14. Which two statements describe functions or characteristics of CDP? (Choose two.)
It starts up automatically and allows the device to detect directly connected neighbor devices that use CDP.
It allows systems to learn about each other even if different network layer protocols are configured.

15. Hosts on two separate subnets cannot communicate. The network administrator suspects a missing route in one of the routing tables. Which three commands can be used to help troubleshoot Layer 3 connectivity issues? (Choose three.)
ping
traceroute
show ip route

16. What happens to a static route entry in a routing table when the outgoing interface is not available?
The route is removed from the table.

17. The routers in the diagram use the subnet assignments shown. What is the most efficient route summary that can be configured on Router3 to advertise the internal networks to the cloud?
192.1.1.0/25

18. Refer to the exhibit. How will packets destined to the 172.16.0.0 network be forwarded?
Router1 will perform recursive lookup and packet will exit S0/0.

19. A router has one static route to each destination network. Which two scenarios would require an administrator to alter the static routes that are configured on that router? (Choose two.)
The destination network no longer exists.
20. A topology change occurs where the existing next-hop address or exit interface is not accessible.

21. Refer to the exhibit. Given the output in the exhibit, how would a clock rate be determined for this link?
The rate configured on the DCE determines the clock rate.
22. Refer to the exhibit. Which set of commands will configure static routes that will allow the WinterPark and the Altamonte routers to deliver packets from each LAN and direct all other traffic to the Internet?
WinterPark(config)# ip route 0.0.0.0 0.0.0.0 192.168.146.1Altamonte(config)# ip route 10.0.234.0 255.255.255.0 192.168.146.2Altamonte(config)# ip route 0.0.0.0 0.0.0.0 s0/1

23. Refer to the exhibit. What two commands are required to provide connectivity between the 192.168.1.0 and 10.0.0.0 networks without requiring recursive lookup? (Choose two.)
A(config)# ip route 10.0.0.0 255.0.0.0 s 0/1/0
B(config)# ip route 192.168.1.0 255.255.255.0 s 0/0/0

TEST IS ABOVE 90%

CCNA2 – Module 1 V.4

1. If a router cannot find a valid configuration file during the startup sequence, what will occur?
The router will prompt the user for a response to enter setup mode.

2. Refer to the exhibit. The network administrator has configured the router with the interface IP addresses shown for the directly connected networks. Pings from the router to hosts on the connected networks or pings between router interfaces are not working. What is the most likely problem?
The interfaces must be enabled with the no shutdown command.

3. Refer to the exhibit. What can be concluded from the routing table output in the exhibit? (Choose two.)
The FastEthernet0/0 and Serial0/0/0 interfaces of this router were configured with an IP address and the no shutdown command.
An IP packet received by this router with a destination address of 198.18.9.1 will be forwarded out of the Serial0/0/0 interface.

4. Refer to the exhibit. The frame shown in the exhibit was received by the router. The router interfaces are operational. How will the router process this frame? (Choose two.)
The router will change the frame type to one supported by the WAN link before forwarding the frame.
The frame was received on the Fa0/0 interface of the router and will be switched to the S0/0/0 interface.

5. Passwords can be used to restrict access to all or parts of the Cisco IOS. Select the modes and interfaces that can be protected with passwords. (Choose three.)
VTY interface
console interface
privileged EXEC mode

6. Which two statements correctly describe the components of a router? (Choose two.)
ROM contains diagnostics executed on hardware modules.
Flash memory does not lose its contents during a reboot.

7. Refer to the exhibit. After host 2 is connected to the switch on the LAN, host 2 is unable to communicate with host 1. What is the cause of this problem?
The subnet mask of host 2 is incorrect.
Host 1 and host 2 are on different networks.
The switch needs an IP address that is not configured.
The router LAN interface and host 1 are on different networks.
The IP address of host 1 is on a different network than is the LAN interface of the router.

8. Which are functions of a router? (Choose three.)
packet switching
segmentation of broadcast domains
selection of best path based on logical addressing

9. Refer to the exhibit. All routers have a route in its routing table to each network that is shown in the exhibit. Default routes have not been issued on these routers. What can be concluded about how packets are forwarded in this network? (Choose two.)
If RouterA receives a packet that is destined for 192.168.3.146, it will be forwarded out interface S0/0/1.
If RouterB receives a packet that is destined for 10.5.27.15, it will be forwarded out interface S0/0/1.

10. The serial connection shown in the graphic needs to be configured. Which configuration commands must be made on the Sydney router to establish connectivity with the Melbourne site? (Choose three.)
Sydney(config-if)# ip address 201.100.53.2 255.255.255.0
Sydney(config-if)# no shutdown
Sydney(config-if)# clock rate 56000

11. Refer to the exhibit. What can be concluded from the output of the running-configuration of a router?
The commands that are displayed determine the current operation of the router.

12. Refer to the exhibit. Host A pings host B. When R4 accepts the ping into the Ethernet interface, what two pieces of header information are included? (Choose two.)
destination IP address: 192.168.10.134
destination MAC address: 9999.DADC.1234

13. What is the outcome of entering these commands?
R1(config)# line vty 0 4
R1(config-line)# password check123
R1(config-line)# login
sets the password to be used for connecting to this router via Telnet

14. Which of the following is the correct flow of routines for a router startup?
load bootstrap, load IOS, apply configuration

15. What three processes does a router execute when it receives a packet from one network that is destined for another network? (Choose three.)
decapsulates the Layer 3 packet by stripping off the Layer 2 frame header
uses the destination IP Address in the IP header to look up the next-hop address in the routing table
encapsulates the Layer 3 packet into the new Layer 2 frame and forwards it out the exit interface

16. The network administrator needs to connect two routers directly via their FastEthernet ports. What cable should the network administrator use?
cross-over
Which two statements describe characteristics of load balancing? (Choose two.)
Load balancing allows a router to forward packets over multiple paths to the same destination network.
Unequal cost load balancing is supported by EIGRP.

17. What information about the router and its startup process can be gathered from the output of the show version command? (Choose three.)
the last restart method
the configuration register settings
the location from where the IOS loaded

18. Which interfaces in the exhibit could be used for a leased line WAN connection? (Choose two.)
1
4

19. From what location can a router load the Cisco IOS during the boot process? (Choose two.)
TFTP server
Flash memory

20. A network administrator has just entered new configurations into Router1. Which command should be executed to save configuration changes to NVRAM?
Router1# copy running-config startup-config

21. What is the default sequence for loading the configuration file?
NVRAM, TFTP, CONSOLE

22. What header address information does a router change in the information it receives from an attached Ethernet interface before information is transmitted out another interface?
the Layer 2 source and destination address

TEST IS ABOVE 90%

端午节

今天是一年一度的端午节
额 自己没什么感觉
说什么粽子啊粽子的
只是说说而已了 没得吃- -:(
到超市买粽子
只有那种微波炉烤的
然后结账的时候突然发觉没有微波炉
只好无奈的放回
哎 人生啊

自己一个人住了以后觉得很安静
自己想干什么就干什么
但是久了也觉得不爽
没人说话
房东那一家人都可冷淡
除了付房租的时候笑笑
其他时候基本把我当不存在
哎 人生啊

发现自己貌似被隔离了
除了学习睡觉吃饭别的啥都不干
平庸的过着
不过将来工作后也是这样吧
自己一个人而已
╮(╯▽╰)╭

目前对PHPh和MYSQL是相当的感兴趣
整了这么多天终于整到自己满意了
今天搞了个flashplayer
哎累死了 代码都要改
也学到了不少东西 HOHO

期待仙剑三的电视剧
片尾不怎么满意 应该是还没看的原因吧 没融合感情
就写这么多吧= =

仙剑三电视剧图片故事

HP Pavilion DV2 一个月使用感受

型号是dv2 1005ax AMD NEO 1.6GHZ,2G ram,250G,ATI HD3410.

4月4日在河南科技市场创新大厦的一个惠普店以5800的价格入手

送一个垃圾HP鼠标外加一个原装包 然后自己傻乎乎的用了110块贴了托盘 外壳 屏幕 键盘膜 哎 这贵的啊 其实完全没必要。。

因为4月16号就要回到国外上学 以前用的ACER的本子准备搁到家里 所以很急

现在已经降到5500-5600左右的价格了吧

最开始准备买联想Y330 但把科技市场问遍了就是没有货 然后在网上看到了这个本子 顿时觉得很惊艳 而且很轻

但配置确实不怎么样 尤其是CPU

开始JS忽悠我到6500 然后问了很多家都在6000以上 而且低于6000都不卖 看来刚上市的电脑最容易忽悠人

还好事先有准备 一句官网5999就把JS惹得不知道说啥了

然后就开始砍价

本来在百脑汇谈好了一个5600的 但谁知是样机 而且就那一台

所以放弃 当时比较晚了 而且转了一天累到不行 然后找了一家除了5600那个出价最低的 5850 JS信誓旦旦的说低于5850不卖

然后我就把电话挂了 不出一会儿又打来 说5800也行…然后实在太累了实在不想还价了就买了

好了 扯了那么多 还是扯到正题吧

首先是外观 相信很多本友已经看过了 今天也看到论坛里有另一位本友也发了不少图 比我照的好多了(手机200万像素的。。)

外观真的很漂亮 而且很薄 但是外壳和托盘上很容易沾上指纹 所以当时就贴膜了

其次是轻 因为本人在新加坡上大学 要天天背着笔记本跑来跑去 所以就想要一个重量轻点的

DV2女生都觉得轻了 本人更是觉得基本没什么重量 (有点夸张。。可能和原来的本台重有关系)

DV2新加坡的价格是1299新币 按照现在的汇率 大概5950人民币左右 在当地也不便宜

本来看中了X200 但由于实在没有money就放弃了 最便宜的要7100 砍价后也要6800

然后是CPU的问题了。。确实 单核的CPU满足不了负荷很大的工作 但对于一般的文字处理 上网 编程 中低级3D游戏都已满足 所以对于我来说 还是够用的

配备了ATI HD3410显卡 算是很入门的低级独立显卡 但是在轻薄本中配置独立显卡 在此价格下还是少数

玩AION在特效不高的情况下 还算是比较流畅的

像实况2009,WAR3等一些低3D的游戏都很流畅

1080P

720P

播1080P和720P都很流畅

但是在播1080P的时候CPU占用几乎全满 而且基本不能运行别的程序

说一下DV2的散热

新加坡天气比较热

在不开空调的情况下温度CPU温度一般在65度左右

但开空调的情况下一般在50-62度之间

在使用的时候 左托盘的温度比较高 右托盘没有什么感觉

但是机器底部中间是温度最高的地方 而且底部大部分都很高

出风口也很高 而且风扇基本一直都在转动 打算买个散热底座了…

屏幕是LG的 效果还不错

用EVEREST测试了一下内存和CPU

结果发现内存读取与写入的测试还算不错

但是CPU的测试确实很让人失望

VISTA下的CPU得分是3.4

硬盘测试

总体而言

对于DV2

我觉得还是够用的

但惠普的做工仍有待提高

总觉得托盘周围有些松动的感觉

屏幕框也比较松

散热确实不行 可能是DV系列的通病吧

另外此机器无光驱 但标配了一款HP可光雕刻录的USB外置光驱

电池是6芯的 正常使用有时候可以续航到将近3个小时 但大部分时候还是2个半小时左右

此篇文章为原创,只在本友会发表过,如果需要转载,请说明出处,谢谢。

CCNA1 – Final Exam

1. A PC can not connect to any remote websites, ping its default gateway, or ping a printer that is functioning properly on the local network segment. Which action will verify that the TCP/IP stack is functioning correctly on this PC?
Use the ipconfig /all command at the host’s command prompt.
**Use the ping 127.0.0.1 command at the command prompt.
Use the traceroute command at the command prompt to identify any failures on the path to the gateway.
Use FTP to check for connectivity to remote sites.
Download a troubleshooting tool from the PC manufacturer’s website.

2. Refer to the exhibit. Which set of devices contains only intermediary devices?
**A, B, D, G
A, B, E, F
C, D, G, I
G, H, I, J

3. Refer to the exhibit. When computer A sends a frame to computer D, what computers receive the frame?
**only computer D
only computer A and computer D
only computer B, computer C, and computer D
all computers

4. Which password is automatically encrypted when it is created?
vty
aux
console
**enable secret
enable password

5. Which three statements characterize the transport layer protocols? (Choose three.)
**TCP and UDP port numbers are used by application layer protocols.
TCP uses port numbers to provide reliable transportation of IP packets.
UDP uses windowing and acknowledgments for reliable transfer of data.
**TCP uses windowing and sequencing to provide reliable transfer of data.
**TCP is a connection-oriented protocol. UDP is a connectionless protocol.

6. Which type of media is immune to EMI and RFI? (Choose two.)
10 Base-T
10 Base-2
10 Base-5
**100 Base-FX
100 Base TX
**1000 Base LX

7. Refer to the exhibit. A technician is working on a network problem that requires verification of the router LAN interface. What address should be pinged from this host to confirm that the router interface is operational?
127.0.0.1
192.168.64.196
**192.168.254.1
192.168.254.9
192.168.254.254

8. Refer to the exhibit. The diagram represents the process of sending email between clients.
Select the list below that correctly identifies the component or protocol used at each numbered stage of the diagram.
1.MUA 2.MDA 3.MTA 4.SMTP 5.MTA 6.POP 7.MDA 8.MUA
1.MUA 2.POP 3.MDA 4.SMTP 5.MTA 6.MDA 7.SMTP 8.MUA
1.MUA 2.POP 3.SMTP 4.MDA 5.MTA 6.SMTP 7.POP 8.MUA
1.MDA 2.SMTP 3.MTA 4.SMTP 5.MTA 6.MUA 7.POP 8.MDA
**1.MUA 2.SMTP 3.MTA 4.SMTP 5.MTA 6.MDA 7.POP 8.MUA

9. Refer to the exhibit. What function does router RT_A need to provide to allow Internet access for hosts in this network?
**address translation
DHCP services
ftpd
web server

10. Refer to the exhibit. The network containing router B is experiencing problems. A network associate has isolated the issue in this network to router B? What action can be preformed to correct the network issue?
issue the ip address command on interface FastEthernet 0/0
**issue the no shutdown command on interface FastEthernet 0/1
issue the clock rate command on interface Serial 0/0/0
issue the description command on interface Serial 0/0/1

11. Which three IPv4 addresses represent a broadcast for a subnet? (Choose three.)
**172.16.4.63 /26
172.16.4.129 /26
**172.16.4.191 /26
172.16.4.51 /27
**172.16.4.95 /27
172.16.4.221 /27

12. What are three characteristics of CSMA/CD? (Choose three.)
Devices can be configured with a higher transmission priority.
A jam signal indicates that the collision has cleared and the media is not busy.
**A device listens and waits until the media is not busy before transmitting.
The device with the electronic token is the only one that can transmit after a collision.
**All of the devices on a segment see data that passes on the network medium.
**After detecting a collision, hosts can attempt to resume transmission after a random time delay has expired.

13. In a Cisco IOS device, where is the startup-configuration file stored?
Flash
**NVRAM
RAM
ROM

14. A routing issue has occurred in you internetwork. Which of the following type of devices should be examined to isolate this error?
access point
host
hub
**router
switch

15. Which OSI layer protocol does IP rely on to determine whether packets have been lost and to request retransmission?
application
presentation
session
**transport

16. Due to a security violation, the router passwords must be changed. What information can be learned from the following configuration entries? (Choose two.)
Router(config)# line vty 0 3
Router(config-line)# password c13c0
Router(config-line)# login
The entries specify three Telnet lines for remote access.
**The entries specify four Telnet lines for remote access.
The entries set the console and Telnet password to “c13c0″.
Telnet access will be denied because the Telnet configuration is incomplete.
**Access will be permitted for Telnet using “c13c0″ as the password.

17. Which prompt represents the appropriate mode used for the copy running-config startup-config command ?
Switch-6J>
**Switch-6J#
Switch-6J(config)#
Switch-6J(config-if)#
Switch-6J(config-line)#

18. Which combination of network id and subnet mask correctly identifies all IP addresses from 172.16.128.0 through 172.16.159.255?
172.16.128.0 255.255.255.224
172.16.128.0 255.255.0.0
172.16.128.0 255.255.192.0
**172.16.128.0 255.255.224.0
172.16.128.0 255.255.255.192

19. When must a router serial interface be configured with the clock rate command?
when the interface is functioning as a DTE device
when the interface timers have been cleared
when the connected DTE device is shut down
**when the interface is functioning as a DCE device

20. When connectionless protocols are implemented at the lower layers of the OSI model, what are usually used to acknowledge the data receipt and request the retransmission of missing data?
connectionless acknowledgements
**upper-layer connection-oriented protocols
Network layer IP protocols
Transport layer UDP protocols

21. A technician is asked to secure the privileged EXEC mode of a switch by requiring a password. Which type of password would require this login and be considered the most
secure?
console
enable
**enable secret
VTY

22. hRefer to the exhibit. What is required on host A for a network technician to create the initial configuration on RouterA?
a FTP client
a telnet client
**a terminal emulation program
a web browser

23. Refer to the exhibit. A network administrator remotely accesses the CLI of RouterB from PC1. Which two statements are true about the application layer protocol that is used to make this connection? (Choose two.)
The data is encrypted.
**The connection type is called a VTY session.
A server process is running on PC1.
A GET request is sent to RouterB.
**The application name is the same for the service, protocol, and client.

24. The Layer 4 header contains which type of information to aid in the delivery of data?
**service port number
host logical address
device physical address
virtual connection identifier

25. Refer to the exhibit. What two facts can be determined about the exhibited topology? (Choose two.)
**A single broadcast domain is present
Two logical address ranges are required.
Three broadcast domains are shown.
Four networks are needed.
**Five collision domains exist.
26. Refer to the exhibit. A network technician is trying to determine the correct IP address configuration for Host A. What is a valid configuration for Host A?
IP address: 192.168.100.19; Subnet Mask: 255.255.255.248; Default Gateway: 192.16.1.2
**IP address: 192.168.100.20; Subnet Mask: 255.255.255.240; Default Gateway: 192.168.100.17
IP address: 192.168.100.21; Subnet Mask: 255.255.255.248; Default Gateway: 192.168.100.18
IP address: 192.168.100.22; Subnet Mask: 255.255.255.240; Default Gateway: 10.1.1.5
IP address: 192.168.100.30; Subnet Mask: 255.255.255.240; Default Gateway: 192.168.1.1
IP address: 192.168.100.31; Subnet Mask: 255.255.255.240; Default Gateway: 192.168.100.18

27. Refer to the exhibit. Cable 1 and cable 2 have the ends wired for specific physical layer requirements. The table lists each segment by number and the cable which has been installed by the network technician between the network components on that segment. From the data
given, which segments have the correct cable installed? (Choose three.)
**segment1
segment2
**segment3
**segment4
segment5

28. What is true regarding network layer addressing? (Choose three.)
**uses a flat structure
prevent broadcasts
heirarchical
**uniquely identifies each host
48 bits in length
**contains a network portion

29. Refer to the exhibit. A router, whose table is shown, receives a packet that is destined for 192.168.1.4. How will router treat the packet?
The packet will be dropped.
The packet will be forwarded via FastEthernet 0/0.
**The packet will be forwarded to the destination host.
The packet will be forwarded to the 192.168.1.3 next-hop address.

30. Refer to the exhibit. Which two statements describe the information that is represented in the header? (Choose two.)
This is a server response.
The UDP protocol is being used.
**The destination port indicates a Telnet session.
**The return segment will contain a source port of 23.
The next session originated from the client of this session will use the source port number 13358.

31. Refer to the exhibit. What is the correct destination socket number for a web page request from Host A to the web server?
00-08-a3-b6-ce-46
**198.133.219.25:80

http://www.cisco.com

C 198.133.219.0/24 is directly connected, FastEthernet0/0

32. During the encapsulation process, which identifiers are added at the transport layer?
two networks routing the packets
**two applications communicating the data
two hosts at either end of the communication
two nodes on the local network exchanging the frame

33. Refer to the exhibit. A student has wired each end of a CAT 5e cable as shown. What is the result? (Choose two.)
The cable is unusable and must be rewired.
The cable is suitable for use as a Gigabit Ethernet straight-through.
**The cable is suitable for use as a Fast Ethernet crossover.
The cable is suitable for use as a rollover cable.
The cable is suitable for use as a Gigabit Ethernet crossover.
**The cable is suitable for use between two 100 Mbps Auto-MDIX capable switches.

34. Refer to the exhibit. Assume all devices are using default configurations. How many subnets are required to address the topology that is shown?
1
**3
4
5
7

35. Refer to the exhibit. On the basis of the IP configuration that is shown, what is the reason that Host A and Host B are unable to communicate outside the local network?
Host A was assigned a network address.
Host B was assigned a multicast address.
Host A and Host B belong to different networks.
**The gateway address was assigned a broadcast address.

36. Refer to the exhibit. Each media link is labeled. What type of cable should be used to connect the different devices?
Connection 1 – rollover cable
Connection 2 – straight-through cable
Connection 3 – crossover cable
Connection 1 – crossover cable
Connection 2 – rollover cable
Connection 3 – crossover cable
Connection 1 – straight-through cable
Connection 2 – crossover cable
Connection 3 – crossover cable
**Connection 1 – straight-through cable
**Connection 2 – crossover cable
**Connection 3 – straight-through cable
Connection 1 – crossover cable
Connection 2 – straight-through cable
Connection 3 – crossover cable

37. Refer to the exhibit. What does the IP address 192.168.33.2 represent?
The host’s default gateway.
The host’s IP address.
**The host’s primary domain name server.
The IP address of the website resolver1.mooki.local.
The IP address of the host’s homepage.

38. Refer to the exhibit. What two facts can be determined from the information that is given? (Choose two.)
This exchange is part of the three-way handshake.
The source port indicates that a Telnet session has been initiated.
The data is flowing from server to client.
**The destination port indicates that an HTTP session has been initiated.
**The data listed is associated with the transport layer.
The source port does not support communication with the destination port that is listed.

39. Which of the following are the address ranges of the private IP addresses? (Choose three.)
**10.0.0.0 to 10.255.255.255
200.100.50.0 to 200.100.25.255
150.150.0.0 to 150.150.255.255
**172.16.0.0 to 172.31.255.255
**192.168.0.0 to 192.168.255.255
127.16.0.0 to 127.31.255.255

40. Which two functions of the OSI model occur at layer two? (Choose two.)
**physical addressing
encoding
routing
cabling
**media access control

41. Which range of port numbers are reserved for services that are commonly used by applications that run on servers?
0 to 255
**0 to 1023
1024 to 49151
49152 to 65535

42. As network administrator, what is the subnet mask that allows 510 hosts given the IP address 172.30.0.0?
255.255.0.0
255.255.248.0
255.255.252.0
**255.255.254.0
255.255.255.0
255.255.255.128

43. Refer to the exhibit. The tracert command is initiated from PC1 to the destination PC4. Which device will send a response to the initial packet from PC1?
London
Paris
**Athens
Ankara
PC4

44. Refer to the exhibit. Host A is transmitting data to host B. What addresses will host A use to for the destination IP and MAC addresses in this communication?
Destination MAC: BBBB:BBBB:BBBB Destination IP: 172.22.0.62
Destination MAC: DDDD:DDDD:DDDD Destination IP: 172.22.0.75
Destination MAC: EEEE:EEEE:EEEE Destination IP: 172.22.0.62
Destination MAC: BBBB:BBBB:BBBB Destination IP: 172.22.0.75
**Destination MAC: EEEE:EEEE:EEEE Destination IP: 172.22.0.75
Destination MAC: DDDD:DDDD:DDDD Destination IP: 172.22.0.94

45. Refer to the exhibit. Which logical topology best describes the exhibited network?
**star
ring
point-to-point
multiaccess
mesh

46. Examine the graphic with current configurations. Host A in the Clerical offices failed and was replaced. Although a ping to 127.0.0.1 was successful, the replacement computer can not access the company network. What is the likely cause of the problem?
IP address incorrectly entered
network cables unplugged
**subnet mask incorrectly entered
network card failure

47. Refer to the exhibit. With the router running NAT, what IP addresses can be applied to the computer to allow access to the Internet? (Choose three.)
192.168.18.38
192.168.18.48
**192.168.18.49
**192.168.18.52
**192.168.18.59
192.168.18.63

48. Refer to the exhibit. What three statements are true about the IP configuration that is shown? (Choose three.)
**The address that is assigned to the computer represents private addressing.
**The computer is unable to communicate outside of the local network.
The network of this computer can have 126 hosts.
**The prefix of the computer address is /27.
The IPaddress that is assigned to the computer is routable on the Internet.
The IP address that is assigned to the computer is a broadcast address.

49. Refer to the exhibit. Host A attempts to establish a TCP/IP session with host C. During this attempt, a frame was captured with the source MAC address 0050.7320.D632 and the destination MAC address 0030.8517.44C4. The packet inside the captured frame has an IP source address 192.168.7.5, and the destination IP address is 192.168.219.24. At which point in the network was this packet captured?
leaving host A
leaving ATL
**leaving Dallas
leaving NYC

50. Which of the following OSI layers offers reliable, connection-oriented data communication services?
application
presentation
session
**transport
network

TEST IS ABOVE 90%