Go Back   PCMech Forums > Help & Discussion > Networking & Online Security

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 12-12-2006, 06:35 AM   #1
Banned
 
Join Date: Jun 2004
Location: Pakistan
Posts: 909
some questions about OSI reference model

I had some questions about OSI reference model, can we say that OSI reference model refers to the layers on which the entire computer and network system works?

A very important question, when we copy a file or a folder from 1 partition to another, then on which layer are we basically working?

I hope its clear
ITlover is offline   Reply With Quote
Old 12-12-2006, 07:15 AM   #2
Telcom Tech
 
ktkendall's Avatar
 
Join Date: Feb 2002
Location: Western, Pa.
Posts: 5,409
I was taught that the OSI model is for data transmission between computers and not necessarily within 1 computer.
__________________
If it ain't broke, "TWEAK IT"
ktkendall is offline   Reply With Quote
Old 12-12-2006, 08:34 AM   #3
Member (9 bit)
 
DynamicTech's Avatar
 
Join Date: Jan 2006
Posts: 343
The OSI model consists of 7 layers and is used for (like ktkendall said) for data transmission between computers. As data propegates up the stack, each layer "translates" the data that it recieves so it can ultimately be "understood" by the application, or protocol, that is requesting the data.
DynamicTech is offline   Reply With Quote
Old 12-12-2006, 10:53 AM   #4
I am, in reality, a moose
Staff
Premium Member
 
mbossman2's Avatar
 
Join Date: Aug 1999
Location: RTP, NC
Posts: 2,453
the OSI model is for data networking not internal PC functions.

if you want to hammer that round peg into a square hole, the answer is this would occur at the Application layer but that is not 100% correct as the moving from partition A to partition B does not require any network activity.
__________________
Veritas Principium Libertas
mbossman2 is offline   Reply With Quote
Old 12-12-2006, 04:47 PM   #5
Telcom Tech
 
ktkendall's Avatar
 
Join Date: Feb 2002
Location: Western, Pa.
Posts: 5,409
I was also taught to:

Please Do Not Throw Sausage Pizza Away
ktkendall is offline   Reply With Quote
Old 12-13-2006, 04:02 AM   #6
Banned
 
Join Date: Jun 2004
Location: Pakistan
Posts: 909
what about data-link, dont you think that data-link layer can also be working when we copy or move data from 1 partition to another?
ITlover is offline   Reply With Quote
Old 12-13-2006, 06:32 AM   #7
I am, in reality, a moose
Staff
Premium Member
 
mbossman2's Avatar
 
Join Date: Aug 1999
Location: RTP, NC
Posts: 2,453
no...the data link layer is where the MAC "layer" (how a PC gains access to the network) and the LLC "layer" which is where flow control and synchronization takes place...

unless data is headed to/from a network, the OSI model really doesn't apply
mbossman2 is offline   Reply With Quote
Old 12-16-2006, 05:30 AM   #8
Banned
 
Join Date: Jun 2004
Location: Pakistan
Posts: 909
I was studying OSI reference Model Yesterday and understood each layer to some extent but I think their is still several things about it that are not clear. Would you guys mind If I ask you about each layer?

Please correct me if I am wrong ,if their is something wrong with network of computers, the layer that fails ,each layer above that layer also fails because the data travels from 1st layer to
7th layer and if their is something wrong with layer 4, then most probably the chances are that layer 1,2 and 3 also have problem since if layer 1 doesnot work, then definitely the data will not travel to its destination.

I hope this understanding of mine is correct.
ITlover is offline   Reply With Quote
Old 12-16-2006, 06:58 AM   #9
I am, in reality, a moose
Staff
Premium Member
 
mbossman2's Avatar
 
Join Date: Aug 1999
Location: RTP, NC
Posts: 2,453
correct...
mbossman2 is offline   Reply With Quote
Old 12-18-2006, 04:59 AM   #10
Banned
 
Join Date: Jun 2004
Location: Pakistan
Posts: 909
mbossman, is it also true that a network engineer or admin should have good grasp over the working of OSI reference model inorder to become successful network engineer or admin?
ITlover is offline   Reply With Quote
Old 12-18-2006, 06:41 AM   #11
I am, in reality, a moose
Staff
Premium Member
 
