SlideShare a Scribd company logo
1 | P a g e M D . S a i d u r R a h m a n K o h i n o o R
www.facebook.com/kohinoor11
CHAPTER 2
Network Models
Review Questions
1. List the layers of the Internet model.
Ans: The layers of TCP or Internet model are:
i. Physical layer
ii. Data link layer
iii. Network layer
iv. Transport layer and
v. Application layer.
2. Which layers in the Internet model are the network support layers?
Ans: Physical, data link, and network layers.
3. Which layer in the Internet model is the user support layer?
Ans: In the Internet Model only Application layer supports the user.
4. What is the difference between network layer delivery and transport layer delivery?
Ans: The transport layer is responsible for process-to-process delivery of the entire message, but
the network layer oversees host-to-host delivery of individual packets.
5. What is a peer-to-peer process?
Ans: Peer-to-peer processes are processes on two or more devices communicating at a same
layer
6. How does information get passed from one layer to the next in the Internet model?
Ans: Each layer calls upon, the services of the layer just below it using interfaces between each
pair of adjacent layers.
7. What are headers and trailers, and how do they get added and removed?
Ans: Headers and trailers are control data added at the beginning and the end of each data unit at
each layer of the sender and removed at the corresponding layers of the receiver. They provide
source and destination addresses, synchronization points, information for error detection etc.
8. What are the concerns of the physical layer in the Internet model?
Ans: The physical layer is responsible for transmitting bits. Also it is concerned with
a. physical topology
b. representation of bits
c. type of encoding
d. synchronization of bits
e. transmission rate and mode
f. Line Configuration
9. What are the responsibilities of the data link layer in the Internet model?
2 | P a g e M D . S a i d u r R a h m a n K o h i n o o R
www.facebook.com/kohinoor11
Ans: The data link layer is responsible for
a. Framing data bits
b. Physical addressing
c. Data rate means flow control
d. Error Control
d. Access Control
10. What are the responsibilities of the network layer in the Internet model?
Ans: The network layer is responsible for transmitting of a packet across multiple networks;
therefore its responsibilities include
a. Logical addressing
b. Routing
11. What are the responsibilities of the transport layer in the Internet model?
Ans: The transport layer oversees the process-to-process delivery of the entire message. It is
responsible for
a. Segmentation and reassembly
b. Connection Control
c. Flow control
d. Error control
12. What is the difference between a port address, a logical address, and a physical address?
Ans: The physical address is the local address of a node; it is used by the data link layer to
deliver data from one node to another within the same network. The logical address defines the
sender and receiver at the network layer and is used to deliver messages across multiple
networks. The port address (service-point) identifies the application process on the station.
13. Name some services provided by the application layer in the Internet model.
Ans: The application layer services include file transfer, remote access, shared database
management, and mail services. Also responsible for dialog control, synchronization, (concern
session layer in OSI model) translation, encryption and compression. (concern presentation layer
in OSI model)
14. How do the layers of the Internet model correlate to the layers of the OSI model?
Ans: The application, presentation, and session layers of the OSI model are represented by the
application layer in the Internet model. The lowest four layers of OSI correspond to the Internet
model layers.
Exercises
15. How are OSI and ISO related to each other?
Ans: The International Standards Organization, or the International Organization of Standards,
(ISO) is a multinational body dedicated to worldwide agreement on international standards. An
ISO standard that covers all aspects of network communications is the Open Systems
Interconnection (OSI) model.
3 | P a g e M D . S a i d u r R a h m a n K o h i n o o R
www.facebook.com/kohinoor11
16. Match the following to one or more layers of the OSI model:
a. Route determination
b. Flow control
c. Interface to transmission media
d. Provides access for the end use
Ans:
a. Route determination: network layer
b. Flow control: data link and transport layers
c. Interface to transmission media: physical layer
d. Access for the end user: application layer
17. Match the following to one or more layers of the OSI model:
a. Reliable process-to-process message delivery
b. Route selection
c. Defines frames
d. Provides user services such as email and file transfer
e. Transmission of bit stream across physical medium
Ans:
a. Reliable process-to-process delivery: transport layer
b. Route selection: network layer
c. Defining frames: data link layer
d. Providing user services: application layer
e. Transmission of bits across the medium: physical layer.
18. Match the following to one or more layers of the OSl model:
a. Communicates directly with user's application program
b. Error correction and retransmission
c. Mechanical, electrical, and functional interface
d. Responsibility for carrying frames between adjacent nodes
Ans:
a. Communication with user’s application program: application layer
b. Error correction and retransmission: data link and transport layers
c. Mechanical, electrical, and functional interface: physical layer
d. Responsibility for carrying frames between adjacent nodes: data link layer
19. Match the following to one or more layers of the OSI model:
a. Format and code conversion services
b. Establishes, manages, and terminates sessions
c. Ensures reliable transmission of data
d. Log-in and log-out procedures
e. Provides independence from differences in data representation
Ans:
a. Format and code conversion services: presentation layer
b. Establishing, managing, and terminating sessions: session layer
c. Ensuring reliable transmission of data: data link and transport layers
4 | P a g e M D . S a i d u r R a h m a n K o h i n o o R
www.facebook.com/kohinoor11
d. Log-in and log-out procedures: session layer
e. Providing independence from different data representation: presentation layer.
20. In Figure 2.22, computer A sends a message to computer D via LANl, router Rl, and LAN2.
Show the contents of the packets and frames at the network and data link layer for each hop
interface.
Ans:
21. In Figure 2.22,(given avobe) assume that the communication is between a process running at
computer A with port address i and a process running at computer D with port address j. Show
the contents of packets and frames at the network, data link, and transport layer for each hop.
Ans:
5 | P a g e M D . S a i d u r R a h m a n K o h i n o o R
www.facebook.com/kohinoor11
22. Suppose a computer sends a frame to another computer on a bus topology LAN. The physical
destination address of the frame is corrupted during the transmission. What happens to the
frame? How can the sender be informed about the situation?
Ans: If the corrupted destination address does not match any station address in the network, the
packet is lost. If the corrupted destination address matches one of the stations, the frame is
delivered to the wrong station. In this case, however, the error detection mechanism, available in
most data link protocols, will find the error and discard the frame.
23. Suppose a computer sends a packet at the network layer to another computer somewhere in
the Internet. The logical destination address of the packet is corrupted. What happens to the
packet? How can the source computer be informed of the situation?
Ans: Before using the destination address in an intermediate or the destination node, the packet
goes through error checking that may help the node find the corruption (with a high probability)
and discard the packet. Normally the upper layer protocol will inform the source to resend the
packet.
24. Suppose a computer sends a packet at the transport layer to another computer somewhere in
the Internet. There is no process with the destination port address running at the destination
computer. What will happen?
Ans: Most protocols issue a special error message that is sent back to the source in this case.
25. If the data link layer can detect errors between hops, why do you think we need another
checking mechanism at the transport layer?
Ans: The errors between the nodes can be detected by the data link layer control, but the error at
the node (between input port and output port) of the node cannot be detected by the data link
layer.

