Term
|
Definition
| something that connects things together for a specific purpose. |
|
|
Term
|
Definition
| connects two or more devices together to share limitless range of information and services. |
|
|
Term
| What are examples of a computer network? |
|
Definition
| Documents, email, messaging, websites, databases, music, pinters, faxes, telephony, video conferencing |
|
|
Term
|
Definition
| rules that govern how devices communicate and share information across a network |
|
|
Term
|
Definition
|
|
Term
| What is a protocol stack or suite? |
|
Definition
| Multiple protocols working together to facilitate end to end networking communication. |
|
|
Term
|
Definition
| developed to allow products from different manufacturers to interoperate on a network. |
|
|
Term
| What is a LAN network? ( Local area network ) |
|
Definition
| high-speed network that covers a small geographic area. |
|
|
Term
| What is a WAN network? ( Wide Area Network ) |
|
Definition
| network that traverses a public or commercial carrier, using one of several WAN technologies. |
|
|
Term
| What is a MAN network? ( Metropolitan Area Network ) |
|
Definition
| A network that connects LANS together through a city wide network. |
|
|
Term
|
Definition
| general term describing multiple networks connected together. |
|
|
Term
| What is a SAN network? ( Storage Area Network ) |
|
Definition
| Provides systems with high-speed, lossless access to high-capacity storage devices. |
|
|
Term
| VPN (Virtual Private Network) |
|
Definition
| allows information to be securely sent across a public or unsecured network, such as the internet. |
|
|
Term
|
Definition
| any device that is connected to a network OR a device assigned a network address. |
|
|
Term
| What are 3 types of network architectures? |
|
Definition
| Peer-to-Peer, Client/Server, Mainframe/Terminal |
|
|
Term
| What is peer to peer network? |
|
Definition
| All hosts can provide and request data and services. Data is spread across multiple devices. Problems with security. |
|
|
Term
| What is client/server network? |
|
Definition
| hosts are assigned specific roles. Clients request data and services stored on servers. |
|
|
Term
| What are advantages/disadvantages of client/server network? |
|
Definition
Plus: Data/services located centrally on one or more servers. Scale larger.
Minus: single point of failure. This can be solved by adding redundancy. |
|
|
Term
| Mainframe/terminal network |
|
Definition
| a single device (the mainframe) stores all data and services for the network. the mainframe performs all processing functions for the dumb terminals that connect to the mainframe. The dumb terminals perform no processing whatsoever, but serve only as input and output devices into the mainframe. |
|
|
Term
|
Definition
| A thin-client can be implemented as either a hardware device, or software running on top of another operating system (such as Windows or Linux). |
|
|
Term
| Two most common thin-client protocols? |
|
Definition
RDP (Remote Desktop Protocol) – developed by Microsoft
ICA (Independent Computer Architecture) – developed by Citrix |
|
|
Term
| How are Network models organized? |
|
Definition
| They are organized into layers, with each layer representing a specific networking function. These functions are controlled by protocols, which are rules that govern end-to-end communication between devices. |
|
|
Term
| Open Systems Interconnection (OSI) model |
|
Definition
| It provided the first framework governing how information should be sent across a network. |
|
|
Term
| What are the 7 layers of the OSI model? |
|
Definition
Application Presentation Session Transport Network Data-link Physical |
|
|
Term
| Where are the top three layers implemented in the OSI model? |
|
Definition
| Protocols that operate at these layers manage application-level functions, and are generally implemented in software. |
|
|
Term
| What does the application layer do? |
|
Definition
| provides the interface between the user application and the network. A web browser and an email client are examples of user applications. |
|
|
Term
| Examples of application layer protocols? |
|
Definition
• FTP, via an FTP client • HTTP, via a web browser • POP3 and SMTP, via an email client • T elnet |
|
|
Term
| What are 3 functions of the application layer? |
|
Definition
• Identifies communication partners • Determines resource availability • Synchronizes communication |
|
|
Term
| What is the presentation layer (Layer-6) do? |
|
Definition
| controls the formatting and syntax of user data for the application layer. This ensures that data from the sending application can be understood by the receiving application. |
|
|
Term
| Format examples of the presentation layer? |
|
Definition
• Text - RTF, ASCII, EBCDIC • Images - GIF, JPG, TIF • Audio - MIDI, MP3, W A V • Movies - MPEG, A VI, MOV |
|
|
Term
| What layer performs conversion or translation services to facilitate communication? |
|
Definition
|
|
Term
| What layer can perform encryption and compression? |
|
Definition
| Presentation Layer or network layer |
|
|
Term
| What is the session layer (layer-5)? |
|
Definition
| responsible for establishing, maintaining, and ultimately terminating sessions between devices. If a session is broken, this layer can attempt to recover the session. |
|
|
Term
| What are the three types of communication associated with the session layer? |
|
Definition
• Full-Duplex – simultaneous two-way communication • Half-Duplex – two-way communication, but not simultaneous • Simplex – one-way communication |
|
|
Term
| What are the four lower layers of the OSI model? |
|
Definition
Transport Layer Network Layer Data-link Layer Physical Layer |
|
|
Term
| What is the Transport layer (layer 4) do? |
|
Definition
| does not actually send data, despite its name. Instead, this layer is responsible for the reliable transfer of data, by ensuring that data arrives at its destination error-free and in order. |
|
|
Term
| What two categories does transport layer communication fall under? |
|
Definition
• Connection-oriented – requires that a connection with specific agreed-upon parameters be established before data is sent. • Connectionless – requires no connection before data is sent. |
|
|
Term
| What are 4 connection-oriented protocols in the transport layer? |
|
Definition
• Segmentation and sequencing – data is segmented into smaller pieces for transport. Each segment is assigned a sequence number, so that the receiving device can reassemble the data on arrival. • Connection establishment – connections are established, maintained, and ultimately terminated between devices. • Acknowledgments – receipt of data is confirmed through the use of acknowledgments. Otherwise, data is retransmitted, guaranteeing delivery. • Flow control (or windowing) – data transfer rate is negotiated to prevent congestion. |
|
|
Term
| TCP/IP protocol suite incorporates what two transport layer protocols? |
|
Definition
• Transmission Control Protocol (TCP) – connection-oriented • User Datagram Protocol (UDP) - connectionless |
|
|
Term
| What does the network layer 3 do? |
|
Definition
| controls internetwork communication |
|
|
Term
| What are the network layers key responsibility? |
|
Definition
• Logical addressing – provides a unique address that identifies both the host, and the network that host exists on. • Routing – determines the best path to a particular destination network, and then routes data accordingly. |
|
|
Term
| Two most common network layer protocols? |
|
Definition
• Internet Protocol (IP) • Novell’s Internetwork Packet Exchange (IPX). |
|
|
Term
| What is the datalink layer 2 responsibility? |
|
Definition
| responsible for transporting data within a network. |
|
|
Term
| What are the two sublayers of the datalink layer? |
|
Definition
• Logical Link Control (LLC) sublayer • Media Access Control (MAC) sublayer |
|
|
Term
| Logical Link Control (LLC) sublayer? |
|
Definition
serves as the intermediary between the physical link and all higher layer protocols. It ensures that protocols like IP can function regardless of what type of physical technology is being used. Additionally, the LLC sublayer can perform flow-control and error- checking, though such functions are often provided by Transport layer protocols, such as TCP. |
|
|
Term
| Media Access Control (MAC) sublayer? |
|
Definition
| The MAC sublayer controls access to the physical medium, serving as mediator if multiple devices are competing for the same physical link. Data- link layer technologies have various methods of accomplishing this - Ethernet uses Carrier Sense Multiple Access with Collision Detection (CSMA/CD), and Token Ring utilizes a token. |
|
|
Term
| What layer packages the high-layer data into frames? |
|
Definition
|
|
Term
| what are some Common Data-link layer technologies? |
|
Definition
• Ethernet – the most common LAN data-link technology • Token Ring – almost entirely deprecated • FDDI (Fiber Distributed Data Interface) • 802.11 Wireless • Frame-Relay • A TM (Asynchronous Transfer Mode) |
|
|
Term
| What is the most common hardware address? |
|
Definition
|
|
Term
| The physical layer 1 does what? |
|
Definition
| controls the signaling and transferring of raw bits onto the physical medium |
|
|
Term
| What is a PDU and what does it do? |
|
Definition
| A PDU is a protocol data unit. When data is passed through layers, the PDU's or headers/trailers are added to the data. |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
| What happens during encapsulation with PDUs? |
|
Definition
• Data from the user application is handed off to the Transport layer. • The Transport layer adds a header containing protocol-specific information, and then hands the segment to the Network layer. • The Network layer adds a header containing source and destination logical addressing, and then hands the packet to the Data-Link layer. • The Data-Link layer adds a header containing source and destination physical addressing and other hardware-specific information. • The Data-Link frame is then handed off to the Physical layer to be transmitted on the network medium as bits. |
|
|
Term
| What happens during decapsulation with PDUs? |
|
Definition
• The frame is received from the physical medium. • The Data-Link layer processes its header, strips it off, and then hands it off to the Network layer. • The Network layer processes its header, strips it off, and then hands it off to the Transport layer. • The Transport layer processes its header, strips it off, and then hands the data to the user application. |
|
|