Networking Fundamentals Flashcards
Interconnection of Network made possible by…
Open Systems Interconnection (OSI)
OSI Model
7 layers
- Application
- Presentation
- Session
- Transport
- Network
- Data link
- Physical
OSI: TCP/IP Model
- Application:
- Application
- Presentation
- Session - Host-to-Host
- Transport - Internet
- Network - Network Access
- Data link
- Physical
Network Protocol is a …
Standard set of rules that determines how systems will communicate across networks.
Open Network Architecture is…
One that no vendor owns, that is not proprietary, and that can easily integrate various technologies and vendor implementation of those technologies.
OSI:Encapsulation
Each protocol at a specific OSI layer on one computer communicates with a corresponding protocol operating at the same OSI layer on another computer.
OSI: Protocol Data Unit (PDU)
A protocol at each layer adds its own information to the message, creating a PDU.
OSI: Protocol at each layer has 3 responsibilities..
- Communication to above layer
- Communication to lower layer
- Communication to same layer in the other network
OSI: Attacks, network can be used as
- used as a channel for attack
- the target of an attack
OSI: Examples of Application Layer Protocol
- SMTP: Simple Mail Transfer Protocol
- HTTP:Hypertext Transfer Protocol
- LDP:Line Printer Daemon
OSI: Presentation layer is
- Concerned not with the meaning but with the syntax and format of the data
- Compresses data / Encrypt
OSI: Session Layer
Responsible for establishing a connection between two applications, maintaining it during the transfer of data, and controlling the release of this connection.
OSI:Session Layer works in 3 phases:
(Dialog Management)
- Connection establishment
- Data Transfer
- Connection release
OSI: Examples of Session Protocol layer
- L2TP: layer 2 tunnelling protocol
- PPTP: Point-to-Point Tunnelling Protocol (PPTP)
- RPC: Remote Procedure Call
OSI: Session layer Protocol can enable communication between two applications to happen in 3 different modes: (technical term)
- Simplex
- Half-Duplex
- Full-Duplex
OSI: Session Layer Vs. Transport Layer
- Session Layer: Application-to-Application
- Transport Layer: Computer-to-Computer
OSI: Which Layer Protocol is least used protocols in a network environment;
Session Layer Protocols
OSI: Transport Layer
When two computers are going to communicate through a connection-oriented protocol, they first agree on how much information each computer will send at a time , how many o verify the integrity of the data once received, and how to determine whether a packet was lost along the way. The 2 computers agree on these parameters through a handshaking process at the transport layer
OSI:Network Layer, layer 3
The main responsibilities of the network layer are to insert information into the packet’s header so it can be properly addressed and routed, and then to actually route the packet to its proper destination.
OSI: Data Link Layer, Layer 2
The network layer has already figured out how to route the packet through the various network devices to its final destination, but we still need to get the data over to the next, directly connected device. This happens at the data link layer.
OSI: Data Link Layer, Layer 2 has two functional sub layers:
- Logical Link Control (LLC): which interface with network layer above
- Media Access Layer (MAC): designed to interface with the physical layer below.
OSI: Data Link Layer, Layer 2 - Framing
When the data link layer applies the last header and trailer to the data message, this is referred to as framing m. This unit of data is now called a frame
ISO: Physical Layer, layer 1
Converts bits into electromagnetic signals for transmission.
PROTOCOL: Layer 7 - Application
- File Transfer Protocol (FTP)
- Network Time Protocol (NTP)
- Simple Mail Transfer Protocol (SMTP)
- Internet Message Access Protocol (IMAP)
- Hyper Transfer Protocol (HTTP)