Network+ OSI Layer 1-7 Flashcards

devices and Protocols

1
Q

What devices of the Layer 1 of the OSI model?

A

Layer 1: Physical layer
The physical layer is responsible for the transmission and reception of unstructured raw data between a device, such as a network interface controller, Ethernet hub, or network switch, and a physical transmission medium. It converts the digital bits into electrical, radio, or optical signals.

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

What is the function of Layer 1 Physical Layer ?

A

The main function of Layer 1 is to convert digital data into physical signals.

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

What is the function of Layer 2 of the OSI Model?

A

The data link layer (Layer 2) of the OSI moves data across a linked physical network. A layer 2 device on a computing network will transmit data to a destination according to Media Access Control (MAC) addresses, also known as Ethernet addresses.

which is responsible for managing access to physical media and managing data transmission between adjacent network nodes in a wide area network (WAN) or between nodes in an area network segment. same local (LAN). The process includes MAC (Media Access Control) and LLC (Logical Link Control).

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

What is the device Layer 2 of the OSI Model?

A

A layer 2 device is a device that makes a forwarding decision on a physical address. Most commonly, you’ll find a bridge or a switch and the address they use is a MAC address.

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

Which layer is responsible for detection of errors that occur over data transmission?

A

Additionally, the layer 2 can handle the detection and correction of errors that occur during data transmission. Checking is carried out using methods such as checksum or CRC (Cyclic Redundancy Check).

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

Where does the Multilayer switch position in the OSI Layer?

A

Layer 3 Switch
It is also called a multilayer switch as it can work on Layer 2 and Layer 3, i.e., the data link layer and network layer of the OSI Model. Layer 3 switch can be configured to perform the routing function, which can also be used to route traffic between different VLANs or subnets within a VLAN.

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

What is the Layer 3 of the OSI Model?

A

Layer 3 is the network layer. This is where we send information between and across networks through the use of routers. Instead of just node-to-node communication, we can now do network-to-network communication. Routers are the workhorse of Layer 3 - we couldn’t have Layer 3 without them.

Establishes, maintains and terminates network connections. Routes data packets across network segments. Translates logical addresses and names into physical addresses.

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

What devices operate in Layer 3?

A

Routers, layer 3 (or IP) switches.

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

What Protocol is used in Layer 3?

A

Distance Vector Multicast Routing Protocol (DVMRP)
Internet Group Management Protocol (IGMP)
Address Resolution Protocol (ARP)

Important Protocols at Network Layer include IPv4, IPv6, RIP, OSPF, BGP, ICMP, EIGRP, IPSec, IPX, NAT, GRE, HSRP & VRRP.

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

What is the Layer 4 of the OSI model?

A

Layer 4 of the OSI model, also known as the transport layer, manages network traffic between hosts and end systems to ensure complete data transfers.

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

What is the protocol used in Layer 4?

A

Transport-layer protocols such as TCP, UDP, DCCP, and SCTP are used to control the volume of data, where it is sent, and at what rate.

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

What is the Layer 5 of the OSI model?

A

Session layer of OSI Model is designed to allow devices to establish and manage sessions so that multiple channels could be established between same terminals and hosts. Session Layer is the fifth layer in the 7-Layer OSI Model after Transport Layer. Session Layer is also called as ‘Port Layer’. The main function of Session Layer is to establish, maintain and synchronize the interaction between communicating systems and hosts like computers and servers. It allows information of different streams, originating from different sources, to be properly combined or synchronized.

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

What are the functions and Duties of a Session Layer?

A

Sessions Management: It is Responsible for establishment, management and termination of sessions & connections between end user applications. It works in three phases:

  • In the Session establishment phase, the service and the rules for communication between the two devices are proposed & agreed upon. For example, who transmits and when, how much data can be sent at a time etc.
  • Once the rules are established, the data transfer phase begins.
  • Finally, connection termination occurs when the session is
    complete, and communication ends gracefully.
  • Duplex Control: Session Layer also controls that whether both sender/receiver of a session will communicate at same time or one will speak & other will listen
  • Authentication (It is for Authentication b/w peer computers before the exchange happens e.g. simple username/password authentication
  • Authorization (It confirms what a user is authorized to perform).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the layer 5 Protocols?

A

SIP (Session Initiation Protocol)
PPTP - Point to point tunneling
H.245 (Call Control Protocol for Multimedia Communications)
PPTP/L2TP - Point to Point with Layer 2 Tunneling (VPN)
SMB (Server Message Block)
NFS (for Network File System)
PAP (Password Authentication Protocol)

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

What are the Layer 5 Network Equipment?

A

Firewalls
Gateways
Computers
Load Balancers

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

What is the Layer 6 of the OSI model?

A

Layer 6: presentation layer
Data formatting and encoding protocols apply at Layer 6 to ensure data is legible and presented properly in the application receiving it. Data compression is also a function of Layer 6. If necessary, data may be compressed to improve data throughput over network communication.

Converting data between different formats and ensuring end-to-end data integrity

If the devices are communicating over an encrypted connection, layer 6 is responsible for adding the encryption on the sender’s end as well as decoding the encryption on the receiver’s end so that it can present the application layer with unencrypted, readable data.

17
Q

What is the Layer 6 Protocols?

A

Protocols used include SSL/TLS, HTTPS, and SSH

18
Q

What is Layer 7 of the OSI Model?

A

Layer 7 - The Application Layer: The topmost layer of the OSI model, the application layer, serves as the interface for communication between users or processes and the network. It provides application-specific services such as HTTP requests, file transfer and email.

Responsible for providing end-user services, such as file transfer, web browsing, email, and chat.

19
Q

What application are used in Layer 7?

A

For the OSI model, let’s start at the top layer and work our way down. Layer 7 (Application): Most of what the user actually interacts with is at this layer. Web browsers and other internet-connected applications (like Skype or Outlook) use Layer 7 application protocols.