OSI Model Flashcards
OSI Model: Physical
Governs the layout of cables and devices, such as
repeaters and hubs
OSI Model: Data Link
Provides MAC* addresses to uniquely identify network
nodes and a means for data to be sent over the Physical
layer in the form of packets. Bridges and switches are
Layer 2 devices.
OSI Model: Network
Handles routing of data across network segments.
OSI Model: Transport
Provides for reliable delivery of packets
OSI Model: Session
Establishes sessions between network applications.
OSI Model: Presentation
Converts data so that systems that use different data
formats can exchange information.
OSI Model: Application
Allows applications to request network services.
TCP/IP Model:Network layer
The Network layer is where data is addressed, packaged, and routed among
networks.
TCP/IP Model: Transport layer
The Transport layer is where sessions are established and data packets are
exchanged between hosts
TCP/IP Model: Application layer
The Application layer of the TCP/IP model corresponds to the Session,
Presentation, and Application layers of the OSI reference model.
TCP/IP Model: Network Interface layer
It corresponds to the OSI Physical and Data Link layers. You can use many
different TCP/IP protocols at the Network Interface layer, including Ethernet
and token ring for LANs and protocols such as X.25, Frame Relay, and ATM
for wide area networks (WANs).
(IP):
Internet Protocol A routable protocol that uses IP addresses to
deliver packets to network devices. IP is an intentionally unreliable protocol,
so it doesn’t guarantee delivery of information.
(ARP):
Address Resolution Protocol Resolves IP addresses to hardware
Media Access Control (MAC) addresses, which uniquely identify hardware
devices.
(ICMP):
Internet Control Message Protocol Sends and receives diagnostic
messages. ICMP is the basis of the ubiquitous ping command.
(IGMP):
Internet Group Management Protocol Used to multicast messages
to multiple IP addresses at once.