Chapter 2: Network Models Flashcards
A MAC address is known as a(n) ____ address.
physical
A NIC sends data in discrete chunks called ______.
frames
An IP address is also known as a _______ address.
logical
Any device that deals with a MAC address is part of which layer of the OSI model?
Data Link (Layer 2)
Anything that deals with pure IP packets (getting an IP packet to its destination) sits in the _______ layer.
Internet
How much data can a typical frame hold?
1500 bytes
In the TCP/IP model, any part of the network that deals with complete frames is in the ______ layer.
Link
Is TCP connection-oriented or connectionless?
Connection-oriented
Is UDP connection-oriented or connectionless?
Connectionless
What are segments/datagrams given to help the receiving system know the total # of segments/datagrams and how to put them together?
Sequencing Numbers
What are the chunks of data called at the Network Layer (Layer 3)?
Packets
What are the first 3 tuples of a MAC address called?
The last 3?
-Organizationally Unique Identifier (OUI)
What are the four layers of TCP/IP?
4) Application
3) Transport
2) Internet
1) Link/Network Interface
What are the seven layers of the OSI model?
7) Application
6) Presentation
5) Session
4) Transport
3) Network
2) Data Link
1) Physical
What are the two sublayers of the Data Link Layer?
1) Logical Link Control (LLC)
2) Media Access Control (MAC)
What are the two unique identifiers that each system has in a TCP/IP network?
1) IP address
2) MAC address
What device uses IP addresses?
Router
What does a NIC do if it doesn’t know the MAC address it’s trying to reach?
It sends a broadcast onto the network.
What does de-encapsulation refer to?
Reverses the process of encapsulation
2 -> 3 -> 4 -> 5 -> 6 -> 7 -> app
What does encapsulation refer to?
The entire process of preparing data to go onto a network
app -> 7 -> 6 -> 5 -> 4 -> 3 -> 2 -> 1
What does OSI stand for?
Open Systems Interconnect
What does TCP/IP stand for?
Transmission Control Protocol over Internet Protocol
What does the FCS do?
Verifies that the data arrived correctly
What does the session software do?
Handles connecting applications to applications