mbossman2's Avatar
 
Join Date: Aug 1999
Location: RTP, NC
Posts: 2,453
Quote:
Originally Posted by ITlover
mbossman, is it also true that a network engineer or admin should have good grasp over the working of OSI reference model inorder to become successful network engineer or admin?

the OSI model helps understand the processing of network packets and an understanding of it helps especially when confronted with a new technology....knowing where it fits on the stack can help understanding by providing analogous technologies as a comparison.

However, in day to day situations, I have never heard someone say: "Bob, we definitely have a layer 2 problem". Usually they say "Bob, switch 5 in closet 6 is down, take care of it!"

now, if I were a network asics designer or networking software (the stuff that goes in switches and routers and makes them go) programmer and working on or developing cutting edge technology, I would want more than just knowing what fits where.
mbossman2 is offline   Reply With Quote
Old 12-18-2006, 09:14 PM   #12
Member (6 bit)
 
Join Date: Oct 2005
Location: Ohio
Posts: 55
osi troubleshooting

You can also use the osi model in trouble shooting. But also be aware that the layers can blur, but it can be used as a process of elimination for some tougher cases.

Physical Layer- Please
Cabling, Hubs

Data Link Layer -Do
(MAC and LLC sub layers)
Nics, Switches

Network Layer- Not
Routers

Transport Layer- Throw

Session Layer- Salty

Presentation Layer- Pretzels

Application Layer- Away

Anyway here is a link to check out http://searchnetworking.techtarget.c...523729,00.html

You can also google it and find some very in depth stuff on tcp/ip and the osi model.
option44 is offline   Reply With Quote
Old 12-19-2006, 12:50 AM   #13
Member (13 bit)
 
Floppyman's Avatar
 
Join Date: Mar 1999
Posts: 6,796
I agree with mbossman2. Anyone who does any sort of network programming should probably understand this model pretty well. I was taught most of this information from a Computer Networking course that was part of a computer science curriculum. Otherwise, a more general knowledge is probably just fine. HTH
Floppyman is offline   Reply With Quote
Old 12-20-2006, 06:53 AM   #14
Banned
 
Join Date: Jun 2004
Location: Pakistan
Posts: 909
reply

Quote:
Originally Posted by mbossman2
the OSI model helps understand the processing of network packets and an understanding of it helps especially when confronted with a new technology....knowing where it fits on the stack can help understanding by providing analogous technologies as a comparison.

However, in day to day situations, I have never heard someone say: "Bob, we definitely have a layer 2 problem". Usually they say "Bob, switch 5 in closet 6 is down, take care of it!"

now, if I were a network asics designer or networking software (the stuff that goes in switches and routers and makes them go) programmer and working on or developing cutting edge technology, I would want more than just knowing what fits where.
So by switch 5 in closet 6, you are refering to 2nd layer (data-link) ,right?
I know nobody uses such technical terms and simply talk about the devices that are used in networking?
ITlover is offline   Reply With Quote
Old 12-20-2006, 07:20 AM   #15
Telcom Tech
 
ktkendall's Avatar
 
Join Date: Feb 2002
Location: Western, Pa.
Posts: 5,409
Quote:
Originally Posted by ITlover
I was studying OSI reference Model Yesterday and understood each layer to some extent but I think their is still several things about it that are not clear. Would you guys mind If I ask you about each layer?

Please correct me if I am wrong ,if their is something wrong with network of computers, the layer that fails ,each layer above that layer also fails because the data travels from 1st layer to
7th layer and if their is something wrong with layer 4, then most probably the chances are that layer 1,2 and 3 also have problem since if layer 1 doesnot work, then definitely the data will not travel to its destination.

I hope this understanding of mine is correct.
If layer 4 is the problem then 5,6,7 are not going to function either but 1,2,3 probably are functional. Your right though that if layer 1 isn't functioning then you are not sending or receiving any data at all. This problem will be quite evident as you will not have a link light on your nic card and/or your switch port for this PC if layer 1 is down.
ktkendall is offline   Reply With Quote
Old 12-20-2006, 10:45 AM   #16
I am, in reality, a moose
Staff
Premium Member
 
mbossman2's Avatar
 
