Introduction to TCP/IP Networking Flashcards
What does ISO stand for?
International Organization for Standardization
OSI Reference Model: Device and Protocol Examples
Appplication, Presentation, Session Layers (5-7)
Protocols and Specifications
Telnet, HTTP, FTP, SMTP, POP3, VoIP, SNMP
Devices
Hosts, firewalls
OSI Reference Model: Device and Protocol Examples
Transport (Layer 4)
Protocols and Specifications
TCP, UDP
Devices
Hosts, firewalls
OSI Reference Model: Device and Protocol Examples
Physical (Layer 1)
Protocols and Specifications
RJ-45, Ethernet (IEEE 802.3)
Devices
LAN hub, LAN repeater, cables
OSI Encapsulation Terminology
PDU- Protocol Data Unit - represents the bits that include the headers and trailers for that layer, as well as the encapsulated data.
Describe Encapsulation?
refers to the process of putting headers (and sometimes trailers) around some data.
What is adjacent-layer interaction?
which refers to the concepts of how adjacent layers in a networking model, on the same computer, work together
Ex. when higher-layer protocol (HTTP) wants error recovery, and the higher layer uses the next lower-layer protocol (TCP) to perform the service of error recovery;
Name the seven layers of the OSI model
- Application
- Presentation
- Session
- Transport
- Network
- Data Link
- Physical
What is PPP, and what layer is this protocol located on?
PPP stands for Point-to-Point Protocol, which is located on Link layer (L2)
The term frame refers to what layer?
Link layer
Describe the TCP/IP link layer?
includes two distinct functions:
- functions related to the physical transmission of the data
- plue the protocols and rules that control the use of the physical media
What is a Protocol?
Which is a set of logical rules that devices must follow to communicate
What is URL?
Uniform Resource Locators
TCP/IP Network Layer major protocol?
IP (Internet Protocol) which provides addressing and routing.
OSI Reference Model Layer Description
Transport Layer
In function, much like TCP/IP’s transport layer. This layer focuses on data delivery between the two endpoint host (for example, error recovery)
The process of using Ethernet to Forward and IP Packet to a Router.
Step 1. Encapsulate the IP packet between an Ethernet header and Ethernet trailer, creating an Ethernet frame.
Step 2. Physically transmit the bits of this Ethernet frame, using electricity flowing over the Ethernet cabliing.
Step 3. The router physically receives the electrical signal over a cable, and re-creates the same bits by interpreting the meaning of the electrical signals.
Step 4. The receiving router de-encapsulates the IP packet from the Ethernet frame by removing and discardimg the Ethernet header and trailer.