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 > Network+ > vlans and vpns

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



Pages (4): [1] 2 3 4 »

Author vlans and vpns
thecomeons
infrequent visitor




Registered: Jun 2001
Location: Dungannon
Country: United Kingdom
State:
Certifications: A+, Network+, CLAIT, IBT2
Working on: MCSA, MCDBA

Total Posts: 6780
vlans and vpns

a vlan is not a vpn, right?

Report this post to a moderator

Old Post 11-14-02 09:55 PM
thecomeons is offline Click Here to See the Profile for thecomeons Click here to Send thecomeons a Private Message Visit thecomeons's homepage! Add thecomeons to your buddy list Find more posts by thecomeons    thecomeons's ICQ status    Reply w/Quote Edit/Delete Message IP: Logged
gullet
Senior Member
M




Registered: Feb 2002
Location: Malmoe. Born in Denmark.
Country: Sweden
State:
Certifications: A+
Working on: Network+, Linux+

Total Posts: 102
Cool

Right. VPN use public internet as a backbone for a private network between locations as I understand it.

Report this post to a moderator

Old Post 11-14-02 10:08 PM
gullet is offline Click Here to See the Profile for gullet Click here to Send gullet a Private Message Add gullet to your buddy list Find more posts by gullet 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

A VLAN creates a broadcast barrier within a switch, which otherwise wouldn't have a barrier.
Gullet is correct about VPNs. However, that is only one way to do it. In general a VPN (Virtual Private Network) creates a secure path through an otherwise insecure network. It doesn't necassarily have to be the Internet. Any time you have to traverse an untrusted network, a VPN may be utilized. For example, more and more people are using VPNs over wireless links between locations to keep data secure.

Report this post to a moderator

Old Post 11-14-02 10:54 PM
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
thecomeons
infrequent visitor




Registered: Jun 2001
Location: Dungannon
Country: United Kingdom
State:
Certifications: A+, Network+, CLAIT, IBT2
Working on: MCSA, MCDBA

Total Posts: 6780

i was kind of confused when i wrote this post. i think i am clearer on it now. but still not confident.

i see a vpn as a remote user dialing into their corporate server via the internet. a vpn has some sort of encryption.

i see a vlan as several (can the phrase be used for just one) lans of the same company connected togher via a source such as the internet or leased line.

Report this post to a moderator

Old Post 11-15-02 09:00 AM
thecomeons is offline Click Here to See the Profile for thecomeons Click here to Send thecomeons a Private Message Visit thecomeons's homepage! Add thecomeons to your buddy list Find more posts by thecomeons    thecomeons's ICQ status    Reply w/Quote Edit/Delete Message IP: Logged
twister166
I am dizzy...




Registered: Jul 2002
Location: FL, USA
Country: United States
State:
Certifications: A+, N+, Srv+, MCSE 2K, MCSA, CCNA, CCDA, CTT+ (CBT)
Working on: CTT+ (video), CCNP, CCDP, CISSP

Total Posts: 1048

VLAN is sort of a byproduct of switching, when you have a flat network using switch, sometimes that you need to separate the collision domain or security or ease of IMAC, you use VLAN. VLAN does not necessary have outside connectivity.

For example, you can select port 1, 3, 5 on the cisco switch for on VLAN1, and port 2, 4, 6 on VLAN2... you can logically modify the VLAN ports say add port 7 or change port 1 to VLAN2 all at the switch and not physicall change the port and patch.

You gor VPN pretty clear.

hope this helps.

Report this post to a moderator

Old Post 11-15-02 12:45 PM
twister166 is offline Click Here to See the Profile for twister166 Click here to Send twister166 a Private Message Add twister166 to your buddy list Find more posts by twister166 Reply w/Quote Edit/Delete Message IP: Logged
thecomeons
infrequent visitor




Registered: Jun 2001
Location: Dungannon
Country: United Kingdom
State:
Certifications: A+, Network+, CLAIT, IBT2
Working on: MCSA, MCDBA

Total Posts: 6780

yes, all the comments so far help. switches had been mentioned in another post in this thread, and i have no idea where i seemed to get the idea that a vlan used the internet to connect collision domains/segments.

Report this post to a moderator

Old Post 11-15-02 12:54 PM
thecomeons is offline Click Here to See the Profile for thecomeons Click here to Send thecomeons a Private Message Visit thecomeons's homepage! Add thecomeons to your buddy list Find more posts by thecomeons    thecomeons's ICQ status    Reply w/Quote Edit/Delete Message IP: Logged
pseudocyber
Network Engineer
M




Registered: May 2002
Location:
Country: United States
State:
Certifications: NNCSS, CCNA, MCSE, MCP, CNA, A+
Working on:

Total Posts: 274
VLANs vs VPNs

This is my post on this topic from another discussion forum.

quote:
A Virtual Private Network is a method of connecting devices over an outside network so that the data transmitted between the two is encrypted and appears to the clients to be on the same network, even though it is not. The typical application of this is to connect remote users back to their offices over the internet or to connect a branch office to the main office over the internet connection. VPN's tunnel through other networks - they take the higher network (theirs) and wrap it with information for the lower network (for instance the internet) until it gets to the destination and then unwrap the foreign network info and decrypt the data. If you know your OSI model - you can see that this must take place above layers 2 and 3.

