Vol 1 Part 1: Intro to Networking Flashcards
(42 cards)
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.
A straight through cable utilizes what pins?
1, 2, 3, and 6
What pins are flipped on a cross over cable?
white-orange with white-green, and orange with green
A straight through cable is used when connecting what type of devices?
Dissimilar devices (computer to a hub or a switch)
A crossover cable is used when connecting what type of devices?
Similar (switch to switch, computer to computer)
1000BASE-LX is what kind of cable, and how do you know?
Fiber. The X indicates it is a fiber cable.
What is the difference between multimode and singlemode fiber?
Multimode is faster but travels a smaller distance (500m), singlemode is slower but can travel a much further distance (40km)
What is the minimum and maximum allowed size of data within a frame?
46 bytes and 1500 byes
A frame larger than 1518 bytes but smaller than 1600 bytes is known as a what?
Baby giant