More Related Content

Similar to 300192190-Chapter-2-Network-Models-Exercise-Question-With-Solution.pdf

Osi model
Osi modelOsi model
Osi model
MdAnikKhan
 
OSI model
OSI modelOSI model
Osi model
Osi model Osi model
Osi model
tanvirahmed638
 
OSI Pankaj yadav
OSI  Pankaj yadavOSI  Pankaj yadav
OSI Pankaj yadav
BBAU Lucknow University
 
Class work 6,computer_network_317
Class work 6,computer_network_317Class work 6,computer_network_317
Class work 6,computer_network_317
Khondoker Sadia
 
Chapeter 2
Chapeter 2Chapeter 2
Chapeter 2
Nazir Ahmed
 
CCN -UNIT 1 PDF Notes for 7th EC
CCN -UNIT 1 PDF Notes for 7th ECCCN -UNIT 1 PDF Notes for 7th EC
CCN -UNIT 1 PDF Notes for 7th EC
SURESHA V
 
Ccna
CcnaCcna
Computer Network Unit-1 ppt
Computer Network Unit-1 pptComputer Network Unit-1 ppt
Computer Network Unit-1 ppt
vmdharxfr
 
OSI model.pptx
OSI model.pptxOSI model.pptx
OSI model.pptx
SmtArunaAsafAliGovtP
 
