• 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/59

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;

59 Cards in this Set

  • Front
  • Back

OSI model has 7 hierarchical layers

developed to enable different networks to communicate reliably between disparate systems; created by international organization for standardization

encapsulation

is the process of encoding data as it goes down the OSI stack

binding

only being concerned with one layers protocols because the layers are independent of each other

OSI advantages

1. divides network communication processes into smaller and simpler components, thus aiding component development, design, and troubleshooting


2. it allows multiple vendor development through the standardization of network components


3. it encourages industry standardization by defining the specific functions that occur at each layer of the model.


4. it allows various types of network hardware and software to communicate


5. it prevents changes in one layer from affecting other layers, facilitating development, and making application programming much easier

Layer 7 - Application

file, print, message, database, and application services




provides a user interface



Layer 6 - Presentation

data encryption, compression, and translation services




presents data, handles processing such as encryption

Layer 5 - Session

dialog control




keeps different applications' data separate

Layer 4 - Transport

end to end connection




provides reliable or unreliable delivery, performs error correction before retransmit

Layer 3 - Network

routing




provides logical addressing, which routers use for path determination

Layer 2 - Data link

framing




combines packets into bytes and bytes into frames, provides access to media using MAC address, performs error detection, not correction

Layer 1 - Physical

physical topology




moves bits between devices, specifies voltage, wire speed, and pin out of cables

OSI is not a physical model

it's conceptual and comprehensive yet fluid; utilized to create and implement applications; provides a framework for creating and implementing networking standards, devices, and internetworking schemes

upper layers

application, presentation, session

lower layers

transport, networking, data link, physical

bottom layers job

networking and network addresses; define how data is transferred through physical media, switches, and routers

application layer (7)

where users actually communicate with the network stack through applications and interfaces; chooses and determines the availability of communicating partners along with the resources necessary to make their required connections; acts as an interface between the application program; identifying and establishing the availability of the intended communication partner and determining whether sufficient resources for the requested communication exist

presentation layer (6)

presents data to the application layer and is responsible for data translation and code formatting; ensures that the data transferred from one system's application layer can be read and understood by the application layer on another's; data compression, decompression, encryption, and decryption

session layer (5)

responsible for setting up, managing, and tearing down sessions between presentation layer entities; dialog control between devices or nodes; coordinates communication between systems and servers to organize communication; 3 different modes: simplex, half duplex, and full duplex

transport layer (4)

reassembles data into a data stream; handles data from upper and unite it onto the same data stream; provide end-to-end data transport services and can establish a logical connection between the sending host and destination host on an internetwork; provides the mechanisms for multiplexing upper applications, establishing virtual connections, and tearing down virtual circuits; hides many and sundry details of any network dependent info from the higher layers



TCP and UDP work at

the transport layer




TCP is reliable (connection-oriented), UDP is not (connectionless)

encapsulation

data is wrapped with protocol info at each layer of the OSI model steps

Upper level data encapsulation from application layer down

sent to session layer for TCP header>IP header, segement in the transport layer>LLC Header, packet in the networking layer>MAC Header, packet in the data link layer> into binary code at the physical layer

PDU

transport = segment




network= packet




datalink = frame




physical = bits




8 bits in a byte

modulation

is the process of varying one or more properties of a waveform, called the carrier signal

modems

modulator is a device that performs modulation of a signal




demodulation is a device that performs demodulation




the purpose is to transfer a digital bit stream over an analog bandpass channel

TDM - time division multiplexing

is a method of transmitting and receiving many independent signals over a common signal path by means of synchronized network devices at each end of the transmission line so that each signal appears on the line only a fraction of time in an alternating pattern

virtual circuit is a connection-oriented type of communication

before a transmitting host starts to send segments down the model, the sender's TCP process contacts the destination's TCP process to establish a connection

During the initial handshake of a virtual circuit

the two TCP processes agree on the amount of information that will be sent in either direction before the respective recipient's TCP sends back an acknowledgement.

three-way handshake

connection agreement is requested for synchronization




acknowledgment of request and establishment of connection parameters between hosts




acknowledgement, notifies the destination host that the connection agreement has been accepted and that the connection has been established



flow control

provides a means for the receiver to govern the amount of data sent by the sender




prevents a sending host on one side of the connection from overflowing the buffers in the receiving host

data integrity

is ensured at the transport layer by maintaining flow control and by allowing users to request reliable data transport between systems

reliable data

transport employs a connection oriented communications session between systems, and the protocols involved ensure that the following will be achieved p.35

connection oriented characteristics

a virtual circuit is set up - 3 way handshake




it uses sequencing




it uses acknowledgments




it uses flow control

window

the quantity of data segments that the transmitting machine is allowed to send without receiving an acknowledgement

positive acknowledgment with re-transmission

a technique that requires a receiving machine to communicate with the transmitting source by sending an acknowledgment message back to the sender when it receives data

network devices that operate at all seven layers of the OSI model

network management stations, web and application servers, gateways, network hosts

devices that operate primarily at the physical layer

network interface cards, transceivers, repeaters, and hubs

Network layer (3)

manages logical device addressing, tracks the location of devices on the network, and determines the best way to move data; must transport traffic between devices that aren't locally atached

routers

layer 3 devices that are specified at the network layer and provide the routing services within an internetwork

data packets

used to transport user data through the internetwork

routed protocols

used to support data traffic

routed protocols

Internet Protocol - IP




Internet Protocol version 6 - IPv6

route-update packets

used to update neighboring routers about the networks connected to all routers within the internetwork




sender are Routing Information protocol - RIP


RIPv2


Enhanced Interior Gateway Routing Protocol - EIGRP


open shortest path first - OSPF



hop count

the number of routers a packet passes through en route to a remote network

routers break up

broadcast domains, collision domains (layer 2 switches can also break collision domains)

each interface in a router

represents a separate network, it must be assigned unique network identification numbers, and each host on the network connected to that router must use the same network number

key point on routers

routers, won't forward any broadcast or multicast packets


routers use the logical address in a network layer header to determine the next hop router to forward the packet to


routers can use access lists, created by an administrator, to control security on the types of packets that are allowed to enter or exit an interface


routers can provide layer 2 bridging functions if needed and can simultaneously route through the same interface


layer 3 devices provide connections between virtual LANs


routers can provide quality of service for specific types of network traffic

data link layer (2)

provides the physical transmission of the data and handles error notification, network topology, and flow control


ensures that messages are delivered to the proper device on a LAN using hardware addresses and translates messages from the network layer into bits for the physical layer to transmit

data link formats the message into pieces

called a data frame, and adds a customized header containing the destination and source hardware address

data link layer is responsible for

the unique identification of each device that resides on a local network

data link layer uses hardware addressing

for a host to send packets to individual hosts on a local network as well as transmit packets between routers

each time a packet is sent between routers

its framed with control information at the data link layer

IEEE

institute of electrical and electronics engineers

IEEE has two sublayers

medica access control (MAC) - defines how packets are placed on the media, first come, first serve access, physical addressing is defined here, as are logical topologies




logical link control (LLC) - responsible for identifying network layer protocols and then encapsulating them, an llc header tells the data link layer what to do with a packet once a frame is received.

802.3


calls out anything having to do with ethernet


802.11

calls out to anything wireless

Physical Layer (1)

it sends bits and receives bits




specifies the electrical, mechanical, procedural, and functional requirements for activating, maintaining, and deactivating a physical link between end systems




also the layer you identify the interface between the data terminal equipment and the data communication equipment




specifies the layout of the transmission media, otherwise known as its topology

bits come only in values of

1 and 0

state transitions

changes in voltage from high to low and low to high