• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/113

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

113 Cards in this Set

  • Front
  • Back

Two computers connected to a single hub has how many collision and broadcast domains.

One collision domain and one broadcast domain.

Network Segmentation

Breaking up a massive network into a number of smaller ones.

Can a switch break up collision domains?

YES

6 things that can cause LAN traffic cogestion

1. To many hosts in a collision or broadcast domain


2. broadcast storms


3. too much multicast traffic


4. low bandwidth


5. adding hubs for connectivity to the network


6. a bunch of ARP broadcasts

What is a Router?

A device used to connect networks and route packets of data from one network to another. Used to efficiently break up broadcast domains.

What is a broadcast domain?

The set of all devices on a network segment which are allowed to "hear" all broadcasts sent out on that specific segment.

Routers provide connections to wide area networks (WAN) services via a serial interface for WAN connections. What is this interface called on a Cisco router?

V.35 physical interface

Do routers break up collision domains and broadcast domains?

YES

Two advantages to using routers in a network:

1. They don't forward broadcasts by default.


2. They can filter the network based on layer 3 information such as IP addresses.

4 ways that routers function in a network:

1. Packet switching


2. packet filtering via access lists


3. Internetwork communication


4. path selection via routing table

Router are layer 3 switches. True or false?

TRUE

What is an internetwork?

When a router connects two or more networks together using logical addressing (IP or IPv6)



Three things switches do:

1. Switches add functionality to a LAN network.


2. They provide more bandwidth for the LAN user.


3. They switch frames from one part to another within the switched network.



What is a collision domain?

A Ethernet term used to describe a network scenario in which one device sends a packet out on a network segment and every other device on that segment is forced to pay attention no matter what.

If a switch has 48 ports, how many collision domains are represented on the switch?

48 collision domains are represented. (Each port on a switch is its own collision domain)

Fill in the blank. Switches create separate collision domains within a single_______ _______.

Broadcast domain.

Fill in the blank. Switches are called ________ sometime.

Bridges

HUBS create a congested network segment. T or F?

TRUE

Switches are used to segment networks but they will not isolate what?

Broadcast or multicast packets.

If broadcast domains are too large the users will have less what?

Bandwidth

Keep broadcast domains large. T or F?

False. Broadcast domains should be kept small.

VLAN (virtual local area network)

Used when you logically break up broadcast domains in a layer 2 switched network. Based on logical instead of physical connections.



What is the OSI model? HMMM??

OSI stands for open system interconnection and was created by the ISO (international standards organization)

How many layer does the OSI model have?

Seven layers

The top three layers of the OSI model define what?

The top three layers define how applications communicate with one another and users.

The bottom four layers of the OSI model deal with what?

The bottom four layers deal with how data is transmitted end to end.

What is the primary function of the Application layer?

Provides a user interface.

What are the primary functions of the Presentation layer?

Presents data, handles processing such as encryption.

What is the primary function of the Session layer?

Keeps different applications data separate.

What are the primary functions of the Transport layer?

Provides reliable or unreliable delivery. Performs error correction before retransmit.

What is the primary function of the Network Layer?

Provides logical addressing, which routers use for path determination.

What are the primary functions of the Data Link layer?

Combines packets into bytes and bytes into frames. Provides access to media using MAC addresses. Performs error detection not correction.

What are the primary functions of the Physical layer?

Moves bits between devices. Specifies voltage, wire speed, and pinout of cables.

Name 5 network devices that operate at all 7 layers of the OSI model.

1. Network Management Stations (NMS)


2. Web and Application Servers


3. Gateways (not default gateways)


4. Servers


5. Network hosts

All people seem to need data processing

mnemonic to help remember the seven layers of the osi model.

Name some more specific functions of the Application layer.

File, print, message, database, and application services.

Name specific functions of the Presentation layer.

Data encryption, compression, and translation services.

Name a specific function of the Session layer.

