Section 2: Network Models Flashcards
Name/Describe all layers of the OSI Model
Physical Data Link Network Transport Session Presentation Application
Name/Describe all layers of the TCP/IP Model
Network Interface (link)
Internet
Transport
Application
Correspond the TCP/IP layers with their OSI equivalents
Network Interface (link)-Physical, Data link
Internet-Network
Transport-Transport
Application-Session, Presentation, Application
What is the maximum size of a frame/packet
1500 bytes
Where are frames created/destroyed
Network Interface Card (NIC)
What do NICs use to decide where to send a frame?
MAC Addresses
Explain Broadcast vs Unicast
Broadcast MAC addresses (all Fs) will be sent to all computers on the network (Broadcast Domain).
What is Logical Addressing?
IP addresses which are unique addresses to the network that are sent within the frame
What is the default gateway for an IP packet?
The address of the local router
Does the IP packet within a frame ever change?
No
What are the uses of ports?
Port numbers are unique keys for individual applications that direct packet traffic. The first 1024 are reserved.
What is TCP?
A connection oriented conversation containing a sequence number and acknowledgement number used to organize packets in the correct order
What is UDP?
Like TCP but it is connectionless?