Networking Fundamentals - OSI & TCP/IP Flashcards

(25 cards)

1
Q

What are the layers of OSI Model?

A
  1. Application
  2. Presentation
  3. Session
  4. Transport
  5. Network
  6. Data Link
  7. Physical
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Explain Physical Layer of OSI Model.

A

This is the lowest layer and deals with the physical transmission of data, such as electrical signals, light waves, or radio waves.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Explain Data Link Layer of OSI Model.

A

This layer manages the physical connection between two nodes, ensuring that data is transmitted correctly by handling framing, error detection, and flow control.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explain Network Layer of OSI Model.

A

This layer is responsible for routing data packets between networks and determining the best path for data to travel.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Explain Transport Layer of OSI Model.

A

This layer provides end-to-end data delivery, ensuring reliable and ordered transmission of data segments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Explain Session Layer of OSI Model.

A

This layer manages the connections between applications, establishing, maintaining, and terminating sessions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Explain Presentation Layer of OSI Model.

A

This layer handles data formatting, encryption, and decryption, ensuring that data is presented in a format that is understandable to the receiving application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Explain Application Layer of OSI Model.

A

This is the highest layer and provides network services to applications, such as email, web browsing, and file transfer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In what order is data transmitted using the 7 layers of the OSI Model?

A

7-6-5-4-3-2-1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

In what order is data received using the 7 layers of the OSI Model?

A

1-2-3-4-5-6-7

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the layers of the TCP/IP Model?

A
  1. Application&raquo_space; (Application, Presentation, & Session) in OSI
  2. Transport&raquo_space; same in OSI
  3. Internet&raquo_space; (Network) in OSI
  4. Network Interface&raquo_space; (Physical & Data Link) in OSI
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Explain Application Layer of TCP/IP Model.

A

This layer includes the applications that use the network, such as web browsers, email clients, and file transfer programs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Explain Transport Layer of TCP/IP Model.

A

This layer provides a reliable connection between two applications, ensuring data is delivered in the correct order and without errors. It uses protocols like TCP and UDP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Explain Internet Layer of TCP/IP Model.

A

This layer focuses on routing data packets across the network, ensuring they reach their destination. It’s responsible for addressing and routing data packets between different networks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Explain Network Interface Layer of TCP/IP Model.

A

This layer handles the physical transmission of data over the network, including details like how bits are converted to signals. It’s also responsible for managing connections to the network medium.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Examples of Protocols in TCP/IP Application Layer?

A

HTTP/HTTPS (web browsing)
FTP/SFTP (file transfer)
SMTP/POP3/IMAP (email)
DNS (domain name resolution)
Telnet/SSH (remote access)
SNMP (network management)
DHCP (IP address allocation)

17
Q

Examples of Devices/Tools in TCP/IP Application Layer?

A

Web browsers
Email clients
Network management systems

18
Q

Examples of Protocols in TCP/IP Transport Layer?

A

TCP (reliable, connection-oriented)
UDP (unreliable, connectionless)

19
Q

Examples of Key Concepts in TCP/IP Transport Layer?

A

Ports (e.g. 80 for HTTP, 443 for HTTPS, etc)
Segmentation and Reassembly
Flow control and acknowledgements

20
Q

Examples of Protocols in TCP/IP Internet Layer?

A

IP (IPv4/IPv6 - logical addressing)
ICMP (error reporting - e.g. ping)
ARP (resolves IP to MAC address)
IGMP (manages multicast groups)

21
Q

Examples of Devices in TCP/IP Internet Layer?

A

Routers
Layer 3 Switches

22
Q

Examples of Technologies/Protocols in TCP/IP Network Interface Layer?

A

Ethernet
Wi-Fi (802.11)
PPP
Frame Relay
ATM

23
Q

Examples of Devices in TCP/IP Network Interface Layer?

A

Switches
NICs (Network Interface Cards)
Hubs
Cables & Connectors

24
Q

Summary of Protocol and Devices for each layer of TCP/IP.

A

Application Layer&raquo_space; Protocol = HTTP, FTP, SMTP, DNS, DHCP&raquo_space; Devices = Browser, Email Client

Transport Layer&raquo_space; Protocol = TCP, UDP&raquo_space; Devices = N/A (Handled in OS)

Internet Layer&raquo_space; Protocol = IP, ICMP, ARP, IGMP&raquo_space; Devices = Routers, L3 Switches

Network Interface Layer&raquo_space; Protocol = Ethernet, Wi-Fi, MAC&raquo_space; Devices = Switches, NICs, Cables

25
What's the difference between a Layer 2 switch ("regular" switch) and a Layer 3 switch?
Layer 2 switch: Uses MAC addresses to forward traffic within the same network/VLAN. No routing. Layer 3 switch: Uses IP addresses to route traffic between VLANs/subnets. Combines switching and routing.