Section 1.1-1.2-1.3 Flashcards
(100 cards)
OSI Model Definition
Open System Interconnection Reference Model
OSI Model 7 Layers
Layer 1: Physical Layer
Layer 2: Data Link Layer
Layer 3: Network Layer
Layer 4: Transport Layer
Layer 5: Session Layer
Layer 6: Presentation Layer
Layer 7: Application Layer
OSI Model Layer 1
Physical Layer
It’s the physics of a network: Signaling, cabling, connectors
OSI Model Layer 1 Responsibility
The physical layer of the OSI model is responsible for the transmission and receipt of the signals that represent bits of data from one node to another node.
OSI Model Layer 2
Data Link Layer
The switching layer (frame, mac address, EUI-48, EUI-64, Switch, ARP Table)
OSI Model Layer 2 Responsibility
The data link layer is responsible for transferring data between nodes on the same logical segment.
OSI Model Layer 3
Network Layer
The routing Layer (IP, router, packet)
OSI Model Layer 3 Responsibility
The network layer is responsible for moving data around a network of networks, known as the Internet.
OSI Model Layer 4
Transport Layer
The “post office” layer (TCP segment, UDP datagram)
OSI Model Layer 4 Responsibility
The transport layer identifies each type of network application by assigning it a port number.
OSI Model Layer 5
Session Layer
Communication between devices (control protocols, tunneling protocols)
OSI Model Layer 5 Responsibility
The session layer represents functions that administer the process of establishing a dialog, managing data transfer, and then ending (or tearing down) the session.
OSI Model Layer 6
Presentation Layer
Encoding and Encryption (SSL/TLS)
OSI Model Layer 6 Responsibility
The Presentation layer transforms data between the format required for the network and the format required for the application. For example the Presentation layer is used for character set conversion.
OSI Model Layer 7
Application Layer
The layer we see - Google Mail, Twitter, Facebook
OSI Model Layer 7 Responsibility
The application layer receives the translated data. This protocol does not encapsulate any other protocols or provide services to any protocol.
What protocols are used in OSI layer 7?
The application layer uses the following protocols: HTTP, SMTP and FTP.
What is a bridge?
A bridge is a hardware appliance or software application that connects different networks and treats them as if they were one network.
What is the purpose of a bridge?
The bridge creates a link between two physical segments so that hosts in segment A can send and receive messages to hosts in segment B.
Bridges perform on Layer 2 (Data Link Layer).
What is a router?
A router is a hardware appliance or application that connects different networks for communication purposes but keeps them separate. A router is a layer 3 device and communication between networks is done with routing tables.
What is a switch ?
A switch is a layer 2 device, that connects systems within a single network subnet.
What is a firewall?
A firewall is a hardware device or application that is used to protect a network from another.
Firewalls are principally used to implement security zones, such as intranet, screened subnet topology and internet.
What is a TCP Flag?
A TCP Flag is a specific bit within the TCP header that controls the flow of data.
What are the main TCP flags?
SYN: Synchronize sequence numbers
PSH: Push the data to the application without buffering
RST - Reset the connection
FIN - Last packet from the sender