BKS Recap Questions Flashcards
how do network standarts affect price and features?
Standards force interoparability which leads to more competition which forces companies to lower prices or better features in order to gain a good market possition.
what three aspects does a message have?
message order message semantics (meaning) message syntax (organization - structure)
Name an example for the importance of message order outside of networking
Cooking recipee
distinguish between syntax and semantics
Syntax: How a message is organized (header, date field, trailer)
Semantics: meaning of the message (Pls give me, Here is the file…)
Describe message ordering in HTTP
Http is a simple request, response cycle.
in http can a server transmit if nothing has been requested?
No, the server can not transmit without the client making a request first.
Describe the three step handshake in TCP connection openings
syn ->
ack
what kind of message does the destination host send if it does not recieve a segment during a tcp connection?
Data=HTTP request error
under what circumstance will the source host tcp process retransmit the segment?
If it did recieve a Data=http request error
describe the four step closing handshake in tcp
fin ->
ack
after a side initiates the close of a conection by sending a fin segment, will it send any more segments=
yes it can send one more segment, before the other side closes as well.
what are the three general parts of a message?
header, data field, trailer
what does the data field contain?
Its the heart of the message and contains the content being delivere by the message.
In http it contains the the file for the response message.
Is there always a data field?
No, sometimes only a header is needed. For example when you only need the Ack flag.
what is the definition of a trailer?
Everything that comes after the data field.
Distinguish between Header and header fiels
the header contains the header fields which then contain different information f.e. destination header adress field which contains information for switches and routers.
distinguish between octets and byte
It is just different terminology. Both octets and byte are 8 bits. In networking we mostly speak of octets, because it kind of makes more sence (oct - 8)
which is the dominant network standard in wired lans?
Ethernet, which is more like a assembly of standards
name the data link layer address used in Ethernet. What is the size?
Extended Unique Identifier - EUI48 address (former mac address)
It is 48 bit or 6 byte/octet in size
waht is the role of frame check sequence field in ipv4 segments?
The host checks if the segment numbers are the same in order to verify they are at the same segment.
can ethernet correct an erroneous frame?
No it cannot correct the frame, it can only detect erronouse frames.
why was tcp designed to be complex?
The ipv4 was a best effort syntax. TCP needed to be more complex in order to be more userfriendly, reliable and easier to see through.
why is it important for network professionals to understand TCP?
complex internetwork transmission tasks are handled by it. So in order to understand networking you need to understand TCP.
What are TCP Messages called?
They are called TCP Segments