Dialog control

Name a specific function of the Transport layer.

End to end connection

Name specific function of the Network layer.

Routing

Name specific function of the Data Link layer

Framing

Name function of the Physical Layer.

Physical topology.

The Application Layer acts as the interface between the ______ _________ ________ and the _____ _______ ______ by providing ways for the application to send information down through the protocol stack.

actual application program




next layer down

_____ and _____ the communication partners' availability and verifying the required resources to permit the specified type of ________ to take place occurs at the Application layer

identifying, confirming




communication

The presentation layer presents data to the application layer and is responsible for data ________ and code _________.

translation, formatting

The session layer sets up, manages, and dismantles sessions between application layer entities and keeps user data _____. Dialog ________ also take place at the session layer.

Separate




control

Communication is organized and coordinated between hosts' various applications via these three different modes:

1. Simplex: One way communication


2. Half-duplex: Two way communication, but takes place in only one direction at a time.


3. Full-duplex: Devices can transmit and receive data at the same time!

The transport layer ______ and ________ data into a single data stream.

segments and reassembles

Transport layer protocols provide end to end data transport services and can establish a ______ ________ between the sending host and destination host on a internetwork.

logical connection

TCP and UDP are integral to the transport layer. Define both.

TCP: transfer control protocol. Guaranteed delivery, slower but more efficient, packets aren't lost.




UDP: User datagram protocol: fire and forget, streaming, unreliable.

Transport layer also provides mechanisms for multiplexing upper layer applications, establishing _______, and tearing down virtual ______.

sessions




circuits

The transport layer can _____ details of network dependent information from the higher layers as well as provide ________ data transfer.

hide




transparent

The term _______ networking can be used at the transport layer.

Reliable

Reliable networking requires that acknowledgments, ____________, and ____ control will all be used.

sequencing




flow



For reliable networking to occur a device first must establish a ________ _________ communication with a remote device - its peer system - known as a call setup or ______ way handshake.

connection-oriented




three

When data transfer is finished a call termination takes place to tear down the virtual _________.

Circuit

The virtual circuit setup is often referred to as _______.

Overhead

Summary of the steps in a connection-oriented session - that three way handshake:


1. The first "connection agreement" segment is a request for _______.


2. The next segments "acknowledge" the request and establish connection parameters between hosts. These segments request that the receivers sequencing is synchronized here as well so that a ________ connection can be formed.


3. The final segment is also an __________ which notifies the destination host that the connection agreement has been accepted and that the actual connection has been established.

Synchronization




Bidirectional




Acknolwdgment

What is Buffer?

When a machine stores datagrams if it receives to many too quickly.

What is flow control?

Ensures data integrity at the transport layer by allowing applications to request reliable data transport between systems.

Flow control ensures the following will be achieved:


1. The segments delivered are _________ back to the sender upon reception.


2. Any segments not acknowledged are ________.


3. Segments are sequenced back into proper order upon arrival at the _______.


4. A manageable data flow is maintained in order to avoid congestion, overloading, and data _____.

acknowledged


re-transmitted


destination


loss

The purpose of flow control is to provide a way for the receiving device to control the amount of data sent by the sender. True or False?

TRUE

A service is connection-oriented if it has the following characteristics:


1. A ______ circuit or three way handshake setup.


2. It uses _______.


3. It uses ________.


4. It uses _________ __________.

virtual


sequencing


acknowledgments


flow control

Types of flow control are buffering, _________, and congestion avoidance.

windowing

What is windowing?

The quantity of data segments, measured in bytes, that the transmitting machine is allowed to send without receiving acknowledgment is called a window.

TCP/IP measures a window by counting the number of bits. True or false?

False. Bytes not bits.

What is session multiplexing?

The transport layer works with the session layer to separate data form different applications. Example: multiple browsers open

The network layer manages device _______, tracks the location of devices on the network, and determines the best path to move data on.

addressing



