Important Questions For MID I CN
Important Questions For MID I CN
2. Compare the advantages of Optical fiber over twisted pair cable and coaxial cable
https://www.geeksforgeeks.org/difference-between-twisted-pair-cable-co-axial-cable-and-optical-fiber-
cable/
https://www.geeksforgeeks.org/types-transmission-media/
io
3. State the MAC sublayer function
MAC Sublayer In Standard Ethernet, the MAC sublayer governs the operation of the access method. It
also frames data received from the upper layer and passes them to the physical layer.
https://www.tutorialspoint.com/medium-access-control-sublayer-mac-sublayer
Top to bottom
–All People Seem To Need Data
Processing Bottom to top
–Please Do Not Throw Sausage Pizza Away
Physical Layer
Deals with all aspects of physically moving data from one computer to the next
Converts data from the upper layers into 1s and 0s for transmission over media
Defines how data is encoded onto the media to transmit the data
Defined on this layer: Cable standards, wireless standards, and fiber optic
standards.
Copper wiring, fiber optic cable, radio frequencies, anything that can be used to
transmit data is defined on the Physical layer of the OSI Model
Device example: Hub
Used to transmit data
Data Link Layer
Is responsible for moving frames from node to node or computer to computer
Can move frames from one adjacent computer to another, cannot move frames
across routers
Encapsulation = frame
Requires MAC address or physical address
Protocols defined include Ethernet Protocol and Point-to-Point Protocol (PPP)
Device example: Switch
Two sublayers: Logical Link Control (LLC) and the Media Access Control (MAC)
o Logical Link Control (LLC)
–Data Link layer addressing, flow control, address notification, error control
o Media Access Control (MAC)
–Determines which computer has access to the network media at any given time
–Determines where one frame ends and the next one starts, called frame
synchronization
Network Layer
Responsible for moving packets (data) from one end of the network to the
other, called end-to-end communications
Requires logical addresses such as IP addresses
Device example: Router
–Routing is the ability of various network devices and their related software to
move data packets from source to destination
Transport Layer
Takes data from higher levels of OSI Model and breaks it into segments that can be
sent to lower-level layers for data transmission
Conversely, reassembles data segments into data that higher-level protocols
and applications can use
Also puts segments in correct order (called sequencing ) so they can be
reassembled in correct order at destination
Concerned with the reliability of the transport of sent data
May use a connection-oriented protocol such as TCP to ensure destination
received segments
May use a connectionless protocol such as UDP to send segments without
assurance of delivery
Uses port addressing
Session Layer
Responsible for managing the dialog between networked devices
Establishes, manages, and terminates connections
Provides duplex, half-duplex, or simplex communications between devices
Provides procedures for establishing checkpoints, adjournment, termination,
and restart or recovery procedures
Presentation Layer
Concerned with how data is presented to the network
Handles three primary tasks: –Translation , –Compression , –Encryption
Application Layer
Contains all services or protocols needed by application software or operating
system to communicate on the network
Examples
o –Firefox web browser uses HTTP (Hyper-Text Transport Protocol)
o –E-mail program may use POP3 (Post Office Protocol version 3) to read e-mails
and SMTP (Simple Mail Transport Protocol) to send e-mails
Guided Media: Guided media, which are those that provide a medium from one
device to another, include twisted-pair cable, coaxial cable, and fiber-optic cable.
The most common UTP connector is RJ45 (RJ stands for registered jack)
Applications
Twisted-pair cables are used in telephone lines to provide voice and data channels.
Local-area networks, such as l0Base-T and l00Base-T, also use twisted-pair
cables.
Coaxial Cable
Coaxial cable (or coax) carries signals of higher frequency ranges than those in
twisted pair cable. coax has a central core conductor of solid or stranded wire
(usuallycopper) enclosed in an insulating sheath, which is, in turn, encased in an
outer conductor of metal foil, braid, or a combination of the two. The outer metallic
wrapping serves both as a shield against noise and as the second conductor, which
completes the circuit.This outer conductor is also enclosed in an insulating sheath,
and the whole cable is protected by a plastic cover.
11. Define Network layer design issues and Explain in detail about the shortest path routing
https://www.tutorialspoint.com/shortest-path-algorithm-in-computer-network#:~:text=In%20computer
%20networks%2C%20the%20shortest,algorithms%20proposed%20in%20graph%20theory.
Host-to- Network Layer −It is the lowest layer that is concerned with the physical transmission
of data. TCP/IP does not specifically define any protocol here but supports all the standard
protocols.
Internet Layer −It defines the protocols for logical transmission of data over the network. The
main protocol in this layer is Internet Protocol (IP) and it is supported by the protocols ICMP,
IGMP, RARP, and ARP.
Transport Layer − It is responsible for error-free end-to-end delivery of data. The protocols
defined here are Transmission Control Protocol (TCP) and User Datagram Protocol (UDP).
Application Layer − This is the topmost layer and defines the interface of host programs with the
transport layer services. This layer includes all high-level protocols like Telnet, DNS, HTTP, FTP,
SMTP, etc.
The following diagram shows the layers and the protocols in each of the layers −
Frame Header
Payload field that contains the data packet from network layer
Trailer
Error Control
The data link layer ensures error free link for data transmission. The issues it caters to with respect to error
control are −
17. Compare the OSI seven Layers and TCP/IP reference model in detail
OSI Model TCP/IP Model
OSI model has been developed by ISO It was developed by ARPANET (Advanced
(International Standard Organization). Research Project Agency Network).
It is an independent standard and generic It consists of standard protocols that lead to the
protocol used as a communication gateway development of an internet. It is a communication
between the network and the end user. protocol that provides the connection among the
hosts.
In the OSI model, the transport layer provides The transport layer does not provide the surety
a guarantee for the delivery of the packets. for the delivery of packets. But still, we can say
that it is a reliable model.
This model is based on a vertical approach. This model is based on a horizontal approach.
In this model, the session and presentation In this model, the session and presentation layer
layers are separated, i.e., both the layers are are not different layers. Both layers are included
different. in the application layer.
In this model, the network layer provides both The network layer provides only connectionless
connection-oriented and connectionless service.
service.
Protocols in the OSI model are hidden and can In this model, the protocol cannot be easily
be easily replaced when the technology replaced.
changes.
The usage of this model is very low. This model is highly used.
It provides standardization to the devices like It does not provide the standardization to the
router, motherboard, switches, and other devices. It provides a connection between various
hardware devices. computers.
19. Define Sliding window protocol and examine Go-Back-N ARQ protocol in detail
https://www.tutorialspoint.com/sliding-window-protocol#:~:text=Sliding%20window%20protocols%20are
%20data,an%20acknowledgment%20from%20the%20receiver.
https://www.tutorialspoint.com/what-is-a-sliding-window-protocol-in-computer-network
20. Investigate in detail about the Simple parity check and two dimensional parity check
https://www.javatpoint.com/computer-network-error-detection
22. Define Routing and Explain any one of the routing protocol
https://www.guru99.com/routing-protocol-types.html
https://www.javatpoint.com/computer-network-routing