ExamNotes.net  -  IT certification portal

ForumsCertResearchTop sitesNewslettersFree email
HomeRegister
Exams Notes
Practice exams
Exam games
Questions by email
Online training
Training videos
College degrees
Boot camps
Book store
Links directory
Tell a friend
For webmasters

CompTIA Exam Vouchers
Save money on CompTIA exams
Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more

* ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i

Online practice tests

Certification sites

Online university

Online college

Online education

Distance learning

Software forum

Server administration forum

Programming resources






This is interesting: Free IT Magazines | Databases help forum



Cisco > CCNA > CCNA Exam question

Show a Printable Version
Email This Page to Someone!
Receive updates to this thread




Featured site:  Online CCNA practice exams from Cert21.com



Author CCNA Exam question
king_ram
Junior Member
M




Registered: Mar 2002
Location:
Country: India
State:
Certifications: MCSE
Working on: CCNP,CCIE, CHECK POINT

Total Posts: 13
Thumbs up CCNA Exam question

In the exam there was a question in TCP that is whether the window size is set with respect

Packet size
Byte size
Segment size

people who know the answer can kindly help

Report this post to a moderator

Old Post 03-24-02 09:58 AM
king_ram is offline Click Here to See the Profile for king_ram Click here to Send king_ram a Private Message Add king_ram to your buddy list Find more posts by king_ram Reply w/Quote Edit/Delete Message IP: Logged
cannoe
Junior Member




Registered: Jan 2002
Location: Quezon City
Country: Philippines
State:
Certifications:
Working on: MCSE, CCNA

Total Posts: 8
Lightbulb

I think the answer is segment size, because the PDU used by a transport layer to communicate to its peers is Segment.

Report this post to a moderator

Old Post 03-24-02 11:16 AM
cannoe is offline Click Here to See the Profile for cannoe Click here to Send cannoe a Private Message Add cannoe to your buddy list Find more posts by cannoe Reply w/Quote Edit/Delete Message IP: Logged
defcon1111
Junior Member
M




Registered: Mar 2002
Location:
Country: Benin
State:
Certifications: A+, CCNA
Working on: CCNP, MCSE, CNA

Total Posts: 23

good answer.

TCP sliding window is set up so that the buffer doesn't overrun at TRANSPORT layer so yes it goes by segment size.

Report this post to a moderator

Old Post 03-24-02 04:33 PM
defcon1111 is offline Click Here to See the Profile for defcon1111 Click here to Send defcon1111 a Private Message Add defcon1111 to your buddy list Find more posts by defcon1111 Reply w/Quote Edit/Delete Message IP: Logged
nisarg
Junior Member




Registered: Mar 2002
Location:
Country: India
State:
Certifications:
Working on: ccna

Total Posts: 9

well, i had read in lammle that tcp/ip quantifies windowing of data segments by counting the number of bytes

but even than let us c, what r the views from other posts


~~~~~~~~~~~~~~~~~~~~~~~


Never say impossible because impossible itself says "I M POSSIBLE'

Report this post to a moderator

Old Post 03-25-02 08:17 AM
nisarg is offline Click Here to See the Profile for nisarg Click here to Send nisarg a Private Message Add nisarg to your buddy list Find more posts by nisarg Reply w/Quote Edit/Delete Message IP: Logged
thonguyen
Junior Member




Registered: Mar 2002
Location: Houston
Country: United States
State:
Certifications: MCP,MCSE
Working on: CCNA, CCNP

Total Posts: 4

I think it's segment size. Here is what the source says:
"Processes transmit data by calling on the TCP and passing buffers of
data as arguments. The TCP packages the data from these buffers into
segments and calls on the internet module to transmit each segment to
the destination TCP. The receiving TCP places the data from a segment
into the receiving user's buffer and notifies the receiving user. The
TCPs include control information in the segments which they use to
ensure reliable ordered data transmission."

Report this post to a moderator

Old Post 03-25-02 03:24 PM
thonguyen is offline Click Here to See the Profile for thonguyen Click here to Send thonguyen a Private Message Add thonguyen to your buddy list Find more posts by thonguyen Reply w/Quote Edit/Delete Message IP: Logged
Killercavecow
Junior Member
M




Registered: Mar 2002
Location:
Country: United States
State: AK
Certifications: MCSE, A+
Working on:

Total Posts: 3
Exclamation segments bits

the only problem is that in the exam it refers to a number of 3000 or 4000..would you actually want 3000 segments to go by without acknowledgement? I've read sybex and know that windows is at the transport layer with segments and all that too..but the numbering thing is what is throwing us.

Report this post to a moderator

Old Post 03-25-02 07:36 PM
Killercavecow is offline Click Here to See the Profile for Killercavecow Click here to Send Killercavecow a Private Message Add Killercavecow to your buddy list Find more posts by Killercavecow Reply w/Quote Edit/Delete Message IP: Logged
ROUTERRIP
Member




Registered: Dec 2001
Location: HOTLANTA, by way of Canal Zone
Country: USA
State:
Certifications: CCNA, CCNPsw
Working on: getting a life.

Total Posts: 48
Lightbulb

Um, guys, there's no way you're going to send 3000 to 4000 segments without acknowledgment. That's you're answer right there. If the question itself is referring to a 3000 or 4000 number, you're talking BYTES.

Here's an excerpt from CISCO PRESS, CCNA Guide, Chapter 5, TCP/IP, page 221:

Flow Control Using Windowing
TCP implements flow control by taking advantage of the sequence and acknowledgment fields in the TCP header, along with another field called the window field. This window field implies the maximum number of unacknowledged bytes outstanding at any instant in time. The window starts small and then grows until errors occur. The window then “slides” up and down based on
network performance. When the window is full, the sender will not send, which controls the flow of data. Figure 5-6 shows windowing, with a current window size of 3000. Each TCP segment has 1000 bytes of data.

Report this post to a moderator

Old Post 03-25-02 08:22 PM
ROUTERRIP is offline Click Here to See the Profile for ROUTERRIP Add ROUTERRIP to your buddy list Find more posts by ROUTERRIP Reply w/Quote Edit/Delete Message IP: Logged
cannoe
Junior Member




Registered: Jan 2002
Location: Quezon City
Country: Philippines
State:
Certifications:
Working on: MCSE, CCNA

Total Posts: 8

Im sorry my first answer was wrong but this is my final answer now! , TCP which is a protocol in a trasport layer communicates with its peer using a PDU which we called them as SEGMENT, but the question is
"where to set the Window size", Window size must be set on a "BYTE SIZE" ( sorry for the caps,just wanna emphasize ), because window size refers to the number of bytes that are transmitted before recieving an acknowledgement. After a host transmits the window-size number of bytes, it must receive an acknowledgment before any more data can be sent.

for example : With a window size of 3, each segment carries only 3 bytes of data and must be acknowledged before another segment is transmitted. This results in inefficient host use of bandwidth.

Report this post to a moderator

Old Post 03-26-02 04:47 PM
cannoe is offline Click Here to See the Profile for cannoe Click here to Send cannoe a Private Message Add cannoe to your buddy list Find more posts by cannoe Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Post new thread   Post reply

Click here for list of CCNA study guides

Cisco exam notes

CCNA(tm) exam details



Forum Jump:
Rate This Thread:
Forum Rules:
Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON.
 

ExamNotes forum archive


Powered by: vBulletin 2.2.8
Copyright ©2000, Jelsoft Enterprises Limited.

  Free Braindumps | mcse braindumps