OSI Model Tute
OSI Model Tute
Teran Subasinghe
MBCS, Bsc.(Hons) in Computer Science - University of Greenwich, UK
OSI Model 2017
1: Physical Layer
• Conveys the bit stream through the network at the electrical and mechanical level
• Conveys the bit stream through the network at the electrical and mechanical level
(i.e., Layer 1)
• Framing & Error Detection – Break the bit stream up into frames – Compute an
error-detection code – Transmit each frame separately
3: Network Layer
• Translates logical network address and names to their physical address (e.g., Device
name to MAC address)
• Shields higher layers from details of how the data gets to its destination
4: Transport Layer
5: Session Layer
• Responsible for name recognition (identification) so only the designated parties can
participate in the session
• If session fails, only data after the most recent checkpoint need be transmitted
• Manages who can transmit data at a certain time and for how long
2
OSI Model 2017
6: Presentation
• All different formats from all sources are made into a common uniform format that
the rest of the OSI can understand
7: Application Layer
• Directly represents the services that directly support user applications (e.g., file transfer and email)
3
OSI Model 2017
Network Components
Ethernet Standards
Standard Description
Network Layer – Routers, Layer 3 Switches
802.3 Ethernet CSMA /CD (10 Mbps)
Data Link Layer – Switches, Bridges 802.3u Fast Ethernet (100 Mbps)
Gigabit Ethernet over fiber-optic
802.3z
Physical Layer – NICs, Cables, Hubs, Repeaters cabling or coaxial cabling
Gigabit Ethernet over twisted-pair
802.3ab
cabling
802.3ae 10-Gigabit Ethernet
Protocols
Basic Protocols
Ethernet-IEEE 802.3(CSMA/CD) - Ethernet protocols refer to the family of local-area network (LAN)
technology covered by the IEEE 802.3. It is working example of the more general carrier sense multiple access
with collision detect (CSMA/CD).
Token ring – IEEE 802.5 - Token ring local area network (LAN) technology is a communications protocol for
local area networks. It uses a special three-byte frame called a "token" that travels around a logical "ring" of
workstations or servers.
IP - Internet Protocol (IP). Except for ARP and RARP all protocols' data packets will be packaged into an IP
data packet. Provides the mechanism to use software to address and manage data packets being sent to
computers.
TCP - A reliable connection oriented protocol used to control the management of application level services
between computers.
UDP - An unreliable connection less protocol used to control the management of application level services
between computers.
ICMP - Internet control message protocol (ICMP) provides management and error reporting to help manage
the process of sending data between computers.
FTP - File Transfer Protocol (FTP). Allows file transfer between two computers with login required.
SMTP - Simple Mail Transfer Protocol (SMTP) is an Internet standard for electronic mail (email) transmission
(Both Sending and Receiving).
POP - POP is short for Post Office Protocol, a protocol used to retrieve e-mail from a mail server. Most e-mail
applications (sometimes called an e-mail client) use the POP protocol, although some can use the newer
IMAP (Internet Message Access Protocol).
4
OSI Model 2017
Telnet - A method of opening a user session on a remote host. Telnet is a terminal emulation program for
TCP/IP networks such as the Internet. The Telnet program runs on your computer and connects your PC to a
server on the network.
Data is transmitted through transmission medium which are not perfect. The imperfection causes
signal impairment. Due to the imperfection error is introduced in the transmitted data i.e. the original
signal at the beginning of the transmission is not the same as the signal at the Receiver. There are
three causes of impairment: attenuation, distortion, and noise as shown below
Attenuation
Attenuation results in loss of energy. When a signal travels through a medium, it loses some of its
energy in overcoming the resistance of the medium. The electrical energy in the signal may converted
to heat. To compensate for this loss, amplifiers are used to amplify the signal. Figure below shows the
effect of attenuation and amplification.
Distortion
Noise
Noise is any unwanted signal that is mixed or combined with the original signal during transmission.
Due to noise the original signal is altered and signal received is not same as the one sent.