Must know something of everything and everything of something!

ISO/OSI Network Model

上一篇 / 下一篇  2007-03-31 09:03:54 / 个人分类:network

ISO/OSI Network Model

51Testing软件测试网5w2H1V-g3x4[dIr

The standard model for networking protocols and distributed applications is the International Standard Organization's Open System Interconnect (ISO/OSI) model. It defines seven network layers.

Layer 1 - Physical

BC\)D[ k0Physical layer defines the cable or physical medium itself, e.g., thinnet, thicknet, unshielded twisted pairs (UTP). All media are functionally equivalent. The main difference is in convenience and cost of installation and maintenance. Converters from one media to another operate at this level.51Testing软件测试网yx|/x,|WK?.h8d

Layer 2 - Data Link

&U}OV?r5S5S0Data Link layer defines the format of data on the network. A network data frame, aka packet, includes checksum, source and destination address, and data. The largest packet that can be sent through a data link layer defines the Maximum Transmission Unit (MTU). The data link layer handles the physical and logical connections to the packet's destination, using a network interface. A host connected to an Ethernet would have an Ethernet interface to handle connections to the outside world, and a loopback interface to send packets to itself.

7AQ(k4~9o"i0Ethernet addresses a host using a unique, 48-bit address called its Ethernet address or Media Access Control (MAC) address. MAC addresses are usually represented as six colon-separated pairs of hex digits, e.g., 8:0:20:11:ac:85. This number is unique and is associated with a particular Ethernet device. Hosts with multiple network interfaces should use the same MAC address on each. The data link layer's protocol-specific header specifies the MAC address of the packet's source and destination. When a packet is sent to all hosts (broadcast), a special MAC address (ff:ff:ff:ff:ff:ff) is used.

@~#T0k+j5I0
Layer 3 - Network

)K&p\%^Q d:s0NFS uses Internetwork Protocol (IP) as its network layer interface. IP is responsible for routing, directing datagrams from one network to another. The network layer may have to break large datagrams, larger than MTU, into smaller packets and host receiving the packet will have to reassemble the fragmented datagram. The Internetwork Protocol identifies each host with a 32-bit IP address. IP addresses are written as four dot-separated decimal numbers between 0 and 255, e.g., 129.79.16.40. The leading 1-3 bytes of the IP identify the network and the remaining bytes identifies the host on that network. The network portion of the IP is assigned by InterNIC Registration Services, under the contract to the National Science Foundation, and the host portion of the IP is assigned by the local network administrators, locally by noc@indiana.edu. For large sites, usually subnetted like ours, the first two bytes represents the network portion of the IP, and the third and fourth bytes identify the subnet and host respectively.

t[%t,JF)Af%F0Even though IP packets are addressed using IP addresses, hardware addresses must be used to actually transport data from one host to another. The Address Resolution Protocol (ARP) is used to map the IP address to it hardware address.51Testing软件测试网~s*S _.|4FP'O|

Layer 4 - Transport

q/?-Rpu/~y\gh0Transport layer subdivides user-buffer into network-buffer sized datagrams and enforces desired transmission control. Two transport protocols, Transmission Control Protocol (TCP) and User Datagram Protocol (UDP), sits at the transport layer. Reliability and speed are the primary difference between these two protocols. TCP establishes connections between two hosts on the network through 'sockets' which are determined by the IP address and port number. TCP keeps track of the packet delivery order and the packets that must be resent. Maintaining this information for each connection makes TCP a stateful protocol. UDP on the other hand provides a low overhead transmission service, but with less error checking. NFS is built on top of UDP because of its speed and statelessness. Statelessness simplifies the crash recovery.

$dmx3|y q w @0
Layer 5 - Session

J9N!IHB/T q6?0The session protocol defines the format of the data sent over the connections. The NFS uses the Remote Procedure Call (RPC) for its session protocol. RPC may be built on either TCP or UDP. Login sessions uses TCP whereas NFS and broadcast use UDP.51Testing软件测试网v@ Tw:YR#|

Layer 6 - Presentation
51Testing软件测试网+E.wb x"t~`8M

External Data Representation (XDR) sits at the presentation level. It converts local representation of data to its canonical form and vice versa. The canonical uses a standard byte ordering and structure packing convention, independent of the host.51Testing软件测试网&D&EbMcPk?

Layer 7 - Application
51Testing软件测试网 \ i:qy-|T

Provides network services to the end-users. Mail, ftp, telnet, DNS, NIS, NFS are examples of network applications.51Testing软件测试网:D!L s'|4BG;DWb

TCP/IP Network Model

9meiS/E$g%FO7e\0Although the OSI model is widely used and often cited as the standard, TCP/IP protocol has been used by most Unix workstation vendors. TCP/IP is designed around a simple four-layer scheme. It does omit some features found under the OSI model. Also it combines the features of some adjacent OSI layers and splits other layers apart. The four network layers defined by TCP/IP model are as follows.

Layer 1 - Link

&j(Z_6d+SW2R0This layer defines the network hardware and device drivers.

Q b$WZ*x]m#PJ0
Layer 2 - Network

O y S:z GTwv,a'y0This layer is used for basic communication, addressing and routing. TCP/IP uses IP and ICMP protocols at the network layer.51Testing软件测试网Z*]v }&r}U

Layer 3 - Transport
51Testing软件测试网_p:t1Zg&Yj)T2R

Handles communication among programs on a network. TCP and UDP falls within this layer.

7^-k MO'Bd5j:xC:C0
Layer 4 - Application

R/F&_"G];L0End-user applications reside at this layer. Commonly used applications include NFS, DNS, arp, rlogin, talk, ftp, ntp and traceroute.

XSrL2M"AK6R"@0

相关阅读:

TAG: ISO OSI MODEL

 

评分:0

我来说两句

日历

« 2024-04-25  
 123456
78910111213
14151617181920
21222324252627
282930    

数据统计

  • 访问量: 76882
  • 日志数: 93
  • 建立时间: 2007-03-22
  • 更新时间: 2007-12-31

RSS订阅

Open Toolbar