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.
The term segment refers to what layer?
Transport Layer
List the benefits of layered protocol specification?
- Less complex: Compared to not using a layered model, network models break the concepts into smaller parts.
- Standare interfaces: The standard interface definitions between each layer allow multiple vendors to create products that fill a particular role, with all the benefits of open competition.
- Easier to learn: Humans can more easily discuss and learn about the many details of a protocol specification.
- Easier to develop: Reduced complexity allows easier program changes and faster product development.
- Mulitvendor interoperability: Creating products to meet the same networking standards means that computers and networking gear from multiple vendors can work in the same network.
- Modular engineering: One vendor can write software that implements higher layers - for example, a web browser - and another vendor can write software that implements the lower layers - for example, Microsoft’s built-in TCP/IP software in its operating systems.
What are the layers to TCP/IP
Applciation
Transport
Network
Data Link
Physical
OSI Reference Model Layer Description
Presentation Layer
This layer negotiates data formats, such as ACSII text, or image types like JPEG.
TCP/IP Error Recovery
To recover from errors, TCP uses the concept of acknowledgements.
OSI Reference Model Layer Description
Session Layer
This layer provides methods to group multiple bidirectional messages into a workflow for easier managment and easier backout of work that happended if the entire workflow fails.
What does a IP header include?
IP header includes a source IP address and a destination IP address
What style of notation is 1.1.1.1?
dotted-decimail notation (DDN)