ExamNotes.net  -  IT certification portal

ForumsCertResearchTop sitesNewslettersFree email
HomeRegister
Exams Notes
Practice exams
Exam games
Questions by email
Online training
Training videos
College degrees
Boot camps
Book store
Links directory
Tell a friend
For webmasters

CompTIA Exam Vouchers
Save money on CompTIA exams
Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more

* ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i

Online practice tests

Certification sites

Online university

Online college

Online education

Distance learning

Software forum

Server administration forum

Programming resources






This is interesting: Free IT Magazines | Databases help forum



Cisco > CCNA > New To Ccna ......... Help Me!!!!!!!!!!

Show a Printable Version
Email This Page to Someone!
Receive updates to this thread




Featured site:  Online CCNA practice exams from Cert21.com



Author New To Ccna ......... Help Me!!!!!!!!!!
rsee
Junior Member




Registered: Oct 2001
Location:
Country: United Kingdom
State:
Certifications: Nortel,
Working on: ccna, ccnp

Total Posts: 12
New To Ccna ......... Help Me!!!!!!!!!!

Hi,
I have just started studying for my CCNA. I have so far read about the OSI layers.Some of you may laugh but hey this is a great achievement for me.

I have question and will appreciate if the geeks can help out.

"Describe data link addresses and network addresses and identify the key differences between them".

I know the definitions of both... well sort of but am a bit confused in identifying the differences.

" List the key internet working functions of the OSI Network layer and how they are performed at a router"

one again lads, the only things so far i know about a router is that it receives data, it examines the layer 3 data to determine the destination network address. It then looks up in a table that tell it which route to use to get the date to its final destination.
Please help me understand and answer these two questions.
Much apreciated

Report this post to a moderator

Old Post 10-27-01 07:27 PM
rsee is offline Click Here to See the Profile for rsee Click here to Send rsee a Private Message Add rsee to your buddy list Find more posts by rsee Reply w/Quote Edit/Delete Message IP: Logged
bills_101
Junior Member




Registered: Jun 2001
Location:
Country: Canada
State:
Certifications: CCNA,MCSE, CNE
Working on:

Total Posts: 13

Layer 3 - This is a layer 3 address
eg. 200.200.200.1

- On the Internet, we use the layer
3 address to find people.

- when we want to see if a remote
station is running, we ping the
station using layer 3 address
eg. ping 200.200.200.2

- routers work at the Layer 3 OSI
because they have to use routing
tables to find the other routers.

Layer 2 - at this layer, you find the Datalink
layer. One of its function is
topology.

- it uses the MAC addresses to find
the other stations on its LAN

- it has 2 sublayers (very important
on the exam, know it)

- the Mac address is the address you
find on the network card.
eg. 00 60 00 83 DF 38

If you are using win98, run winipcfg
and you will see your MAC address
provided you have a NIC card hooked up.

Report this post to a moderator

Old Post 10-27-01 09:43 PM
bills_101 is offline Click Here to See the Profile for bills_101 Click here to Send bills_101 a Private Message Add bills_101 to your buddy list Find more posts by bills_101 Reply w/Quote Edit/Delete Message IP: Logged
depamo
Burning at both ends
M




Registered: Jul 2001
Location: Houston, Texas
Country: United States
State:
Certifications: CCDA, CCNA, CCNP, CISSP, SAP Basis, SCSA
Working on: If I need anymore, I quit.....

Total Posts: 482
Arrow Waz the difference???

Every computer Network Interface Card (NIC) has a unique Hardware Address that is assigned to companies that make network devices. Actually they get assigned a bank of addresses to use and then when they run out, they come back for more. This is your layer 2 address. This example is not inclusive of all network adapters. Everything you will be exposed to in the CCNA, this definition will hold true.

The important thing about Layer 2 Addresses is that they are not routable (meaning that you cannot logically define networks with routers using these addresses) and for the most part, you don't get to choose your MAC Address. Because you don't get to derfine your MAC Address (some systems you can choose your MAC but that is currently inconsiquential with the current models of the OSI) there is no pattern to associate to a group of hosts on a network.

