BLOGGER TEMPLATES AND TWITTER BACKGROUNDS »

Monday, 2 April 2012

the SEquel OF the PreviOUS ChapTER...

this is the sequel of the previous chapter..sorry for this late..lot of things and works to do..huhuuhuh..but never mind..i enjoy my busy life now...HAHAHAHA..ok ok..lets start our lesson today ok..where do we stop???OH!! the STAR-WIRED..hehehe..forgot a while...star-wired almost same as star topology.. but the differences between them is the multistation access unit of star-wired ring contain wire that allow an information pass to another circle..can't imagine??lets see those pictures below...

can you see what this picture try to explain???hope you can understand it..

haaaa...!!! now you can clear about star-wired tropology right??hehehe..

ok guys..next is TREE TROPOLOGY..what exactly this pattern look a like huhh??hhmm...actually tree tropology is a combination of linear bus and star tropology...its consist of star configured workstation and the linear bus backbone cable..to make you clear about it let see the pictures below...

 haaaa!! can you all see the imagination of the tree??clear right??hahaha..

this picture allow you to see more PC's can be connected through tree tropology...

ok finish of our lesson today...not yet ar???haiyaaa..ok ok..lets continue....but later ok..hahahaha..(^_^)V

Thursday, 29 March 2012

here I coMe With netWORK TropolOGY

early in the morning.. i just wake up and open up my laptop.. then GHOSH!!!! HOW COME IM FORGOT TO UPDATE MY BLOG!!! ARGGHHH!!! so im straight open  my notes and studying... and this is some knowledge i want to share with all of u as a result of my last minute study..HAHAHHA... lets start..network tropology actually a study of network element arrangementor mapping especially for the physical and logical interconnection between nodes.. to describe what is PHYSICAL and LOGICAL TOPOLOGY???? just wait the sequel of this chapter..hehehehe... but i like to explain the type of physical topology.. 1st is BUS LINEAR.. generally, bus linear consist of main run cable with terminator at each end.. all nodes connected to the linear cable.. to make it clear see a picture below...




haaa..!!! can imagine how does it work???cannot???hahaha..its ok..we discuss bout it later... 2nd is STAR TROPOLOGY.. as like its name, so each node is connected with the central of the network like this...

 

this configuration is common with twisted pair cable. but it also can be used with coaxial cable or fibre optics cable.. ow does all of thie work???we talk about it later as im running out of time for 'KEM DAYANG'... so it willl be continued..dun worry ok...hehehhe...(^_^)V

Monday, 26 March 2012

PERGHLIH..!!!!

even da sehari kt johor still lagi ingat moment2 kat perlis ngan dak2 olahraga yg laen...sronok wooo..!!! mmg pengalaman yg terbaek skali stakat ni..berentap ngan atlet2 elit yg aq gemar mmg perkara yg enjoy..blaja ngan dorg..ngan geng yg gila2..hahahha..happy moment with all of them yg x mgkin dilupakan..hope kite bley lg ade moment mcm ni besama..luv u guys..=) (saje je nk post ni kt sini..x de la korg boring asyik baca info fakta je..tapi ni pun fakta jugak..hehehe..enjoy read my blog ye..pape yang menyeronokkan insyaAllah akan di post lg...sweet day for all of u...) (^_^)V

IntrODuctioN to NETworKING..!!!

now i want to share about networking.. actually on a 1st time i dont really like about this topics.. maybe because i really not know about network deeply.. so during this lesson i paid more attention towards dr Dayang and she sucessfully explain about this chapter.. so impress to know about the type of networks which is Local-Area Network (LAN), Wide-Area Network (WAN) and Metropolitan-Area Network (MAN). although these kind of network seems to be same but they are differently in connected area. LAN confined to a relatively small area while WAN connect larger geographic areas. means LAN is suitable for home and WAN for areas such as Johor Bharu or the world. that is amazing things know about our daily application... ermmm..have another things to do..sorry for this loading information..hehehe..to be continued...!!! =)

Thursday, 15 March 2012

its all about data communication..~~


