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 > what's inbound , outbound n/working

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




Featured site:  Online CCNA practice exams from Cert21.com



Author what's inbound , outbound n/working
dark_light
Member




Registered: Jul 2002
Location:
Country: Pakistan
State:
Certifications:
Working on:

Total Posts: 52
what's inbound , outbound n/working

HI guyz
what's inbound and outbound n/working and whats the range of inbound

Report this post to a moderator

Old Post 09-26-02 01:30 AM
dark_light is offline Click Here to See the Profile for dark_light Click here to Send dark_light a Private Message Add dark_light to your buddy list Find more posts by dark_light Reply w/Quote Edit/Delete Message IP: Logged
kphua
Certified Barbarian
M




Registered: Sep 2002
Location:
Country: Singapore
State:
Certifications: CCNA
Working on: CWNA, CCNP, SCJP, MCSE

Total Posts: 71
Re: what's inbound , outbound n/working

Hi dark_light

Are you referring to NAT?

quote:
Originally posted by dark_light
HI guyz
what's inbound and outbound n/working and whats the range of inbound

__________________
"Try not. Do, or do not. There is no try!" - Yoda.

Report this post to a moderator

Old Post 09-26-02 05:51 AM
kphua is offline Click Here to See the Profile for kphua Add kphua to your buddy list Find more posts by kphua Reply w/Quote Edit/Delete Message IP: Logged
vschristopher
Just a Human
M




Registered: Aug 2002
Location: Amritsar City
Country: India
State:
Certifications: CCNA
Working on: CCNP, MCSE, MCSA, A+, Network+, RHCE

Total Posts: 109
need more info..

r u referring to NAT or access lists ?????

need more information to answer ur query...

__________________
World Class Web Sites at affordable prices.

www.disinformatique.com

Report this post to a moderator

Old Post 09-26-02 06:31 AM
vschristopher is offline Click Here to See the Profile for vschristopher Click here to Send vschristopher a Private Message Visit vschristopher's homepage! Add vschristopher to your buddy list Find more posts by vschristopher    vschristopher's ICQ status       Send an AIM message to vschristopher Send a message to vschristopher Reply w/Quote Edit/Delete Message IP: Logged
dark_light
Member




Registered: Jul 2002
Location:
Country: Pakistan
State:
Certifications:
Working on:

Total Posts: 52

well both

Report this post to a moderator

Old Post 09-26-02 11:20 PM
dark_light is offline Click Here to See the Profile for dark_light Click here to Send dark_light a Private Message Add dark_light to your buddy list Find more posts by dark_light Reply w/Quote Edit/Delete Message IP: Logged
edmonds_robert
Senior Member
M




Registered: Sep 2002
Location:
Country: United States
State:
Certifications: MCSE, CCNA, CCA
Working on: CCNP, MCSE 2000, Linux+, Playstation 2+

Total Posts: 367

Well then, let's answer both, shall we?
In case you're not familiar with the term access list, it refers to part of a router's configuration that is used to control access to certain networks, hosts, interfaces, etc.

Inbound and outbound access-lists:
Inbound access lists are access lists that are applied as a packet enters a router's interface. They are processed before the packet goes to the routing process.
Outbound access lists refer to lists that control traffic heading out of the router, such as routing updates.

A typical access list might look something like this:

router(config)#access-list 100 permit ip 172.16.1.0 0.0.0.255 host 172.16.2.15
router(config)#access-list 100 deny any any
router(config-if)#ip access-group 100 in

In this example, the first line permits any host on the 172.16.1.0 subnet to access the host at 172.16.2.15. The second line denies all other traffic. The third line applies the access list to an interface.

Now, for NAT. Again, in case you are not familiar with the term: NAT (Network Address Translation) works to change the source address of a packet from that of the actual host that sent the packet to the host that is performing the NAT service (usually a firewall). When the host at the destination replies, it will reply to the NATed address of the firewall, which then in turn relays the packet back to the actual originating host.
This is done for several reasons. One example would be a network that is using rfc 1918 (private) IP addresses. These IP addresses are not routable by the Internet and therefore must be represented to the Internet by a computer that translates the internal addresses into routable, "legal" internet addresses.
Another reason NAT is used (and rfc 1918 addresses) is preservation of the IP version 4 address space that was originally allocated by the original designers of the TCP/IP protocol suite. With NAT, several hosts (even hundreds) on an internal network can be represented to the Internet using a single IP address, or a group of IP addresses. This lessens the amount of "legal" IP addresses that an organization must use to represent its network, thereby saving valuable IP addresses for allocation elsewhere.
Finally, NAT can be used when two networks that are using identical addressing schemes are merged (by corporate merger, for example) and routing must be accomplished. NetworkA and NetworkB will perform NAT between them in order to hide the structure from the networks they are routing for.
Anyway, inbound or outbound NAT depends on the application, as referenced above. Outbound NAT refers to what happens when a host is sending packets out of a network and its address is hidden by the computer performing NAT. Inbound NAT usually refers to representing an internal host to the Internet using a legal address. An example of this would be a web server that is protected by a firewall. Its actuall IP address on the internal network may be 10.10.10.10, but is represented on the Internet by the IP address 64.64.64.65. When the firewall receives a packet bound for 64.64.64.65, it performs a lookup in its NAT table, sees that the packet should be redirected to 10.10.10.10, and directs the packet out the appropriate interface.
Well, sorry to be so long winded, but you did ask.

Report this post to a moderator

Old Post 09-27-02 02:01 AM
edmonds_robert is offline Click Here to See the Profile for edmonds_robert Click here to Send edmonds_robert a Private Message Add edmonds_robert to your buddy list Find more posts by edmonds_robert 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