Comptia Net + Chapter 1 Network Models Flashcards ionicons-v5-c

Where does a hub send data?

To all the systems connected to the hub

What uniquely identifies every NIC?

Media Access Control (MAC) address

What does OSI stand for?

Open Systems Interconnection

What are the seven layers of the OSI model?

7. Application6. Presentation5. Session 4. Transport3. Network2. Data1. Physical

How does data flow or travel in the OSI model?

Data = layers 5,6,7Segments = layer 4Packets = layer 3 Frames = layer 2Bits = layer 1

What is a mnemonic for how data flows in the OSI model?

Don't - DataSome - SegmentPeople - PacketsForget - FramesBirthdays? - Bits

What makes up the Physical layer of the OSI model?

Any hardware connections, like cables and connectors. turns binary into physical pulses (electrical or light). Essentially anything that moves data from one system to another

What does the OSI and TCP/IP model represent?

They represent how a network functions using discrete parts called layers.

What is a protocol?

A set of rules governing the exchange or transmission of data between devices.

What kind of network devices / things are used in the physical layer?

Copper cabling, fiber optics, radio waves, hubs.

What does every NIC come with?

A Media Access Control Address

All NIC Manufacturers must contact the ____ and request a block of MAC addresses

IEEE (Institute of Electronics and Electrical Engineer)

The first 6 digits in a MAC address are referred to as the

Organizational Unique Identifier or the OUI

What is the MAC-48?

The method the IEEE use to form MAC addresses

The first 24 bits in the MAC-48 represent the

OUI - Organizational Unique Identifier

What is EUI-48

he new term used to replace MAC-48

What does EUI-48 stand for?

Extended Unique Identifier

What is a Frame?

A container for a chunk of data moving across a network

What does a frame do?

Encapsulates-puts a wrapper around- information and data for easier transmission

What does the NIC do with Frames?

Creates, sends, receives, reads and destroys Frames.

Name the sections of a generic Frame.

Recipients MAC address, Senders MAC address, Type, Data, FCS

How does the FCS portion of a frame work?

It uses a binary math called Cyclic Redundancy Check (CRC) to ensure all data arrives.

What happens when the data sent is too big for the frame?

The sending software must chop up the data into frame-size chunks. The chunks must then be reassembled once they are received.

If the NIC doesn't know the receiving devices MAC address how does it get it?

The NIC sends a frame using the broadcast address.

What is in the broadcast frames' data?

A request for the receiving systems MAC address.

When a central box or hub receives a frame, what does it do?

copies the frame and sends it to every other system on the network

If the FCS of the frames data is valid, what does the NIC do?

strips off all the frame information and sends the data to the OS

What are the two main aspects or function of the NIC?

LLC - Logical Link ControlMAC - Media Access control

What does the LLC do?

Logical Link Control - the aspect of the NIC that talks to the systems operating system. Handles multiple network protocols and provides flow control

What is the Job of the MAC portion of the NIC?

- creates and addresses frames.- adds and checks the FCS.

If the FCS check fails, how does Ethernet determine precisely which bit is damaged?

The FCS provides error detection only. Error recovery must be performed through separate means, Ethernet will drop the frame and if TCP protocol is utilized it will notice the drop frame and request re-transmission of the data

What does IP do?

makes sure that a piece of data gets where it needs to go on the network. IE Routes packets through various networks

How does the Internet Protocol route packets through the network?

By giving devices on the network unique network ID's or network IP's.

What are the two main functions of a router?

1. use IP addresses to forward data2. Connect subnets

Where is the IP address stored?

On the system software

For data in a TCP/IP network to be sent successfully, it must be wrapped in two distinct containers. What are they?

- A frame of some Type- An IP specific container so routers know where to send the data, regardless of physical type.

What happens when a packet gets sent to a NIC?

The NIC encloses the packet with in a frame

When a router receives an incoming frame, what does it do?

1. Strips the off the incoming frame,2. Determines where its going based on the IP address3. Creates a new frame4. Sends the packet on its way.

When the Frame/packet reaches the destination subnet's router, what does it do?

1. Strip off the incoming frame2. Look at the destination IP address3. Add a frame with the appropriate destination MAC address that matches the destination IP address

What is a segmentation?

The breaking up of data into chunks to fit into frames to be sent.

What is a segment

A chunk of data

What OSI layer deals with Segments?

Layer 4 - Transport Layer

What do sequence numbers tell the system?

1. The total number of segments2. How to put them back together

What is the purpose of the Transport layer in the OSI model?

1. Assemble/Disassemble data2. initiate requests for packets that weren't received in good order

What does the Session Layer of the OSI handle?

connection applications to other applications

What does the Sessions layer of the OSI do with sessions?

- initiates, accepts, opens and closes existing sessions.

What does the Presentation layer of the OSI model do?

Translates data from the lower layers into a format usable by the application layer and vice versa

What does the application layer do?

It is the layer which interacts with the user to provide access to services and data that is sent/received over a network.

What does the application layer refer to in the OSI model?

It refers to the code built into all operating systems that enables network-aware applications.

What is API?

Application Programming Interfaces

What is the purpose of the Application Programming Interface (API)?

its used by programmers to enhance or extend and applications capabilities

What is encapsulation in terms of networking?

The process of preparing data to go onto a network. This includes all the steps of the OSI model

What is De-encapsulation in terms of networking?

When a receiving computer reverses the encapsulation process, stripping all the extra header information out as the

What are the Layers of the TCP/IP Model?

1. Network interface or Link Layer2.Internet Layer3. Transport Layer4. Application Layer

Any part of the network that deals with complete frames.

What does the internet layer of the TCP/IP model deal with?

Any device or protocal that deals with pure IP Packets Routers, ip addressing.

The Transport Layer of the TCP/IP model combines what features of the OSI Model?

Transport and session layer with some of the application layer.

What is TCP?

This is Transmission Control Protocol; Connection oriented protocol.

What are 3 important characteristics of TCP?

1. Reliable transport of segments; If segment is dropped, protocol detects it and re-sends segment2. Acknowledgements received for successful communications3. Used for all network data that needs to be assured to get to its destination

What does UDP stand for?

This stands for User Datagram Protocol

What are some characteristics of UDP?

These are characteristics of this protocol:- Connection-less Protocol-Unreliable transport of segments: If dropped, sender is unaware-No Re-transmission-Good for audio/video streaming-No sequencing-Lower overhead for increased performance

TCP Segments have fields that ensure what?

There data reaches its destination in good order.

What are the fields of a TCP segment?

Destination port, Source port, Sequence number,Checksum, flags, Acknowledgement, Data

What kind of fields are in a UDP datagram?

- port and length numbers- checksum

What are the components of a UDP datagram?

Destination port, Source Port, Length, checksum, Data

What layer do IPv4 and IPv6 addresses belong to?

These addresses belong to the network (3rd) layer.

What does ICMP stand for?

This stands for Internet Control Message Protocol.

What is ICMP?

This is used to send error messages and operational information about an IP destination. It is not regularly used by end-user applications. Used in troubleshooting (ping and traceroute).

What is a default gateway?

a. In a TCP/IP network, the IP address of the router that interconnects the LAN to a wider network, usually the internet. The routers IP address is part of the necessary TCP/IP configuration for communicating with multiple networks using IP.

What are port numbers?

In TCP/IP 16 bit numbers between 0 and 65535 assigned to a particular TCP/IP process or application.