networking-forum.com
Community BlogCommunity Wiki * Register  * Search  * Login
View unanswered postsView active topics

All times are UTC - 6 hours [ DST ]



Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: CCNA Related Questions
PostPosted: Mon Jul 02, 2012 2:17 am 
Offline
New Member
New Member

Joined: Thu Jun 14, 2012 1:06 am
Posts: 4
Location: Philippines
Certs: None
Hello all, this is james from ph.
i am currently reading ICND1 640-822 Official Cert Guide Third Edition, i got bunch of questions on my mind, hope that you coud help me out on this.

1. In a 10Base-T or 100Base-TX environment, what is the used of the other pairs in UTP beside transmit and receive ?

2. Is it possible to increase the size of the MTU. if so, what would be the result ? will the transmission of data will become faster?

3. is the cable between the router and the CSU/DSU on a leased line connection a DCE or DTE ? or is it just the same on a back to back connection where a DTE and DCE cable is combine?

4. in a leased line connection, is there also an CSU/DSU on the providers side ? from the CPE CSU/DSU what is the device it is connected unto?

5. a PCM (pulse code modulation) convert analog voice into a digital signal, with a baseline transmission like DS0, DS1, DS3, etc. but if it is for converting voice, what is the of it for data?

6. When talking about serial cable, you are just referring to the various DTE and DCE cable, right?

7 What is the reason why the first ping are taking longer compared to next ping reply? is it because of the ARP process?

8 if you use a public ip address range on a lan, 150.200.x.x example. will it work? even when connected on public internet? what are the cons and pros with this network?


whew...its like answering the actual exam hehe.


Top
 Profile  
 
PostPosted: Mon Jul 02, 2012 5:36 am 
Offline
Post Whore
Post Whore

Joined: Sun May 15, 2011 4:16 pm
Posts: 1439
Location: Belgium
Certs: CCNA Security, CCNP
Hi!
I'll give you what I know off the top of my head.

caleb wrote:
1. In a 10Base-T or 100Base-TX environment, what is the used of the other pairs in UTP beside transmit and receive ?
Half duplex uses one pair, full duplex uses two pairs. A third pair can be used for a midspan PoE injector (to provide power to an IP Phone for example), but there's no data through the remaining pairs. Gigabit uses all four pairs.

caleb wrote:
2. Is it possible to increase the size of the MTU. if so, what would be the result ? will the transmission of data will become faster?
A frame with an MTU above 1500 is called a jumbo frame. Yes, there's a speed increase, but the switch has to support it. Most consumer grade switches support up to 1500, datacenter LAN switches usually up to 9000. At MTU 9000 (used mainly for Fibre Channel over Ethernet, not really for traditional IP traffic), there's about a 3% less overhead, so 3% speed increase. Not mindblowing.

caleb wrote:
6. When talking about serial cable, you are just referring to the various DTE and DCE cable, right?
For me, yes.

caleb wrote:
7 What is the reason why the first ping are taking longer compared to next ping reply? is it because of the ARP process?
You are correct. You can even lose the first ping if multiple hops are involved.