When a packet is received on a routers interface, the destination ____ _________ is checked. If the packet isn't destined for that particular router it will look up the destination network address in the routing _____.

IP Address




Table

Routers send packets to the exit interface to be framed and sent out on local network. If router can't find an entry for the packets destination network the packet is _______.

DROPPED

What are data packets?

Used to transport user data through the internetwork. Layer 3

IP and IPv6 are examples of what?

Routed protocols that support data traffic

What are route update packets?

Update routers about the networks connected to all routers within the internetwork.

What are routING protocols? (Not to be confused with routED protocols)

protocols that send route update packets. Ex: RIP, RIPv2, EIGRP, OSPF.

Routers keep routing _____.

Tables.

Routing tables include the following information:


1. Networking addresses: Protocol specific network address. Routers keep a routing table for each routing protocol.


2. Interface: What exit interface a packet will take when destined for a specific network.


3. Metric: The distance to the remote _____.

Network

A router by default will not forward broadcast packets but will forward multicast packets by default. T or F?

FALSE. By default routers will not forward broadcast or multicast packets.

Routers use the logical address in a network layer _______ to determine the next hop router to forward to packets to.

header

Routers use ________ lists, created by Admin, to control security based on the types of packets allowed to enter or exit an interface.

access

Routers can provide layer 2 bridging functions if needed and can simultaneously route through the same ______.

Interface

Routers provide connections between ________ LANs'

virtual

Routers provide quality of ________ for specific types of network traffic.

service (QOS)

The data link layer provides for the physical transmission of data and handles error ________, network topology, and flow _______.

notification




control

The data link layer formats the message, each called a data ________ and adds a customized header containing the hardware destination and source address.

frame

The data link layers is responsible for the actual unique identification of each device that resides on a ________ network.

LOCAL

Packets are framed with _______ information at the data link layer

control

The IEEE Ethernet data link layer has two sub layers:


1. _____ ______ _______ defines how packets are placed on the media.


2. ______ _______ _______ identifies network layer protocols and then encapsulates them.

Media access control MAC




Logical Link control LLC

A logical topology is the signal path through a ___________ topology.

physical

As data is encoded with control information at each layer of the OSI model, the data is named with something called a _______ _______ _______.

Protocol data unit (PDU)

At the transport layer the PDU is called a _______.

Segment

At the network layer the PDU is called a ______.

Packet

At the Data link layer the PDU is called a ______.

Frame

At the Physical layer the PDU is called a ______.

Bit.

Switches and bridges are layer ____ devices.

2

Layer 2 switching is considered hardware based bridging because it uses specialized hardware called ____ _____ _____ _____ which can run up to high gigabit speeds with low latency.

application specific integrated circuit (ASIC)

What is latency?

The time measured from when a frame enters a port to when it exits a port.

Layer 3 routers locate _______




Layer 2 switches locate ______

networks




devices

Each switch ______ is its own collision domain.

PORT

The physical layer does 2 things:


1. It _____ bits


2. IT _____ bits

Sends




receives

Bits come in values of ____ or ____

1s




0s

State transition

changes in voltage from high to low and low to high

the physical layer is where you identify the interface between the ___ ____ ____ and the ____ ____ ____.

data terminal equipment




data communication equipment

Data communication equipment is usually located at the ISP. T or F?

TRUE

Data terminal equipment is the attached _______

devices.

The services available to DTE are most often accessed with a ______ or channel service unit/data service unit (CSU/DSU)

modem

90 % of most network problems are _____

physical

ARE mac addressed proprietary?

YES

Ethernet communication is always _____ and internet communication is always ________

internal




external

IEEE 802.3 is the _______ standard and 802.11 is the ___ ____ standard

ethernet




wireless LAN

what is the default IP address for every NIC in the world?

127.0.0.1

Printers and servers need _____ IP addressed

static

RJ-45

CABLE line

RJ-11

phone line