Join Date: Aug 1999
Location: RTP, NC
Posts: 2,453
Quote:
Originally Posted by ITlover
So by switch 5 in closet 6, you are refering to 2nd layer (data-link) ,right?
I know nobody uses such technical terms and simply talk about the devices that are used in networking?
most switches operate of the MAC address and MAC addresses are in Layer 2 of the model.
mbossman2 is offline   Reply With Quote
Old 12-20-2006, 11:58 AM   #17
Member (9 bit)
 
Great_One's Avatar
 
Join Date: May 2000
Location: Lexington, Michigan
Posts: 353
Quote:
Originally Posted by mbossman2
most switches operate of the MAC address and MAC addresses are in Layer 2 of the model.
unless its a layer 3 switch.
__________________
Certifiable
===========================================

Cisco CCNA,CCDA
CompTIA A+, Network+,Inet+,Security+
CIW Associate
IBM AIX certified
IBM Certified Specialist - p5 and pSeries Administration and Support for AIX 5L V5.3
IBM Certified Systems Expert - p5 and pSeries Enterprise Technical Support AIX 5L V5.3
Great_One is offline   Reply With Quote
Old 12-22-2006, 08:30 AM   #18
Member (6 bit)
 
Join Date: Oct 2005
Location: Ohio
Posts: 55
OSI vs TCP/IP stack

Quote:
Originally Posted by option44
You can also use the osi model in trouble shooting. But also be aware that the layers can blur, but it can be used as a process of elimination for some tougher cases.

Physical Layer- Please
Cabling, Hubs

Data Link Layer -Do
(MAC and LLC sub layers)
Nics, Switches

Network Layer- Not
Routers

Transport Layer- Throw

Session Layer- Salty

Presentation Layer- Pretzels

Application Layer- Away

Anyway here is a link to check out http://searchnetworking.techtarget.c...523729,00.html

You can also google it and find some very in depth stuff on tcp/ip and the osi model.
Let me clarify on this also. If you are getting into networking, you will hear other terms that refer to TCP/IP that sound very similar to the OSI model. This can be confusing at first, especially after you have been introduced to OSI, then going into TCP/IP.

The TCP layers are:

Application Layer: Compare to Layers 7,6,5 in OSI
Transport Layer: Compare to Layer 4.
Internet Layer: Compare to Layer 3
Network Access Layer: Compare to layers 2,1
option44 is offline   Reply With Quote
Old 12-23-2006, 03:23 AM   #19
Banned
 
Join Date: Jun 2004
Location: Pakistan
Posts: 909
how can it be

Quote:
Originally Posted by ktkendall
If layer 4 is the problem then 5,6,7 are not going to function either but 1,2,3 probably are functional. Your right though that if layer 1 isn't functioning then you are not sending or receiving any data at all. This problem will be quite evident as you will not have a link light on your nic card and/or your switch port for this PC if layer 1 is down.

Well, if you find out that layer 4 is down or having problem, then how can it be possible that layer 5,6 and 7 are having problem? If their is a blockage on a rubber pipe at one end, can the water reach the other end of the pipe crossing the blockage without any problem?

It can also be possible as far as I understand ,that the layer 1,2, 3,5,6 and 7 are working fine but their is a problem at layer 4 because I think blockage or problem at any 1 layer can prevent data from reaching layer 7.

Oh, I think you are talking about whether you find data traveling from 5th layer to 7th layer, well if their is a problem at layer 4 then ,definitely the data wont be able to reach layer 5,6 and 7, because data travels from layer 1 to 7 layer. The layer 5,6 and 7 will be functional but the data wont reach their because of problem with layer 4.

I hope I am right.

Last edited by ITlover; 12-23-2006 at 03:29 AM.
ITlover is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
building a computer need help!!!! ducksause169 Build Your Own PC 2 09-27-2005 08:56 PM
i need help building a computer ducksause169 Build Your Own PC 6 09-24-2005 09:45 PM
Another New PC thread bthizle1 Computer Hardware 37 12-18-2004 02:46 PM
Alright, My comp as of yet! bthizle1 Computer Hardware 27 09-24-2004 07:01 AM
1st Build Questions Jrizzo Computer Hardware 3 01-28-2004 11:56 PM


All times are GMT -5. The time now is 09:18 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.1