caleb wrote:
8 if you use a public ip address range on a lan, 150.200.x.x example. will it work? even when connected on public internet? what are the cons and pros with this network?
Assuming you NAT it (behind a router) just like any other RFC 1918 private range network, it would work. Pro's: none. Con's: this is not as agreed upon in the RFC, and you will be unable to reach any webserver on the internet with an IP in the 150.200.0.0/16 (150.200.x.x as you've written it) range, because your computer will think it's in the local network, and not find it.


Hope this gives you some insights already.

_________________
http://reggle.wordpress.com


Top
 Profile  
 
PostPosted: Mon Jul 02, 2012 6:22 am 
Offline
New Member
New Member

Joined: Thu Jun 14, 2012 1:06 am
Posts: 4
Location: Philippines
Certs: None
Reggle wrote:
Hi!
I'll give you what I know off the top of my head.

caleb wrote:
1. In a 10Base-T or 100Base-TX environment, what is the used of the other pairs in UTP beside transmit and receive ?
Half duplex uses one pair, full duplex uses two pairs. A third pair can be used for a midspan PoE injector (to provide power to an IP Phone for example), but there's no data through the remaining pairs. Gigabit uses all four pairs.

- thanks, so the third pair can be used for PoE purposes. given that it only needs two pairs for a communication, can i use an telephone wire which only use 2 pairs and insert it to RJ45 corresponding pinouts? why yes and why not?

caleb wrote:
2. Is it possible to increase the size of the MTU. if so, what would be the result ? will the transmission of data will become faster?
A frame with an MTU above 1500 is called a jumbo frame. Yes, there's a speed increase, but the switch has to support it. Most consumer grade switches support up to 1500, datacenter LAN switches usually up to 9000. At MTU 9000 (used mainly for Fibre Channel over Ethernet, not really for traditional IP traffic), there's about a 3% less overhead, so 3% speed increase. Not mindblowing.

this is the first time i head about jumbo frame, will look more deeper into this. datacenter lan switches, meaning its in the distribution or core layer? correct me if im wrong, but can it be used on UTP? as you said this is mostly for fiber channel.

caleb wrote:
6. When talking about serial cable, you are just referring to the various DTE and DCE cable, right?
For me, yes.

caleb wrote:
7 What is the reason why the first ping are taking longer compared to next ping reply? is it because of the ARP process?
You are correct. You can even lose the first ping if multiple hops are involved.

thank you. would you mind telling me why would i possible lost the first reply that is passing through many hops?

caleb wrote:
8 if you use a public ip address range on a lan, 150.200.x.x example. will it work? even when connected on public internet? what are the cons and pros with this network?
Assuming you NAT it (behind a router) just like any other RFC 1918 private range network, it would work. Pro's: none. Con's: this is not as agreed upon in the RFC, and you will be unable to reach any webserver on the internet with an IP in the 150.200.0.0/16 (150.200.x.x as you've written it) range, because your computer will think it's in the local network, and not find it.

this is really clear, thank you for this. i knew there will be a consequence on doing a public network on lan. will look unto the web to see which the 150.200.x.x has been assigned. so the possibility is for example yahoo.com is on 150.200.x.x chances are whatever i do, i will not reach it? right?

Hope this gives you some insights already.


Top
 Profile  
 
PostPosted: Mon Jul 02, 2012 9:12 am 
Offline
Post Whore
Post Whore

Joined: Sun May 15, 2011 4:16 pm
Posts: 1439
Location: Belgium
Certs: CCNA Security, CCNP
caleb wrote:
Half duplex uses one pair, full duplex uses two pairs. A third pair can be used for a midspan PoE injector (to provide power to an IP Phone for example), but there's no data through the remaining pairs. Gigabit uses all four pairs.
thanks, so the third pair can be used for PoE purposes. given that it only needs two pairs for a communication, can i use an telephone wire which only use 2 pairs and insert it to RJ45 corresponding pinouts? why yes and why not?
Good question. I think it will work. I would never do it in a real network of course.


A frame with an MTU above 1500 is called a jumbo frame. Yes, there's a speed increase, but the switch has to support it. Most consumer grade switches support up to 1500, datacenter LAN switches usually up to 9000. At MTU 9000 (used mainly for Fibre Channel over Ethernet, not really for traditional IP traffic), there's about a 3% less overhead, so 3% speed increase. Not mindblowing.
this is the first time i head about jumbo frame, will look more deeper into this. datacenter lan switches, meaning its in the distribution or core layer? correct me if im wrong, but can it be used on UTP? as you said this is mostly for fiber channel.
I know I'm drawing in other topics but I want to give a clear picture :) Fibre channel as a protocol can run over ethernet. So jumbo frames can exist on ethernet, yes. I'm talking about datacenter LAN switches because I know these support it. Higher end models, like a Nexus 5000 for example. Usually they are used in the network core and distribution as you say. 'Datacenter' here means this is not something you will encounter in a small company's patch cabinet.


You are correct. You can even lose the first ping if multiple hops are involved.
thank you. would you mind telling me why would i possible lost the first reply that is passing through many hops?
Because the first hop has to ARP, then the second hop, then the third... That may take more than five seconds including round-trip time, after which your computer considers the first ping lost. The second will then traverse all hops fast, as they have the right ARP information already.

Assuming you NAT it (behind a router) just like any other RFC 1918 private range network, it would work. Pro's: none. Con's: this is not as agreed upon in the RFC, and you will be unable to reach any webserver on the internet with an IP in the 150.200.0.0/16 (150.200.x.x as you've written it) range, because your computer will think it's in the local network, and not find it.
this is really clear, thank you for this. i knew there will be a consequence on doing a public network on lan. will look unto the web to see which the 150.200.x.x has been assigned. so the possibility is for example yahoo.com is on 150.200.x.x chances are whatever i do, i will not reach it? right?
Correct, and that is why this 'rule' about private addresses was made. No single public server on the internet uses a private IP for communication.

_________________
http://reggle.wordpress.com


Top
 Profile  
 
PostPosted: Mon Jul 02, 2012 10:28 pm 
Offline
New Member
New Member

Joined: Thu Jun 14, 2012 1:06 am
Posts: 4
Location: Philippines
Certs: None
A frame with an MTU above 1500 is called a jumbo frame. Yes, there's a speed increase, but the switch has to support it. Most consumer grade switches support up to 1500, datacenter LAN switches usually up to 9000. At MTU 9000 (used mainly for Fibre Channel over Ethernet, not really for traditional IP traffic), there's about a 3% less overhead, so 3% speed increase. Not mindblowing.
this is the first time i head about jumbo frame, will look more deeper into this. datacenter lan switches, meaning its in the distribution or core layer? correct me if im wrong, but can it be used on UTP? as you said this is mostly for fiber channel.
I know I'm drawing in other topics but I want to give a clear picture :) Fibre channel as a protocol can run over ethernet. So jumbo frames can exist on ethernet, yes. I'm talking about datacenter LAN switches because I know these support it. Higher end models, like a Nexus 5000 for example. Usually they are used in the network core and distribution as you say. 'Datacenter' here means this is not something you will encounter in a small company's patch cabinet.

-Thank you sir, i've mistaken Fibre into Fiber. haha. So Fibre Channel is a protocol that allows jumbo frame to pass trough on ethernet.

thank you sir for all the inputs, i really appreciate it. now it lessens the questions on my mind. still got a couple of open questions.


Top
 Profile  
 
PostPosted: Tue Jul 03, 2012 4:04 am 
Offline
Post Whore
Post Whore

Joined: Sun May 15, 2011 4:16 pm
Posts: 1439
Location: Belgium
Certs: CCNA Security, CCNP
caleb wrote:
-Thank you sir, i've mistaken Fibre into Fiber. haha. So Fibre Channel is a protocol that allows jumbo frame to pass trough on ethernet.

Wait, let's get that straight. Fibre Channel is a protocol, correct, that works apart from TCP/IP. I mentioned it because it often uses jumbo frames. But 'standard' TCP/IP can use jumbo frames too!

_________________
http://reggle.wordpress.com


Top
 Profile  
 
PostPosted: Tue Jul 03, 2012 7:24 am 
Offline
Post Whore
Post Whore
User avatar

Joined: Tue Aug 21, 2007 2:15 pm
Posts: 8449
Location: Frederick MD
Certs: Instanity
Reggle wrote:
caleb wrote:
-Thank you sir, i've mistaken Fibre into Fiber. haha. So Fibre Channel is a protocol that allows jumbo frame to pass trough on ethernet.

Wait, let's get that straight. Fibre Channel is a protocol, correct, that works apart from TCP/IP. I mentioned it because it often uses jumbo frames. But 'standard' TCP/IP can use jumbo frames too!



tcp/ip can use jumbo frames as long as all the switches in the path support jumbo frames, and are configured for jumbo frames,
and then just the path as the traffic follows though the switches configured for jumbo frames.

_________________
"If you're good at anticipating the human mind. It leaves nothing to chance."
-Jigsaw


Top
 Profile  
 
PostPosted: Tue Jul 03, 2012 8:24 am 
Offline
New Member
New Member

Joined: Thu Jun 14, 2012 1:06 am
Posts: 4
Location: Philippines
Certs: None
thank you guys..

i've read some articles about jumbo frame..there are pro's for where throughput will increase on about 50% but it has far more many cons, all switches need to support jumbo frame, in order for router to process jumbo frame its interface must support it, the black hole which in result consume more bandwidth. you can't use it on wan, this type of setup can be more appropriate in a NAS access i think. those read and wirte request.


Top
 Profile  
 
PostPosted: Fri Jul 06, 2012 8:54 pm 
Offline
Post Whore
Post Whore
User avatar

Joined: Mon Feb 08, 2010 9:30 am
Posts: 1182
Location: Santiago, Chile
Certs: CCENT, CCNA,CCNP Route
Quote:
a PCM (pulse code modulation) convert analog voice into a digital signal


PCM converts analog signals to digital ones. The signals can be voice or data.

Example: http://www.cisco.com/en/US/docs/ios/12_3t/12_3t7/feature/guide/gtgshdsl.html


Top
 Profile  
 
PostPosted: Fri Jul 06, 2012 9:17 pm 
Offline
New Member
New Member
User avatar

Joined: Thu Jun 30, 2011 1:19 am
Posts: 27
Location: Gisborne, NZ
Certs: CCNA
caleb wrote:
Reggle wrote:
Hi!
I'll give you what I know off the top of my head.

caleb wrote:
1. In a 10Base-T or 100Base-TX environment, what is the used of the other pairs in UTP beside transmit and receive ?
Half duplex uses one pair, full duplex uses two pairs. A third pair can be used for a midspan PoE injector (to provide power to an IP Phone for example), but there's no data through the remaining pairs. Gigabit uses all four pairs.

- thanks, so the third pair can be used for PoE purposes. given that it only needs two pairs for a communication, can i use an telephone wire which only use 2 pairs and insert it to RJ45 corresponding pinouts? why yes and why not?


POE will generally use two pairs. Using "spare" pairs does work, and sadly I've seen it far too much.


Top
 Profile  
 
PostPosted: Mon Jul 09, 2012 6:51 pm 
Offline
Junior Member
Junior Member
User avatar

Joined: Mon Jul 09, 2012 6:45 pm
Posts: 85
Certs: CISCO
caleb wrote:
Reggle wrote:
Hi!
I'll give you what I know off the top of my head.

caleb wrote:
1. In a 10Base-T or 100Base-TX environment, what is the used of the other pairs in UTP beside transmit and receive ?
Half duplex uses one pair, full duplex uses two pairs. A third pair can be used for a midspan PoE injector (to provide power to an IP Phone for example), but there's no data through the remaining pairs. Gigabit uses all four pairs.

- thanks, so the third pair can be used for PoE purposes. given that it only needs two pairs for a communication, can i use an telephone wire which only use 2 pairs and insert it to RJ45 corresponding pinouts? why yes and why not?



Yes if you use telephone wire it will work (I have tried this). The issue with doing this is that you will most likely not get the 100 meters max distance using this method since UTP is twisted in such a way that you get the most out of it.

Hope that answers the question.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: mrtypr, Pete and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group