Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A comprehensive overview of the open systems interconnection (osi) model, a foundational concept in computer networking. It delves into the seven layers of the osi model, explaining their functions, responsibilities, and relationships. The document also explores various communication concepts, including transmission modes, modulation techniques, and multiplexing methods, providing a solid foundation for understanding network communication principles.
Typology: Exams
1 / 19
Components of Communication - โโโ - Message Source - > Encoder - > Transmitter - > Transmission Medium "The Channel" - > Receiver - > Decoder - > Message Destination What ISO Standard is the OSI Model? - โโโ - ISO Standard 7498. (ITU-T specifies X.200-X.299 Recommendations). What does OSI stand for? - โโโ - Open System Interconnection. What does the OSI Model do? - โโโ - It defines 7 layers that describe the complete application-based communications between any two systems. It provides open interconnections between layers, such that multi-vendor environments can be supported. What are the Rules for Communication for the OSI Model? - โโโ - 1. The communication between layers is handled in a specified (defined) manner.
What are some benefits to the OSI Model? - โโโ - 1. Breaks network communication into smaller, more manageable parts. Prevents changes in one layer from affecting other layers.
determines routes between source and destination networks (end-to-end with analysis at each hop). It relies on higher layer protocols for error detection and correction (this is UNRELIABLE). What does the network layer convert? - โโโ - It converts data to packets. Packets = reliable. Datagrams = unreliable. What are some routable protocols for the network layer of the OSI model? - โโโ - IP, IPX, Appletalk What are some routing protocols for the network layer of the OSI model? - โโโ - RIP, OSPF, BGP Where is the network layer of the OSI model defined? - โโโ - X. What is the transport layer of the OSI model responsible for? - โโโ - It is responsible for host-to-host integrity of transmission. It detects damaged or lost packets and generates re- transmit requests. It re-sequences packets. How do re-transmit requests work? - โโโ - By sequence # and ACK. What does the transport layer convert? - โโโ - It converts data into messages or segments. Where is the transport layer of the OSI model defined? - โโโ - X.
What is the session layer of the OSI model responsible for? - โโโ - It establishes, maintains, and terminates host-to-host interactive sessions. It is used to uniquely identify a service, application, or function on a host via ports. What is a socket? - โโโ - Port + Layer 3 (Network) Address Where is the session layer of the OSI model defined? - โโโ - X. What is the presentation layer of the OSI model responsible for? - โโโ - It is responsible for managing the way data is presented. It is NOT the GUI. What are some code conversions/translations? - โโโ - ASCII, EBCDIC, Unicode Where is the presentation layer of the OSI model defined? - โโโ - X. What is the application layer of the OSI model responsible for? - โโโ - It provides the interface between user applications and network's services (usually through network-capable APIs). This does NOT include actual user applications. What are some application protocols that exist at the application layer? - โโโ - HTTP, SIP, Telnet/SSH, SMTP, and Routing Protocols.
Where is the application layer of the OSI model defined? - โโโ - X. What is logical adjacency? - โโโ - The apparent capability of peer-layer protocols to communicate directly. It is made possible through encapsulation and decapsulation. What is the ideal correlation between layers for logical adjacency? - โโโ - 1 - 1 Which layer has "true" adjacency? - โโโ - Physical layer What is the equation for analog bandwidth? - โโโ - ๐๐๐๐ฅ - ๐๐๐๐ What transmission mode transmits one bit at a time? - โโโ - Serial What transmission mode transmits multiple bits at a time? - โโโ - Parallel What transmission mode transmits time-based (clock-based) with no gaps between data items?
Nearly all LAN/WAN technologies utilize serial communications. What are common implementations of a serial transmission mode? - โโโ - Telco/ISP Links, Ethernet, SATA Describe a parallel connection. - โโโ - Able to send data over short distances. Limited by electrical signal interference and degradation by EMI. What are common implementations of a parallel transmission mode? - โโโ - PCI, memory bus, many HDD interfaces, older printers, and some scanners. Describe a synchronous transmission mode. - โโโ - It is time-based. An internal or external clock provides the synchronization to handle this communication. Timing is maintained regardless of presence of data. Describe an asynchronous transmission mode. - โโโ - There is no timing source to control when data is sent. It utilizes start and stop bits to indicate the beginning and end of communication (it may have 1, 1.5, or 2 stop bits for simple RS systems). The synchronization must be re-established for every communication cycle. Examples of serial and synchronous - โโโ - T-Carrier system, SONET, frame relay, xDSL, ISDN, USB, Firewire Examples of serial and asynchronous - โโโ - Most "terminal" applications, keyboard, mice, ATM, Firewire
Examples of parallel and synchronous - โโโ - Internal buses, printers and scanners Examples of parallel and asynchronous - โโโ - Not many communications protocols and standards, reviewed for HPC Simplex - โโโ - Only unidirectional communication. One device can only transmit and one device can only receive. Example of simplex - โโโ - Keyboard can only input, monitor can only output. Half-duplex - โโโ - Can transmit and receive, but not at the same time. It is used for when there is no need to communicate in both directions at the same time. Example of half-duplex - โโโ - A walkie-talkie sends one message at a time in both directions. Full duplex - โโโ - Can transmit and receive simultaneously. It is used when communication in both directions is required all the time. The capacity of the channel must be divided in two directions, however. Example of full duplex - โโโ - Telephone network in which communication is occurring between two persons who can talk and listen at the same time. What does duplex mode auto-negotiation do? - โโโ - It sets Link Speed and Duplex mode. What is modulation? - โโโ - The process of converting digital bits into an analog signal that can be sent over an analog medium.
What is demodulation? - โโโ - The process of converting an analog signal into a digital bit stream. What does a modem do? - โโโ - A modulator/demodulator performs both modulation and demodulation. What is frequency modulation? - โโโ - It manipulates the frequency of the carrier wave in order to indicate data. In true FM, only the frequency changes. What is frequency modulation referred to as in the industry and publications? - โโโ - FSK What is phase modulation? - โโโ - It manipulates the phase of the carrier wave in order to indicate data. In true PM, only the phase changes. What is phase modulation referred to as in industry and publications? - โโโ - PSK What is shift keying? - โโโ - The term used when the signal is digital. What is frequency division multiplexing? - โโโ - Each source data stream is assigned to a specific sub-frequency of the channel. A guard band is required to minimize adjacent channel interference. What is time division multiplexing? - โโโ - Each source data stream is assigned to a timeslot in the channel. Data can only be sent during an assigned timeslot.
What is code division multiplexing? - โโโ - Each source data stream is assigned a unique orthogonal code for use in the entire channel. Any overlapping data streams are seen as noise in the system and ignored. What is a wireless LAN? - โโโ - An extension of the Ethernet LAN. What is the 802.11 wireless LAN? - โโโ - An IEEE standard that defines how radio frequency (RF) in the unlicensed industrial, scientific, and medical (ISM) frequency bands is used for the Physical layer and the MAC sub-layer of wireless links. What is Direct Sequence Spread Spectrum (DSSS)? - โโโ - It is the simpler of the modulation techniques and less expensive to implement. What are the DSSS standards? - โโโ - 802.11b and 802.11g What is Orthogonal Frequency Division Multiplexing (OFDM)? - โโโ - It has faster data rates compared to DSSS. What are the OFDM standards? - โโโ - 802.11a, 802.11g, 802.11n What is a wireless NIC? - โโโ - The device that makes a client station capable of sending and receiving RF signals. It is most often associated with mobile devices, like laptops. What does CSMA/CA stand for? - โโโ - Carrier Sense Multiple Access with Collision Avoidance.
How does CSMA/CA work? - โโโ - The devices on a WLAN must sense the medium for energy and wait until the medium is free before sending. What does a wireless router do? - โโโ - It performs the role of access point, Ethernet switch, and router. What does SSID stand for? - โโโ - Shared service set identifier. What does an SSID do? - โโโ - It is a unique identifier that client devices use to distinguish between multiple wireless networks in the same vicinity. What is an Ad Hoc wireless topology? - โโโ - It is a wireless network that can operate without access points. What is a Basic Service Sets (BSS) wireless topology? - โโโ - It has access points that provide an infrastructure. What is an Extended Service Sets (ESS) wireless topology? - โโโ - It is used when BSS provides insufficient RF coverage. What are the primary components of wireless association? - โโโ - Beacons, probes, authentication, and association. What is a beacon? - โโโ - Frames used by the WLAN network to advertise its presence. What is a probe? - โโโ - Frames used by WLAN clients to find their networks.
What is association? - โโโ - Establishing the data link between an access point and a WLAN client. What reliable communications does the data link layer provide? - โโโ - Error detection, error correction, error control What does the MAC sub-layer of the data link layer do? - โโโ - It is used for accessing shared media. What does the LLC sub-layer of the data link layer do? - โโโ - It is used for framing (addressing), multiplexing, flow control, and error control. What is circuit switching? - โโโ - It has a dedicated channel that is defined from source to destination prior to data forwarding. It has guaranteed resources for duration connection, and no other data is forwarded along the channel. Is circuit switching connection-oriented or connectionless? - โโโ - Connection-oriented. What is packet switching? - โโโ - It does not have a dedicated channel defined prior to data forwarding. It has no guarantee of resources, and other data is forwarded along portions of the same channel.
What are some sources of transmissions errors? - โโโ - Interference, distortion, and attenuation Name the two error correction approaches. - โโโ - - Forward Error Correction (FEC) This adds additional information.
What is the IEEE Wireless LAN (Wi-Fi) standard? - โโโ - 802. What is the IEEE cable modem standard? - โโโ - 802. What is the IEEE Wireless PAN standard? - โโโ - 802. How does addressing the frame work? - โโโ - It allows data to be sent to an appropriate destination and responses are returned. What is a unicast? - โโโ - A unique address that identifies a specific host. What is a multicast? - โโโ - An address that is recognized by a specific group of hosts. What is a broadcast? - โโโ - An address that is used to send information to all hosts. What does CSMA/CD stand for? - โโโ - Carrier Sense Multiple Access with Collision Detection. What is Carrier Sense? - โโโ - A process required to test the medium for current activity. What is Multiple Access? - โโโ - It is based on the sensing methods, the access to the medium can be seized by any number of hosts.
What is Collision Detection? - โโโ - It has a sample carrier and received signals to identify dissimilarities. What is a domain? - โโโ - The scope at which a given communication can be received and processed by other hosts. What is a media access domain? - โโโ - The scope of multiple devices competing for the same access media. What is a MAC broadcast domain? - โโโ - The scope a MAC broadcast can reach. What can a repeater, layer 1 device break? - โโโ - It cannot break contention domains or broadcast domains. What can a hub, multiport repeater, layer 1 device break? - โโโ - It cannot break contention domains or broadcast domains. What can a bridge, layer 1-2 device break? - โโโ - It can break contention domains, but not broadcast domains. What can a switch, typically layer 1-2 device, multiport bridge device break? - โโโ - It can break contention domains, but not broadcast domains (unless a VLAN is used). What can a router, layer 1-3 device break? - โโโ - It can break contention domains and broadcast domains.
What is LAN segmentation? - โโโ - LANs are segmented into a number of smaller collision and broadcast domains using routers and switches. What do switches use MAC addresses for? - โโโ - To direct network traffic to the appropriate port. Where was Ethernet designed at? - โโโ - Xerox What year was the first Ethernet standard published? - โโโ - 1980 When did IEEE modify the Ethernet standard? - โโโ - 1985 What is the payload? - โโโ - It refers to the "data" portion of the frame (frame body) or service data unit (SDU). What is the MTU? - โโโ - The Maximum Transmission Unit. It usually refers to the size of the payload. What is the minimum size for an Ethernet frame? - โโโ - 64 bytes What is the maximum size for an Ethernet frame? - โโโ - 1518 bytes How many bytes is the preamble of an Ethernet frame? - โโโ - 7 bytes How many bytes is the size of the start of frame delimiter? - โโโ - 1 byte
What is the preamble and start of frame delimiter? - โโโ - It is used to synchronize the NIC with the media in preparation for receiving a frame. It is NOT considered the part of the frame length. It will not appear in any capture of the frame. How many bytes is the size of the destination MAC address? - โโโ - 6 bytes What is the destination MAC address? - โโโ - It identifies the node that is to receive the frame. A receiving device compares its MAC address to the contents of this field. If the addresses match, the frame is accepted. How many bytes is the size of the source MAC address? - โโโ - 6 bytes What is the source MAC address? - โโโ - It identifies the node that originated the frame. How many bytes is the size of the length/type? - โโโ - 2 bytes How many bytes in size is the data/pad? - โโโ - 46 - 1500 bytes What is the data/pad? - โโโ - It is the encapsulated data from Layer 3. It is most commonly an IPv4 packet. If the total frame length is less than 64 bytes, the field is padded to the right with enough null characters to meet the minimum frame length. How many byte is the size of the frame check sequence? - โโโ - 4 bytes
What is the frame check sequence? - โโโ - It is used to detect errors in a frame that may have occurred during transmission along the media. At what clock rate does Ethernet operate? - โโโ - 20 MHz What is Gigabit Ethernet? - โโโ - It is intended to further extend the capabilities of LANs through faster data rates while still maintaining backwards compatibility. What are some Ethernet operations? - โโโ - - Data rates vs signaling rates