2.5 Given a scenario, install & configure basic wired/wireless SOHO networks Flashcards
What is a protocol?
Rules for structured data communication among networked hosts
What are protocols often designed for?
Working together as a protocol suite
Most networks have converged on the use of the TCP/IP suite.
Why is the TCP/IP suite divided into layers?
To better understand the function of each protocol
In the TCP/IP, what does each lower protocol do?
Encapsulate data from higher-layer protocols
As data moves down the protocol stack, lower-layer protocols add their own headers before transmitting it
List the 4 layers of the TCP/IP suite
- Application
- Transport
- Internet
- Link (Network Interface)
Purpose of TCP/IP’s link layer?
Put frames onto the physical network
Which TCP/IP layer does not contain a TCP/IP protocol?
Link (Network interface) layer
What is used at the TCP/IP’s link layer?
LAN protocols & media
i.e. Ethernet or Wi-Fi
Where does communication on the TCP/IP’s link layer take place?
Only on a local network segment
Not between different networks
On an Ethernet or Wi-Fi segment, data at the link layer is packed into frames; node interfaces are identified by a MAC address
Purpose of TCP/IP’s Internet layer?
Address & routes packets across across a network of networks
(the Internet)
What is an “end system host”?
Device that can communicate on an IP network
i.e. PC, laptop, mobile device, server, etc.
What’s required to transmit IP packets over a physical/data link layer?
Like Ethernet or Wi-Fi
Mechanism to encapsulate IP packets within data link layer frames
What mechanism encapsulates IP packets within data link layer frames?
ARP
Meaning of ARP?
Address Resolution Protocol
What does ARP do?
Queries the MAC address associated with an IP address
2 types of delivery IP can provide?
Unreliable & connectionless delivery
A packet may be lost, delivered out of sequence, duplicated, or delayed
Purpose of TCP/IP’s Transport layer?
Manages multiple connections for application layer protocols
How is the TCP/IP’s Transport layer protocol implemented?
Via TCP or UDP protocol
What kind of packet delivery does TCP provide?
Connection-oriented packet delivery
TCP identifies & recovers lost or out-of-order packets, enhancing IP reliability. This is crucial for TCP/IP application protocols to prevent data errors.
What kind of packet delivery does UDP provide?
Connectionless packet delivery
UDP provides unreliable packet delivery
Which Transport layer protocol is faster?
UDP
Why is UDP faster than TCP?
Doesn’t send extra data for reliable connections
When is UDP used over TCP?
In time-sensitive applications where packet loss is tolerable
i.e. speech or video. Rather than causing the app to crash, they would just manifest as a glitch in video or a squeak in audio
What does the TCP/IP’s Application layer contain?
Protocols that perform a high-level function
Rather than simply addressing hosts & transporting data