CCN - Lecture2
CCN - Lecture2
Lecture 2
Network Model
2.2
Figure 2.1 Tasks involved in sending a letter
2.3
2-2 THE OSI MODEL
Established in 1947, the International Standards
Organization (ISO) is a multinational body dedicated to
worldwide agreement on international standards. An ISO
standard that covers all aspects of network
communications is the Open Systems Interconnection
(OSI) model. It was first introduced in the late 1970s.
2.4
Note
2.5
Figure 2.2 Seven layers of the OSI model
2.6
Figure 2.3 The interaction between layers in the OSI model
2.7
Figure 2.4 An exchange using the OSI model
2.8
2-3 LAYERS IN THE OSI MODEL
2.9
Figure 2.5 Physical layer
2.10
Note
2.11
Figure 2.6 Data link layer
2.12
Note
2.13
Figure 2.7 Hop-to-hop delivery
2.14
Figure 2.8 Network layer
2.15
Note
2.16
Figure 2.9 Source-to-destination delivery
2.17
Figure 2.10 Transport layer
2.18
Note
2.19
Figure 2.11 Reliable process-to-process delivery of a message
2.20
Figure 2.12 Session layer
2.21
Note
2.22
Figure 2.13 Presentation layer
2.23
Note
2.24
Figure 2.14 Application layer
2.25
Note
2.26
Figure 2.15 Summary of layers
2.27
2-4 TCP/IP PROTOCOL SUITE
2.29
2-5 ADDRESSING
2.30
Figure 2.17 Addresses in TCP/IP
2.31
Figure 2.18 Relationship of layers and addresses in TCP/IP
2.32
Example 2.1
2.33
Figure 2.19 Physical addresses
2.34
Example 2.2
07:01:02:01:2C:4B
2.35
Example 2.3
2.36
Figure 2.20 IP addresses
2.37
Example 2.4
2.38
Figure 2.21 Port addresses
2.39
Note
2.40
Example 2.5
753
2.41
Internet Group Management Protocol
The Internet Group Management Protocol (IGMP) is a protocol that allows
several devices to share one IP address so they can all receive the same
data. IGMP is a network layer protocol used to set up multicasting on
networks that use the Internet Protocol version 4 (IPv4).
2.42
The File Transfer Protocol is a standard communication protocol used for the
transfer of computer files from a server to a client on a computer network. FTP is
built on a client–server model architecture using separate control and data
connections between the client and the server.
2.43
Stream Control Transmission Protocol (SCTP) is an IP Transport Layer
protocol. SCTP exists at an equivalent level with User Datagram Protocol
(UDP) and Transmission Control Protocol (TCP), which provides transport
layer functions to many Internet applications.
2.44