The open system Interconnection (OSI) reference.pptx
The open system Interconnection (OSI) reference.pptxThe open system Interconnection (OSI) reference.pptx
The open system Interconnection (OSI) reference.pptx
wesendesta2
 
Intrebari si raspunsuri CCNA1
Intrebari si raspunsuri CCNA1Intrebari si raspunsuri CCNA1
Intrebari si raspunsuri CCNA1Adrian Preda
 
DCN-chapter1.pdf
DCN-chapter1.pdfDCN-chapter1.pdf
DCN-chapter1.pdf
MakuBandar
 
Dc2 t1
Dc2 t1Dc2 t1
Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing
marwan aldulaimy
 
Story of OSI models in Networking.ppt
Story of OSI models in Networking.pptStory of OSI models in Networking.ppt
Story of OSI models in Networking.ppt
ShreeShak1
 
Network Connectivity and Protocols and OSI Model
Network Connectivity and Protocols and OSI ModelNetwork Connectivity and Protocols and OSI Model
Network Connectivity and Protocols and OSI Model
Thesis Scientist Private Limited
 
1. Answer the following questions about OSI modela.At which layer.pdf
1. Answer the following questions about OSI modela.At which layer.pdf1. Answer the following questions about OSI modela.At which layer.pdf
1. Answer the following questions about OSI modela.At which layer.pdf
lohithkart
 

Similar to 300192190-Chapter-2-Network-Models-Exercise-Question-With-Solution.pdf (20)

Osi model
Osi modelOsi model
Osi model
 
OSI model
OSI modelOSI model
OSI model
 
Osi model
Osi modelOsi model
Osi model
 
OSI Model
OSI ModelOSI Model
OSI Model
 
Osi model
Osi model Osi model
Osi model
 
OSI Pankaj yadav
OSI  Pankaj yadavOSI  Pankaj yadav
OSI Pankaj yadav
 
Class work 6,computer_network_317
Class work 6,computer_network_317Class work 6,computer_network_317
Class work 6,computer_network_317
 
Chapeter 2
Chapeter 2Chapeter 2
Chapeter 2
 
CCN -UNIT 1 PDF Notes for 7th EC
CCN -UNIT 1 PDF Notes for 7th ECCCN -UNIT 1 PDF Notes for 7th EC
CCN -UNIT 1 PDF Notes for 7th EC
 
Ccna
CcnaCcna
Ccna
 
Computer Network Unit-1 ppt
Computer Network Unit-1 pptComputer Network Unit-1 ppt
Computer Network Unit-1 ppt
 
OSI model.pptx
OSI model.pptxOSI model.pptx
OSI model.pptx
 
The open system Interconnection (OSI) reference.pptx
The open system Interconnection (OSI) reference.pptxThe open system Interconnection (OSI) reference.pptx
The open system Interconnection (OSI) reference.pptx
 
Intrebari si raspunsuri CCNA1
Intrebari si raspunsuri CCNA1Intrebari si raspunsuri CCNA1
Intrebari si raspunsuri CCNA1
 
DCN-chapter1.pdf
DCN-chapter1.pdfDCN-chapter1.pdf
DCN-chapter1.pdf
 
Dc2 t1
Dc2 t1Dc2 t1
Dc2 t1
 
Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing Osi , tcp/ip protocol and Addressing
Osi , tcp/ip protocol and Addressing
 
Story of OSI models in Networking.ppt
Story of OSI models in Networking.pptStory of OSI models in Networking.ppt
Story of OSI models in Networking.ppt
 
Network Connectivity and Protocols and OSI Model
Network Connectivity and Protocols and OSI ModelNetwork Connectivity and Protocols and OSI Model
Network Connectivity and Protocols and OSI Model
 
