Defining Networks with the OSI Model

Pataasin ang iyong marka sa homework at exams ngayon gamit ang Quizwiz!

Layer 2 Switches

A _____ is the most common type of switch used on a LAN. These switches are hardware based and use the MAC address of each host computer's network adapter when deciding where to direct frames of data Every port on the switch is mapped to the specific MAC address of the computer that physically connects to it. Security is a concern with ____ switches. Switches have memory that is set aside to store the MAC address to port translation table, known as the Content Addressable Memory table or CAM table. This table can be compromised with a MAC Flood attack.

Layer 3 Switches

A ______ switch determines paths for data using logical addressing (IP addresses) instead of physical addressing (MAC addresses). _____ switches are similar to routers—it's how a network engineer implements the switch that makes it different. _____ switches forward packets, whereas layer 2 switches forward frames. _____ switches are usually managed switches.

Communications Subnetwork

The _____ is the guts of OSI model transmissions, consisting of layers 1 through 3. Regardless of what type of data transmission occurs in a computer network, the _____will be employed

1.) Transmission Control Protocol (TCP) 2.) User Datagram Protocol (UDP)

Two common TCP/IP protocols that are utilized on the transport layer (Layer 4) include the 1.)______, which is a connection-oriented protocol, and the 2.)______, which is connectionless. An example of an application that uses 1.)______ is a web browser, and an example of an application that uses 2.)_____ is streaming media.

Port Range 0-1023

Well known ports This range defines commonly used protocols eg FTP utilizes port 21 to accept client connections

OSI Layer 7

