Section 1.1-1.2-1.3 Flashcards
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
What is Maximum Transmission Unit (MTU)?
Maximum IP Packet to Transmit
How to troubleshoot MTU?
Ping with DF (Dont Fragment) and force a maximum size of 1472.
Windows: ping -f -l 1472 8.8.8.8
What are Network Topologies used for?
Planning a network to understand signal flow
5 Types of Network Topologies
Star
Ring
Bus
Mesh
Hybrid
Define Star Topology
All devices (nodes) are connected to a central hub or switch or routes.
Define Ring Topology
Each device is connected to exactly two other devices forming a circular pathway for data to travel.
Define Bus Topology
All devices (nodes) are connected to a single central cable known as the bus. Only one node can be active at a time.
Define Mesh Topology
Each device is connected to every other device in the network.
Two types of Mesh:
- Fully connected and Partially connected
Define Hybrid Topology
A combination of one or more physical topologies
3 Types of Wireless Topologies
Infrastructure
Ad Hoc Networking
Mesh
Define Infrastructure Wireless Topology
Al devices communicate through an access point.
Define Ad Hoc Wireless Topology
No preexisting infrastructure. Devices communicate among themselves.
Define Mesh Wireless Topology
Ad Hoc devices work together to form a Mesh “Cloud”
Peer to Peer network type definition
All devices are both clients and servers
Client-server network type definition
Central server used for all clients to talk to. No client to client communication
LAN (Local Area Network)
Network that connects devices within a building or a limited number of buildings
Can be done through Ethernet or Wireless (802.11)