SlideShare a Scribd company logo
1 of 5
Download to read offline
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 modelMdAnikKhan
ย 
Class work 6,computer_network_317
Class work 6,computer_network_317Class work 6,computer_network_317
Class work 6,computer_network_317Khondoker Sadia
ย 
Chapeter 2
Chapeter 2Chapeter 2
Chapeter 2Nazir 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 ECSURESHA V
ย 
Computer Network Unit-1 ppt
Computer Network Unit-1 pptComputer Network Unit-1 ppt
Computer Network Unit-1 pptvmdharxfr
ย 
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.pptxwesendesta2
ย 
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.pdfMakuBandar
ย 
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.pptShreeShak1
ย 
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.pdflohithkart
ย 

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
ย 
Ccna
CcnaCcna
Ccna
ย 
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
ย 
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.pdfMohamedshabana38
ย 
2 Aliasing (1).pdf
2 Aliasing (1).pdf2 Aliasing (1).pdf
2 Aliasing (1).pdfMohamedshabana38
ย 
dsl-advances-0130938106-9780130938107.pdf
dsl-advances-0130938106-9780130938107.pdfdsl-advances-0130938106-9780130938107.pdf
dsl-advances-0130938106-9780130938107.pdfMohamedshabana38
ย 
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.pdfMohamedshabana38
ย 
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).pdfMohamedshabana38
ย 
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.pdfMohamedshabana38
ย 
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.pdfMohamedshabana38
ย 
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.pdfMohamedshabana38
ย 
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.pdfMohamedshabana38
ย 
Exfo-CABLESHARK-P3-Specifications-11A67.pdf
Exfo-CABLESHARK-P3-Specifications-11A67.pdfExfo-CABLESHARK-P3-Specifications-11A67.pdf
Exfo-CABLESHARK-P3-Specifications-11A67.pdfMohamedshabana38
ย 
101483423-Fiber-Characterization-Training.pdf
101483423-Fiber-Characterization-Training.pdf101483423-Fiber-Characterization-Training.pdf
101483423-Fiber-Characterization-Training.pdfMohamedshabana38
ย 
424185963-Introduction-to-VoLTE.pdf
424185963-Introduction-to-VoLTE.pdf424185963-Introduction-to-VoLTE.pdf
424185963-Introduction-to-VoLTE.pdfMohamedshabana38
ย 
exfo_reference-guide_otn.pdf
exfo_reference-guide_otn.pdfexfo_reference-guide_otn.pdf
exfo_reference-guide_otn.pdfMohamedshabana38
ย 
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.pdfMohamedshabana38
ย 

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

(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7Call Girls in Nagpur High Profile Call Girls
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
ย 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
ย 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
ย 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
ย 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
ย 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
ย 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spaintimesproduction05
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
ย 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Call Girls in Nagpur High Profile
ย 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
ย 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
ย 

Recently uploaded (20)

(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
ย 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
ย 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
ย 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
ย 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
ย 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
ย 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
ย 
Vivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design SpainVivazz, Mieres Social Housing Design Spain
Vivazz, Mieres Social Housing Design Spain
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ย 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
ย 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
ย 
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
ย 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
ย 

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.