1. Answer the following questions about OSI modela.At which layer.pdf
1. Answer the following questions about OSI modela.At which layer.pdf1. Answer the following questions about OSI modela.At which layer.pdf
1. Answer the following questions about OSI modela.At which layer.pdf
 

More from Mohamedshabana38

1 Sampling and Signal Reconstruction.pdf
1 Sampling and Signal Reconstruction.pdf1 Sampling and Signal Reconstruction.pdf
1 Sampling and Signal Reconstruction.pdf
Mohamedshabana38
 
2 Aliasing (1).pdf
2 Aliasing (1).pdf2 Aliasing (1).pdf
2 Aliasing (1).pdf
Mohamedshabana38
 
1.pdf
1.pdf1.pdf
dsl-advances-0130938106-9780130938107.pdf
dsl-advances-0130938106-9780130938107.pdfdsl-advances-0130938106-9780130938107.pdf
dsl-advances-0130938106-9780130938107.pdf
Mohamedshabana38
 
419907669-Linear-Algebra-by-Gilbert-Strang.pdf
419907669-Linear-Algebra-by-Gilbert-Strang.pdf419907669-Linear-Algebra-by-Gilbert-Strang.pdf
419907669-Linear-Algebra-by-Gilbert-Strang.pdf
Mohamedshabana38
 
Cable Engineering for Local Area Networks (Barry J. Elliott) (Z-Library).pdf
Cable Engineering for Local Area Networks (Barry J. Elliott) (Z-Library).pdfCable Engineering for Local Area Networks (Barry J. Elliott) (Z-Library).pdf
Cable Engineering for Local Area Networks (Barry J. Elliott) (Z-Library).pdf
Mohamedshabana38
 
exfo_spec-sheet_maxtester-635_v16_en.pdf
exfo_spec-sheet_maxtester-635_v16_en.pdfexfo_spec-sheet_maxtester-635_v16_en.pdf
exfo_spec-sheet_maxtester-635_v16_en.pdf
Mohamedshabana38
 
mod_2.pdf
mod_2.pdfmod_2.pdf
mod_2.pdf
Mohamedshabana38
 
454022781-ODN-Planning-and-Design-Suggestions-TLF.pdf
454022781-ODN-Planning-and-Design-Suggestions-TLF.pdf454022781-ODN-Planning-and-Design-Suggestions-TLF.pdf
454022781-ODN-Planning-and-Design-Suggestions-TLF.pdf
Mohamedshabana38
 
mod_3.pdf
mod_3.pdfmod_3.pdf
mod_3.pdf
Mohamedshabana38
 
383934148-DWDM-101-Introduction-to-DWDM-2-pdf.pdf
383934148-DWDM-101-Introduction-to-DWDM-2-pdf.pdf383934148-DWDM-101-Introduction-to-DWDM-2-pdf.pdf
383934148-DWDM-101-Introduction-to-DWDM-2-pdf.pdf
Mohamedshabana38
 
mod_4.pdf
mod_4.pdfmod_4.pdf
mod_4.pdf
Mohamedshabana38
 