Application Layer (#?)

OSI Layer 2

Data Link Layer, or DLL, (#?)

Port Range 49,152-65,535

Dynamic and private ports These ports can be used by applications, but they cannot be registered by vendors.

Connectionless Communications (CL mode)

In _____, no end-to-end connection is necessary before data is sent. Every packet that is sent has the destination address located in its header. This is sufficient to move independent packets, such as in the previously mentioned streaming media. But if a packet is lost, it cannot be resent, because the sending computer never established a logical connection and doesn't know which logical connection to use to send the failed packet.

Media Access Control (MAC) address.

In an Ethernet network, every network adapter must have a unique _____. The MAC address is a unique identifier assigned to network adapters by the manufacturer. This address is six octets in length and is written in hexadecimal

TCP Model Layers

Layer 1: Data link layer (also simply known as the link layer) Layer 2: Network layer (also known as the Internet layer) Layer 3: Transport layer Layer 4: Application layer The OSI physical layer is skipped altogether, and the application layer comprises the OSI application, presentation, and session layers.

MAC Flood

Layer 2 Switches have memory that is set aside to store the MAC address to port translation table, known as the Content Addressable Memory table or CAM table. This table can be compromised with a _______ attack.

Virtual LAN (VLAN)

Layer 2 switching can also allow for a ______ to be implemented. A ______ is implemented to segment the network, reduce collisions, organize the network, boost performance, and hopefully, increase security. The most common standard associated with ______ is IEEE 802.1Q, which modifies Ethernet frames by "tagging" them with the appropriate ______ information, based on which ______ the Ethernet frame should be directed to. _____ are used to restrict access to network resources, but this can be bypassed through the use of _____ hopping.

Ports.

Layer 4 also takes care of the _____ that a computer uses for data transmission. _____ act as logical communications endpoints for computers. There are a total of 65,536 ______, numbering between 0 and 65,535. They are defined by the Internet Assigned Numbers Authority or IANA and divided into categories

OSI Layer 3

Network Layer (#?)

OSI Layer 1

Physical Layer (#?)

OSI Layer 6

Presentation Layer (#?)

Open Systems Interconnection (OSI)

Reference model used to define how data communication occurs on computer networks. This model is divided into layers, each of which provides services to the layers above and below. These layers are associated with protocols and devices.

Port Range 1024-49,151

Registered Ports Ports used by vendors for proprietary applications. these must be registered with the IANA (eg microsoft registered 3389 for use with the Remote Desktop Protocol).

OSI Layer 5

Session Layer (#?)

Physical Layer

This is the _____ and electrical medium for data transfer. It includes but is not limited to cables, jacks, patch panels, punch blocks, hubs, and MAUs. Concepts related to the _____ layer include topologies, analog versus digital/encoding, bit synchronization, baseband versus broadband, multiplexing, and serial (5-volt logic) data transfer. The unit of measurement used on this layer is bits.

Layer 4 - Transport Layer

This layer ensures error-free transmission between hosts through logical addressing. Therefore, it manages the transmission of messages through layers 1 through 3. The protocols that are categorized by this layer break up messages, send them through the subnet, and ensure correct reassembly at the receiving end, making sure there are no duplicates or lost messages. This layer contains both connection-oriented and connectionless systems, which will be covered later in the book. Inbound and outbound ports are controlled by this layer. When you think "ports," think the transport layer. The unit of measurement used on this layer is sometimes referred to as segments or messages. All layers above this one use the terms "data" and "messages."

Layer 2 - Data Link Layer (DLL)

This layer establishes, maintains, and decides how transfer is accomplished over the physical layer. Devices that exist on the _____ are network interface cards and bridges. This layer also ensures error-free transmission over the physical layer under LAN transmissions. It does so through physical addresses (the hexadecimal address that is burned into the ROM of the NIC), otherwise known as the MAC address (to be discussed more later in this lesson). The unit of measurement used on this layer is frames.

Layer 5 - Session Layer

This layer governs the establishment, termination, and synchronization of sessions within the OS over the network and between hosts—for example, when you log on and log off. This is the layer that controls the name and address database for the OS or NOS. NetBIOS (Network Basic Input Output System) works on this layer.

Layer 3 - Network Layer

This layer is dedicated to routing and switching information to different networks, LANs, or internetworks. Devices that exist on the _____ layer are routers and IP switches. Here, we are getting into the logical addressing of hosts. Instead of physical addresses, the addressing system of the computer is stored in the operating system—for example, IP addresses. The unit of measurement used on this layer is packets.

Layer 7 - Application Layer

This layer is where message creation—and, therefore packet creation—begins. End-user protocols such as FTP, SMTP, Telnet, and RAS work at this layer. This layer is not the application itself, but the protocols that are initiated by this layer.

Layer 6 - Presentation Layer

This layer translates the data format from sender to receiver in the various OSes that may be used. Concepts include code conversion, data compression, and file encryption. Redirectors work on this layer, such as mapped network drives that enable a computer to access file shares on a remote computer.

NetStat Command

This will display a list of all the connections to and from your computer in numeric format

OSI Layer 4

Transport Layer (#?)

Networking standards

______ such as 100BASE-T are based on the physical layer. The 100 in 100BASE-T stands for 100 Mbps, The BASE means baseband The T stands for twisted-pair cabling. Baseband refers to the fact that all computers on the LAN share the same channel or frequency to transmit data, in this case 100 MHz. Conversely, broadband means that there are multiple channels that can be utilized by the communications system.

Connection Oriented Communications (also known as CO mode)

_______ Require that both devices or computers involved in the communication establish an end-to-end logical connection before data can be sent between the two. These ______ systems are often considered reliable network services. If an individual packet is not delivered in a timely manner, it is resent; this can be done because the sending computer established the connection at the beginning of the session and knows where to resend the packet.

(not a question 2)

http://i.imgur.com/Z0pi0tP.png not a question

(not a question)

http://i.imgur.com/xmB4xEO.png (not a question)

TCP/IP (or TCP) Model

similar to the OSI model. It is often used by software manufacturers who are not as concerned with how information is sent over physical media, or how the data link is actually made. This model is composed of only four layers.


Kaugnay na mga set ng pag-aaral

ATI - Testing taking skills test

View Set

Personal Finance and Business: Chapter 6

View Set

Chapter 16- Corporate Operations

View Set

Ch.9 Tensions Mount Between Mexico and Texas

View Set

Economics Supply And Demand- Loanable Funds Market/Investment Demand

View Set

GI/ GU Alterations CH 42 and 43 (E2)

View Set