Cisco: Sritrusta Sukaridhoto
Cisco: Sritrusta Sukaridhoto
Sritrusta Sukaridhoto
1: Review Of Semester 1v2 in
Sem 2v2
Step 2
The message data then changes to segments for transport on the
internetwork system. The transport function ensures that the
message hosts at both ends of the e-mail system can reliably
communicate.
Step 3
The data then forms a packet, or datagram, that also contains a
network header that includes a source and destination logical
address. The address helps the network devices send the packet
across the network along a chosen path.
Step 4
Each network device puts the packet into a
frame. The frame enables the device to connect
to the next directly-connected network device
on the link.
Step 5
The frame changes to a pattern of 1s and 0s for
transmission on the medium (usually a wire).
Some clocking function enables the devices to
distinguish bits as they travel across the
medium.
The physical layer provides access to the network media. The
data link layer provides support for communication over several
types of data links, such as Ethernet/IEEE 802.3 media.
Addressing schemes such as Media Access Control (MAC) and
Internet Protocol (IP) provide a very structured method for
finding and delivering data to computers or to other hosts on a
network.
Bridges that connect LAN segments and help filter traffic
Hubs that concentrate LAN connections and allow use of twisted-pair
copper media
Ethernet switches that offer full-duplex, dedicated bandwidth to
segments or desktops
Routers that offer many services, including internetworking and
broadcast control
Ethernet—The first of the major LAN technologies, it runs
the largest number of LANs.
Token Ring—From IBM, it followed Ethernet and is now
widely used in a large number of IBM networks.
FDDI—Also using tokens, it is now a popular campus LAN.
We will be studying the Ethernet IEEE 802.3 LAN standards.
10Base-2 (thin Ethernet) - allows
coaxial cable network segments up
to 185 m. long
10Base-5 (thick Ethernet) -
allows coaxial cable network
segments up to 500 m. long
10Base-T - carries Ethernet
frames on inexpensive twisted-pair
wiring
A host number of 0 is reserved for the wire (or subnet) address, and
a host value of all 1s is reserved because it selects all hosts—that is,
it is a broadcast.
6 host addresses and 30 useable subnets.
Bits Subnet Mask Subnets Hosts
2 255.255.255.192 2 62
3 255.255.255.224 6 30
4 255.255.255.240 14 14
5 255.255.255.248 30 6
6 255.255.255.252 62 2
The application layer (Layer 7) supports the
communicating component of an application.
It does not provide services to any other OSI layer.
However, it does provide services to application
processes lying outside the scope of the OSI model
(e.g. spreadsheet programs, Telnet, WWW, etc.)
The presentation layer (Layer 6) formats and converts network application data into text, data
encryption, graphics, video, audio, or whatever format is necessary for the receiving device to
understand it.
The session layer (Layer 5) establishes, manages, and terminates communication interactions
between applications. NFS, SQL and X Windows System all operate at this layer
The transport layer (Layer 4) is responsible for transporting and regulating the flow of
information from source to destination, and for doing it reliably and accurately. Its functions
include:
connection synchronization
flow control
error recovery
reliability through windowing
In the context of the OSI reference model, the application layer
(Layer 7) supports the communicating component of an application.
PICT -
TIFF -
JPEG -
MIDI -
MPEG -
QuickTime -
The presentation layer (Layer 6) of the OSI reference model is responsible for presenting data in
a form that a receiving device can understand. It serves as the translator - sometimes between
different formats - for devices that need to communicate over a network, by providing code
formatting and and conversion.
The End