• 网络学院
  • IT资讯
  • 操作系统
  • 网络技术
  • 软件应用
  • 办公软件
  • 编程技术
  • 网站架设
  • 数据库类
  • 平面设计
  • 多媒体类
  • 游戏资讯
  • 教学论文
  • 认证考试
CCNABRAINDUMP2(1)
  站点:
  • 首 页
  • 最新软件
  • 文章教程
  • 国内软件
  • 国外软件
  • 绿色软件
  • 源码下载
  • 字体下载
CCNABRAINDUMP2(1)
软件发布 CCNABRAINDUMP2(1)
网络软件 系统工具 应用软件 联络聊天 图形图像 多媒体类 行业软件 游戏娱乐 编程开发 安全相关 教育教学 数码软件 绿软下载
热门软件: QQ 瑞星 pplive e话通 木马克星 千千静听 office2000 五笔字根 Photoshop 视频分割
返回文章教程首页 >> 认证考试 >> 思科认证 >> Cisco试题 >> CCNABRAINDUMP2(1)

CCNABRAINDUMP2(1)

添加时间: 2007-9-6 1:35:14  作者: Cisco考试认证  阅读次数:24   来源: http://www.d9soft.com

       

CCNA exam test# 640-407

I just finished the exam and passed. 78 questions long, no fill in the blank, most of the questions dealt with the OSI model and data encapsulation.

KNOW THESE HARD- I would say memorize everything about them so that you can write them in your sleep.

For instance, it would give you the steps of data encapsulation broken down into boxes, and then ask you to place them in order.

Also would gives examples from different layers, and ask you to match function to layer name.

There were also at least 5-10 questions on ISDN and ppp... Things like, a bri gives you x number of b channels plus X number of D.

how do you configure a bri interface.

The subnet masking questions seemed easy. Just know masking and you'll be fine. I think one question asked me what the class, network number, and broadcast address was on say an address of 196.34.5.34, netmask 255.255.255.128.

Dont' even look at appletalk, I saw nothing about it.

Know your switching, cut-through vs store & forward, and what each does

Also know your hardware, for instance, what layer does a bridge work at, a repeater?

In general, most questions I could answer by process of elimination.

For insatnce if its asking you about what UPPER-layer of the osi modle handles something, and transport is an option... enough said.

What else...

The following commands were asked about:

clock rate

hostname

banner motd

?

which key to repeat last command

access list syntax for standard ip

how to enable igrp routing

Also maybe 10 or so questions on copying to-from tftp servers

Just a note for everyone. This test is not easy, but its not hard either. To me it was more of a "networking 101," than a " Cisco " exam. Just know the OSI layer, encapsulation, WAN protocols, subnet-masking, and simple commands, and you'll pass! I studied Lammle's study guide book for a week. Memorized the exam questions in the book, which did help for things like what encapsulation type goes with Ethernet_II in IPX->(I had no experience with IPX!) My experience with Cisco did help, but for the most part if you understand the material in Lammle's book, and do the labs in the book you WILL pass! Good Luck!

I managed to pass my CCNA exam. There were a few repeat questions on my exam. The primary source for studying was the CCNA study guide by Lammel from Sybex. I also used ICRC by Laurel as a backup.

The following are some of the questions I got from the exam.

1) There was a question on half-duplex. I answered like a “one-way narrow bridge”.

2) On the ipx ethernet question, I answered, ipx int e 0, ipx int e0, and ipx int.

3) There were a lot of subnet calculations on my exam. Be sure that you know how to find the class, max number of hosts and subnets given the ip and subnet.

4) I got the question on setting the rate on an interface to 56k. I answered: clock rate 56000.

5) Be careful of commands being executed in the wrong mode. Ea: access-list command can only be executed in the global config mode not the interface mode.

6) The was a question on filtering out telnet using access-list 1. I forgot the options but basically you need to remember that access-list 1-99 are standard IP access-lists. Standard IP access-lists CANNOT filter out ports like telnet (port 23). So you must actually filter out the whole interface in the question. Very tricky!!!

7) There was question on techniques that will prevent routing loops. I answered hold downs, triggered updates, poison reverse, and split-horiizon.

8) Know the OSI layers well. A lot of questions (7 or more) were based on knowing the definitions of each layer.

9) 2 questions on ISDN definitions (CPE, demarc, DCE, DTE etc..)

 

Study the questions from the Sybex book. A lot of them were very close to the exam questions. A lot of the questions had 11 answers listed so guessing will be tough. Be sure to know the material well before taking the exam.

 

Good Luck!!!

Sky Hawk

Passed CCNA exam with 870 out of 1000 , passing score : 775.
78 Questions in 90 mins.

Used Sybex: Todd Lammle Study Guide and Study Exam notes Books., www.cisco.com

1. concentrate on 7 layers of OSI - about 10 qns on these.
- remember
- Session Layer :- dialog control start ,control , End Conversation with Applications.
- Transport LAyer :- Flow control end -to end control . Establish and Drop reliable connex and uses Virtual Circuits (PVC)s and reassembe Segments back in order.
- Network LAyer :- Logical addressing (IP/IPX) of packets and Network Routing .
- Data Link Layer : - Hardware MAC address of NIC Cards .MAC = 32 bytes Network Adrs, 48 byte of Node address .
- Remember the 5 steps of how information is converted into Data,segments, packets, Frames,Bits and clocking sysncronizarion for moving data across.