The reason why is that for you to route using MAC or layer 2 addresses, you would have to know where every MAC Address is on every device connecting networks, memory would be just a little bit of an issue with this. So MAC Addresses or Layer 2 addresses are used to identify a host within a logical network or broadcast domain.

To identify logical networks of hosts, you use a layer 3 address. This is much better since you have the ability to choose your layer 3 address to define a group of hosts in a broadcast domain. Above that you can then summarize these together (CIDR) to reduce the burden on your routing tables even more.

So to get from here to there, you use the Layer 3 address. Once you get there, to get to the right host on the network, you use the Layer 2 address.

That should be a good brief explination of this. If you want an excellent explination of how the internet works in terms like these, check out Internet Routing Architectures Cisco Press Book. The first half is an awesome description of the internet and how everything got to how it is today.

__________________
A Black Hole is God dividing by zero.

Report this post to a moderator

Old Post 10-27-01 10:45 PM
depamo is offline Click Here to See the Profile for depamo Click here to Send depamo a Private Message Add depamo to your buddy list Find more posts by depamo Reply w/Quote Edit/Delete Message IP: Logged
bbosa
Member




Registered: Jul 2001
Location: Kampala
Country: Uganda
State:
Certifications: MCP Win2k
Working on: MCSE 2000, CCNA, Linux+

Total Posts: 83

Those two posts above I think are great. I am also preparing for this paper!, but I have gone past the OSI layers and I believe I know how it all works now.
- To add to the above two posts:
Well now we know that each host on a network has a unique MAC address to Identify it on the "local" network and that this is burned on the NIC at the factory!
- Well I think you should also know that these MAC addresses (a.k.a Datalink addresses) can be resolved to Network Logical addresses ( IP addresses) using RARP (Reverse address resolution protocol) and IP addresses resolved to MAC addresses by ARP (Address Resolution Protocol).
- Routers work at the Network layer of the OSI model.
- Switches and Bridges work at the Datalink layer of the OSI model.
-Network layer encapsultion type is called Packets or Datagrams while Datalink type are Frames.( Transport layer = Segments, Physical= bits)

__________________
"No Work is done in vain!
The only place where Reward comes before
Work is in the Dictionary"

Report this post to a moderator

Old Post 10-28-01 11:06 AM
bbosa is offline Click Here to See the Profile for bbosa Click here to Send bbosa a Private Message Visit bbosa's homepage! Add bbosa to your buddy list Find more posts by bbosa Reply w/Quote Edit/Delete Message IP: Logged
rsee
Junior Member




Registered: Oct 2001
Location:
Country: United Kingdom
State:
Certifications: Nortel,
Working on: ccna, ccnp

Total Posts: 12
Thumbs up

I guess I understand the differences now. Thanks Guys.

Appreciate your valuable inputs help

Rosh

Report this post to a moderator

Old Post 10-28-01 11:53 AM
rsee is offline Click Here to See the Profile for rsee Click here to Send rsee a Private Message Add rsee to your buddy list Find more posts by rsee Reply w/Quote Edit/Delete Message IP: Logged
redlinecd
Junior Member




Registered: May 2001
Location:
Country: Pakistan
State:
Certifications: MCSE, CCNA
Working on:

Total Posts: 4
Lightbulb Excellent explaination of OSI Layers along with other features

Hi,
Go through following link. I think you will be satisfied.
http://www.how2pass.com/CCNA/study_...l/osilayers.htm

A.A. Shah

Report this post to a moderator

Old Post 11-02-01 03:37 PM
redlinecd is offline Click Here to See the Profile for redlinecd Click here to Send redlinecd a Private Message Add redlinecd to your buddy list Find more posts by redlinecd Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Post new thread   Post reply

Click here for list of CCNA study guides

Cisco exam notes

CCNA(tm) exam details



Forum Jump:
Rate This Thread:
Forum Rules:
Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON.
 

ExamNotes forum archive


Powered by: vBulletin 2.2.8
Copyright ©2000, Jelsoft Enterprises Limited.

  Free Braindumps | mcse braindumps