Networking Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsSystem AdministrationNetworking Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old April 5th, 2012, 09:06 AM
rasu1988 rasu1988 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2011
Posts: 8 rasu1988 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 11 m 4 sec
Reputation Power: 0
Interface in Networking

I want to know the interface in NetWorking. what will be the interface between the Network layer and Transport layer
How the packet flowing from N/w layer to transport layer in Real time

Reply With Quote
  #2  
Old April 5th, 2012, 11:42 AM
AdamPI's Avatar
AdamPI AdamPI is offline
Automagically Delicious
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: May 2004
Location: 127.0.0.2 - I live next door.
Posts: 2,198 AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level) 
Time spent in forums: 3 Weeks 6 Days 22 h 13 m 56 sec
Reputation Power: 2735
Layers 3 and 4? There is no physical interface. Unless that's not what you're talking about. It's hard to tell because you aren't very descriptive. Please elaborate.
__________________
Adam TT

Reply With Quote
  #3  
Old April 6th, 2012, 02:05 AM
rasu1988 rasu1988 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2011
Posts: 8 rasu1988 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 11 m 4 sec
Reputation Power: 0
Actually i am doing Networking project in that i have to create an interface between Network layer and transport layer can you explain about the Interfaces in OSI layers it may be Physical or logical

Reply With Quote
  #4  
Old April 6th, 2012, 09:04 AM
AdamPI's Avatar
AdamPI AdamPI is offline
Automagically Delicious
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: May 2004
Location: 127.0.0.2 - I live next door.
Posts: 2,198 AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level) 
Time spent in forums: 3 Weeks 6 Days 22 h 13 m 56 sec
Reputation Power: 2735
1) Physical
2) Data link
3) Network
4) Transport
5) Session
6) Presentation
7) Application

(Holy crap, I did actually do that from memory. I only normally deal with Layers 1-4 so I'm fuzzy on the other 3)

Examples from each:
1) Ethernet, fiber, EMF waves (wireless), Hubs
2) MAC Address, frames , switches
3) IP address, packets, routers
4) Port numbers, firewalls
5) TCP/IP stream (A series of packets)
6) Displayed information in a program (e.g. a new value in a stock price)
7) The program that displays that stock price and other datas

That being said, the interface between layers 3 and 4 are logical. It would be like opening a port on a machine. For example, if you have a brand new server machine it has no open ports on it to receive data. (Outgoing data is a COMPLETELY different story.) Let's say you then decide to install a web server. This installation, by default, will create an opening on port 80 (and usually 443) to allow traffic to be received in on that port.

This might be what your project is about; creating some new port to be opened to receive data.

Reply With Quote
  #5  
Old April 6th, 2012, 11:51 PM
rasu1988 rasu1988 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2011
Posts: 8 rasu1988 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 11 m 4 sec
Reputation Power: 0
Thank you now i understood about the interfaces can you please explain how the real time data transfer happened from network layer to transport layer.

Reply With Quote
  #6  
Old April 9th, 2012, 10:14 AM
AdamPI's Avatar
AdamPI AdamPI is offline
Automagically Delicious
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: May 2004
Location: 127.0.0.2 - I live next door.
Posts: 2,198 AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level)AdamPI User rank is General 26th Grade (Above 100000 Reputation Level) 
Time spent in forums: 3 Weeks 6 Days 22 h 13 m 56 sec
Reputation Power: 2735
No. I don't think you're quite getting what I'm saying. Google "IP Packet Structure" to get a clear picture of how a packet is built; from there you'll see that the Transport layer is more or less a field within a packet. The receiving system is responsible for doing something with it or nothing if it so chooses. There is NO DATA PAYLOAD between these two layers.

Reply With Quote
  #7  
Old April 18th, 2012, 06:35 AM
laurenrodriguez laurenrodriguez is offline
Permanently Banned
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2012
Posts: 10 laurenrodriguez Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 3 h 29 m 2 sec
Reputation Power: 0
The layered concept of networking was developed to accommodate changes in technology. Each layer of a specific network model may be responsible for a different function of the network. Each layer will pass information up and down to the next subsequent layer as data is processed.

Reply With Quote
  #8  
Old May 11th, 2012, 08:19 AM
laurenrodriguez laurenrodriguez is offline
Permanently Banned
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2012
Posts: 10 laurenrodriguez Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 3 h 29 m 2 sec
Reputation Power: 0
Network Layer

Draw crude map. How to get from one host to another? If each link delivers reliably then is the whole route reliable--a router may fail, limited buffer space (may have to throw packets on the floor).

Data Link Layer--deals with machine-to-machine communication

Network Layer--lowest layer that deals with host-to-host communication, call this end-to-end communication.

Four issues:

interface between the host and the network (the network layer is typically the boundary between the host and subnet)
routing
congestion and deadlock
internetworking (A path may traverse different network technologies(e.g., ethernet, point-to-point links, etc.)

Network Layer Interface

The network layer should shield the transport layer from having to know details of the underlying subnet (should not do anything different if sending across Ethernet or across the country on the Internet).

Should the host or the subnet be responsible for the delivery of all packets in order?

Datagram model: the host is responsible (datagrams are not guaranteed reliably delivered)

Virtual Circuit model: subnet is responsible. Connection-oriented.

Reply With Quote
  #9  
Old May 12th, 2012, 02:08 AM
David krsty David krsty is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2011
Posts: 24 David krsty User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 8 m 37 sec
Reputation Power: 0
hi

Nice information! thanks for sharing.......

Quote:
Originally Posted by laurenrodriguez
Network Layer

Draw crude map. How to get from one host to another? If each link delivers reliably then is the whole route reliable--a router may fail, limited buffer space (may have to throw packets on the floor).

Data Link Layer--deals with machine-to-machine communication

Network Layer--lowest layer that deals with host-to-host communication, call this end-to-end communication.

Four issues:

interface between the host and the network (the network layer is typically the boundary between the host and subnet)
routing
congestion and deadlock
internetworking (A path may traverse different network technologies(e.g., ethernet, point-to-point links, etc.)

Network Layer Interface

The network layer should shield the transport layer from having to know details of the underlying subnet (should not do anything different if sending across Ethernet or across the country on the Internet).

Should the host or the subnet be responsible for the delivery of all packets in order?

Datagram model: the host is responsible (datagrams are not guaranteed reliably delivered)

Virtual Circuit model: subnet is responsible. Connection-oriented.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationNetworking Help > Interface in Networking

Developer Shed Advertisers and Affiliates



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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap