Chapter 1: Intro To TCP/IP Networking Flashcards
How many layers are in the TCP / IP model?
5
Name the layers of the TCP / Model, and provide an overview of their function
Application - Provide services to software
Transport - Provide services, such as error correction, to higher layers
Network - Provide services such as addressing and routing
Data Link - Defines how to transfer data
Physical - Defines cabling
Provide examples of Layer 2 protocols
Ethernet / 802.11
Provide examples of Layer 3 protocols
IP / ICMP
Provide examples of Layer 4 protocols
TCP / UDP
Define adjacent layer interaction
A lower layer provides a service (e.g. error correction) to a higher layer
What is encapsulation?
The process of each layer adding a header and / or trailer
What is a frame?
Data link data with header and trailer
What is a packet?
Network layer data with IP header
What is a segment?
Transport layer data with TCP header
What is a Layer 2 PDU equivalent?
Frame
What is half duplex?
Device must wait to send a frame if it is currently receiving
What is full duplex?
Device can send and receive simultaneously
2 PCs on a LAN communicating via TCP is an example of what?
Same layer interaction?
Which layer includes protocols such as TCP?
Layer 4 (Transport)