1.1 OSI Model

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/34

flashcard set

Earn XP

Description and Tags

Flashcards reviewing the OSI Model and Networking Concepts

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

35 Terms

1
New cards

OSI Model

Conceptual overview of data movement; helps troubleshoot network issues by starting from the physical layer and moving upwards.

2
New cards

Layer 1: Physical Layer

Deals with the physical aspects of networking, including cable types, connectors, pinout formats, signal voltage/frequency, speed, bandwidth, maximum distance, and topology.

3
New cards

Physical Layer Components

Type of cable, Type of connector, Pinout format for cables, Voltage and frequency of signal, affecting: Speed, Bandwidth, Maximum distance for use & Topology

4
New cards

Protocols/Technologies at the Physical Layer

USB, Ethernet, Bluetooth, DSL, ISDN, and T-carrier links (T1 and T3).

5
New cards

Topology

The physical arrangement of hardware components in a network (e.g., mesh, star/hub, spine and leaf, point to point, hybrid).

6
New cards

Layer 2: Data Link Layer

Deals with fundamental communication between devices, MAC addresses, and error detection/correction. Uses MAC addresses for device identification.

7
New cards

MAC address

Hardware address of a device’s network adapter card.

8
New cards

Switch

Extended unique identifier switch

9
New cards

Data Link Layer Troubleshooting

Loop back tests, Test/replace cables, Swapping adaptor cards

10
New cards

Frame

The logical grouping of data at the data link layer.

11
New cards

Protocols at the Data Link Layer

HDLC, L2TP, PPP, STP, VLANs

12
New cards

Layer 3: Network Layer

Responsible for routing data packets, using IP addresses to determine the best path for data to take through the network.

13
New cards

Routing Layer

Decides how to forward traffic & Uses IP address

14
New cards

Packet

The logical grouping of data at the network layer.

15
New cards

Static Routes

Routes manually added to routing table.

16
New cards

Dynamic Routes

Protocols like Routing Information Protocol (RIP) and Open Shortest Path First (OSPF). They communicate routing information between networked devices.

17
New cards

Layer 4: Transport Layer

Transport information from one device to another, similar to a post office; uses protocols like TCP and UDP.

18
New cards

Layer 4: Function

Can fragment frames through the network router packet

19
New cards

Layer 5: Session Layer

Breaks up data into pieces (TCP segments or UDP datagrams) and reassembles it upon arrival. Provides error checking, service addressing, and segmentation.

20
New cards

Error checking

Check data is sent and received correctly.

21
New cards

Service addressing

Ensure data is passed to the right service at upper OSI model layers

22
New cards

Segmentation

Break down data into packets of manageable sizes for lower layers to handle

23
New cards

Buffering

data is temporarily stored and waits for device to become available. Can cause problem is sending device transmits data faster than reciving device can manage

24
New cards

Windowing

Data is sent in groups of segments that only require one acknowledgment. The size of the window is established when the session between 2 devices is established.

25
New cards

Layer 5: Session Layer Responsibilities

Sets up connections between devices, manages communication (start, stop, restart), and synchronizes data between applications. Protocols include NetBIOS, NFS, SMB.

26
New cards

Communication Management

Manages sybchornisation of data between applications on two devices & Sets up connection between two applications

27
New cards

Layer 6: Presentation Layer

Negotiates data format, character encoding, and encryption. Translates data for the application layer. Commonly combined with the application layer. (SSL/TLS)

28
New cards

Data Conversion

Converts data from or to application layer for other layers

29
New cards

Data Formats

JPEG, TIFF, GIF - ASCII, EBCDIC - MPEG, MP3, MIDI

30
New cards

Layer 7: Application Layer

Provides network services to applications, such as HTTP, FTP, DNS, POP3, SSH, BGP, DHCP, NTP, RTP, SIP, SMTP, SMB, FTP, HTTP, HTTPS, IMAP, POP3. Interacts directly with the user.

31
New cards

Function

Takes requests and data from users and passes it down the layers

32
New cards

Wireshark

Shows the top-to-bottom sections corresponding to layers 1-7 of the OSI model, including electrical signals, IP encapsulation, TCP encapsulation, and SSL encryption.

33
New cards

Encapsulation

Adding protocol information (header and trailer) to data as it passes through layers

34
New cards

Decapsulation

Removing protocol information from data as it passes through layers

35
New cards

PDU (Protocol Data Unit)

The unit of data worked with at each layer (e.g., packet or frame).