2, Read on WAN protocols FR, ISDN (2 B chanls each 64kbps + 1D chl of 16Kbps totl of 144k)
ISDN uses Outband signaling. TE1,Te2, what are SPIDS used for ?

3. Know yr IP addressing and Subnetting real well e.g for class C networks :
192 = 11000000 - 2 bits for subnetting , 6 bits for hosts = 2power of 6 =64-2 = 62 hosts
224 = 11100000
240 = 11110000 means 16 subnets and 16 hosts
248 = 11111000
252 = 11111100
254 = 11111110

3. Network Security with Access-lists - understand IP/IPX std and Extended access-lists
e.g to stop IPX SAPs ,but permit anyting else : access-list 1000 deny 2e.1234.4567.1212 4
access-list 1000 permit -1
the 4 at the end of line = type of svc = advertize FileServices. 7 = print svcs,
Also know how this cmd to act upon the interface s0, IPX access-group 1000 in/out

4. remember how to enable IPX routing : conf t, ipx routing ( in global config)

5. Which IOS cmd would you use to find out what IPX routes your router knows??
show ipx route ( try it on the router)
6. Connection oriented protocols =TCP, Connexionless UDP

7. which of the following protocols emply the HELLO protocol ?
EIGRP, IS-IS, OSPF yes, not RIP not IGRP
8. RIP, IGRP are distance Vector routing protocols,

9. remember what is DTE device : Router, 3270 Controller
what is DCE device : DSU/CSU , Modem, FR access switches at Telco Cloud.
10. study How to Enable IGRP : conf t, router IGRP 100 (100=AS #)
then enter Netrwork nbrs e.g 172.16.0.0
11. Switches : use store and Forward by default unless u change it to cut-thru mode
Store and Forward : has highest latency due to reading all frame and checking for CRC ( Frame Error ) before sending it out to Destn. MAC.

12. Remember Source IP, Dest IP do not change on the way to a destination router from router to router.only MAC addresses change on the way to Destn.

Memorize the Frame types for IPX.
Good Luck , it not that hard if u uderstand routing and OSI layers.WAN Protocols, Network security, I will add more when I remember some More later.

test name: CCNA ( Cisco Certified Network Associate)
test #: 640-407

From: Scampy, Dublin.

____________________________________________________________________
Hello People!
I have just sat the CCNA exam. To be honest, it was slightly easier than I thought. It is different from the MCSE exams in that you can't review your questions at the end of the exam and the questions are far less verbose. The passmark is 755 and you have to do 78 questions in 90 minutes. Below I have included any questions that were in any way confusing.

 

上下文章:

 

上一篇文章: CCNABRAINDUMP3(1) 下一篇文章: CCNABRAINDUMP2(2)

相关文章:

  • CCNABRAINDUMP5
  • CCNABRAINDUMP6(2)
  • CCNABRAINDUMP6(1)
  • CCNABRAINDUMP4(2)
  • CCNABRAINDUMP4(1)

相关软件:

 

快速导航

  • 网络学院
  • 精品汇聚
  • 字体下载
  • 教程下载
  • ASP源码
  • PHP源码
  • Net源码
  • JSP 源码

思科认证分类导航

  • Cisco动态
  • Cisco指导
  • Cisco介绍
  • Cisco试题

本类经典文章推荐

  • Cisco试题:验证主机联通性
  • 思科认证考生问答竞选集(2)
  • Cisco试题库:ccna最新真题(下)(3)
  • Cisco试题库:ccna最新真题(下)(1)
  • Cisco试题:保存路由器配置文件
  • 3个CCIE对一个工程师的面试题
  • Cisco试题:OSPF协议
  • Cisco试题:UDP考题分析
  • Cisco试题:虚拟局域网
  • Cisco试题:CCNA-OSI参考模型

Cisco试题阅读排行

  • 思科认证考试(CCNA)考试模拟...
  • CCNABRAINDUMP6(1)
  • Cisco试题:保存路由器配置文件
  • 关于Cisco路由协议题和答案(中文)...
  • CiscoCCNA考试56题(1)
  • Cisco试题库:ccna最新真题(下)(3)
  • 关于Cisco路由协议题和答案(中文)...
  • Cisco试题库:ccna最新真题(下)(1)
  • CCNA认证考试 (collected from Br...
  • CCNA Study Notes1(3)

思科认证阅读总排行

  • Cisco路由器访问控制列表详解
  • EPON与GPON的综合比较
  • 思科考试认证(CISCO) CCNA考试就...
  • 我的CISCO认证学习笔记总结
  • CCNA简介
  • Cisco经验介绍:CCNP培训日记(2)
  • CCNA考试主要知识点指导
  • Cisco经验介绍:ping命令之解惑
  • Cisco指导:IOS命令大全(一)
  • 使用IPSec阻止特定网络协议和端口

广告位置

字母检索 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 回到顶部

关于我们 | 版权声明 | 免责条款 | 广告联系 | 软件发布 | 下载帮助 | 下载排行 | 网站地图 | 特别鸣谢 | 友情连接

copyright; 2005-2008 D9soft.com 第九软件网 版权所有