Part 1 : Chapter 1 (Intro to TCP/IP Networking) Flashcards
protocol
Set of logical rules that devices must follow to communicate.
Name the TCP/IP Model
Application Transport Network Data Link Phyiscal
HTTP Layer?
Application
POP3 Layer?
Application
SMTP Layer?
Application
TCP Layer?
Transport
UDP Layer?
Transport
IP Layer?
Internet
ICMP Layer?
Internet
Ethernet Layer?
Data Link/Physical
802.11 Layer?
Data Link/Physical
Name and Describe most commonly used Transport protocols?
TCP (Connection) and UDP (Connectionless)
Adjacent-Layer Interaction
How adjacent layers act on the same computer.
Same-Layer Interaction
When a layer on one computer, wants to talk to the same layer on a separate computer.
Main features of IP
Addressing & Routing
Define IP Host
Any device that has an IP address and connects to any TCP/IP network.
Frame and Layer?
Link Header | Data | Link Footer
Data Link Layer
Segment and Layer?
TCP | Data
Transport Layer
Packet and Layer?
IP | Data
Network Layer
List the OSI Model
- Application
- Presentation
- Session
- Transport
- Network
- Data Link
- Physical
Compare OSI Model to TCP/IP
Application (TCP/IP) = Application, Presentation, Session
Transport (TCP/IP) = Transport
Network (TCP/IP) = Network
Data Link (TCP/IP) = Data Link
Physical (TCP/IP) = Physical
Packet’s Name in OSI Model?
L3PDU (Network)
Segment’s Name in OSI Model?
L4PDU (Transport)
Frame’s Name in OSI Model?
L2PDU (Data Link)
5 Steps of Data Encapsulation
- Application (Data)
- Transport (TCP | Data)
- Network (IP | TCP | Data)
- Data Link (Frame | IP | TCP | Data)
Which layer provides a Header and Footer?
Data Link
Frame has a Header, IP, TCP, Data, Footer