Applications of Operational Amplifiers 3rd generation techniques (Jerald G. G...
Applications of Operational Amplifiers 3rd generation techniques (Jerald G. G...Applications of Operational Amplifiers 3rd generation techniques (Jerald G. G...
Applications of Operational Amplifiers 3rd generation techniques (Jerald G. G...
Mohamedshabana38
 
408375669-XDSL.pdf
408375669-XDSL.pdf408375669-XDSL.pdf
408375669-XDSL.pdf
Mohamedshabana38
 
Exfo-CABLESHARK-P3-Specifications-11A67.pdf
Exfo-CABLESHARK-P3-Specifications-11A67.pdfExfo-CABLESHARK-P3-Specifications-11A67.pdf
Exfo-CABLESHARK-P3-Specifications-11A67.pdf
Mohamedshabana38
 
101483423-Fiber-Characterization-Training.pdf
101483423-Fiber-Characterization-Training.pdf101483423-Fiber-Characterization-Training.pdf
101483423-Fiber-Characterization-Training.pdf
Mohamedshabana38
 
424185963-Introduction-to-VoLTE.pdf
424185963-Introduction-to-VoLTE.pdf424185963-Introduction-to-VoLTE.pdf
424185963-Introduction-to-VoLTE.pdf
Mohamedshabana38
 
exfo_reference-guide_otn.pdf
exfo_reference-guide_otn.pdfexfo_reference-guide_otn.pdf
exfo_reference-guide_otn.pdf
Mohamedshabana38
 
388865344-990dsl-Manu-copper-loop-tester.pdf
388865344-990dsl-Manu-copper-loop-tester.pdf388865344-990dsl-Manu-copper-loop-tester.pdf
388865344-990dsl-Manu-copper-loop-tester.pdf
Mohamedshabana38
 

More from Mohamedshabana38 (20)

1 Sampling and Signal Reconstruction.pdf
1 Sampling and Signal Reconstruction.pdf1 Sampling and Signal Reconstruction.pdf
1 Sampling and Signal Reconstruction.pdf
 
2 Aliasing (1).pdf
2 Aliasing (1).pdf2 Aliasing (1).pdf
2 Aliasing (1).pdf
 
1.pdf
1.pdf1.pdf
1.pdf
 
dsl-advances-0130938106-9780130938107.pdf
dsl-advances-0130938106-9780130938107.pdfdsl-advances-0130938106-9780130938107.pdf
dsl-advances-0130938106-9780130938107.pdf
 
419907669-Linear-Algebra-by-Gilbert-Strang.pdf
419907669-Linear-Algebra-by-Gilbert-Strang.pdf419907669-Linear-Algebra-by-Gilbert-Strang.pdf
419907669-Linear-Algebra-by-Gilbert-Strang.pdf
 
Cable Engineering for Local Area Networks (Barry J. Elliott) (Z-Library).pdf
Cable Engineering for Local Area Networks (Barry J. Elliott) (Z-Library).pdfCable Engineering for Local Area Networks (Barry J. Elliott) (Z-Library).pdf
Cable Engineering for Local Area Networks (Barry J. Elliott) (Z-Library).pdf
 
Module 1 (1).pdf
Module 1 (1).pdfModule 1 (1).pdf
Module 1 (1).pdf
 
exfo_spec-sheet_maxtester-635_v16_en.pdf
exfo_spec-sheet_maxtester-635_v16_en.pdfexfo_spec-sheet_maxtester-635_v16_en.pdf
exfo_spec-sheet_maxtester-635_v16_en.pdf
 
mod_2.pdf
mod_2.pdfmod_2.pdf
mod_2.pdf
 
454022781-ODN-Planning-and-Design-Suggestions-TLF.pdf
454022781-ODN-Planning-and-Design-Suggestions-TLF.pdf454022781-ODN-Planning-and-Design-Suggestions-TLF.pdf
454022781-ODN-Planning-and-Design-Suggestions-TLF.pdf
 
mod_3.pdf
mod_3.pdfmod_3.pdf
mod_3.pdf
 
383934148-DWDM-101-Introduction-to-DWDM-2-pdf.pdf
383934148-DWDM-101-Introduction-to-DWDM-2-pdf.pdf383934148-DWDM-101-Introduction-to-DWDM-2-pdf.pdf
383934148-DWDM-101-Introduction-to-DWDM-2-pdf.pdf
 
mod_4.pdf
mod_4.pdfmod_4.pdf
mod_4.pdf
 
Applications of Operational Amplifiers 3rd generation techniques (Jerald G. G...
Applications of Operational Amplifiers 3rd generation techniques (Jerald G. G...Applications of Operational Amplifiers 3rd generation techniques (Jerald G. G...
Applications of Operational Amplifiers 3rd generation techniques (Jerald G. G...
 
408375669-XDSL.pdf
408375669-XDSL.pdf408375669-XDSL.pdf
408375669-XDSL.pdf
 
Exfo-CABLESHARK-P3-Specifications-11A67.pdf
Exfo-CABLESHARK-P3-Specifications-11A67.pdfExfo-CABLESHARK-P3-Specifications-11A67.pdf
Exfo-CABLESHARK-P3-Specifications-11A67.pdf
 
101483423-Fiber-Characterization-Training.pdf
101483423-Fiber-Characterization-Training.pdf101483423-Fiber-Characterization-Training.pdf
101483423-Fiber-Characterization-Training.pdf
 
424185963-Introduction-to-VoLTE.pdf
424185963-Introduction-to-VoLTE.pdf424185963-Introduction-to-VoLTE.pdf
424185963-Introduction-to-VoLTE.pdf
 
exfo_reference-guide_otn.pdf
exfo_reference-guide_otn.pdfexfo_reference-guide_otn.pdf
exfo_reference-guide_otn.pdf
 
388865344-990dsl-Manu-copper-loop-tester.pdf
388865344-990dsl-Manu-copper-loop-tester.pdf388865344-990dsl-Manu-copper-loop-tester.pdf
388865344-990dsl-Manu-copper-loop-tester.pdf
 

Recently uploaded

Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 

Recently uploaded (20)

Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 

300192190-Chapter-2-Network-Models-Exercise-Question-With-Solution.pdf

  • 1. 1 | P a g e M D . S a i d u r R a h m a n K o h i n o o R www.facebook.com/kohinoor11 CHAPTER 2 Network Models Review Questions 1. List the layers of the Internet model. Ans: The layers of TCP or Internet model are: i. Physical layer ii. Data link layer iii. Network layer iv. Transport layer and v. Application layer. 2. Which layers in the Internet model are the network support layers? Ans: Physical, data link, and network layers. 3. Which layer in the Internet model is the user support layer? Ans: In the Internet Model only Application layer supports the user. 4. What is the difference between network layer delivery and transport layer delivery? Ans: The transport layer is responsible for process-to-process delivery of the entire message, but the network layer oversees host-to-host delivery of individual packets. 5. What is a peer-to-peer process? Ans: Peer-to-peer processes are processes on two or more devices communicating at a same layer 6. How does information get passed from one layer to the next in the Internet model? Ans: Each layer calls upon, the services of the layer just below it using interfaces between each pair of adjacent layers. 7. What are headers and trailers, and how do they get added and removed? Ans: Headers and trailers are control data added at the beginning and the end of each data unit at each layer of the sender and removed at the corresponding layers of the receiver. They provide source and destination addresses, synchronization points, information for error detection etc. 8. What are the concerns of the physical layer in the Internet model? Ans: The physical layer is responsible for transmitting bits. Also it is concerned with a. physical topology b. representation of bits c. type of encoding d. synchronization of bits e. transmission rate and mode f. Line Configuration 9. What are the responsibilities of the data link layer in the Internet model?
  • 2. 2 | P a g e M D . S a i d u r R a h m a n K o h i n o o R www.facebook.com/kohinoor11 Ans: The data link layer is responsible for a. Framing data bits b. Physical addressing c. Data rate means flow control d. Error Control d. Access Control 10. What are the responsibilities of the network layer in the Internet model? Ans: The network layer is responsible for transmitting of a packet across multiple networks; therefore its responsibilities include a. Logical addressing b. Routing 11. What are the responsibilities of the transport layer in the Internet model? Ans: The transport layer oversees the process-to-process delivery of the entire message. It is responsible for a. Segmentation and reassembly b. Connection Control c. Flow control d. Error control 12. What is the difference between a port address, a logical address, and a physical address? Ans: The physical address is the local address of a node; it is used by the data link layer to deliver data from one node to another within the same network. The logical address defines the sender and receiver at the network layer and is used to deliver messages across multiple networks. The port address (service-point) identifies the application process on the station. 13. Name some services provided by the application layer in the Internet model. Ans: The application layer services include file transfer, remote access, shared database management, and mail services. Also responsible for dialog control, synchronization, (concern session layer in OSI model) translation, encryption and compression. (concern presentation layer in OSI model) 14. How do the layers of the Internet model correlate to the layers of the OSI model? Ans: The application, presentation, and session layers of the OSI model are represented by the application layer in the Internet model. The lowest four layers of OSI correspond to the Internet model layers. Exercises 15. How are OSI and ISO related to each other? Ans: The International Standards Organization, or the International Organization of Standards, (ISO) is a multinational body dedicated to worldwide agreement on international standards. An ISO standard that covers all aspects of network communications is the Open Systems Interconnection (OSI) model.
  • 3. 3 | P a g e M D . S a i d u r R a h m a n K o h i n o o R www.facebook.com/kohinoor11 16. Match the following to one or more layers of the OSI model: a. Route determination b. Flow control c. Interface to transmission media d. Provides access for the end use Ans: a. Route determination: network layer b. Flow control: data link and transport layers c. Interface to transmission media: physical layer d. Access for the end user: application layer 17. Match the following to one or more layers of the OSI model: a. Reliable process-to-process message delivery b. Route selection c. Defines frames d. Provides user services such as email and file transfer e. Transmission of bit stream across physical medium Ans: a. Reliable process-to-process delivery: transport layer b. Route selection: network layer c. Defining frames: data link layer d. Providing user services: application layer e. Transmission of bits across the medium: physical layer. 18. Match the following to one or more layers of the OSl model: a. Communicates directly with user's application program b. Error correction and retransmission c. Mechanical, electrical, and functional interface d. Responsibility for carrying frames between adjacent nodes Ans: a. Communication with user’s application program: application layer b. Error correction and retransmission: data link and transport layers c. Mechanical, electrical, and functional interface: physical layer d. Responsibility for carrying frames between adjacent nodes: data link layer 19. Match the following to one or more layers of the OSI model: a. Format and code conversion services b. Establishes, manages, and terminates sessions c. Ensures reliable transmission of data d. Log-in and log-out procedures e. Provides independence from differences in data representation Ans: a. Format and code conversion services: presentation layer b. Establishing, managing, and terminating sessions: session layer c. Ensuring reliable transmission of data: data link and transport layers
  • 4. 4 | P a g e M D . S a i d u r R a h m a n K o h i n o o R www.facebook.com/kohinoor11 d. Log-in and log-out procedures: session layer e. Providing independence from different data representation: presentation layer. 20. In Figure 2.22, computer A sends a message to computer D via LANl, router Rl, and LAN2. Show the contents of the packets and frames at the network and data link layer for each hop interface. Ans: 21. In Figure 2.22,(given avobe) assume that the communication is between a process running at computer A with port address i and a process running at computer D with port address j. Show the contents of packets and frames at the network, data link, and transport layer for each hop. Ans:
  • 5. 5 | P a g e M D . S a i d u r R a h m a n K o h i n o o R www.facebook.com/kohinoor11 22. Suppose a computer sends a frame to another computer on a bus topology LAN. The physical destination address of the frame is corrupted during the transmission. What happens to the frame? How can the sender be informed about the situation? Ans: If the corrupted destination address does not match any station address in the network, the packet is lost. If the corrupted destination address matches one of the stations, the frame is delivered to the wrong station. In this case, however, the error detection mechanism, available in most data link protocols, will find the error and discard the frame. 23. Suppose a computer sends a packet at the network layer to another computer somewhere in the Internet. The logical destination address of the packet is corrupted. What happens to the packet? How can the source computer be informed of the situation? Ans: Before using the destination address in an intermediate or the destination node, the packet goes through error checking that may help the node find the corruption (with a high probability) and discard the packet. Normally the upper layer protocol will inform the source to resend the packet. 24. Suppose a computer sends a packet at the transport layer to another computer somewhere in the Internet. There is no process with the destination port address running at the destination computer. What will happen? Ans: Most protocols issue a special error message that is sent back to the source in this case. 25. If the data link layer can detect errors between hops, why do you think we need another checking mechanism at the transport layer? Ans: The errors between the nodes can be detected by the data link layer control, but the error at the node (between input port and output port) of the node cannot be detected by the data link layer.