Vol 1 Part 1: Intro to Networking Flashcards
Which of the following are layer 4 protocols? A. Ethernet B. HTTP C. TCP D. IP
C. TCP
What are the 5 layers of the TCP/IP Model?
Layer 1: Physical Layer 2: Data link Layer 3: Network (Also called Internet) Layer 4: Transport Layer 5: Application
What are the names of the units at each layer in the TCP/IP Model?
Layer 1: Bits Layer 2: Frames Layer 3: Packets Layer 4: Segments Layer 5: Data
What protocol operates at layer 1 and layer 2?
Ethernet (802.3) and Wi-Fi (802.11)
What protocol operates at layer 3?
IP and ICMP
What protocol operates at layer 4?
TCP/UDP
What protocol operates at layer 5?
HTTP
Error recovery operates at what layer?
Layer 3, network layer
Error detection operates at what layer?
Layer 2, data link layer
With TCP, what is used to conduct error recovery?
Sequences (SEQ) and Acknowledgements (ACK)
With HTTP, what message does the client send to the server, and what message does the server then send back to the client?
GET followed by OK
What is utilized from the frame to conduct error detection?
The Frame Check Sequence (FCS)
What are the three components of the frame?
header, data, trailer
The process of HTTP asking TCP to send some data and making sure it is received correctly is referred to as what kind of interaction?
Adjacent layer interaction
The process of a web server adding a TCP header to the contents of a web page, followed by ading an IP header, and then adding a data-link header and trailer, is an example of what?
Data encapsulation
Ethernet cables are twisted in order to reduce what?
Electromagnetic interference and crosstalk on the cable.