Week 2 - Network Protocols Flashcards
- )Explain A Unicast Transmission
- ) Explain A Multicast Transmission.
- ) Explain a Broadcast.
- ) Unicast is to a single device! Can be defined as 1-1 communication to a device on a LAN.
- ) Multicast broadcasts to a group of devices on a LAN, but not every single one! Think of it as a subset of clients!
- ) Broadcast is to all possible devices operating on a LAN. It can be thought as a 1-all communication.
1.) What are Network Protocols responsible for? (5 points)
- )
- Performing different functions.
- Defines the structure and formatting of messages.
- Defines how networking devices share information.
- Error and System message management.
- The setup and maintenance of data transmission “sessions”
What function does an application perform within a network? (E.g. HTTP) (Three Points)
- Formatting of data to make it transmittable across the network and readable on both ends.
- Controls how processes such as downloading a webpage or sending an email are performed.
- Acts as the interface between the user and the network!
What function does a transport protocol have? (E.G. TCP)
- Checks to ensure data has or hasn’t been received.
- Marks packets in the order they are meant to be read.
What function does Internet Protocol (IP) have (Two Points)?
- Manages the path data is sent along through the use of an IP address. Controls how data is sent across networks via routing!
- Manages the transmission of traffic to and from outside the Local Area Network.
What Do The Data Link Protocols Manage? (Three Points)
- The addressing and transmission of data across a local network through use of a Media Access Control (MAC) address.
- Data Framing - Packets and are encapsulated further into frames.
- Error Detection and Handling - Lowest later Error detection - Checks to see if data received correctly.
What do the Physical Protocols Handle? (4 Points)
- Defines how the data is being sent and how the cabling, connectors, wireless transceivers, network interface cards etc operate.
- Encodes and signals data from frames to bits which can be transmitted across the network.
- The transmission of data.
- The topology, both physical and logical.
What is a Protocol Suite?
A set of rules that work together to help solve a problem (E.g. Checking to see if the line is clear before making a broadcast).
Why is a layered model for network Protocols a good idea?
- It specifically defines how and when data is moved and altered as it goes through the process of being transmitted.
- How many layers does the TCP/IP model contain?
2. Name The Layers Of The TCP/IP Model In Order:
- ) 4
- )
- Application Layer
- Transport Layer
- Internet Layer
- Network Access Layer.
- ) How Many layers does the OSI model contain?
2. ) List Each Layer In Order From Top To Bottom.
1.) 7
- )
- Application
- Presentation
- Session
- Transport
- Network
- Data Link
- Physical.
- ) In terms of size, what must occur to data in order to be sent across the network.
- ) Data sent across the network must meet the …………… and …………….. …………. requirements of the network.
- ) Which is the process of adjusting the size of data for network transmission defined as?
- ) Long sets of data are broken down into smaller, individual pieces.
- ) must meet the maximum and minimum size requirements of the network.
- ) Segmentation.
- ) Define encapsulation
- ) In encapsulation, the transmitted message is switched from ……… to ….
- ) What structure does encapsulation build at each layer.
- ) Taking a segment relating to a certain level in the transmission process and including another data structure within it. This is achieved through the addition of a layer specific header to the current set of data.
- ) Data to bits.
- ) A Protocol Data Unit (PDU) forms.
- ) Define decapsulation.
2. ) In decapsulation, the transmitted message is swapped from …. to ………
- ) Decapsulation splits the transmitted message into its respective PDU’s at each layer and hands it to the node within the transmission that is responsible for handling the specific process unit (E.g. the router decapsulation the Internet layer and Checks the IP destination and source IP address.
- ) Bits to Data.
What does encapsulation endure lower layers can’t do.
1.) It ensures lower layers cannot read the data that is not relevant to their functionality .