Data Communications
Data Communications is the transfer of data or information between a source and a receiver. The source transmits the data and the receiver receives it. The actual generation of the information is not part of Data Communications nor is the resulting action of the information at the receiver. Data Communication is interested in the transfer of data, the method of transfer and the preservation of the data during the transfer process.
MoDem (types of signal)
Modem, device that converts between analog and digital signals. Digital signals, which are used by computers, are made up of separate units, usually represented by a series of 1's and 0's. Analog signals vary continuously; an example of an analog signal is a sound wave.
Modems are often used to enable computers to communicate with each other across telephone lines. A modem converts the digital signals of the sending computer to analog signals that can be transmitted through telephone lines. When the signal reaches its destination, another modem reconstructs the original digital signal, which is processed by the receiving computer.
To convert a digital signal to an analog one, the modem generates a carrier wave and modulates it according to the digital signal. The process of receiving the analog signal and converting it back to a digital signal is called demodulation. The word "modem" is a contraction of its two basic functions: modulation and demodulation.
Amplitude, period, frequency

Amplitude (A): how high the peaks are or how low the troughs are, in meters.
The displacement is how far the wave vibrates / oscillates about its equilibrium (center) position.
Amplitude is correlated with the total energy of the system in periodic motion. Larger amplitude = greater energy.
Period (T): the time it takes for one cycle, in seconds.
Frequency (f): the rate, or how many cycles per second, in Hertz (cycles per second). 

Data transmissions
The physical connection determines how many bits (1's or 0's) can be transmitted at a single instance of time. If only 1 bit of information can be transmitted over the data transmission medium at a time then it is considered a Serial Communication.

If more than 1 bit of information is transmitted over the data transmission medium at a time then it is considered a Parallel Communication. 




Data Flow
Data flow is the flow of data between 2 points. The direction of the data flow can be described as:
Simplex: data flows in only one direction on the data communication line (medium). Examples are Radio and Television broadcasts. They go from the TV station to your home television.



Half-Duplex: data flows in both directions but only one direction at a time on the data communication line. Ex. Conversation on walkie-talkies is a half-duplex data flow. Each person takes turns talking. If both talk at once - nothing occurs!




Full-Duplex: data flows in both directions simultaneously. Modems are configured to flow data in both directions. 



Modes of Transmitting Data
  • Asynchronous Transmission sends only 1 character at a time. A character being a letter of the alphabet or number or control character. Preceding each character is a Start bit and ending each character is 1 or more Stop bits. For example: for every byte of data, add 1 Start Bit and 2 Stop Bits. 11 bits are required to send 8 bits! Asynchronous is used in slow transfer rates typically up to 56 kbps.
  • Synchronous Transmission sends packets of characters at a time. Each packet is preceded by a Start Frame which is used to tell the receiving station that a new packet of characters is arriving and to synchronize the receiving station's internal clock. The packets also have End Frames to indicate the end of the packet. The packet can contain up to 64,000 bits. Both Start and End Frames have a special bit sequence that the receiving station recognizes to indicate the start and end of a packet. The Start and End frames may be only 2 bytes each


Multiplexing
Multiplexing is the transmission of multiple data communication sessions over a common wire or medium. Multiplexing reduces the number of wires or cable required to connect multiple sessions. A session is considered to be data communication between two devices: computer to computer, terminal to computer,

Wednesday, 7 March 2012

more knowledge want to share..=)

now this time i would like to share about WEB SERCHING.. i highlight that word because.... because just for fun only.. hahaha.. actually what im understand about this word is how we gonna search anything by using internet.. but this time im learn more deep about web searching include web browser and search engine.. actually its looks like same of yheir function but web browser enable us to interact and display on World Wide Web while search engine enable us to search via a key word.. if im mestaken please correct me ok..

so to make it clear about web browser, i think this icon can help it.. am i right??? hhmmm..(-.-)


and this is a few type of search engine.. clear right about the different?? XD

in the other hand, web browser is already on our dekstop, after click on it, the search engine will appeare to enable us continue our searching.. this what im understand about it.. again if im mistaken forgive me ok..=) we also have been exposed about skills to know and search technique..ermmmm such as open file, save file, downloading and many more.. the search technique also must correct in order to obtain the desired searching.. i think that all for this time.. later on i will share more and more and more with u all guys.. end of the simple topics.. (^.^)V


this is a therapy while im doing this post.. really amazing..!! hope u all enjoy it.. =)

nak tulis mcm2 lagi....haha

stelah behempas pulas jari jemari menaip psl komunikasi dan rangkaian..now da addict da nk menaip..kn da x bley nk berenti da..haishh..but utk suka suki je..saje nk memenuhkn blog aq yg empty banget nih..hahaha..nevamind~~ pape pon..akn ade lg knowledge yg akn aq share ngan kalian n hope u guys enjoy reading my blog k as im enjoy read yours..happy eva after..hahaha..XD