TCP/IP in 802.3 and 802.11 frame


 
Thread Tools Search this Thread
Special Forums IP Networking TCP/IP in 802.3 and 802.11 frame
# 1  
Old 12-07-2008
TCP/IP in 802.3 and 802.11 frame

I'm new to networking world. So please bear with me.

My Questions:

1. How do we send TCP/IP in a 802.3 frame? My understanding is that we have to incorporate the 802.3 LLC layer. The DSAP and SSAP in the LLC layer will provide information of the type of data inside the Information field of the LLC layer. Is this correct? Can we specify DSAP to tell that the information field inside the LLC is a TCP/IP packet? OR Do we need to use Ethernet-SNAP for the LLC layer before putting the TCP/IP?

2. What is the difference and the significance of DSAP, SSAP, and Ethernet Type field inside LLC layer? My understanding is that the DSAP and SSAP is used for specifying the receiving and the sending network layer process respectively. What does it mean by network layer process? The actual application? The process ID of the applications? Why do we even need DSAP and SSAP? Isn't the information about the protocol type of the data field is enough?

3. According to LLC (Logical Link Control) (Linktionary term), the LLC layer can be used to forward packet to the appropriate network adapter (in a case of a server with many network adapters). Does this mean with Ethernet version II we can't appropriately select a network adapter for transmission? Can someone explain to me the role of LLC? why LLC is important (other than the fact that LLC provide information about the type of packet of the actual data).

4. The Access Point and the WNIC will automatically convert the 802.11 frame into either 802.3 or Ethernet II frame. How does the WNIC knows what kind of frame type should it convert the 802.11 frame into?

5. I did some packet capturing on my wireless network with wireshark. Why is most of the packet that I see is Ethernet II? I thought the 802.3 is the de facto standard?

6. Who wraps the IP datagram with MAC layer? My understanding is that the MAC layer added by the network card controller (OSI Layer 2). How does this work? Does the OS tell the NIC (through the Driver) the destination MAC and the type of packet to the NIC? And the the NIC will placed the same information to the IP datagram?

Thanks in advance.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. BSD

802.1x open source authenticator

hi everyone does anybodey know an 802.1x open source authenticator? i found hostpad and open1x but since im so so so new to freeBSD i do NOT know how to configure and use them ? can you help me please ? thanks a lot ... (1 Reply)
Discussion started by: turner
1 Replies

2. UNIX for Dummies Questions & Answers

802.1x open source authenticator

hi everyone does anybodey know an 802.1x open source authenticator? i found hostpad and open1x but since im so so so new to freeBSD i do NOT know how to configure and use them ? can you help me please ? thanks a lot ... (0 Replies)
Discussion started by: turner
0 Replies

3. IP Networking

802 QOS/ Bandwidth Control

My question is such: I want to control the bandwidth of my users and cap there speed on the network. I was told by a Cisco rep that it is better to police or control the bandwidth at the switch and not via the router. It that the correct place to control bandwidth at the switch or would it be... (0 Replies)
Discussion started by: metallica1973
0 Replies

4. IP Networking

Disabling 802.3x flow control

I have a server I would like to disable 802.3x flow control on. The host is Linux (CentOS 4.4 x86_64 w/ 2.6.9-42.0.3.EL kernel,) and I'm using the ns83820 driver for the ethernet interface in question. I've tried looking at the driver parameters (modinfo ns83820) and using ethtool (ethtool -a... (0 Replies)
Discussion started by: LivinFree
0 Replies

5. Linux

How to enable 802.1x in Redhat 9

Hey All, I have some clarification regarding how to install 802.1x in redhat 9 or how to enable this 802.1x. Regards Alex :) (0 Replies)
Discussion started by: solaris8in
0 Replies
Login or Register to Ask a Question