Hello and welcome to CertForums.co.uk, here we host free active certification forums with links to the best free resources for Microsoft's MCSA MCSE MCDBA Cisco's CCNA CCDA and CCNP, and CompTIA's A+ Network+ i-NET+ and Security+ certifications in the UK. If you wish to post or use other advanced features you will need to register first. Registration is absolutely free and takes only a few minutes to complete so sign up today!
If you have any problems with the registration
process or your account login, please contact support
first question is why are we trying to use access control lists or vlans for security
if we carry "cisco firewall devices" in our network that does the same thing as a hardware?
second question : according to osi data from a pc or a server , to a pc or a server has a way named encapsulation
and transport layer is the layer for data transferring
SO , if transport layer is used for transferring , for example why do we need "http" to transmit and receive web pages , since tcp already gets the job for transfer?
first question is why are we trying to use access control lists or vlans for security
if we carry "cisco firewall devices" in our network that does the same thing as a hardware?
second question : according to osi data from a pc or a server , to a pc or a server has a way named encapsulation
and transport layer is the layer for data transferring
SO , if transport layer is used for transferring , for example why do we need "http" to transmit and receive web pages , since tcp already gets the job for transfer?
”
Kobem,
Do yourself a favor and stop braindumping. Learn fundamentals for a change, and you will be miles ahead.
Behold, the turtle. He makes progress only when he sticks his neck out.
i think you should maybe try and nail down what it is you are trying to achive, as your post seem to be very random at the best of times but heres a good place to get infomation on the diffrence http://en.wikipedia.org/wiki/Http http is the app layer and tcp is the transport
Last edited by ThomasMc : 17-Sep-2007 at 12:08 PM.
I have to agree with what the others have said thus far, especially Freddy. There are no shortcuts to learning networking. You just have to start with the basics and work your way up.
You might want to try a book like the Network+ Study Guide or if you don't want to lay out the money to actually purchase a resource, try the following site:
It's free, it's legit, and it will teach you basic networking. Like Freddy said. Leave the braindumps alone. Those sites are full of errors and will do your education more harm than good.
You know, I wish my parents played Mozart when I slept because half the time I don't even know what the heck anyone's talking about!
kobem, Freddy's right... stay away from the braindumps, and study legitimately, and you'll start understanding this stuff. But before you can understand it, you HAVE to go back to fundamentals and learn basic networking. I would highly recommend studying for Network+ (and again, stay away from braindumps for it!!).
TCP may be a transport/session layer entity, but it is a *generic* one. It doesn't know about things like web-pages, usenet news, IRC and the like.
For that you need applications that communicate using TCP with their own specialized protocols.
I suggest you get a good book or two on this.
Harry.
”
hm, you have a nice start man!
ok , the thing you try to say is tcp and applications(protocols in there)are dependent each other?
and
web pages are applications and they have to use their
own protocols ?
also think file transfer
due to encapsulation process , things on source go from seventh layer to first layer then from first to seventh layer on the real destination(not counting routers and switches between source and destination hosts)
second question : when we mention routers or switches
we enhance access control lists or vlans but we have firewall devices so i think we do not need acls or vlans ?
at application, presentation and session layer : data (pdu)
at transport layer : source port , destination port , data (protocol information)
is this true and would the answer be this ?
”
Yes you are kinda correct, its not really the answer though.
The OSI model is THEORETICAL, whats at each layer will depend on a precise actual situation. TCP is an actual protocol that fits into the transport part of the model. TCP/IP has two parts TCP and IP. Each has a datagram
The upper levels presentation, application, session can do whatever they like in reality, they may be only one layer in reality or many layers. They should generally map to the Model in most cases. Application layer will carry application specific data, session will typically not exist in many protocols. Presentation is for encoding data, ASCII / EBCDIC or see CDR etc.
You need to do a few things to learn :-
A. Study comms in general, maybe start with basic serial comms, baud, packets, headers/trailers, error correction, compression, encryption etc. Then maybe look at TCP/IP, ARP, RIP etc.
B. Play with various hardware and software, set up a home router, connect it to your desktop with cat-5, use FTP, HTTP, IRC, Telnet, POP3, SMTP, NNTP, SNMP, whatever other app/protocol you fancy...
Run network diag stuff, NetStat, Ipconfig, Traceroute, Ping, look into packet sniffers.