1.1 Explain concepts related to the Open Systems Interconnection (OSI) reference model. Flashcards
What is Transport Control Protocol (TCP)?
A connection-oriented protocol good for File Transfer, Email, Web Page request. Uses a three-way handshake each time (SYN, SYN ACK, & ACK)
What is User Datagram Protocol (UDP)
A connection-less protocol with no guarantee of delivery; has speed advantage; good for audio/video streamming.
What is a Maximum Transmission Unit (MTU)?
This protocol determines the largest frame a particular technology can handle.
What is an MTU mismatch?
When packets are too large for a particular technology like Ethernet, which uses 1500-byte frames, they are fragmented.
What is a Path MTU Discovery (PMTU)?
A setting that sets a “Do NOT fragment (DF) flag” to the IP packet; it determines the best MTU setting automatically.
What is an MTU Black Hole?
Since PMTU runs under ICMP, if ICMP is being blocked, PMTU will not work. This can be remedied by turning off IMP blocking in the firewall.
What is OSI Layer 1?
PDNTSPA; transmits logical bits (1s and 0s); Devices include NICs, repeaters, concentrators.
What is OSI Layer 2?
PDNTSPA; this is the MAC layer where physical addressing, error detection, and reliable data transfer; devices include ATM, switches, and bridges; protocols include PPP and ARP.
What is Link-Layer Control (LLC)?
Happens at Layer 2, governs sequence number and acknowledgements.
What is Media Access Control (MAC)?
Happens at Layer 2, governs data transfer and collision handling.
What is OSI Layer 3?
PDNTSPA; this is where the logical addressing, route selection, Fragmentation and re-assembly happens; devices include bridges and routers; protocols used include IP, ICMP, IPSec.
What is OSI Layer 4?
PDNTSPA; End-to-end connections, flow control and reliability happen at this layer; protocols include TCP and/or UDP.
What is OSI Layer 5?
PDNTSPA; this is where inter-host or inter-application communication happens; protocols include RTCP, PPTP, and RPC.
What is OSI Layer 6?
PDNTSPA; this is where compatiable syntax, data formats, and data encryption happens at; character encoding happens here with ASCII, UNICODE, or EBCDIC.
Wha tis OSI Layer 7?
PDNTSPA; this is where network processes and data is passing to the finished product; protocols include DNS, FTP, SSH.