Term
|
Definition
|
|
Term
|
Definition
- Deals with wire, cables, fiberoptics, radio waves, etc.
- Deals with network connectors and network topologies.
- This layer has to do with all that's physical (that you can see) and any issue with this layer means you have hardware problems in your network.
- All data is transferred across the network as a binary code (series of 0 and 1), i.e. bits.
|
|
|
Term
|
Definition
- A wave of voltages sent across a network (radio wave, etc.).
- Every time the voltage is positive it's equal to 1, while it's equal to 0 every time it gets negative.
- Analog signal is subject to interference and loss of data.
|
|
|
Term
|
Definition
A distinct level of voltages that generates ones and zeros (the signal is transmitted only when a certain voltage is reached - event which corresponds to 1- while it doesn't flow when that level's not reached - event which corresponds to a 0) |
|
|
Term
|
Definition
It collects the signals (bits) trasmitted across the network by the Physical Layer and it formats them into a frame. |
|
|
Term
|
Definition
A union of data used for transmitting data across a network that includes the raw data (bits), the sender's and receiver's network address, error checking and control information. It's a sorta envelope where the Data Link Layer encloses the bits trasmitted by the network cables (Physical Layer) and puts a kinda stamp on it, making it ready to be sent along. |
|
|
Term
IEEE (INSTITUTE OF ELECTRICAL AND ELECTRONIC ENGINEEERS) SPECIFICATIONS (standard: 802.3) |
|
Definition
2 SUBLAYERS:
- MAC (MEDIA ACCESS CONTROL)
- LLC (LOGICAL LINK CONTROL)
|
|
|
Term
MAC (Media Access Control)
|
|
Definition
- Defines how packets are placed on the media (first come, first served, so everyone shares the same bandwidth).
- Defines physical addressing (the pshysical location of a device in a network defining what the device is; physical topologies are: bus, ring, star, mesh, hybrid, etc.)
- Defines logical topologies (the signal path through a physical topology: LAN,WAN, etc.)
|
|
|
Term
LLC (LOGICAL LINK CONTROL) |
|
Definition
- Tells the Data Link Layer what to do with a packet once a frame is received and where it's destined.
- Flow control and sequencing of control bits
|
|
|
Term
|
Definition
- Controls the passage of packets along the routes in the network.
- Reads protocol and address information and helps trasmit the data.
- Gathers information from different networks and different part of your network and gathers them (discovery) to find the quickest path
|
|
|
Term
|
Definition
A union of data formatted to be sent as a signal over a network. |
|
|
Term
Layer 4 - Transport Layer |
|
Definition
- Makes sure that data is sent and received in the same order.
- Identifies each route in a network with a unique identification value (port)
- Determines the quickest path and assigns it a port value
- Error checking to make sure data arrives safely and without problems
|
|
|
Term
Connection-oriented communication |
|
Definition
In this case the protocol takes steps to ensure that data arrives as it was sent (reliable trasport): TCP, IPX. |
|
|
Term
Connectionless communication |
|
Definition
Each message is singular and there's no agreement between sender and receiver about the amount of information that will be sent in both directions (UDP,SPX). It's like a postcard (we send it but we don't know when and whether it'll get to destination). |
|
|
Term
3-way Handshake (connection-oriented communication) |
|
Definition
|
|
Term
|
Definition
- Ensures data integrity preventing the sender from trasmitting more data than the receiver can handle (connection-oriented communication).
- Any received segment is acknowledged to the sender
- Any not acknowledged segments are retransmitted
- Segments are rearranged back (sequencing) in their proper order after arrival
- When too much data is received too fast, the receiver stores the exceeding data in a memory (buffer) only for short data bursts. If data keeps flooding the receiving machine, its buffer will be filled and the receiving machine will discard all the additional datagrams trasmitted (buffer overflow).
|
|
|
Term
|
Definition
|
|
Term
|
Definition
- Establishes, maintains and terminates communication.
- Keeps different applications data separate
- 3 modes: simplex, half duplex, full duplex
|
|
|
Term
Layer 6 - Presentation Layer |
|
Definition
- Presents data to the Application Layer.
- Handles data processing (encryption, compression and translation, e.g.: ASCII to EBCDIC, BCD to binary, etc.)
|
|
|
Term
|
Definition
- File, print, message, database and application services
- Provides the user an interface to read data (Internet Explorer, Mail, etc.)
|
|
|
Term
TOP 3 LAYERS
(5-SESSION, 6-PRESENTATION, 7-APPLICATION) |
|
Definition
Define how applications communicate with each other. |
|
|
Term
BOTTOM 4 LAYERS
(1-PHYSICAL, 2-DATA LINK, 3-NETWORK, 4-TRANSPORT) |
|
Definition
Define how data is transmitted end-to-end. |
|
|