A Virtual Local Area Network (VLAN) is created on Switched networks for the purposes of: creating a smaller broadcast domain to reduce the number of broadcasts on the larger network as a whole, limiting certain protocols to only the devices that need to use that protocol to communicate (such as IPX or Appletalk), or for other network management purposes - such as limiting access with routing access control lists. VLAN's are implemented at layer 2 of the OSI model.

VPN's require a client/server arrangement - with a PC or a remote site having a client on a PC or a "gateway" and the VPN server back at the "main" site decrypting the traffic and managing the connections.

VLAN's are all done on network equipment (switches) and may or may not be "connected" to each other with a device doing layer 3 forwarding/routing between the VLAN's. The nodes on the VLAN (typically PC's or Servers) are not aware of other networks. They are configured either with DHCP or given static IP configuration information (if it is an IP VLAN) such as an address, a subnet mask, and a default gateway at a minimum. DHCP requires broadcasts reaching the DHCP server - therefore it is necessary to "help" or forward the DHCP broadcast traffic from a VLAN to the DHCP server. This is typically done with "DHCP forwarding" or Cisco's "IP Helper".

__________________
NNCSS(Switching Core), CCNA, MCSE(NT4.0), CNA(4.11), MCP+I, A+

Super Moderator of networkstoday.com and mentor at [url=http://www.techsupportforum.com]

Report this post to a moderator

Old Post 11-15-02 01:14 PM
pseudocyber is offline Click Here to See the Profile for pseudocyber Click here to Send pseudocyber a Private Message Add pseudocyber to your buddy list Find more posts by pseudocyber Reply w/Quote Edit/Delete Message IP: Logged
thecomeons
infrequent visitor




Registered: Jun 2001
Location: Dungannon
Country: United Kingdom
State:
Certifications: A+, Network+, CLAIT, IBT2
Working on: MCSA, MCDBA

Total Posts: 6780

thanks for the help, gents. you have all taken part in hammering the differences into me. LOL. i will be copying and pasting bits of this thread into a word document and adding it to the collection that i have tucked into the covers of my books

Report this post to a moderator

Old Post 11-15-02 01:46 PM
thecomeons is offline Click Here to See the Profile for thecomeons Click here to Send thecomeons a Private Message Visit thecomeons's homepage! Add thecomeons to your buddy list Find more posts by thecomeons    thecomeons's ICQ status    Reply w/Quote Edit/Delete Message IP: Logged
ANDRONDA
Video Network Tech
M




Registered: Aug 2002
Location:
Country: USA
State:
Certifications:
Working on:

Total Posts: 637

I will try to explain VLANs so the boys in Lubbock can understand it:

Say you have boucoup computers on a network and maybe you have a bunch of accounting geeks in many different parts of the building. And you want all the accounting geeks on one subnetwork separate from everyone else because all they do anyway is download porn and play games all day.

Well you can have the boys run cable all over the building and hardwire all the accounting geeks to one switch. But that is a waste of time. There are geeks way over to the other side of the building and that is a hellavalotta wire. Besides that, they get laid off a lot and like to change cubicles a lot and that is a pain to have to rewire them all the time.

So you can set up a VLAN. You program the switches to say: OK this port belongs to the accounting geeks but this one belongs another group. Even though they are all on the same switch. Say for example you have a switch called Dallas and another one way over to the other side called Houston. And there are accounting geeks on ports 1,3, 6, 8 of Dallas and 2, 8,12 of Houston. Well you set up a VLAN that pulls together Dallas 1,3,6,8 and Houston 2,8,7 all in one VLAN. You can call it the Geek VLAN.

Now VPN- that is totally different. In that one you can dial into a server and access the LAN even from a laptop or home computer way far away. It uses security protocols to keep it all secret from the Star Trek freaks who are into hacking and stuff.

Report this post to a moderator

Old Post 11-15-02 06:13 PM
ANDRONDA is offline Click Here to See the Profile for ANDRONDA Add ANDRONDA to your buddy list Find more posts by ANDRONDA Reply w/Quote Edit/Delete Message IP: Logged
cm2gj
www.cm2gj.com
M




Registered: Jan 2002
Location: Mexico
Country: Mexico
State:
Certifications: MCP 2k, MCSA 2k, MCSE 2k, A+, CST, eTRUST, HPSAN (STAR)
Working on: N+, CNST, MCSE 2003

Total Posts: 5222
Re: vlans and vpns

quote:
Originally posted by thecomeons
a vlan is not a vpn, right?


i love simple explanations......

on my office we are sharing the switching hub with another company. this company introduce a lot of broadcast on my network and i use services only for my people. so as i only have one switching hub (24 ports) and have VLAN, i configure the VLAN settings using HTTP access on this unit and separate ports for 2 VLANs. now i have one switching hub that now virtually separate both companies.......

regarding the vpn..... mmmmmm... i like vpn... i make a vpn between 2 remote offices using the internet..... i install rras on a win2k server and configure the vpn services.... not both offices are linked 100% with the inexpensive way!!!!!

__________________
Best Regards
Alex
alexisgarcia72@hotmail.com
Cuban in Mexico
www.cm2gj.com

Report this post to a moderator

Old Post 11-16-02 09:27 PM
cm2gj is offline Click Here to See the Profile for cm2gj Click here to Send cm2gj a Private Message Visit cm2gj's homepage! Add cm2gj to your buddy list Find more posts by cm2gj Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Pages (4): [1] 2 3 4 » Post new thread   Post reply


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